/*
Theme Name: Orbito
Theme URI: http://orbito.omanthemes.com/html/
Author: Orientate
Author URI: http://orbito.omanthemes.com
Description: Orbito - Creative Agency Responsive HTML5 Template
Version: 1.0
License:
License URI:
*/


/*==================================
    [Table of contents]
===================================
    01. Header Sections
    02. Slider Sections
    03. Services Sections
    04. About Sections
    05. Projects Sections
    06. Team Sections
    07. Video Sections
    08. Testimonials Sections
    09. Blog Sections
    10. Clients Sections
    11. Footer Sections
    12. Copyright Sections
    13. Contact Pages
    14. Fun Fact
    15. Pages Bannar
    16. Page Sidebar Widgets
    17. Shop Page
    18. FAQ Page
    19. Package Page
    20. Cart page
    21. Back to Top
    22. Back to Top
    23. Popup Menu
*/


/*------------------------------------------------------
/  01. Header Sections
/------------------------------------------------------*/
.header01{
    position: relative;
    min-height: 120px;
    background: #FFF;
    padding: 0 48px;
}
.fixedHeader.header01{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    z-index: 999;
}
.headerInner{
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.logo{
    flex: 1;
    margin: 0;
}
.logo img{
    height: 48px;
    width: auto;
}
.mainMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost', sans-serif;
}
.mainMenu ul{
    padding: 0;
    list-style: none;
    display: inline-flex;
    justify-content: center;
}
.mainMenu ul li{
    list-style: none;
    position: relative;
    margin: 0 55px 0 0;
}
.mainMenu ul li:last-child{
    margin-right: 0;
}
.mainMenu ul li a{
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #343c55;
    margin: 0;
}
.mainMenu ul li.menu-item-has-children > a:after{
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    color: inherit;
    font-weight: 900;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -.5px;
}
.mainMenu ul li:hover > a, .mainMenu ul li.active > a{
    color: #f9758f;
}
.menu_btn, .menu_btn02{
    display: none;
}
.header01Search{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 999;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    top: -150%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.active.header01Search{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.header01Search form{
    margin: 0;
    padding: 0;
    position: relative;
}
.header01Search input{
    height: 120px;
    display: block;
    width: 100%;
    border: none;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 42px;
    color: #868b9b;
}
.header01Search button{
    position: absolute;
    right: 41px;
    top: 0;
    line-height: 1;
    font-size: 36px;
    color: #f9758f;
    border: none;
    background: transparent;
    border-radius: 0;
    height: 36px;
    width: 36px;
    padding: 0;
    bottom: 0;
    margin: auto 0;
}
.header01Search button:hover{
    color: #868b9b;
}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
.header01Search input::-moz-placeholder{
    color: #868b9b;
    opacity: .6;
}
.header01Search input::-ms-input-placeholder{
    color: #868b9b;
    opacity: .6;
}
.header01Search input::-webkit-input-placeholder{
    color: #868b9b;
    opacity: .6;
}
.cancleSearch{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 36px;
    width: 36px;
    background: transparent;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #f9758f;
}
.cancleSearch:hover{
    color: #868b9b;
}


.accessArea{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin: 33px 0 33px;
}
.headerIcons{
    display: inline-flex;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1;
    color: #343c55;
    margin: 18px 0 18px 0;
}
.headerIcons a{
    color: inherit;
}
.headerIcons a:last-child{
    margin-right: 0;
}
.headerIcons a.fac{
    color: #1877f2;
}
.headerIcons a.twi{
    color: #1da1f2;
}
.headerIcons a.lin{
    color: #0077b5;
}
.headerIcons a.ins{
    color: #405de6;
}
.headerIcons a.searchToggler{
    margin-right: 34px;
}
.headerIcons a:hover, .headerIcons a.active{
    color: #f9758f;
}
.headerCall{
    position: relative;
    padding: 10px 0 0 71px;
    min-height: 54px;
    margin: 0 0 0 36px;
}
.headerCall i{
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    background: #eef7f8;
    color: #343c55;
    font-size: 18px;
}
.headerCall h4{
    font-size: 14px;
    line-height: 1;
    margin: 0 0 7px;
}
.headerCall h3{
    font-size: 18px;
    line-height: 1;
    margin: 0;
}

.fixedHeader.header02{
    background: #343c55;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    z-index: 999;
}
.headerInner02{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo2{
    position: relative;
    margin: 36px 0 36px;
}
.logo2 img{
    height: 48px;
    width: auto;
}


/*------------------------------------------------------
/  02. Slider Sections
/------------------------------------------------------*/
.slider01{
    position: relative;
    background: #343c55;    
    overflow: hidden;
}
.roundAnim01{
    animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}
.roundAnim02{
    animation: zoom-out-zoom-in 3s ease-out infinite;
}
@keyframes zoom-out-zoom-in {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(.95, .95);
    }
    100% {
        transform: scale(1, 1);
    }
}
.slider02{
    position: relative;
}
.tp-caption .orbBtn01 .bp-shape {
    display: inline-block;
    position: absolute;
    width: 25% !important;
    height: 100% !important;
    background: #343c55 !important;
    transform: translateY(150%) !important;
    border-radius: 50% !important;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s !important;
    transition-delay: calc((var(--b) - 1) * 0.1s) !important;
    z-index: 1;
}
.tp-caption .orbBtn01:hover .bp-shape {
    transform: translateY(0) scale(2) !important;
    -moz-transform: translateY(0) scale(2) !important;
    -moz-transform: translateY(0) scale(2) !important;
}
.slider02 .tp-bannertimer, .slider01 .tp-bannertimer{
    display: none;
}
.slider02 .tparrows, .slider01 .tparrows{
    height: 60px;
    width: 60px;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: 21px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #FFF;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.slider02 .tparrows:hover, .slider01 .tparrows:hover{
    border-color: #00c0ff;
    background: #00c0ff;
    color: #FFF;
}
.slider02 .tparrows.tp-leftarrow:before, .slider01 .tparrows.tp-leftarrow:before{
    content: '\f053';
    font-family: 'Font Awesome 6 Free';
    height: 100%;
    line-height: 56px;
}
.slider02 .tparrows.tp-rightarrow:before, .slider01 .tparrows.tp-rightarrow:before{
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    height: 100%;
    line-height: 56px;
}
.slider02 .tp-bullet, .slider01 .tp-bullet{
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.slider02 .tp-bullet.selected, .slider02 .tp-bullet:hover,
.slider01 .tp-bullet.selected, .slider01 .tp-bullet:hover{
    border-color: #f9758f;
}
.slider02 .tp-bullet span,
.slider01 .tp-bullet span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #d5d6d6;
    border-radius: 50%;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.slider02 .tp-bullet.selected span, .slider02 .tp-bullet:hover span,
.slider01 .tp-bullet.selected span, .slider01 .tp-bullet:hover span{
    background: #00c0ff;
}


/*------------------------------------------------------
/  03. Offer Section
/------------------------------------------------------*/
.iconBox01{
    position: relative;
    background: #FFF;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    border-radius: 15px;
    padding: 46px 48px 24px 47px;
}
.iconBox01 > i{
    font-size: 59px;
    color: #00c0ff;
    line-height: 1;
    display: block;
    margin: 0 0 36px;
}
.iconBox01 h3{
    font-size: 24px;
    line-height: 1;
    margin: 0 0 31px;
}
.iconBox01 p{
    margin: 0 0 41px;
}
.iconBox01 .seperator{
    height: 1px;
    background: #d8dde7;
    margin: 0 0 22px;
}


/*------------------------------------------------------
/  04. About Sections
/------------------------------------------------------*/
.aboutImage{
    position: relative;
    text-align: left;
    padding-left: 3px;
}
.aboutImage .aiImgRow{
    position: relative;
}
.aboutImage .aiImgRow:first-of-type{
    margin: 0 0 24px;
}
.aiImgRow img{
    border-radius: 10px;
}
.aiImgRow .aiImg01{
    margin: 50px 24px 0 0;
}
.aiImgRow .aiImg03{
    margin: 0 24px 0 0;
}
.aboutContent{
    position: relative;
    padding: 0 0 0 110px;
}
.aboutContent .secTitle{
    margin: 0 0 50px;
}
.aiCounter{
    position: absolute;
    left: 156px;
    top: 212px;
    width: 198px;
    height: 198px;
    border-radius: 50%;
    background: #00c0ff;
    text-align: center;
    padding: 38px 35px 35px;
}
.aiCounter h2{
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 5px;
}
.aiCounter h3{
    font-size: 21px;
    line-height: 28px;
    color: #ffffff;
    margin: 0;
}
.abcCounters{
    display: flex;
    justify-content: flex-start;
    margin: 0 0 25px;
}
.circleProgressWrap{
    position: relative;
    margin: 0 30px 0 0;
    height: 96px;
    width: 96px;
}
.circleProgressWrap h3{
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.abcCounters p{
    font-size: 21px;
    line-height: 33px;
    color: #868b9b;
    margin: 13px 0 0;
}
.abDesc{
    margin: 0 0 37px;
}
.iconBox02{
    position: relative;
    padding-left: 66px;
}
.iconBox02 i{
    font-size: 48px;
    line-height: 1;
    color: #00c0ff;
    position: absolute;
    left: 0;
    top: -1px;
}
.iconBox02 h4{
    font-size: 21px;
    line-height: 1;
    margin: 0 0 7px;
}
.iconBox02 p{
    line-height: 36px;
    margin: 0;
}
.aboutVideo{
    position: relative;
    background: #432d92;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    height: 100%;
}
.aboutVideo img{
    width: 100%;
    height: 100%;
    opacity: .44;
    object-fit: cover;
}
.avConent a{
    display: inline-block;
    font-size: 24px;
    text-align: center;
    line-height: 96px;
    height: 96px;
    width: 96px;
    border-radius: 50%;
    color: #FFF;
    background: #00c0ff;
    position: relative;
}
.avConent a i{
    position: relative;
    z-index: 2;
}
.avConent a:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #f9758f;
    border-radius: 50%;

    opacity: 0;
    transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.avConent a:hover:after{
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.avConent h3{
    font-size: 30px;
    line-height: 42px;
    color: #FFF;
    margin: 0;
}
.aboutSkills{
    height: 100%;
    position: relative;
    background: #432d92;
    border-radius: 0 10px 10px 0;
    padding: 89px 90px 30px 89px;
}
.aboutSkills .secTitle{
    font-size: 42px;
    line-height: 54px;
    color: #FFF;
    margin: 0 0 20px;
}
.aboutSkills p{
    color: #a3adcc;
    margin: 0 0 44px;
}
.singleSkill{
    position: relative;
    margin: 0 0 30px;
}
.singleSkill h3{
    font-size: 21px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 16px;
}
.ssMode2 h3{
    color: #343c55;
}
.singleSkill span{
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
}
.ssMode2 span{
    color: #5e6371;
}
.skillWrap{
    height: 6px;
    position: relative;
    width: 100%;
    background: #FFF;
    overflow: hidden;
    border-radius: 6px;
}
.ssMode2 .skillWrap{
    background: #d8dbe6;
}
.skill{
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    height: 100%;
    background: #00c0ff;
}
.aboutImage2{
    position: relative;
    margin-left: -109px;
    padding: 0 0 72px;
}
.aboutImage2 img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.aboutImage2 img:first-child{
    margin: 194px 0 0px;
}
.aiCounter2{
    width: 244px;
    height: 244px;
    background: #00c0ff;
    border-radius: 50%;
    position: absolute;
    left: 197px;
    bottom: 0;
    text-align: center;
    padding: 56px 0 50px;
}
.aiCounter2 h3{
    font-size: 21px;
    line-height: 1;
    color: #FFF;
    margin: 0;
}
.aiCounter2 h2{
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin: 18px 0 15px;
}
.aboutContent2{
    position: relative;
    padding: 0 0 0 113px;
}
.aboutContent2 > p{
    margin: 0 0 33px;
}
.aboutContent2 .secTitle{
    margin: 0 0 31px;
}
.iconBox04{
    position: relative;
    display: block;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    text-align: center;
    padding: 33px 15px 38px 15px;
    margin: 0;
}
.iconBox04:hover{
    border-color: #00c0ff;
}
.iconBox04 i{
    font-size: 49px;
    color: #00c0ff;
    display: block;
    margin: 0 0 17px;
}
.iconBox04 h3{
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
.abcSkillsArea{
    position: relative;
    margin: 35px 0 42px;
}
.abcSkillsArea .singleSkill{
    margin: 0 0 28px;
}
.abcFooter{
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.abcFooter .headerCall{
    margin: 0 0 0 27px;
}


/*------------------------------------------------------
/  06. Portfolio Sections Home 01
/------------------------------------------------------*/
.folioItem01{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.folioItem01 img {
    display: block;
    width: 100%;
    height: auto;
}
.folioItem01 .folioContent {
    position: absolute;
    display: block;
    width: calc(100% - 24px);
    right: auto;
    left: 12px;
    bottom: 12px;
    margin: auto;
    border-radius: 5px;
    padding: 29px 30px 22px 31px;
    background: rgba(67, 45, 146, .87);
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    -moz-transition: -moz-transform .3s cubic-bezier(.77,0,.175,1) .1s;
    transition: transform .3s cubic-bezier(.77,0,.175,1) .1s;
}
.folioItem01:hover .folioContent {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);

    -webkit-transition: -webkit-transform .45s cubic-bezier(.77,0,.175,1);
    -moz-transition: -moz-transform .45s cubic-bezier(.77,0,.175,1);
    transition: transform .45s cubic-bezier(.77,0,.175,1);
}
.fcMeta{
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #f9758f;
    font-weight: 500;
    margin: 0 0 14px;

    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem01:hover .fcMeta {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.fcMeta a{
    color: inherit;
}
.fcMeta a:hover{
    color: #FFF;
}
.folioContent h3{
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
    margin: 0;

    text-align: left;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem01:hover .folioContent h3 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.folioContent h3 a{
    color: inherit;
}
.folioContent h3 a:hover{
    color: #f9758f;
}
.folioLink{
    position: absolute;
    right: 39px;
    top: 35px;
    height: 72px;
    width: 72px;
    background: #00c0ff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    color: #FFF;
    text-align: center;
    font-size: 33px;
    line-height: 76px;
}
.folioLink:hover{
    background-color: #f9758f;
    color: #FFF;
}
.folioItem01:hover .folioLink{
    opacity: 1;
    visibility: visible;
}
.portfolioSlider.owl-carousel .owl-dots{
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0 0;
}
.portfolioSlider.owl-carousel .owl-dot{
    width: 22px;
    height: 22px;
    position: relative;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin: 0 9px;
    padding: 0;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.portfolioSlider.owl-carousel .owl-dot:hover, .portfolioSlider.owl-carousel .owl-dot.active{
    border-color: #f9758f;
}
.portfolioSlider.owl-carousel .owl-dot span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #d8dbe6;
    border-radius: 50%;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.portfolioSlider.owl-carousel .owl-dot:hover span, .portfolioSlider.owl-carousel .owl-dot.active span{
    background: #00c0ff;
}
.filterUL{
    display: flex;
    justify-content: center;
    margin: 0 0 63px;
    padding: 0;
}
.filterUL li{
    list-style: none;
    font-size: 18px;
    color: #343c55;
    font-family: 'Jost', sans-serif;
    line-height: 1;
    cursor: pointer;
    margin: 0 55px 0 0;
    font-weight: 500;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.filterUL li:last-child{
    margin: 0;
}
.filterUL li:hover, .filterUL li.active{
    color: #f9758f;
}
.folioItem02{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #432d92;
}
.folioItem02 img{
    width: 100%;
    height: auto;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.folioItem02:hover img{
    opacity: .16;
}
.folioContent2{
    position: absolute;
    left: 0;
    bottom: 42px;
    width: 100%;
    padding: 0 30px 0 49px;
}
.fcMeta2{
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #f9758f;
    margin: 0 0 14px;


    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem02:hover .fcMeta2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.fcMeta2 a{
    color: inherit;
}
.fcMeta2 a:hover{
    color: #FFF;
}
.folioContent2 h3{
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
    margin: 0;

    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.folioItem02:hover .folioContent2 h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.folioContent2 h3 a{
    color: inherit;
}
.folioContent2 h3 a:hover{
    color: #f9758f;
}
.folioItem02:hover .folioLink{
    opacity: 1;
    visibility: visible;
}
.folioItem02{
    margin: 0 0 24px;
}
#mixGrid .mix {
    display: none;
}


/*------------------------------------------------------
/  05. Why Choose Us Sections
/------------------------------------------------------*/
.wcuContent{
    position: relative;
    padding: 0 115px 0 0;
}
.iconBox03{
    position: relative;
}
.iconBox03 i{
    height: 96px;
    width: 96px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 96px;
    background: #00c0ff;
    border-radius: 50%;
    color: #FFF;
    font-size: 35px;
    margin: 0 0 34px;
}
.iconBox03 h3{
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 16px;
}
.iconBox03 p{
    margin: 0;
}

/*------------------------------------------------------
/  06. Good To Know Sections
/------------------------------------------------------*/
.goodToKnowImg{
    position: relative;
    border-radius: 10px;
    margin: -160px 0 50px;
}
.goodToKnowImg img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.gtkBottom{
    position: relative;
}
.singleCounter{
    width: 224px;
    background: #00c0ff;
    border-radius: 10px;
    float: left;
    padding: 33px 34px 15px 34px;
    margin: 0 27px 0 0;
}
.singleCounter h2{
    font-size: 48px;
    line-height: 1;
    color: #FFF;
    margin: 0;
}
.singleCounter h3{
    font-size: 24px;
    line-height: 33px;
    color: #FFF;
}
.gtkBottomContent{
    position: relative;
    padding: 8px 0 0;
}
.gtkBottomContent h3{
    font-size: 30px;
    line-height: 42px;
    color: #FFF;
    margin: 0 0 31px;
}
.gtkBottomContent a.orbBtn01{
    height: 42px;
    line-height:  40px;
    min-width: 146px;
    font-size: 15px;
}
.goodToKnowRight{
    position: relative;
    padding: 118px 0 0;
}
.goodToKnowRight .secTitle{
    color: #FFF;
    margin: 0 0 58px;
}
.orbitoAccordion{
    position: relative;
    margin: 0;
    padding: 0;
}
.orbitoAccordion .accordion-item{
    background: #FFF;
    border-radius: 5px;
    padding: 0 30px;
    margin: 0 0 18px;
}
.orbitoAccordion.orbitoAccMode2 .accordion-item{
    padding: 0;
    margin: 0 0 26px;
    border-radius: 0;
    background: transparent;
}
.orbitoAccordion .accordion-header{
    margin: 0;
}
.orbitoAccordion .accordion-header button{
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    padding: 17px 35px 15px 35px;
    border: none;
    border-radius: 0;
}
.orbitoAccordion.orbitoAccMode2 .accordion-header button{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 0 49px;
}
.orbitoAccordion .accordion-button::after{
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
    color: #343c55;
    position: absolute;
    left: 0;
    top: 16px;
}
.orbitoAccordion.orbitoAccMode2 .accordion-button::after {
    content: '\f068';
    font-size: 23px;
    top: 3px;
}
.orbitoAccordion.orbitoAccMode2 .accordion-button.collapsed::after {
    content: '\2b';
}
.orbitoAccordion .accordion-body{
    border-top: 1px solid #d2d0da;
    border-radius: 0;
    padding: 20px 0 35px 0;
}
.orbitoAccordion.orbitoAccMode2 .accordion-body{
    border: none;
    border-radius: 0;
    padding: 17px 0 13px 49px;
    font-size: 18px;
    line-height: 30px;
}

.gtkAnim01{
    width: 232px;
    height: 137px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/shapes/1.png) no-repeat right top;
}
.gtkAnim02{
    width: 92px;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/shapes/2.png) no-repeat left bottom;
}


/*------------------------------------------------------
/  07. Client Sections
/------------------------------------------------------*/

.clientLogo{
    display: block;
    text-align: center;
    position: relative;
}
.clientLogo img{
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.clientLogo img:first-child{
    position: relative;
}
.clientLogo img:last-child{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}
.clientLogo:hover img:first-child{
    opacity: 0;
    visibility: hidden;
}
.clientLogo:hover img:last-child{
    opacity: 1;
    visibility: visible;
}


/*------------------------------------------------------
/  07. Team Sections
/------------------------------------------------------*/
.teamMember01{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #432d92;
}
.teamMember01 img{
    width: 100%;
    height: auto;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.teamMember01:hover img{
    opacity: .28;
}
.tm01Info{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 40px 15px 0 45px;
}
.tm01Info h3{
    font-size: 24px;
    color: #FFF;
    line-height: 1;
    margin: 0 0 12px;

    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Info h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.tm01Info span{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #cfd1d7;

    opacity: 0;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Info span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.tm01Desc{
    position: absolute;
    left: 0;
    top: 99px;
    width: 100%;
    padding: 40px 45px 0 45px;
}
.tm01Desc:before{
    content: '';
    width: calc(100% - 90px);
    height: 1px;
    background: rgba(255, 255, 255, .27);
    position: absolute;
    top: 21px;
    left: 45px;

    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Desc:before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.tm01Desc p{
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    margin: 0;

    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.teamMember01:hover .tm01Desc p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.tm01Social{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 45px 40px;
}
.tm01Social a{
    color: inherit;
    margin-right: 20px;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
}
.tm01Social a:hover{
    color: #f9758f;
}
.teamMember01:hover .tm01Social a:first-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .35s;
}
.teamMember01:hover .tm01Social a:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .4s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .4s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .4s;
}
.teamMember01:hover .tm01Social a:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .45s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .45s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .45s;
}
.teamMember01:hover .tm01Social a:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .5s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .5s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .5s;
}
.evenTeam{
    margin-top: 60px;
}
.testimonialNav{
    display: flex;
    justify-content: flex-start;
}
.testimonialNav button{
    position: relative;
    width: 48px;
    height: 48px;
    background: #FFF;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    color: #343c55;
    margin-right: 12px;
    cursor: pointer;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.testimonialNav button.tnNext{
    background: #f8758f;
    color: #FFF;
}
.testimonialNav button:hover{
    background: #f8758f;
    color: #FFF;
}
.testimonialNav button.tnNext:hover{
    background: #FFF;
    color: #343c55;
}
.testimonialItem{
    position: relative;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    /*    box-shadow: 0px 5px 30px 0px rgb(2 24 93 / 6%);*/
    padding: 50px 60px 60px 60px;

}
.testimonialItem:after{
    content: '';
    position: absolute;
    right: 60px;
    bottom: 66px;
    width: 46px;
    height: 48px;
    background: url(../images/shapes/4.png) no-repeat center center / cover;
}
.testimonialItem p{
    font-size: 21px;
    line-height: 36px;
    color: #5e6371;
    font-style: italic;
    margin: 0 0 43px;
}
.testimonialAuthor{
    position: relative;
    padding-left: 80px;
    min-height: 60px;
    padding-top: 5px;
}
.testimonialAuthor img{
    display: inline-block !important;
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonialAuthor h4{
    font-size: 21px;
    line-height: 1;
    margin: 0 0 5px;
}
.testimonialAuthor span{
    font-size: 16px;
    line-height: 1;
    color: #868b9b;
    margin: 0;
}
.testimonialSlider .owl-stage-outer{
    overflow: visible;
}
.overflowHidde{
    overflow: hidden;
}
.testimonialSlider .owl-item {
    opacity: 0;

}
.testimonialSlider .owl-item.active {
    opacity: 1;
    transition: opacity 300ms;
}
.testimonialSlider.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    visibility: visible;
}
.testimonialSlider.owl-carousel .owl-stage-outer .owl-stage {
    cursor: none;
    pointer-events: none;
}


.testimonialSlider .owl-nav{
    display: none;
}
.zIndex4{
    z-index: 4;
    position: relative;
}
.counterArea{
    position: relative;
    background: #432d92;
    border-radius: 10px;
    margin: 0;
    padding: 84px 0 83px;
}
.counterArea.caMode2{
    background: #FFF;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}
.singleCounter02{
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 91px;
}
.singleCounter02 h2{
    font-size: 60px;
    line-height: 60px;
    color: #00c0ff;
    margin: 0 28px 0 0;
    position: relative;
}
.singleCounter02 .timerSuffixSmall{
    font-size: 30px;
    display: inline-flex;
    line-height: 20px;
    position: relative;
    top: -27px;
}
.singleCounter02 h3{
    font-size: 21px;
    line-height: 30px;
    color: #FFF;
    margin: 0;
}
.caMode2 .singleCounter02 h3{
    color: #343c55;
}
.testimonialItem2{
    position: relative;
    padding: 0 0 24px;
}
.testimonialSlider2 .testimonialItem2{
    margin: 48px 0;
}
.testimonialItem2:after{
    content: '';
    width: calc(100% - 60px);
    height: calc(100% - 24px);
    position: absolute;
    left: 30px;
    bottom: 0;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}
.ti02Inner{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    position: relative;
    z-index: 2;
    padding: 60px 60px 60px 60px;
}
.ti02Inner:before{
    content: '';
    width: 46px;
    height: 48px;
    position: relative;
    display: block;
    margin: 0 auto 38px;
    background: url(../images/shapes/10.png) no-repeat center center;
}
.testimonialItem2 p{
    font-size: 21px;
    line-height: 36px;
    font-style: italic;
    color: #5e6371;
    margin: 0 0 43px;
}
.testimonialSlider2.owl-carousel .owl-dots{
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.testimonialSlider2.owl-carousel .owl-dot{
    width: 22px;
    height: 22px;
    position: relative;
    border: 2px solid transparent;
    background: transparent;
    border-radius: 50%;
    margin: 0 9px;
    padding: 0;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.testimonialSlider2.owl-carousel .owl-dot:hover, .testimonialSlider2.owl-carousel .owl-dot.active{
    border-color: #f9758f;
}
.testimonialSlider2.owl-carousel .owl-dot span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #d8dbe6;
    border-radius: 50%;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.testimonialSlider2.owl-carousel .owl-dot:hover span, .testimonialSlider2.owl-carousel .owl-dot.active span{
    background: #00c0ff;
}
.testimonialSlider2.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonialSlider2.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    cursor: none;
    pointer-events: none;
    visibility: hidden;
}
.testimonialSlider2.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    visibility: visible;
}
.testimonialSlider2.owl-carousel .owl-stage-outer .owl-stage {
    cursor: none;
    pointer-events: none;
}

/*------------------------------------------------------
/  08. Blog Sections
/------------------------------------------------------*/
.blogItem01{
    position: relative;
    padding: 0 0 99px;
}
.blogItem01.biMode2 {
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}
.biMode2.biModeShadow{
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
}
.bi01Thumb{
    position: relative;
    border-radius: 10px;
}
.biMode2 .bi01Thumb{
    border-radius: 0;
}
.bi01Thumb img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.biMode2 .bi01Thumb img{
    border-radius: 0;
}
.bi01Date{
    position: absolute;
    left: 12px;
    top: 12px;
    height: 72px;
    width: 72px;
    border-radius: 5px;
    background: #00c0ff;
    text-align: center;
    color: #FFF;
    padding: 9px 5px 0;
}
.bi01Date span:first-child{
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 7px;
}
.bi01Date span:last-child{
    font-size: 15px;
    display: block;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.bi01Details{
    width: calc(100% - 60px);
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    border-radius: 5px;
    padding: 21px 30px 28px 29px;
    position: absolute;
    left: 30px;
    bottom: 0;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.blogItem01:hover .bi01Details {
    padding-bottom: 59px;
}
.bi01Meta{
    position: relative;
    margin: 0 0 10px;
}
.bi01Meta span{
    position: relative;
    margin-right: 12px;
    display: inline-block;
}
.bi01Meta span:last-child{
    margin-right: 0;
}
.bi01Meta span a{
    font-size: 15px;
    color: #5e6371;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.bi01Meta span a i{
    color: #00c0ff;
}
.bi01Meta span a:hover{
    color: #00c0ff;
}
.bi01Details h3{
    font-size: 21px;
    line-height: 30px;
    margin: 0;
}
.bi01Details h3 a{
    color: #343c55;
}
.bi01Details h3 a:hover{
    color: #f9758f;
}
.bi01Details .readMoreLink{
    position: absolute;
    left: 30px;
    bottom: 27px;

    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.blogItem01:hover .bi01Details .readMoreLink {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}
.bi01Details2{
    position: relative;
    padding: 18px 40px 25px 28px;
}
.bi01Details2 h3{
    font-size: 21px;
    line-height: 30px;
    margin: 0;
}
.bi01Details2 h3 a{
    color: inherit;
}
.bi01Details2 h3 a:hover{
    color: #f9758f;
}


/*------------------------------------------------------
/  09. Footer 01 Sections
/------------------------------------------------------*/
.ctaSection{
    position: relative;
    background: #2a2637;
    padding: 89px 0 0;
}
.ctaLeft{
    position: relative;
}
.ctaLeft .secTitle{
    margin: 0 0 17px;
}
.ctaLeft .secDesc{
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    margin: 0;
}
.ctaRight {
    text-align: right;
    padding: 42px 0 0;
}
.ctaBorder{
    height: 1px;
    background: rgba(255, 255, 255, .18);
    margin: 87px 0 0;
}
.footer{
    position: relative;
    background: #2a2637;
    padding: 90px 0 0;
}
.footer .widget{
    margin: 28px 0 0;
    padding: 0;
}
.footer .widget.about_widget{
    margin: 0;
}
.aboutWidgetContent{
    position: relative;
    padding: 0 110px 0 0;
}
.aboutWidgetContent img{
    height: 48px;
    width: auto;
    margin: 0 0 43px;
}
.aboutWidgetContent p{
    color: #a3adcc;
    margin: 0 0 23px;
}
.aboutWidgetContent.awc2 p{
    margin: 0 0 44px;
}
.contactInfo{
    position: relative;
}
.contactInfo span{
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    padding-left: 32px;
    margin: 0 0 12px;
}
.contactInfo span:last-child{
    margin: 0;
}
.contactInfo span i{
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    line-height: 28px;
}
.contactInfo span a{
    color: inherit;
}
.contactInfo span a:hover{
    color: #f9758f;
}
.footer .widget .widgetTitle{
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 39px;
}
.footer .widget ul{
    margin: 0;
    padding: 0;
}
.footer .widget ul li{
    list-style: none;
    margin: 0 0 14px;
}
.footer .widget ul li:last-child{
    margin: 0;
}
.footer .widget ul li a{
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    padding: 0;
}
.footer .widget ul li a:hover{
    color: #f9758f;
}
.newsletterContent{
    position: relative;
}
.awc2 .newsletterContent{
    max-width: 312px;
}
.newsletterContent p{
    color: #a3adcc;
    margin: 0 0 46px;
}
.newsletterContent form{
    margin: 0;
    padding: 0;
    position: relative;
}
.newsletterContent form input[type='email']{
    height: 60px;
    border: none;
    border-radius: 5px;
    background: #FFF;
    color: #868b9b;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding: 0 25px;
    display: block;
    width: 100%;
}
.newsletterContent form::placeholder,
.newsletterContent form::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.newsletterContent form button{
    border: none;
    background: transparent;
    color: #868b9b;
    font-size: 18px;
    line-height: 1;
    border-radius: 0;
    position: absolute;
    right: 22px;
    top: 0;
    padding: 0;
    height: 18px;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.newsletterContent form button:hover{
    color: #f9758f;
}
.footer .pdl124{
    padding-left: 70px;
}
.footerBorder{
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, .18);
    margin: 87px 0 0;
}
.widgetPostItems{
    position: relative;
    margin: 0px 0 0;
    padding: 1px 0 0;
}
.widgetPostItem{
    position: relative;
    min-height: 72px;
    padding: 0 0 0 94px;
    margin: 0 0 27px;
}
.widgetPostItems .widgetPostItem:last-of-type{
    margin: 0;
}
.widgetPostItem img{
    width: 72px;
    height: 72px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}
.widgetPostItem h3{
    font-size: 18px;
    line-height: 26px;
    color: #f8f9fb;
    margin: 0 0 10px;
}
.widgetPostItem h3 a{
    color: inherit;
}
.widgetPostItem h3 a:hover{
    color: #f9758f;
}
.widgetPostItem span{
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #a3adcc;
}
.siteInfoSection{
    background: #2a2637;
    position: relative;
    padding: 41px 0 45px;
}
.siteInfo{
    font-size: 18px;
    line-height: 28px;
    color: #a3adcc;
    margin: 0;
}
.siteInfo a{
    font-weight: 700;
    color: #a3adcc;
}
.siteInfo a:hover{
    color: #f9758f;
}
.footerMenu{
    position: relative;
}
.footerMenu ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.footerMenu ul li{
    list-style: none;
    margin: 0 48px 0 0;
}
.footerMenu ul li:last-child{
    margin-right: 0;
}
.footerMenu ul li a{
    font-size: 18px;
    line-height: 28px;
    display: block;
    color: #a3adcc;
}
.footerMenu ul li a:hover{
    color: #f9758f;
}
.footerSocial{
    display: flex;
    justify-content: flex-end;
}
.footerSocial a{
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    letter-spacing: 0;
    margin: 0 0 0 24px;
}
.footerSocial a:first-child{
    margin-left: 0;
}
.footerSocial a:hover{
    color: #f9758f;
}


/*------------------------------------------------------
/  10. Feature Sections
/------------------------------------------------------*/
.featureInner{
    background: #432d92;
    border-radius: 10px;
    padding: 90px 0;
}
.iconBox05{
    position: relative;
    padding: 0 80px 0 80px;
    margin: -4px 0 0;
}
.iconBox05 i{
    font-size: 64px;
    line-height: 1;
    color: #00c0ff;
    display: block;
    margin: 0 0 29px;
}
.iconBox05 h3{
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 27px;
}
.iconBox05 p{
    color: #a3adcc;
    margin: 0 0 8px;
}
.hasBorderLeft{
    border-left: 1px solid rgba(255, 255, 255, .27);
}
.iB05Pdl91{
    padding-left: 91px;
}
.serviceItem01{
    position: relative;
    padding: 0 0 80px;
    margin: 0 0 48px;
}
.siThumb{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.siThumb img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.siDetails{
    background: #FFF;
    border-radius: 5px;
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    bottom: 0;
    box-shadow: 0px 5px 90px 0px rgba(2, 24, 93, 0.08);
    padding: 24px 100px 28px 31px;

    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.serviceItem01:hover .siDetails{
    padding-bottom: 76px;
}
.siDetails h3{
    font-size: 24px;
    line-height: 33px;
    margin: 0;
}
.siDetails h3 a{
    color: inherit;
}
.siDetails h3 a:hover{
    color: #f9758f;
}
.siDetails > i{
    font-size: 60px;
    color: #00c0ff;
    line-height: .8;
    position: absolute;
    right: 0;
    top: 26px;
    margin: 0;
    width: 86px;
}
.siDetails .readMoreLink {
    position: absolute;
    left: 32px;
    bottom: 32px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.165,.84,.44,1);
}
.serviceItem01:hover .siDetails .readMoreLink {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    -moz-transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
    transition: .6s cubic-bezier(.165,.84,.44,1) .2s;
}


/*------------------------------------------------------
/  12. Quick Result Sections
/------------------------------------------------------*/
.qrLeft{
    position: relative;
}
.qrLeft .secTitle{
    margin: 0 0 29px;
}
.qrLeft p{
    font-size: 21px;
    line-height: 30px;
    color: #cfd1d7;
    margin: 0 0 59px;
}
.iconBox06{
    position: relative;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 5px;
    padding: 42px 45px 42px 123px;
    margin: 0 0 30px;
}
.iconBox06 i{
    color: #00c0ff;
    font-size: 44px;
    line-height: 1;
    position: absolute;
    left: 45px;
    top: 46px;
}
.iconBox06 i.tm4{
    top: 42px;
}
.iconBox06 h3{
    font-size: 24px;
    color: #FFF;
    line-height: 32px;
    margin: 0 0 17px;
}
.iconBox06 p{
    color: #a3adcc;
    margin: 0;
}


/*------------------------------------------------------
/  11. Contact Sections
/------------------------------------------------------*/
.contactLeft{
    position: relative;
    margin: 0 120px 0 0;
}
.contactLeft .secTitle{
    margin: 0 0 26px;
}
.contactLeft .secDesc{
    color: #868b9b;
    margin: 0 0 29px;
}
.contactLeft .contactInfo span{
    color: #5e6371;
}
.contactLeft .contactInfo span i{
    color: #00c0ff;
}
.contactForm{
    position: relative;
    padding-left: 6px;
}
.contactForm form{
    margin: 0;
    padding: 0;
}
.contactForm form .col-lg-6, 
.contactForm form .col-lg-12{
    padding-left: 6px;
    padding-right: 6px;
}
.contactForm form input:not([type='submit']), .contactForm form textarea{
    font-size: 18px;
    color: #868b9b;
    padding: 0 25px;
    height: 60px;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    margin: 0 0 12px;
    display: block;
    width: 100%;
}
.contactForm form textarea{
    height: 200px;
    resize: none;
    padding: 15px 25px;
}
.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.contactForm input::-ms-input-placeholder,
.contactForm textarea::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.contactForm input::-webkit-input-placeholder,
.contactForm textarea::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.mapIframe{
    position: relative;
    margin: 0 0 -120px;
}
.mapIframe iframe{
    display: block;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 380px;
}
.googleMap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 380px;
    border-radius: 10px;
}
.blogSection2 .googleMap{
    margin: 0 0 -120px;
}
.con_message{
    display: block;
    width: 100%;
    display: none;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0;
}
.contactForm .reqError{
    border-color: #f00 !important;
}

/*------------------------------------------------------
/  12. Page Banner Sections
/------------------------------------------------------*/
.pageBanner{
    min-height: 480px;
    background: url(../images/bg/3.jpg) no-repeat center center / cover #343c55;
    position: relative;
    overflow: hidden;
}
.pbBG2{
    background: url(../images/bg/4.jpg) no-repeat center center / cover #343c55;
}
.pbBG3{
    background: url(../images/bg/5.jpg) no-repeat center center / cover #343c55;
}
.pbBG5{
    background: url(../images/bg/6.jpg) no-repeat center center / cover #343c55;
}
.pbBG6{
    background: url(../images/bg/7.jpg) no-repeat center center / cover #343c55;
}
.pbBG7{
    background: url(../images/bg/8.jpg) no-repeat center center / cover #343c55;
}
.pbBG8{
    background: url(../images/bg/9.jpg) no-repeat center center / cover #343c55;
}
.pbBG9{
    background: url(../images/bg/10.jpg) no-repeat center center / cover #343c55;
}
.pbBG10{
    background: url(../images/bg/11.jpg) no-repeat center center / cover #343c55;
}
.pbBG11{
    background: url(../images/bg/12.jpg) no-repeat center center / cover #343c55;
}
.pageBanner .pageBannerContainer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.pageBannerOverlay{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 26, 28, .24);
}
.pboDark{
    background: rgba(23, 26, 28, .48);
}
.pboDark2{
    background: rgba(23, 26, 28, .36);
}
.pboDark3{
    background: rgba(23, 26, 28, .30);
}
.pboDark4{
    background: rgba(23, 26, 28, .42);
}
.triangleShapes{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pageBannerContent{
    position: relative;
    height: 480px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.pageBannerContentInner{
    position: relative;
    padding: 0 0 63px;
}
.pageBannerContent h2{
    font-size: 72px;
    line-height: 84px;
    color: #FFF;
    margin: 0 0 40px;
    position: relative;
    z-index: 3;
}
.blogSingleBanner .pageBannerContent h2{
    font-size: 60px;
    line-height: 72px;
    margin: 0 0 37px;
}
.orbitoBredcrumbs{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #cfd1d7;
    position: relative;
    z-index: 3;
}
.orbitoBredcrumbs a{
    color: inherit;
}
.orbitoBredcrumbs a:hover{
    color: #f9758f;
}
.orbitoBredcrumbs i{
    font-style: normal;
    margin: 0 13px;
}
.pageBannerShape01{
    position: absolute;
    left: 177px;
    top: 0;
}
.pageBannerShape02{
    position: absolute;
    left: -125px;
    bottom: 0;
}
.pageBannerShape03{
    position: absolute;
    right: 0;
    bottom: 0;
}

/*------------------------------------------------------
/  13. Service & Service Details Page
/------------------------------------------------------*/
.iconBox07{
    position: relative;
    padding: 0 25px;
}
.processIcon{
    width: 96px;
    height: 96px;
    background: #FFF;
    border-radius: 50%;
    font-size: 36px;
    line-height: 1;
    color: #00c0ff;
    position: relative;
    text-align: center;
    margin: 0 auto 35px;
    padding: 31px 0;
}
.processIcon span{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f9758f;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    font-family: 'Jost', sans-serif;
}
.iconBox07 h3{
    font-size: 24px;
    line-height: 1;
    color: #FFF;
    margin: 0 0 17px;
}
.iconBox07 p{
    color: #a3adcc;
    margin: 0;
}
.pricingTable{
    position: relative;
    border: 1px solid #d8dde7;
    border-radius: 10px;
    padding: 58px 59px 60px;
}
.ptTitle{
    font-size: 30px;
    line-height: 1;
    position: relative;
    margin: 0 0 31px;
}
.ptTitle i{
    color: #00c0ff;
    position: absolute;
    right: -8px;
    top: -4px;
    font-size: 38px;
}
.ptTitle i.rightM3P{
    right: -3px;
}
.ptTitle i.rightM2P{
    right: -2px;
}
.ptDesc{
    margin: 0;
}
.ptSeperator{
    height: 1px;
    background: #cacdd3;
    margin: 39px 0 42px;
}
.ptPrice{
    font-family: 'Jost', sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #f9758f;
    font-weight: 500;
    margin: 0 0 24px;
}
.ptPrice span{
    color: #343c55;
    font-size: 18px;
}
.ptFeatures{
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
}
.ptFeatures li{
    font-size: 18px;
    line-height: 28px;
    color: #5e6371;
    position: relative;
    padding: 0 0 0 45px;
    margin: 0 0 14px;
}
.ptFeatures li:before{
    content: '';
    width: 16px;
    height: 12px;
    background: url(../images/check.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 9px;
}
.ptFeatures li.disableds:before{
    width: 12px;
    height: 12px;
    background: url(../images/cross.png) no-repeat left center;
}
.pricingTable .orbBtn01{
    min-width: 166px;
    border-color: #f9758f;
    color: #343c55;
}
.pricingTable .orbBtn01:hover{
    color: #FFF;
}
.pricingTable .orbBtn01 .bp-shape{
    background: #f9758f;
}
.orbFAQTab{
    position: relative;
    display: block;
    margin: 6px 0 0;
    padding: 0;
    border: none;
}
.orbFAQTab li{
    list-style: none;
    display: block;
    margin: 0 0 6px;
}
.orbFAQTab li button{
    border: 1px solid #d8dde7;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #343c55;
    background: transparent;
    font-family: 'Jost', sans-serif;
    text-align: left;
    padding: 0 30px;
    height: 60px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.orbFAQTab li button:hover,  
.orbFAQTab li button.active{
    border-color: transparent;
    background: #00c0ff;
    color: #FFF;
}
.serviceDetailsSection{
    padding: 120px 0;
    position: relative;
}
.serviceThumb{
    position: relative;
    margin: 0 0 57px;
}
.serviceThumb img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.serviceContent{
    position: relative;
}
.serviceContent > h2{
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 20px;
}
.serviceContent > h2.mb35{
    margin: 0 0 35px;
}
.serviceContent > h2.mb30{
    margin: 0 0 30px;
}
.serviceContent > h2.mb37{
    margin: 0 0 37px;
}
.serviceContent > p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.serviceContent > p.mb64{
    margin: 0 0 64px;
}
.iconBox08{
    position: relative;
    margin: 0 0 57px;
}
.iconBox08 h3{
    font-size: 24px;
    line-height: 36px;
    position: relative;
    padding: 0 0 0 66px;
    margin: 0 0 28px;
}
.iconBox08 i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 41px;
    line-height: 36px;
    color: #00c0ff;
}
.iconBox08 p{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.orbList{
    margin: 0;
    padding: 0;
}
.orbList li{
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding: 0 0 0 50px;
    margin: 0 0 14px;
}
.orbList li:before{
    content: '';
    width: 16px;
    height: 8px;
    background: url(../images/right-arrow.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 11px;
}
.sdgItem{
    display: block;
}
.sdgItem img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.counterBox{
    position: relative;
    border: 1px solid #cacdd3;
    border-radius: 5px;
    text-align: center;
    padding: 56px 45px 51px;
}
.counterBox h2{
    font-size: 48px;
    line-height: 1;
    color: #f9758f;
    margin: 0 0 19px;
}
.counterBox h3{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
.sidebar .widget{
    position: relative;
    background: #eef7f8;
    border-radius: 10px;
    padding: 46px 48px 48px;
    margin: 0 0 60px;
}
.sidebar .widget .widgetTitle{
    font-size: 24px;
    line-height: 1;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 32px;
}
.sidebar .widget .widgetTitle:before{
    content: '';
    width: 18px;
    height: 18px;
    border: 3px solid #00c0ff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3px;
}
.sidebar .widget.serviceMenu ul{
    margin: 0;
    padding: 0;
}
.sidebar .widget.serviceMenu ul li{
    list-style: none;
    display: block;
    margin: 0 0 6px;
}
.sidebar .widget.serviceMenu ul li:last-child{
    margin: 0;
}
.sidebar .widget.serviceMenu ul li a{
    font-family: 'Jost', sans-serif;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
    background: #00c0ff;
    display: block;
    padding: 17px 30px 15px;
    border-radius: 5px;
}
.sidebar .widget.serviceMenu ul li:hover > a,
.sidebar .widget.serviceMenu ul li.current-menu-item > a{
    background: #f9758f;
}
.widgetForm{
    position: relative;
}
.widgetForm form{
    margin: 0;
    padding: 0;
}
.widgetForm form input:not([type="submit"]), .widgetForm form textarea{
    display: block;
    width: 100%;
    height: 60px;
    background: #FFF;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #868b9b;
    padding: 0 24px;
    margin: 0 0 18px;
}
.widgetForm form textarea{
    height: 160px;
    resize: none;
    padding: 15px 24px;
}
.widgetForm form input::-moz-placeholder,
.widgetForm form textarea::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.widgetForm form input::-ms-input-placeholder,
.widgetForm form textarea::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.widgetForm form input::-webkit-input-placeholder,
.widgetForm form textarea::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.widgetForm form .orbBtn01{
    min-width: 166px;
}
.widgetForm .reqError{
    border: 1px solid #f00 !important;
}
.sidebar .widget.helpWidget{
    background: #443190;
}
.sidebar .widget.helpWidget > h3{
    font-size: 36px;
    color: #FFF;
    line-height: 1;
    margin: 0 0 33px;
}
.sidebar .widget.helpWidget p{
    font-size: 21px;
    line-height: 33px;
    color: #cfd1d7;
    margin: 0 0 85px;
}
.sidebar .widget.helpWidget .headerCall{
    min-height: 60px;
    padding: 4px 0 0 81px;
    margin: 0;
}
.sidebar .widget.helpWidget .headerCall i{
    background: #00c0ff;
    color: #FFF;
    height: 60px;
    width: 60px;
    font-size: 21px;
    line-height: 60px;
}
.sidebar .widget.helpWidget .headerCall h4{
    font-size: 18px;
    color: #FFF;
    margin: 0 0 13px;
}
.sidebar .widget.helpWidget .headerCall h3{
    font-size: 24px;
    color: #FFF;
}
.companyProfileBtns{
    position: relative;
}
.companyProfileBtns .orbBtn01{
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 58px;
}
.companyProfileBtns .orbBtnBorder{
    border-color: #f9758f;
    color: #343c55;
    line-height: 55px;
}
.companyProfileBtns .orbBtnBorder:hover{
    border-color: #343c55;
    color: #FFF;
}
.companyProfileBtns a:first-child{
    margin: 0 0 12px;
}


/*------------------------------------------------------
/  13. Portfolio & Portfolio Details Page
/------------------------------------------------------*/
.orbitoPagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 36px 0 0;
}
.orbitoPagination a, .orbitoPagination span{
    height: 54px;
    width: 54px;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    line-height: 52px;
    font-size: 18px;
    color: #868b9b;
    text-align: center;
    margin: 0 6px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.orbitoPagination a.opNext, 
.orbitoPagination a.opPrev{
    color: #00c0ff;
}
.orbitoPagination a:hover, .orbitoPagination span.current{
    border-color: #00c0ff;
    background: #00c0ff;
    color: #FFF;
}
.folioSlider{
    position: relative;
    margin: 0 0 57px;
}
.folioSliderImg{
    display: block;
    width: 100%;
    height: auto;
}
#folioSlider li{
    border-radius: 10px;
    overflow: hidden;
}
.folioSliderImg{
    border-radius: 10px;
}
.folioSlider .lSPager.lSGallery li, .folioSlider .lSSlideOuter .lSPager.lSGallery li.active, .folioSlider .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 10px;
}
.folioSlider .lSSlideOuter .lSPager.lSGallery li img{
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.folioSlider .lSSlideOuter .lSPager.lSGallery li.active img, .folioSlider .lSSlideOuter .lSPager.lSGallery li:hover img{
    opacity: .8;
}
.folioDetails{
    position: relative;
}
.folioDetails h2{
    font-size: 30px;
    line-height: 1;
    margin: 0 0 31px;
}
.folioDetails .orbitoLead{
    font-size: 21px;
    line-height: 33px;
    color: #868b9b;
    margin: 0 0 29px;
}
.folioDetails p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 25px;
}
.orbList2{
    margin: 0;
    padding: 0;
}
.orbList2 li{
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 0 45px;
    position: relative;
    margin: 0 0 14px;
}
.orbList2 li:before{
    content: '';
    width: 16px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/check.png) no-repeat left center;
}
.fgItem{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 24px;
}
.fgItem img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.folioMeta{
    position: relative;
    background: #eef7f8;
    border-radius: 10px;
    padding: 57px 60px 58px;
    margin: 0 0 50px;
}
.folioSingleMeta{
    position: relative;
    margin: 0 0 45px;
}
.folioMeta .folioSingleMeta:last-of-type{
    margin: 0;
}
.folioSingleMeta h4{
    font-size: 18px;
    line-height: 1;
    margin: 0 0 12px;
}
.folioSingleMeta p{
    font-size: 18px;
    line-height: 28px;
    color: #5e6371;
    margin: 0;
}
.folioShare{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.folioShare h3{
    font-size: 24px;
    line-height: 48px;
    margin: 0 30px 0 0;
}
.folioShare a{
    height: 48px;
    width: 48px;
    background: #00c0ff;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #FFF;
    margin: 0 8px 0 0;
}
.folioShare a.fac{
    background: #1877f2;
}
.folioShare a.twi{
    background: #1da1f2;
}
.folioShare a.lin{
    background: #0077b5;
}
.folioShare a:hover{
    background: #f9758f;
}
.relatedFolioTitle{
    font-size: 48px;
    line-height: 1;
    margin: 0 0 52px;
}
.mt94{
    margin-top: 94px;
}

/*------------------------------------------------------
/  14. Blog & Blog Details Page
/------------------------------------------------------*/
.blogPageSection{
    position: relative;
    padding: 120px 0 120px;
}
.blogItem03{
    position: relative;
    margin: 0 0 60px;
}
.bi03Thumb{
    position: relative;
    border-radius: 10px 10px 0 0;
}
.blogItem03 img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.bi03Details{
    position: relative;
    border: 1px solid #d8dde7;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 33px 42px 41px 42px;
}
.bi03Details .bi01Meta{
    margin: 0 0 8px;
}
.bi03Details h2{
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 15px;
}
.bi03Details h2 a{
    color: inherit;
}
.bi03Details h2 a:hover{
    color: #f9758f;
}
.blogExcerpt{
    font-size: 18px;
    line-height: 30px;
    color: #5e6371;
    margin: 0 0 32px;
}
.bi03Details a.orbBtn01{
    min-width: 143px;
    height: 48px;
    line-height: 46px;
}
.blogPaginationRow .orbitoPagination{
    margin-top: 0;
}
.sidebar .searchForm{
    margin: 0;
    padding: 0;
    position: relative;
}
.sidebar .searchForm input{
    font-size: 16px;
    color: #868b9b;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 24px;
    border-radius: 5px;
    background: #FFF;
    border: none;
}
.sidebar .searchForm input::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.sidebar .searchForm input::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.sidebar .searchForm input::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.sidebar .searchForm button{
    border: none;
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    color: #f9758f;
    position: absolute;
    right: 17px;
    top: 21px;
}
.widgetPostItem2{
    position: relative;
    padding: 0 0 0 112px;
    min-height: 90px;
    margin: 0 0 29px;
}
.widgetPostItems .widgetPostItem2:last-of-type{
    margin: 0;
}
.widgetPostItem2 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    border-radius: 5px;
}
.widgetPostItem2 > a{
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: .9;
    color: #f9758f;
    display: block;
    margin: 0 0 3px;
}
.widgetPostItem2 h3{
    font-size: 18px;
    line-height: 24px;
    color: #343c55;
    margin: 0 0 13px;
}
.widgetPostItem2 h3 a{
    color: inherit;
}
.widgetPostItem2 h3 a:hover{
    color: #f9758f;
}
.widgetPostItem2 span{
    font-size: 14px;
    line-height: 1;
    display: block;
    margin: 0;
}
.sidebar .widget:not(.serviceMenu) ul{
    margin: -6px 0 -4px;
    padding: 0;
}
.sidebar .widget:not(.serviceMenu) ul li{
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    color: #868b9b;
    border-bottom: 1px solid #d8dde7;
    padding: 0 0 17px 0px;
    margin: 0 0 13px 0;
}
.sidebar .widget:not(.serviceMenu) ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.sidebar .widget:not(.serviceMenu) ul li a{
    font-family: 'Jost', sans-serif;
    display: inline-block;
    font-weight: 500;
    color: #343c55;
    margin: 0 6px 0 0;
}
.sidebar .widget:not(.serviceMenu) ul li a:hover{
    color: #f9758f;
}
.tagCloud{
    position: relative;
    margin: 0 0 -6px;
}
.tagCloud a{
    float: left;
    font-size: 16px;
    color: #868b9b;
    border: 1px solid #d8dde7;
    padding: 0 18px;
    height: 42px;
    line-height: 40px;
    border-radius: 42px;
    margin: 0 6px 6px 0;
    background: transparent;
}
.tagCloud a:hover{
    border-color: #00c0ff;
    background: #00c0ff;
    color: #FFF;
}
.gallery{
    position: relative;
    margin: 0 0 -12px;
}
.gallery img{
    width: 96px;
    height: 96px;
    float: left;
    border-radius: 5px;
    margin: 0 12px 12px 0;
}
.gallery img:nth-child(3),
.gallery img:nth-child(6),
.gallery img:nth-child(9){
    margin-right: 0;
}
.orbitoSocials{
    position: relative;
    margin: 0 0 -6px;
}
.orbitoSocials a{
    width: 60px;
    height: 60px;
    font-size: 21px;
    color: #FFF;
    line-height: 60px;
    background: #00c0ff;
    float: left;
    text-align: center;
    border-radius: 50%;
    margin: 0 6px 6px 0;
}
.orbitoSocials a.fac{
    background: #1877f2;
}
.orbitoSocials a.twi{
    background: #1da1f2;
}
.orbitoSocials a.lin{
    background: #0077b5;
}
.orbitoSocials a.you{
    background: #ff0000;
}
.orbitoSocials a:hover{
    background: #f9758f;
    color: #FFF;
}
.blogGridPage .blogItem01.biMode2{
    margin: 0 0 60px;
}
.blogPaginationRow .orbBtnBorder{
    border-color: #f9758f;
    color: #343c55;
}
.blogPaginationRow .orbBtnBorder .bp-shape{
    background: #f9758f;
    color: #FFF;
}
.blogPaginationRow .orbBtnBorder:hover{
    color: #FFF;
}
.blogDetailsPageSection{
    padding: 120px 0 120px;
}
.blogDetailsThumb{
    position: relative;
}
.blogDetailsThumb img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.blogDetailsArea{
    position: relative;
    border: 1px solid #d8dde7;
    border-top: none;
    padding: 33px 42px 30px;
    border-radius: 0 0 10px 10px;
    margin: 0 0 30px;
}
.blogDetailsArea .bi01Meta{
    margin: 0 0 6px;
}
.blogDetailsArea p{
    font-size: 18px;
    line-height: 30px;
    color: #5e6371;
    margin: 0 0 30px;
}
.blogDetailsArea > p:last-of-type{
    margin: 0;
}
.blogDetailsArea p.mb43{
    margin-bottom: 43px;
}
.blogDetailsArea h2.blogHeading{
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 36px;
}
.blogDetailsArea blockquote{
    margin: 0 0 55px;
    padding: 19px 0 0 108px;
    position: relative;
}
.blogDetailsArea blockquote p{
    font-size: 21px;
    line-height: 36px;
    font-style: italic;
    color: #5e6371;
    margin: 0 0 17px;
}
.blogDetailsArea blockquote:before{
    content: '';
    width: 46px;
    height: 48px;
    position: absolute;
    left: 29px;
    top: 0;
    background: url(../images/shapes/10.png) no-repeat center center;
}
.blogDetailsArea blockquote cite{
    font-size: 15px;
    line-height: 20px;
    color: #a3a1a9;
    font-style: normal;
}
.blogDetailsArea blockquote cite strong{
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #343c55;
    font-weight: 600;
}
.postTags{
    position: relative;
}
.postTags a{
    float: left;
    font-size: 16px;
    color: #868b9b;
    border: 1px solid #d8dde7;
    padding: 0 18px;
    height: 42px;
    line-height: 40px;
    border-radius: 42px;
    margin: 0 6px 6px 0;
    background: transparent;
}
.postTags a:hover{
    border-color: #00c0ff;
    background: #00c0ff;
    color: #FFF;
}
.postShare{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.postShare h3{
    font-size: 18px;
    line-height: 42px;
    margin: 0 30px 0 0;
}
.postShare a{
    height: 42px;
    width: 42px;
    background: #00c0ff;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #FFF;
    margin: 0 8px 0 0;
}
.postShare a:last-child{
    margin: 0;
}
.postShare a.fac{
    background: #1877f2;
}
.postShare a.twi{
    background: #1da1f2;
}
.postShare a.lin{
    background: #0077b5;
}
.postShare a:hover{
    background: #f9758f;
}
.postMetaRow{
    margin-top: 44px;
    margin-bottom: 6px;
}
.postNavigationRow{
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8dde7;
    padding: 29px;
    margin: 0;
}
.postNavigationItem{
    position: relative;
    display: block;
    padding: 8px 0 0 108px;
    min-height: 90px;
}
.postNavigationItem.pniRight{
    padding-left: 0;
    padding-right: 108px;
    text-align: right;
}
.postNavigationItem img{
    width: 90px;
    height: 90px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.postNavigationItem.pniRight img{
    left: auto;
    right: 0;
}
.postNavigationItem h4{
    font-size: 16px;
    line-height: 16px;
    color: #00c0ff;
    margin: 0 0 5px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
}
.postNavigationItem h4 i{
    font-size: 14px;
    margin: 0 7px 0 0;
}
.postNavigationItem.pniRight h4 i{
    font-size: 14px;
    margin: 0 0 0 7px;
}
.postNavigationItem h3{
    font-size: 21px;
    line-height: 30px;
    transition: all ease 350ms;
    -moz-transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    margin: 0;
}
.postNavigationItem:hover h3{
    color: #f9758f;
}
.postAuthorBox{
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8dde7;
    padding: 48px 41px 35px 197px;
    margin: 72px 0 0;
}
.postAuthorBox img{
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    left: 41px;
    top: 41px;
}
.postAuthorBox h3{
    font-size: 30px;
    line-height: 1;
    margin: 0 0 33px;
}
.postAuthorBox p{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
}
.pabSocial{
    position: absolute;
    right: 42px;
    top: 43px;
    font-size: 21px;
    line-height: 1;
    color: #00c0ff;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
.pabSocial a{
    color: inherit;
    margin-left: 22px;
}
.pabSocial a.fac{
    color: #1877f2;
}
.pabSocial a.twi{
    color: #1da1f2;
}
.pabSocial a.lin{
    color: #0077b5;
}
.pabSocial a.ins{
    color: #405de6;
}
.pabSocial a:hover{
    color: #f9758f;
}
.postCommetnListBox{
    position: relative;
    border: 1px solid #d8dde7;
    border-radius: 10px;
    padding: 38px 41px 38px;
    margin: 72px 0 0;
}
.postCommetnListBox h3.commentHeading{
    font-size: 36px;
    color: #343c55;
    line-height: 1;
    margin: 0 0 43px;
}
.postCommetnListBox ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
.postCommetnListBox ol ul{
    padding: 0;
    margin: 0 0 0 48px;
}
.postCommetnListBox ol li{
    list-style: none;
}
.singleComment{
    position: relative;
    padding: 39px 0 0 128px;
    min-height: 96px;
    margin: 0 0 26px;
    border-top: 1px solid #d8dde7;
}
.postCommetnListBox ol > li:first-child .singleComment{
    border-top: none;
    margin-top: 0;
    padding-top: 9px
}
.postCommetnListBox ol > li:last-child .singleComment{
    margin-bottom: 0;
}
.singleComment > img{
    width: 96px;
    height: 96px;
    position: absolute;
    left: 0;
    top: 30px;
    border-radius: 50%;
}
.postCommetnListBox ol > li:first-child .singleComment > img{
    top: 0;
}
.singleComment h3{
    font-size: 24px;
    line-height: 1;
    margin: 0 0 14px;
}
.singleComment .commentTime{
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 1;
    color: #868b9b;
    margin: 0 0 24px;
}
.singleComment .commentTime span:first-child{
    margin-right: 12px;
}
.commentContent{
    font-size: 18px;
    line-height: 30px;
    color: #5e6371;
    margin: 0;
}
.comment-reply{
    height: 48px;
    min-width: 110px;
    border: 2px solid #f9758f;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    color: #343c55;
    line-height: 44px;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    border-radius: 48px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 32px;
}
.postCommetnListBox ol > li:first-child .singleComment .comment-reply{
    top: 1px;
}
.comment-reply:hover{
    border-color: #343c55;
}
.postCommetnFormBox{
    position: relative;
    border: 1px solid #d8dde7;
    border-radius: 10px;
    padding: 40px 41px 41px;
    margin: 72px 0 0;
}
.postCommetnFormBox h3.commentHeading{
    font-size: 36px;
    color: #343c55;
    line-height: 1;
}
.commentForm input:not([type='submit']), .commentForm textarea {
    font-size: 18px;
    color: #868b9b;
    padding: 0 26px;
    height: 60px;
    border: 1px solid #d8dde7;
    border-radius: 5px;
    margin: 0 0 12px;
    display: block;
    width: 100%;
}
.commentForm textarea {
    height: 200px;
    resize: none;
    padding: 15px 25px;
}
.commentForm .col-lg-6, .commentForm .col-lg-12 {
    padding-left: 6px;
    padding-right: 6px;
}
.commentForm input::-moz-placeholder,
.commentForm textarea::-moz-placeholder{
    color: #868b9b;
    opacity: 1;
}
.commentForm input::-ms-input-placeholder,
.commentForm textarea::-ms-input-placeholder{
    color: #868b9b;
    opacity: 1;
}
.commentForm input::-webkit-input-placeholder,
.commentForm textarea::-webkit-input-placeholder{
    color: #868b9b;
    opacity: 1;
}


/*------------------------------------------------------
/  15. Contact Page
/------------------------------------------------------*/
.iconBox09{
    position: relative;
    padding: 6px 0 0 102px;
    min-height: 72px;
    margin: 0 0 18px;
}
.iconBox09 i{
    width: 72px;
    height: 72px;
    background: #00c0ff; 
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}
.iconBox09 h4{
    font-size: 24px;
    line-height: 1;
    margin: 0 0 11px;
}
.iconBox09 p{
    font-size: 18px;
    line-height: 28px;
    color: #5e6371;
    margin: 0;
}
.iconBox09 p a{
    color: inherit;
}
.iconBox09 p a:hover{
    color: #f9758f;
}
#backtotop {
    position: fixed;
    letter-spacing: 0;
    right: 25px;
    bottom: -25px;
    width: 45px;
    height: 45px;
    background: #f9758f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 0;
}
#backtotop:hover{
    background: #00c0ff;
}


/*------------------------------------------------------
/  16. Preloader
/------------------------------------------------------*/
#preloader{
    background: #343c55;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.la-ball-scale-multiple,
.la-ball-scale-multiple>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #00c0ff
}
.la-ball-scale-multiple.la-dark {
    color: #333
}
.la-ball-scale-multiple>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}
.la-ball-scale-multiple {
    width: 32px;
    height: 32px
}
.la-ball-scale-multiple>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    -moz-animation: ball-scale-multiple 1s 0s linear infinite;
    -o-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}
.la-ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}
.la-ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}
.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px
}
.la-ball-scale-multiple.la-sm>div {
    width: 16px;
    height: 16px
}
.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
}
.la-ball-scale-multiple.la-2x>div {
    width: 64px;
    height: 64px
}
.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px
}
.la-ball-scale-multiple.la-3x>div {
    width: 96px;
    height: 96px
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

/*------------------------------------------------------
/  Anmo Theme Style Start Here
/------------------------------------------------------*/

:root {
	
	/* #3482ff in decimal RGB */
	--main-color: rgb(52,130,255);
	--main-color-rgb:52,130,255;
	
	/* #f79e52 in decimal RGB */
	--color-two: rgb(247,158,82);
	--color-two-rgb:247,158,82;
	
	/* #66646c in decimal RGB */
	--color-three: rgb(102,100,108);
	--color-three-rgb:102,100,108;
	
	/* #f6f6f7 in decimal RGB */
	--color-four: rgb(246,246,247);
	--color-four-rgb:246,246,247;
	
	/* #140e25 in decimal RGB */
	--color-five: rgb(20,14,37);
	--color-five-rgb:20,14,37;
	
	/* #1c2035 in decimal RGB */
	--color-six: rgb(28,32,53);
	--color-six-rgb:28,32,53;
	


    /* #ffffff in decimal RGB */
	--white-color:rgb(255,255,255);
	--white-color-rgb:255,255,255;

	/* #000000 in decimal RGB */
	--black-color:rgb(0,0,0);
	--black-color-rgb:0,0,0;

}

/* Back To Top */

#backtotop {
    position: fixed;
    letter-spacing: 0;
    right: 25px;
    bottom: -25px;
    width: 45px;
    height: 45px;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    border-radius: 0;
}

#backtotop:hover{
    background: #00c0ff;
}

/* Preloader Container */
#preloader {
	background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: opacity 0.5s ease;
}

.loader-container {
	position: relative;
	width: 120px;
	height: 120px;
}

.loader-ring {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid transparent;
	animation: rotate 2s linear infinite;
}

.loader-ring:nth-child(1) {
	border-top: 3px solid #f79e52;
	border-right: 3px solid transparent;
	animation-duration: 1.5s;
}

.loader-ring:nth-child(2) {
	border-top: 3px solid #21d4fd;
	border-right: 3px solid transparent;
	animation-duration: 2s;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
}

.loader-ring:nth-child(3) {
	border-top: 3px solid #f79e52;
	border-right: 3px solid transparent;
	animation-duration: 2.5s;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
}

.loader-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 20px;
	background: linear-gradient(45deg, #3482ff, #3482ff);
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(255, 94, 98, 0.5);
}

.loading-text {
	margin-top: 30px;
	font-size: 1.2rem;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	animation: pulse 1.5s ease-in-out infinite alternate;
}

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

@keyframes pulse {
	0% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

/* Hide preloader when loaded */
.loaded #preloader {
	opacity: 0;
	pointer-events: none;
}

/* End Back To Top */

/*------------------------------------------------------
/  01. Header Sections
/------------------------------------------------------*/

.header-top{
	position: relative;
}

.header-top .inner-container{
	position: relative;
}

.header-top::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	height: 120px;
	background-color: var(--white-color);
}

.header-top .right-box{
	position: relative;
	padding: 17px 0px;
}

.header-top_phone{
	position:relative;
	display: flex;
	gap: 20px;
	font-size: 16px;
	align-items:center;
	color: var(--color-three);
}

.header-top_phone .icon{
	position:relative;
	width: 45px;
	height: 72px;
	font-size: 18px;
	line-height: 72px;
	text-align: center;
	color: var(--white-color);
	background-color: var(--main-color);
}

.header-top_phone a{
	position:relative;
	margin-left: -10px;
}

.header-top_phone a:hover{
	color: var(--black-color);
}

/* Top List */

.header-top_list{
	position: relative;
}

.header-top_list li{
	position: relative;
	line-height: 14px;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	gap: 10px;
	margin-right: 20px;
	align-items: center;
	color: var(--color-three);
}

.header-top_list li .icon{
	position: relative;
	left: 0px;
	line-height: 1em;
	font-family: "flaticon_anmo-icons";
}

.header-top_list li a{
	position: relative;
	color: var(--color-three);
}

.header-top_list li:last-child{
	margin-right: 0px;
}

.header-top_list li a:hover{
	color: var(--main-color);
}

.header-top .right-box{
	position: relative;
	padding: 5px 0px;
}

/* Login Box */

.header-login_box{
	position: relative;
	font-size: 18px;
}

.header-login_box span{
	position: relative;
	margin-right: 5px;
	font-weight:500;
	line-height:1em;
	top: 3px;
	font-family: "flaticon_anmo-icons";
}

.header-login_box a{
	position: relative;
}

.header-login_box a:hover{
	color: var(--main-color);
}

/* End Login Box */

.about-widget{
	position: relative;
	border-radius: 50px;
	cursor: pointer;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(var(--black-color-rgb), 0.06);
}

/* Hamburger */

.hamburger {
	width: 58px;
    height: 58px;
	display: flex;
	border-radius: 50px;
	padding: 21px 16px;
	align-self: center;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--white-color);
}
  
  .hamburger span {
	height: 2px;
	width: 83.33333333%;
	background: var(--color-three);
	transition: all 400ms ease-in-out;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
  }
  
  .hamburger:hover{
	background-color: var(--main-color);
  }

  .hamburger:hover span{
	background-color: var(--white-color);
  }

  .hamburger .meat {
	width: 100%;
	transition: all 200ms ease-in-out;
  }
  
  .hamburger .bottom-bun {
	width: 58.33333333%;
	transition: all 100ms ease-in-out;
  }
  
  .hamburger:hover span {
	width: 100%;
  }
  
  html:not(.body-menu-opened) .hamburger .top-bun {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
			animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
  }
  
  html:not(.body-menu-opened) .hamburger .meat {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
			animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
  }
  
  html:not(.body-menu-opened) .hamburger .bottom-bun {
	-webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
			animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
  }
  
  @-webkit-keyframes burger-hover {
	0% {
	  width: 100%;
	}
	50% {
	  width: 50%;
	}
	100% {
	  width: 100%;
	}
  }
  
  @keyframes burger-hover {
	0% {
	  width: 100%;
	}
	50% {
	  width: 50%;
	}
	100% {
	  width: 100%;
	}
  }
  
  .body-menu-opened .hamburger .top-bun {
	  transform: rotate(-45deg) translate(-4.5px,4px);
	  width: 100%;
  }
  
  .body-menu-opened .hamburger .bottom-bun {
	  transform: rotate(45deg) translate(-4.5px,-4px);
	  width: 100%;
  }
  
  .body-menu-opened .hamburger .meat {
	  width: 0;
  }

/* Header Two */

.header02 .auto-container{
	max-width: 1750px;
}

.header02 .headerInner{
	border-radius: 5px;
}

.anmo-menu.mainMenu2{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}
.anmo-menu.mainMenu2 ul{
    margin: 0;
    padding: 0;
	gap: 30px;
}
.anmo-menu.mainMenu2 ul li{
    display: inline-block;
    list-style: none;
    position: relative;
}
.anmo-menu.mainMenu2 ul li > a{
    font-size: 16px;
	padding: 39px 0px;
    text-transform: capitalize;
    color: var(--color-five);
    font-weight: 500;
    line-height: 1;
    display: block;
}
.anmo-menu.mainMenu2 ul li.menu-item-has-children > a:after{
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    color: inherit;
    font-weight: 900;
    font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.anmo-menu.mainMenu2 > ul ul li.menu-item-has-children > a:after{
    top: 0px;
}
.anmo-menu.mainMenu2 ul li:hover > a, .anmo-menu.mainMenu2 ul li.active > a{
    color: var(--main-color);
}
.anmo-menu.mainMenu2 .orbBtn01{
    margin: 33px 0 33px;
}
.mainMenu > ul > li > ul, .mainMenu > ul > li > ul > li > ul ,
.anmo-menu.mainMenu2 > ul > li > ul, .anmo-menu.mainMenu2 > ul > li > ul > li > ul {
    padding: 15px 0;
    position: absolute;
    left: -30px;
    pointer-events: none;
    display: block;
    min-width: 220px;
    border-radius: 0;
    margin: 0;
    background: var(--white-color);
    border-bottom: 3px solid #00c0ff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 30px 60px 0px rgb(2 24 93 / 8%);
    z-index: 10;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: .4s;
    transition: .4s;
}
.anmo-menu.mainMenu2 > ul > li > ul{
    top: 100%;
}
.fixedHeader .anmo-menu.mainMenu2 > ul > li > ul{
    top: 100%;
}
.mainMenu > ul > li > ul > li > ul ,
.anmo-menu.mainMenu2 > ul > li > ul > li > ul {
    left: calc(100% + 1px);
    top: 0;
    margin: 0;
}
.mainMenu > ul > li > ul li,
.anmo-menu.mainMenu2 > ul > li > ul li{
    margin: 0;
    padding: 10px 30px 7px;
    width: 100%;
}
.mainMenu > ul > li > ul li a,
.anmo-menu.mainMenu2 > ul > li > ul li a{
    /* display: inline; */
    padding-bottom: 0px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    background: -webkit-linear-gradient(left top,left bottom,from(var(--main-color)),color-stop(98%,var(--main-color)));
    background: linear-gradient(to bottom,var(--main-color) 0%,var(--main-color) 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}
.anmo-menu.mainMenu2 > ul > li > ul li a{
	padding: 3px 0px;
    color: var(--black-color);
    text-transform: capitalize;
}
.mainMenu > ul > li > ul li:hover > a,
.mainMenu > ul > li > ul li:active > a,
.anmo-menu.mainMenu2 > ul > li > ul li:hover > a,
.anmo-menu.mainMenu2 > ul > li > ul li:active > a{
    /* background-size: 100% 1px; */
    /* background-image: linear-gradient(to bottom,var(--main-color) 0%,var(--main-color) 98%); */
}
.mainMenu > ul li:hover > ul,
.anmo-menu.mainMenu2 > ul li:hover > ul {
    pointer-events: inherit;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotatex(0deg);
    -moz-transform: rotatex(0deg);
    transform: rotatex(0deg);
}
.headerInner02 .orbBtn01.orbBtnBorder{
    margin-left: 5px;
}
.fixedHeader .anmo-menu.mainMenu2 .orbBtn01 .bp-shape{
    background: #00c0ff;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.slider-one{
	position:relative;
	overflow: hidden;
}

.slider-one:before{
	position:absolute;
	content:'';
	left:-80px;
	bottom:-90px;
	width: 68%;
	height: 15%;
	z-index:10;
	transform: rotate(8deg);
	background-color:#fbf7f4;
}

.slider-one:after{
	position: absolute;
    content: '';
    right: -80px;
    bottom: -93px;
    width: 46%;
    height: 15%;
    z-index: 10;
    transform: rotate(-10deg);
    background-color: #fbf7f4;
}

.slider-one .swiper-slide{
	position:relative;
	overflow:hidden;
	padding:170px 0px 0px;
}

.slider-one_image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	opacity: 0;
	background-size:cover;
	background-position: center center;

    clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
	
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}

.slider-one .swiper-slide-active .slider-one_image-layer{
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slider-one_pattern{
	position: absolute;
	left: 56%;
	z-index: 1;
	width: 105px;
	height: 56px;
	bottom: 15%;
}

.slider-one_color-one{
	position: absolute;
	left: 80px;
	top: 250px;
	z-index: 1;
	width: 620px;
	height: 620px;
	bottom: 0px;
	opacity: 0.40;
	border-radius: 50%;
	background-color: var(--color-two);
}

.slider-one_color-two{
	position: absolute;
	right: 85px;
	bottom: -150px;
	z-index: 1;
	width: 500px;
	height: 500px;
	opacity: 0.40;
	border-radius: 50%;
	background-color: var(--color-two);
}

.slider-one_content{
	position:relative;
	z-index: 2;
	max-width : 860px;
}

.slider-one_content-inner{
	position:relative;
	padding-top: 160px;
	padding-bottom: 220px;
}

.slider-one_title{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--white-color);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_title{
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_heading{
	margin-top: 25px;
	margin-bottom: 50px;
	padding-bottom: 31px;
	color: var(--white-color);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one_heading span{
	position:relative;
	color: transparent;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), 0.80);
}

.slider-one_heading span:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height: 31px;
	background:url(../images/main-slider/pattern-2.png) no-repeat;
	background-position:center top;
}

.slider-one .swiper-slide-active .slider-one_heading{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one_text{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	margin-bottom:40px;
	color: var(--white-color);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_text{
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one .slider-one_button{
	position: relative;
	gap: 20px;
	display:inline-block;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-one .swiper-slide-active .slider-one_button{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-one .rating-box{
	position:absolute;
	right: 20%;
	top: 44%;
	z-index: 1;
	width: 155px;
	height: 155px;
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	padding-top: 30px;
	border-radius: 150px;
	color: var(--white-color);
	display: inline-block;
	background-color: var(--color-two);
	box-shadow: -10px 0px 0px var(--main-color);
}

.slider-one .rating-box span{
	position:relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

/*** 

====================================================================
	Services One
====================================================================

***/

.service-one{
	position:relative;
	z-index:10;
	padding: 90px 0px 80px;
	background-color:#fbf7f4;
}

.service-one_pattern{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position: center top;
}

.service-block_one{
	position:relative;
	margin-bottom: 30px;
}

.service-block_one-inner{
	position:relative;
	overflow: hidden;
	text-align: center;
	padding: 55px 30px 55px;
	background-color: var(--white-color);
}

.service-block_one-inner:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:-54%;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	transform:translateX(-50%);
	background-color:#fbf7f4;
}

.service-block_one-icon{
	position:relative;
	width: 90px;
	height: 90px;
	line-height: 90px;
	display: block;
	margin:0 auto;
	font-size: 44px;
	border-radius: 100px;
	background-color:#e9eff8;
	color: var(--black-color);
	font-family: "flaticon_anmo-icons";
}

.service-block_one-inner:hover .service-block_one-icon{
	color: var(--white-color);
	background-color: var(--color-two);
}

.service-block_one-inner:hover::before{
	background-color:#e9eff8;
}

.service-block_one-title{
	position:relative;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}

.service-block_one-title a{
	position:relative;
	color: var(--color-six);
}

.service-block_one-title a:hover{
	color: var(--main-color);
}

.service-block_one-text{
	position:relative;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 32px;
}

/*** 

====================================================================
	About One
====================================================================

***/

.about-one{
	position:relative;
	padding: 30px 0px 80px;
	background-color:#fbf7f4;
}

.about-one.style-two{
	padding: 130px 0px 80px;
	background: none;
}

.about-one .column{
	position:relative;
	margin-bottom: 30px;
}

.about-one_image{
	position:relative;
	margin-bottom: 30px;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(0 0, 7% 0, 7% 100%, 0% 100%);
}

.about-one_image.now-in-view{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.about-one_image img{
	position:relative;
}

.about-one_image:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width: 20px;
	height: 90px;
	z-index:2;
	background-color: var(--main-color);
}

.about-one_image:after{
	position:absolute;
	content:'';
	left:25px;
	top:60px;
	width: 20px;
	height: 90px;
	z-index:2;
	background-color: var(--color-two);
}

.about-one_image-two{
	position:relative;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(91% 0, 100% 0, 100% 100%, 90% 100%);
}

.about-one_image-two img{
	position:relative;
}

.about-one_image-two.now-in-view{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.about-one_counter{
	position:relative;
	padding: 45px 25px;
	text-align:center;
	border-radius: 5px;
	color: var(--white-color);
	background-color: var(--main-color);
}

.about-one_count{
	position:relative;
	font-size: 60px;
	font-weight: 700;
	line-height:1em;
	font-family: "Heebo", sans-serif;
}

.about-one_count-text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	margin-top:5px;
}

.feature-block_one{
	position:relative;
	margin-bottom: 35px;
}

.feature-block_one-inner{
	position:relative;
	max-width: 550px;
	display: flex;
    gap: 30px;
	align-items:start;
}

.feature-block_one-content{
	position:relative;
	max-width: 400px;
}

.feature-block_one-icon{
	position:relative;
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	border-radius: 100px;
	display:inline-block;
	color: var(--white-color);
	background-color: var(--color-two);
	font-family: "flaticon_anmo-icons";
}

.feature-block_one-inner:hover .feature-block_one-icon{
	color: var(--white-color);
	background-color: var(--main-color);
}

.feature-block_one strong{
	position:relative;
	display: block;
	font-size: 26px;
	margin-bottom: 20px;
	color: var(--color-six);
}

.feature-block_one-text{
	position:relative;
	font-size: 18px;
	line-height: 28px;
}

.about-one_content{
	position:relative;
	padding-left: 25px;
}

.about-one_info{
	position:relative;
	padding-top: 30px;
	border-top:1px solid rgba(var(--black-color-rgb), 0.12);
}

.about-one_text{
	position:relative;
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	max-width: 310px;
	color: var(--color-six);
}

/*** 

====================================================================
	Services Two
====================================================================

***/

.service-two{
	position:relative;
	overflow: hidden;
	padding: 120px 0px 70px;
}

.service-two .column{
	position:relative;
}

.service-two_vector{
	position:absolute;
	left: 5%;
	top: 20%;
	width: 66px;
	height: 96px;
	background-repeat: no-repeat;
}

.service-two_vector-two{
	position:absolute;
	right: 5%;
	top: 25%;
	width: 78px;
	height: 84px;
	background-repeat: no-repeat;
}

.service-two_circle{
	position:absolute;
	left:-120px;
	top:-40px;
	width: 285px;
	height: 277px;
	z-index: -1;
	background-repeat: no-repeat;
}

.service-two_circle-two{
	position:absolute;
	right:80px;
	bottom:110px;
	width: 285px;
	height: 277px;
	z-index: -1;
	background-repeat: no-repeat;
}

.service-two_circle-three{
	position:absolute;
	left:-60px;
	bottom:-120px;
	width: 491px;
	height: 491px;
	background-repeat: no-repeat;
}

.service-block_two{
	position:relative;
	margin-bottom: 30px;
}

.service-block_two-inner{
	position:relative;
}

.service-block_two-icon{
	position:relative;
	width: 75px;
	height: 75px;
	display: block;
	font-size: 36px;
	line-height: 75px;
	border-radius: 20px;
	text-align: center;
	color: var(--black-color);
	font-family: "flaticon_anmo-icons";
	background-color: var(--white-color);
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.service-block_two-inner:hover .service-block_two-icon{
	color: var(--white-color);
	background-color: var(--color-two);
}

.service-block_two-title{
	position:relative;
	margin-top: 30px;
	margin-bottom: 12px;
	font-weight: 700;
}

.service-block_two-title a{
	position:relative;
	color: var(--color-six);
}

.service-block_two-arrow:hover,
.service-block_two-title a:hover{
	color: var(--main-color);
}

.service-block_two-text{
	position:relative;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 15px;
}

.service-block_two-arrow{
	position:relative;
	font-size: 30px;
	line-height:1em;
	color: var(--color-six);
}

.service-two_image{
	position:relative;
	z-index:10;
	padding-top: 30px;
	padding-left: 30px;
	margin-top: 15px;
	padding-bottom: 30px;
}

.service-two_image img{
	position:relative;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(91% 0, 100% 0, 100% 100%, 90% 100%);
}

.service-two_image.now-in-view img{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.service-two_image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width: 200%;
	opacity:0.10;
	border-radius: 35px;
	background-color: var(--main-color);
}

.service-two_image:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width: 12px;
	height: 164px;
	background-color: var(--main-color);
}

.service-two_content{
	position:absolute;
	left:0px;
	bottom:0px;
	max-width: 270px;
	width: 100%;
	border-radius: 3px;
	padding: 30px 25px;
	text-align: center;
	background-color: var(--main-color);
}

.service-two_content .title{
	position:relative;
	color: var(--white-color);
}

.service-two_content h3{
	position:relative;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 20px;
	color: var(--white-color);
}

/*** 

====================================================================
	Services Three
====================================================================

***/

.service-three{
	position:relative;
	z-index:1;
}

.service-three .row{
	margin:0px -1px;
}

.service-three .service-block_three{
	padding:0px 1px;
}

.service-block_three{
	position:relative;
	margin-bottom: 3px;
}

.service-block_three-inner{
	position:relative;
	display: flex;
	gap: 30px;
	padding: 30px 30px;
	align-items:start;
	border-radius: 5px;
	background-color:#333e4f;
}

.service-block_three-content{
	position:relative;
	max-width:400px;
}

.service-block_three-icon{
	position:relative;
	width: 95px;
	height: 100px;
	font-size: 50px;
	line-height: 100px;
	text-align: center;
	border-radius: 15px;
	color: var(--white-color);
	background-color: var(--main-color);
	font-family: "flaticon_anmo-icons";
}

.service-block_three-inner:hover .service-block_three-icon{
	background-color: var(--color-two);
}

.service-block_three-title{
	position:relative;
	font-weight:700;
	margin-bottom: 10px;
}

.service-block_three-title a{
	position:relative;
	color: var(--white-color);
}

.service-block_three-title a:hover{
	color: var(--color-two);
}

.service-block_three-text{
	position:relative;
	font-size: 16px;
	line-height: 28px;
	color: var(--white-color);
}

/*** 

====================================================================
	Project One
====================================================================

***/

.project-one{
	position:relative;
	margin-top: -82.5px;
	padding: 205px 0px 105px;
	background-color:#1b1d20;
}

.project-one .sec-title .sec-title_heading{
	max-width: 650px;
	margin:0 auto;
	margin-top:20px;
}

.project-one.style-two{
	margin-top:0px;
	padding-top: 110px;
}

.project-one .auto-container{
	position:relative;
}

.project-one_vector{
	position:absolute;
	left:10%;
	top:15%;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
}

.project-one_vector-two{
	position:absolute;
	right:10%;
	top:20%;
	width: 144px;
	height: 50px;
	background-repeat: no-repeat;
}

.project-one_vector-three{
	position:absolute;
	left:0px;
	right:0px;
	top:23%;
	bottom:0px;
	background-repeat: no-repeat;
}

.project-one_vector-four{
	position:absolute;
	left:-220px;
	top:-20px;
	width: 491px;
	height: 491px;
	background-repeat: no-repeat;
}

.project-one .auto-container{
	position:relative;
	max-width: 1600px;
}

.project-block_one{
	position:relative;
	margin-bottom: 30px;
}

.project-block_one-inner{
	position:relative;
	background-color: var(--white-color);
}

.project-block_one-image{
	position:relative;
	overflow: hidden;
	background-color: var(--main-color);
}

.project-block_one-image img{
	position:relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block_one-image:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.project-block_one-inner:hover .project-block_one-image img{
	opacity:0.70;
	transform:scale(1.04,1.04);
}

.project-block_one-inner:hover .project-block_one-image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.project-block_one-content{
	position:relative;
	padding: 22px 10px 21px 130px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.project-block_one-number{
	position:absolute;
	left:0px;
	top:-18px;
	width: 105px;
	height: 125px;
	font-size: 60px;
	text-align: center;
	font-weight: 700;
	line-height:1em;
	padding: 30px 0px;
	color: var(--white-color);
	border-radius: 0px 20px 0px 0px;
	background-color: var(--black-color);
	
	color: transparent;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(var(--white-color-rgb), 0.80);
}

.project-block_one-title{
	position:relative;
	font-weight: 700;
    margin-bottom: 0;
}

.project-block_one-title a{
	position:relative;
	color: var(--color-six);
}

.project-block_one-title a:hover{
	color: var(--color-two);
}

.project-block_one-designation{
	position:relative;
	font-weight: 400;
	font-size: 16px;
	margin-top: 5px;
	color: var(--color-two);
}

.project-one .button-box{
	position:relative;
	margin-top:30px;
}

/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one .sec-title .sec-title_heading{
	max-width: 700px;
	margin:0 auto;
	margin-top:20px;
}

.testimonial-one.style-two{
	background-color:#f3f7f9;
}

.testimonial-one.style-two .auto-container{
	position:relative;
	max-width: 1600px;
}

.testimonial-one_pattern{
	position:absolute;
	left:0px;
	bottom:0px;
	width: 313px;
	height: 356px;
}

.testimonial-one_pattern-two{
	position:absolute;
	right:0px;
	top:0px;
	width: 245px;
	height: 285px;
}

.testimonial-one_pattern-three{
	position:absolute;
	left:-30px;
	top:220px;
	width: 100px;
	height: 87px;
}

.testimonial-one_vector{
	position:absolute;
	right: 15%;
	top: 20%;
	width: 14px;
	height: 14px;
}

.testimonial-one_vector-two{
	position:absolute;
	left:7%;
	top: 20%;
	width: 144px;
	height: 50px;
}

.testimonial-one .sec-title{
	margin-bottom: 60px;
}

.testimonial-one .swiper-container{
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.testimonial-one .three-item_carousel-pagination{
	text-align:center;
}

.testimonial-one .three-item_carousel-pagination .swiper-pagination-bullet{
	width: 24px;
	height: 5px;
	border-radius:5px;
}

.testimonial-one .three-item_carousel-pagination .swiper-pagination-bullet:hover,
.testimonial-one .three-item_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
	background-color: var(--main-color);
}

.testimonial-block_one{
	position:relative;
	margin-bottom: 30px;
}

.testimonial-block_one-inner{
	position:relative;
	text-align: center;
	border-radius: 10px;
	padding: 50px 30px 40px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block_one-quote{
	position:absolute;
	left:50%;
	top:-25px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	color: var(--white-color);
	transform:translateX(-50%);
	background-color: var(--main-color);
	font-family: "flaticon_anmo-icons";
}

.testimonial-block_one-text{
	position:relative;
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

.testimonial-block_one-author{
	position:relative;
	width: 80px;
	height: 80px;
	margin:0 auto;
	overflow: hidden;
}

.testimonial-block_one-title{
	position:relative;
	font-size: 24px;
	font-weight: 700;
	margin-top: 15px;
	color: var(--color-six);
}

.testimonial-block_one-designation{
	position:relative;
	font-size: 16px;
	margin-top: 5px;
	color: var(--color-six);
}

.testimonial-block_one-rating{
	position:relative;
	margin-top: 10px;
	color: var(--color-two);
}

/*** 

====================================================================
	Consult One
====================================================================

***/

.consult-one{
	position:relative;
	padding: 100px 0px 70px;
}

.consult-one .column{
	position:relative;
	margin-bottom: 30px;
}

.consult-one .sec-title{
	margin-top: 35px;
}

.consult-one .sec-title .sec-title_text{
	max-width: 560px;
}

.consult-one_counter{
	position:relative;
	font-size: 18px;
	font-weight: 500;
	color: var(--color-six);
	text-transform: capitalize;
}

.consult-one_count{
	position:relative;
	font-size: 74px;
	font-weight:700;
	line-height:1em;
	margin-bottom: 15px;
	color:var(--main-color);
}

.consult-one_form{
	position:relative;
	padding: 50px 50px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
}

.consult-one_title{
	position:relative;
	font-weight: 700;
	margin-bottom: 25px;
	color: var(--color-six);
	text-transform: capitalize;
}

/*** 

====================================================================
	News One
====================================================================

***/

.news-one{
	position:relative;
	padding: 100px 0px 70px;
	background-color:#fbf7f4;
}

.news-one_vector{
	position:absolute;
	left:10%;
	top:15%;
	width: 37px;
	height: 13px;
	background-repeat: no-repeat;
}

.news-one_vector-two{
	position:absolute;
	right:10%;
	top:15%;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
}

.news-one_vector-three{
	position:absolute;
	left:7%;
	bottom:15%;
	width: 32px;
	height: 39px;
	background-repeat: no-repeat;
}

.news-one_vector-four{
	position:absolute;
	right:7%;
	bottom:18%;
	width: 24px;
	height: 32px;
	background-repeat: no-repeat;
}

.news-block_one{
	position:relative;
	margin-bottom: 30px;
}

.news-block_one-inner{
	position:relative;
	background-color: var(--white-color);
}

.news-block_one-image{
	position:relative;
	overflow: hidden;
	background-color: var(--color-two);
}

.news-block_one-inner:hover .news-block_one-image img{
	opacity:0.70;
	transform: scale(1.04,1.04) rotate(2deg);
}

.news-block_one-image img{
	position:relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block_one-content{
	position:relative;
	padding: 30px 30px 40px;
}

.news-block_one-meta{
	position:relative;
	display: flex;
	gap: 20px;
}

.news-block_one-meta li{
	position:relative;
	font-size: 16px;
	color:#727376;
}

.news-block_one-meta li span{
	position:relative;
	margin-right: 10px;
	font-family: "flaticon_anmo-icons";
}

.news-block_one-title{
	position:relative;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 30px;
}

.news-block_one-title a{
	position:relative;
	color:var(--color-six);
}

.news-block_one-title a:hover{
	color:var(--main-color);
}

.news-block_one-more{
	position:relative;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 10px;
	letter-spacing: 0.5px;
	color:var(--color-six);
	text-transform: uppercase;
}

.news-block_one-more:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width: 30%;
	opacity:0.07;
	background-color: var(--color-six);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block_one-more:hover::before{
	width:100%;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#1b1d20;
}

.main-footer_vector{
	position:absolute;
	left:0px;
	bottom:0px;
	width: 599px;
	height: 504px;
}

.main-footer_vector-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width: 498px;
	height: 547px;
}

.main-footer_vector-three{
	position:absolute;
	left:4%;
	top: 20%;
	width: 48px;
	height: 62px;
	background-repeat: no-repeat;
}

.main-footer_vector-four{
	position:absolute;
	right:4%;
	top: 20%;
	width: 78px;
	height: 41px;
	background-repeat: no-repeat;
}

.main-footer .widgets-section{
	position: relative;
	padding: 100px 0px 70px;
}

.footer-widget{
	position: relative;
	margin-bottom: 30px;
}

/* Footer Logo */

.footer-logo{
	position: relative;
	margin-bottom: 30px;
}

.main-footer_text{
	position: relative;
	font-size: 16px;
	opacity: 0.80;
	line-height: 28px;
	margin-bottom: 25px;
	color: var(--white-color);
}

/* Social Box */

.footer-social_box{
	position: relative;
	margin-top: 30px;
}

.footer-social_box a{
	position: relative;
	width: 44px;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	margin-right: 8px;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-six);
	background-color: var(--white-color);
}

.footer-social_box a:hover{
	color: var(--white-color);
	background-color: var(--color-two);
}

.footer-title{
	position: relative;
	display: block;
	font-weight: 600;
	margin-bottom: 25px;
	color: var(--white-color);
}

.info-widget .text{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: var(--white-color);
}

.contact-text{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	max-width: 300px;
	margin-bottom: 40px;
	color: var(--white-color);
}

/* Contact List */

.footer-contact_list{
	position: relative;
}

.footer-contact_list li{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	padding-left: 40px;
	color: var(--white-color);
}

.footer-contact_list .icon{
	position: absolute;
	left:0px;
	top:8px;
	font-size: 24px;
	font-family: "flaticon_anmo-icons";
}

.footer-contact_list li a{
	position: relative;
	color: var(--white-color);
}

.footer-contact_list li a:hover{
	color: var(--main-color);
}

/* Main Footer Link */

.main-footer_links{
	position: relative;
}

.main-footer_links li{
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
}

.main-footer_links li a{
	position: relative;
	color: var(--white-color);
}

.main-footer_links li a:hover{
	color: var(--color-two);
}

/* Footer Bottom */

.main-footer_bottom{
	position: relative;
	padding: 30px 0px;
	background-color:#1e2023;
}

.main-footer_copyright{
	position: relative;
	font-size: 16px;
	color: var(--white-color);
}

/* Footer Nav */

.main-footer_navs{
	position:relative;
}

.main-footer_navs li{
	position:relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 15px;
	line-height:1em;
	border-right:1px solid var(--white-color);
}

.main-footer_navs li a{
	position:relative;
	font-size: 16px;
	color: var(--white-color);
}

.main-footer_navs li:last-child{
	border:none;
	margin:0px;
	padding: none;
}

.main-footer_navs li a:hover{
	color: var(--color-two);
}

.main-footer.style-two{
	background-color:#f3f7f9;
}

.main-footer.style-two .footer-title{
	color: var(--color-six);
}

.main-footer.style-two .main-footer_navs li{
	border-color: var(--color-six);
}

.main-footer.style-two .info-widget .text,
.main-footer.style-two .main-footer_navs li a,
.main-footer.style-two .main-footer_copyright,
.main-footer.style-two .main-footer_links li a,
.main-footer.style-two .footer-contact_list li,
.main-footer.style-two .main-footer_text{
	color: var(--color-six);
}

.main-footer.style-two .main-footer_bottom{
	background-color: var(--white-color);
}

/*** 

====================================================================
	Slider Two
====================================================================

***/

.slider-two{
	position:relative;
	overflow: hidden;
}

.slider-two_vector{
	position:absolute;
	left: 6%;
	top: 28%;
	width: 66px;
	height: 96px;
	background-repeat: no-repeat;
}

.slider-two_vector-two{
	position:absolute;
	right: 10%;
	top: 25%;
	width: 78px;
	height: 84px;
	z-index:1;
	background-repeat: no-repeat;
}

.slider-two_circle{
	position:absolute;
	left:10%;
	bottom:12%;
	width: 25px;
	height: 25px;
	opacity:0.15;
	border-radius:50px;
	background-color: var(--color-two);
}

.slider-two .swiper-slide{
	position:relative;
	overflow:hidden;
	padding:250px 0px 100px;
}

.slider-two_content{
	position:relative;
	z-index: 2;
	margin-bottom: 30px;
}

.slider-two_content-inner{
	position:relative;
}

.slider-two_heading{
	margin-top: 25px;
	margin-bottom: 20px;
	padding-bottom: 31px;
	color: var(--color-five);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two_heading span{
	position:relative;
	color: var(--color-two);
}

.slider-two_heading span:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:15px;
	right:0px;
	height: 19px;
	background:url(../images/main-slider/pattern-3.png) no-repeat;
	background-position:center top;
}

.slider-two .swiper-slide-active .slider-two_heading{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_text{
	position: relative;
	font-size: 20px;
	opacity:0.80;
	max-width: 510px;
	line-height: 30px;
	margin-bottom:45px;
	color: var(--color-five);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_text{
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two .slider-two_options{
	position:relative;
	gap: 30px;
}

.slider-two .slider-two_button{
	position: relative;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_button{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Info */

.slider-two_info{
    display:flex;
    align-items: center;   
    gap: 10px;
    font-size: 16px;
    color: var(--main-color);
	
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_info{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two_info .phone{
	position:relative;
    font-size: 36px;
	line-height:1em;
    color: var(--color-five);
    font-family: "flaticon_anmo-icons";
}

.slider-two_info .info-text{
    display:flex;
    flex-direction: column;
    line-height: 1.2;
}

.slider-two_info .label{
    color: var(--main-color);
    font-size: 14px;
}

.slider-two_info a{
    font-size: 20px;
    font-weight: 500;
	margin-top: 8px;
    color: var(--color-five);
}

.slider-two_info a:hover{
	color: var(--main-color);
}

/* Rating */

.slider-two .rating-box{
	position:absolute;
	right: -80px;
	bottom:20px;
	z-index: 1;
	width: 155px;
	height: 155px;
	font-size: 30px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	padding-top: 30px;
	border-radius: 150px;
	color: var(--white-color);
	display: inline-block;
	background-color: var(--color-two);
	box-shadow: -10px 0px 0px var(--main-color);
	animation: rubberBand 1s;
}

.slider-two .rating-box span{
	position:relative;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.slider-one_images{
	position:relative;
	text-align: right;
	margin-bottom: 30px;
}

.slider-two_image{
	position:relative;
	margin-right: -85px;
	display: inline-block;
}

.slider-two_image img{
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two_image:before{
	position:absolute;
	content:'';
	left:-30px;
	top:0px;
	right:30px;
	bottom:30px;
	z-index:-1;
	opacity:0;
	border-radius: 2px;
	background-color: var(--main-color);
	transform:rotate(-6deg);
	
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_image:before{
	opacity:1;
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-two .swiper-slide-active .slider-two_image img{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*** 

====================================================================
	Agency One
====================================================================

***/


.agency-one_circle{
	position:absolute;
	left:-80px;
	top:65px;
	opacity:0.07;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background-color: var(--color-two);
}

.agency-one .column{
	position:relative;
	margin-bottom: 30px;
}

.agency-one .images-outer{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	padding-right: 30px;
}

.agency-one .agency-one_image{
	opacity:0;
	width: calc(50% - 15px);
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(0 0, 100% 0, 100% 7%, 0 6%);
}

.agency-one .agency-one_image.now-in-view{
	opacity:1;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.agency-one .agency-one_image:nth-child(2),
.agency-one .agency-one_image:nth-child(4){
	transform:translateY(45px);
}

.agency-one .agency-one_image img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.agency-one_info-outer{
	position:relative;
	gap: 25px;
	margin-bottom: 40px;
}

.feature-block_two{
	position:relative;
	display: flex;
	gap: 20px;
	line-height: 32px;
	font-size: 22px;
	font-weight: 500;
	align-items:center;
	color:var(--color-five);
}

.feature-block_two .icon{
	position:relative;
	width: 75px;
	height: 75px;
	font-size: 36px;
	line-height:75px;
	text-align:center;
	border-radius: 100px;
	display: inline-block;
	color: var(--white-color);
	background-color: var(--color-two);
	font-family: "flaticon_anmo-icons";
}

.feature-block_two:hover .icon{
	background-color: var(--main-color);
}

.agency-one_counter{
	position:relative;
	padding: 35px 25px;
	text-align:center;
	border-radius: 0px;
	margin-bottom: 25px;
	color: var(--white-color);
	background-color: #453851;
}

.agency-one_counter .icon{
	position:absolute;
	left:0px;
	top:30px;
	right:0px;
	opacity:0.15;
	font-size: 100px;
	line-height:1em;
	color: var(--white-color);
	font-family: "flaticon_anmo-icons";
}

.agency-one_count{
	position:relative;
	font-size: 60px;
	font-weight: 700;
	line-height:1em;
	font-family: "Heebo", sans-serif;
}

.agency-one_count-text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	margin-top:5px;
}

.agency-one_text{
	position:relative;
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	color:var(--color-six);
}

/*** 

====================================================================
	Clients One
====================================================================

***/

.clients-one{
	position:relative;
	text-align:center;
	padding: 80px 0px 100px;
}

.clients-one .client-image{
	position:relative;
	background-color:#f7f6f6;
}

/*** 

====================================================================
	Services Four
====================================================================

***/

.service-four{
	position:relative;
	z-index:1;
	padding-bottom: 80px;
}

.service-four .sec-title .sec-title_heading{
	max-width: 700px;
	margin-top:20px;
}

.service-four.style-two{
	padding-top: 110px;
}

.service-block_four{
	position:relative;
	margin-bottom: 30px;
}

.service-block_four-inner{
	position:relative;
	overflow: hidden;
	text-align: center;
	padding: 55px 30px 55px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.service-block_four-icon{
	position:relative;
	width: 90px;
	height: 90px;
	line-height: 90px;
	display: block;
	margin:0 auto;
	font-size: 44px;
	border-radius: 100px;
	color: var(--white-color);
	font-family: "flaticon_anmo-icons";
	background-color: var(--color-five);
}

.service-block_four-inner:hover .service-block_four-icon{
	color: var(--white-color);
	background-color: var(--color-two);
}

.service-block_four-inner:hover::before{
	background-color:#e9eff8;
}

.service-block_four-title{
	position:relative;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}

.service-block_four-title a{
	position:relative;
	color: var(--color-six);
}

.service-block_four-title a:hover{
	color: var(--main-color);
}

.service-block_four-text{
	position:relative;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 25px;
}

.service-block_four-more{
	position:relative;
	font-size:16px;
	font-weight: 600;
	padding-bottom: 6px;
	display:inline-block;
	color: var(--color-six);
	text-transform:capitalize;
	border-bottom:1px solid var(--color-six);
}

/*** 

====================================================================
	Project Two
====================================================================

***/

.project-two{
	position:relative;
	padding: 110px 0px 90px;
}

.project-two .sec-title .sec-title_heading{
	max-width: 700px;
	margin-top:20px;
}

.project-two_button{
	position:relative;
	margin-top: 30px;
}

.project-block_two{
	position:relative;
	margin-bottom: 30px;
}

.project-block_two-inner{
	position:relative;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.project-block_two-image{
	position:relative;
	overflow: hidden;
	background-color: var(--color-two);
}

.project-block_two-inner:hover .project-block_two-image img{
	opacity:0.70;
	transform: scale(1.04,1.04) rotate(2deg);
}

.project-block_two-image img{
	position:relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block_two-content{
	position:relative;
	padding: 30px 30px 30px;
	border-left:2px solid var(--main-color);
}

.project-block_two-title{
	position:relative;
	font-weight: 700;
}

.project-block_two-title a{
	position:relative;
	color: var(--color-six);
}

.project-block_two-title a:hover{
	color: var(--color-two);
}

.project-block_two-designation{
	position:relative;
	font-weight: 400;
	font-size: 16px;
	opacity:0.80;
	margin-top: 5px;
	color: var(--color-six);
}

/*** 

====================================================================
	Counter One
====================================================================

***/

.counter-one{
	position:relative;
	padding: 75px 0px 45px;
	background-color: rgba(var(--color-two-rgb), 0.06);
}

.counter-block_one{
	position:relative;
	margin-bottom: 30px;
}

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

.counter-block_one-inner:hover .counter-block_one-icon{
	color: var(--main-color);
}

.counter-block_one-icon{
	position:relative;
	line-height:1em;
	font-size: 52px;
	margin-bottom: 20px;
	color: var(--color-five);
	font-family: "flaticon_anmo-icons";
}

.counter-block_one-count{
	position:relative;
	font-size: 60px;
	line-height:1em;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: var(--main-color);
}

.counter-block_one-count:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height: 2px;
	width: 115px;
	transform:translateX(-50%);
	background-color: var(--main-color);
}

.counter-block_one-text{
	position:relative;
	font-size: 20px;
	font-weight: 600;
	color: var(--color-five);
}

/*** 

====================================================================
	Digital One
====================================================================

***/

.digital-one{
	position:relative;
	padding: 100px 0px 70px;
}

.digital-one .column{
	position:relative;
	margin-bottom: 30px;
}

.digital-one .images-outer{
	position:relative;
	text-align:right;
}

.digital-one_image{
	position:relative;
	margin-left: 70px;
	display: inline-block;
	
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(0 0, 7% 0, 7% 100%, 0% 100%);
}

.digital-one_image.now-in-view{
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.digital-one_image-two{
	position:relative;
	margin-top:30px;
	display: inline-block;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	clip-path: polygon(91% 0, 100% 0, 100% 100%, 90% 100%);
}

.digital-one_image-two.now-in-view{
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.digital-one_circle{
	position:absolute;
	right:-15px;
	top:0px;
	opacity:0.07;
	width: 510px;
	height: 510px;
	border-radius:50%;
	background-color: var(--color-two);
}

/*** 

====================================================================
	News Two
====================================================================

***/

.news-two{
	position:relative;
	padding: 0px 0px 80px;
}

.news-two.style-two{
	padding-top: 110px;
}

.news-block_two{
	position:relative;
	margin-bottom: 30px;
}

.news-block_two-inner{
	position:relative;
	background-color: var(--white-color);
}

.news-block_two-image{
	position:relative;
	overflow: hidden;
	background-color: var(--color-two);
}

.news-block_two-image:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.news-block_two-inner:hover .news-block_two-image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.news-block_two-inner:hover .news-block_two-image img{
	opacity:0.70;
	transform: scale(1.04,1.04) rotate(2deg);
}

.news-block_two-image img{
	position:relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block_two-content{
	position:relative;
	padding: 25px 30px 40px;
	background-color:#f8f7f7;
}

.news-block_two-meta{
	position:relative;
	display: flex;
	gap: 20px;
	padding: 20px 25px;
	background-color:#f2f1f1;
}

.news-block_two-meta li{
	position:relative;
	font-size: 16px;
	color:#727376;
}

.news-block_two-meta li span{
	position:relative;
	line-height:1em;
	top: 3px;
	margin-right: 10px;
	font-family: "flaticon_anmo-icons";
}

.news-block_two-title{
	position:relative;
	font-weight: 700;
	margin-bottom: 35px;
}

.news-block_two-title a{
	position:relative;
	color:var(--color-six);
}

.news-block_two-title a:hover{
	color:var(--main-color);
}

.news-block_two-more{
	position:relative;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 20px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	color:var(--white-color);
	text-transform: capitalize;
	background-color: var(--color-six);
}

.news-block_two-more span{
	margin-left: 4px;
}

.news-block_two-more:hover{
	background-color: var(--main-color);
}

/*** 

====================================================================
	Subscribe One
====================================================================

***/

.subscribe-one{
	position:relative;
	padding-bottom: 30px;
}

.subscribe-one .sec-title_heading{
	margin-top:0px;
}

.subscribe-one .column{
	position:relative;
	margin-bottom: 30px;
}

.subscribe-one .form-box{
	position:relative;
	padding: 55px 30px;
	margin-left: 50px;
	background-color: #f8f8f8;
}

/* Newsletter Box */

.newsletter-box{
    position: relative;
}

.newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box .form-group input[type="text"],
.newsletter-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
	border-radius: 0px;
    box-shadow: inherit;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 30px;
    color:var(--color-five);
    background: rgba(var(--white-color-rgb), 1);
}

.newsletter-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
	bottom: 0px;
	width: 60px;
    font-weight: 500;
    padding: 14px 15px;
	text-align: center;
    display: inline-block;
    font-size: 20px;
    background:none;
	color: var(--white-color);
	background-color: var(--main-color);
	font-family: "flaticon_anmo-icons";
}

.check-box{
	position:relative;
	margin-top:20px;
}

.check-box label{
	color:var(--color-five);
}

.check-box label{
	position: relative;
	display: block;
	width: 100%;
	font-size:16px;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 22px;
	padding-left: 30px;
	padding: 4px 10px 0px;
	color:rgba(var(--color-six-rgb), 0.80);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.check-box input[type="checkbox"]:checked + label{
	border-color: 0px;
}

.check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.check-box label:before{
	position: absolute;
	left: 0px;
	top: 2px;
	height:20px;
	width: 20px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}

.check-box input[type="checkbox"] {
	display: none;
}

.check-box input[type="checkbox"]:checked + label:before{
	border: 8px solid var(--main-color);
    background-color: var(--white-color);
}

.check-box input[type="checkbox"]:checked + label:after {
	max-width: 20px;
	opacity: 1;	
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	overflow: hidden;
	text-align: center;
	padding:320px 0px 140px;
}

.page-title .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-size: cover;
	filter: grayscale(100%);
}

.page-title .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.40;
	background-color: var(--black-color);
}

.page-title_circle{
	position:absolute;
	left:60px;
	bottom:-350px;
	width: 620px;
	height: 620px;
	opacity: 0.20;
	border-radius: 50%;
	background-color: var(--color-two);
}

.page-title h2{
	font-size: 80px;
	font-weight: 700;
	line-height: 1em;
	text-transform:capitalize;
    color:var(--white-color);
}

.page-title .bread-crumb{
	position: relative;
	margin-bottom: 20px;
}

.page-title .bread-crumb li{
	position: relative;
	font-weight:400;
	font-size: 16px;
	margin-right: 15px;
	padding-right: 15px;
	display:inline-block;
	letter-spacing:0.5px;
	color:var(--white-color);
	text-transform:capitalize;
}

.page-title .bread-crumb li:first-child::before{
	position: absolute;
	right: -6px;
	top:-2px;
    content: "-";
	font-size: 22px;
	font-family: 'Font Awesome 6 Free';
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	color:var(--white-color);
}

.page-title .bread-crumb li a:hover{
	color:var(--main-color);
}

/*** 

====================================================================
	Services Five
====================================================================

***/

.service-five{
	position:relative;
	padding-bottom: 40px;
}

.service-block_five{
	position:relative;
	margin-bottom:30px;
}

.service-block_five-inner{
	position:relative;
}

.service-block_five-image{
	position:relative;
	text-align:right;
}

/*** 

====================================================================
	Team One
====================================================================

***/

.team-one{
	position:relative;
	padding: 110px 0px 90px;
	background-color:#f3f7f9;
}

.te-circle-one{
	width: 28px;
	height: 28px;
	display: inline-block;
	opacity:0.60;
	border-radius: 50px;
	background-color: var(--color-two);
}

.te-circle-two{
	width: 28px;
	height: 28px;
	display: inline-block;
	opacity:0.60;
	border-radius: 50px;
	background-color: var(--main-color);
}

.team-one_navs{
	position:absolute;
	right:210px;
	top:-150px;
	z-index:10;
}

.four-item_carousel-prev,
.four-item_carousel-next{
	position:relative;
	width: 60px;
	height: 100px;
	font-size: 20px;
	line-height: 100px;
	text-align:center;
	margin-left: 10px;
	display: inline-block;
	color: var(--color-five);
	background-color:#e3e1eb;
}

.four-item_carousel-prev:hover,
.four-item_carousel-next:hover{
	color: var(--white-color);
	background-color: var(--main-color);
}

.team-one .outer-container{
	position:relative;
	padding: 0px 15px;
	max-width: 1600px;
	margin:0 auto;
}

.team-block_one{
	position:relative;
	margin-bottom:30px;
}

.team-block_one-inner{
	position:relative;
	overflow: hidden;
}

.team-block_one-image{
	position:relative;
}

.team-block_one-image:before{
	position:absolute;
	content:'';
	left:-120px;
	bottom:-150px;
	width: 330px;
	height: 330px;
	z-index:1;
	opacity:0;
	border-radius:50%;
	background-color: var(--color-two);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block_one-inner:hover .team-block_one-image:before{
	opacity:0.60;
}

.team-block_one-image img{
	position:relative;
	width: 100%;
	display: block;
	filter: grayscale(100%);
}

.team-block_one-content{
	position:absolute;
	left:-120px;
	bottom:30px;
	z-index:10;
}

.team-block_one-inner:hover .team-block_one-image img{
	filter: grayscale(0%);
}

.team-block_one-inner:hover .team-block_one-content{
	left:30px;
}

.team-block_one .social-box{
	position:relative;
}

.team-block_one .social-box a{
	position:relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	margin-top:10px;
	font-size: 18px;
	border-radius: 50px;
	display: block;
	color: var(--color-six);
	background-color: var(--white-color);
}

.team-block_one .social-box a:hover{
	color: var(--white-color);
	background-color: var(--color-two);
}

.team-block_one-title{
	position:relative;
	margin-top: 20px;
	font-weight: 600;
}

.team-block_one-title a{
	position:relative;
	color: var(--white-color);
}

.team-block_one-designation{
	position:relative;
	font-size: 14px;
	margin-top:0px;
	color: var(--white-color);
}

/*** 

====================================================================
	CTA One
====================================================================

***/

.cta-one{
	position:relative;
	padding: 30px 0px 30px;
	background-color: var(--main-color);
}

.cta-one h4{
	color: var(--white-color);
}

.cta-one .btn-style-two:before{
	background-color: var(--color-six);
}

/*** 

====================================================================
	Team Two
====================================================================

***/

.team-two{
	position:relative;
	padding: 110px 0px 90px;
	background-color:#f3f7f9;
}

.team-two .circle-one{
	position:absolute;
	left:5%;
	top:9%;
	width: 28px;
	height: 28px;
	opacity:0.60;
	border-radius: 50px;
	background-color: var(--color-two);
}

.team-two .circle-two{
	position:absolute;
	right:4%;
	bottom:20%;
	width: 28px;
	height: 28px;
	opacity:0.60;
	border-radius: 50px;
	background-color: var(--main-color);
}

/*** 

====================================================================
	Services Six
====================================================================

***/

.service-six{
	position:relative;
	padding:110px 0px 80px;
}

.service-block_six{
	position:relative;
	margin-bottom:30px;
}

.service-block_six-inner{
	position:relative;
	padding: 40px 30px;
	border-radius:5px;
	text-align:center;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.service-block_six-icon{
	position:relative;
	width: 80px;
	height: 80px;
	margin:0 auto;
	line-height:80px;
	font-size: 48px;
	border-radius:100px;
	color: var(--white-color);
	font-family: "flaticon_anmo-icons";
	background-image: linear-gradient(to right, #8e6bfa, #f6d7e4);
}

.service-block_six:nth-child(2) .service-block_six-icon,
.service-block_six:nth-child(6) .service-block_six-icon{
	background-image: linear-gradient(to right, #f79c4b, #f5b797);
}

.service-block_six:nth-child(3) .service-block_six-icon,
.service-block_six:nth-child(7) .service-block_six-icon{
	background-image: linear-gradient(to right, #67dafb, #a7cde4);
}

.service-block_six:nth-child(4) .service-block_six-icon,
.service-block_six:nth-child(8) .service-block_six-icon{
	background-image: linear-gradient(to right, #e55d5d, #f57b7b);
}

.service-block_six-title{
	position:relative;
	font-weight:700;
	padding: 0px 20px;
	margin-top: 20px;
}

.service-block_six-title a{
	position:relative;
	color: var(--color-five);
}

.service-block_six-title a:hover{
	color: var(--main-color);
}

.service-block_six-text{
	position:relative;
	font-size: 16px;
	color:#1c2035;
	margin-top: 15px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sticky-top{
	top:110px;
	z-index:1;
}

.sidebar-widget{
	position:relative;
	padding: 35px 30px;
	margin-bottom: 30px;
	background-color:#f4f3f9;
}

.sidebar-title_box{
	position:relative;
}

.sidebar-title_box h4{
	position:relative;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--color-five);
}

.services-cats{
	position:relative;
}

.services-cats li{
	position:relative;
}

.services-cats li i{
	position:absolute;
	right:20px;
	font-size: 16px;
	opacity:0;
	color: var(--white-color);
}

.services-cats li:hover i{
	opacity:1;
}

.services-cats li .icon{
	position:absolute;
	left:8px;
	top: 9px;
	opacity:0;
	width: 36px;
	height: 36px;
	text-align:center;
	line-height:36px;
	border-radius: 100px;
	color: var(--main-color);
	background-color: var(--white-color);
	font-family: "flaticon_anmo-icons";
}

.services-cats li:hover .icon{
	opacity:1;
}

.services-cats li a{
	position:relative;
	font-size: 15px;
	display: block;
	font-weight: 600;
	padding: 16px 0px;
	color: var(--color-five);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.10);
}

.services-cats li a:hover{
	border-radius: 3px;
	padding-left: 55px;
	color: var(--white-color);
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.email-widget .image{
	position:relative;
}

.email-widget .image img{
	position:relative;
	width: 100%;
	display: block;
}

.email-widget .email-content{
	position:relative;
	text-align:center;
	padding: 35px 30px;
	background-image: linear-gradient(to right, #a6aff6, #4287fe);
}

.email-widget h4{
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.email-widget .title{
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: capitalize;
	color: var(--white-color);
}

.email-widget .emails{
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
}

/*** 

====================================================================
	Service Detail
====================================================================

***/

.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
}

.service-detail_title{
	position:relative;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-detail_image{
	position:relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-detail_image img{
	position:relative;
	width:100%;
	display: block;
}

.service-detail_subtitle{
	position:relative;
	font-weight: 700;
	margin-bottom: 15px;
}

.service-detail_list{
	position:relative;
}

.service-detail_list li{
	position:relative;
	font-size: 16px;
	margin-bottom: 17px;
	padding-left: 30px;
	color:rgba(var(--color-six-rgb), 0.80);
}

.service-detail_list li:before{
	position:absolute;
	content: "\f16a";
	left:0px;
	top:0px;
	font-size: 18px;
	color: var(--main-color);
	font-family: "flaticon_anmo-icons";
}

.service-detail_lower{
	position:relative;
	margin-top: 30px;
}

.service-detail_list-two{
	position:relative;
}

.service-detail_list-two li{
	position:relative;
	font-size: 16px;
	margin-bottom: 17px;
	padding-left: 30px;
	color:rgba(var(--color-six-rgb), 0.80);
}

.service-detail_list-two li:before{
	position:absolute;
	content: "\f12b";
	left:0px;
	top:0px;
	font-size: 18px;
	color: var(--main-color);
	font-family: "flaticon_anmo-icons";
}

/*** 

====================================================================
	Project Three
====================================================================

***/

.project-three{
	position:relative;
	padding: 110px 0px 90px;
}

.project-block_three{
	position:relative;
	margin-bottom: 30px;
}

.project-block_three-inner{
	position:relative;
	background-color: var(--white-color);
}

.project-block_three-image{
	position:relative;
	overflow:hidden;
	background-color: var(--main-color);
}

.project-block_three-image:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.project-block_three-image img{
	position:relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-block_three-inner:hover .project-block_three-image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.project-block_three-inner:hover .project-block_three-image img{
	opacity:0.70;
	transform:scale(1.04,1.04) rotate(2deg);
}

.project-block_three-content{
	position:relative;
	margin:0px 30px;
	margin-top: -80px;
	z-index:10;
	padding: 25px 30px 30px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.project-block_three-title{
	position:relative;
	font-weight: 700;
}

.project-block_three-title a{
	position:relative;
	color: var(--color-six);
}

.project-block_three-title a:hover{
	color: var(--main-color);
}

.project-block_three-designation{
	position:relative;
	font-weight: 400;
	font-size: 16px;
	opacity:0.80;
	margin-top: 2px;
	color: var(--color-six);
}

.project-block_three-more{
	position:relative;
	padding: 8px 20px;
	margin-top: 20px;
	border-radius: 3px;
	display:inline-block;
	color: var(--white-color);
	background-color: var(--main-color);
}

.project-block_three-more:hover{
	background-color: var(--color-two);
}

/*** 

====================================================================
	Project Detail
====================================================================

***/

.project-detail{
	position:relative;
	padding: 110px 0px 100px;
}

.project-detail_image{
	position:relative;
	margin-bottom: 60px;
}

.project-detail_image img{
	position:relative;
	width: 100%;
	display: block;
}

.project-detail_info{
	position:relative;
	padding: 50px 40px;
	margin-bottom: 40px;
	background-color:#f4f3f9;
}

.project-detail_info li{
	position:relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 22px;
	color:var(--color-five);
}

.project-detail_info li span{
	position:relative;
	font-weight: 400;
	opacity: 0.80;
	display: block;
}

.project-detail_info li:last-child{
	margin-bottom: 0px;
}

.project-detail_title{
	position:relative;
	font-weight: 700;
	margin-bottom: 12px;
	color:var(--color-five);
}

.project-detail_list{
	position:relative;
}

.project-detail_list li{
	position:relative;
	font-size: 18px;
	padding-left: 25px;
	margin-bottom: 18px;
	color:rgba(var(--color-six-rgb), 0.80);
}

.project-detail_list li:before{
	position:absolute;
	content: "\f12b";
	left:0px;
	top:0px;
	font-size: 18px;
	color: var(--main-color);
	font-family: "flaticon_anmo-icons";
}

.project-detail_feature{
	position:relative;
	display: flex;
	gap: 20px;
	align-items:start;
	margin-bottom: 25px;
}

.project-detail_feature:hover .icon{
	transform:rotateY(180deg);
	background-color: var(--color-two);
}

.project-detail_feature .icon{
	position:relative;
	width: 70px;
	height: 70px;
	display: block;
	line-height: 70px;
	text-align:center;
	font-size: 40px;
	border-radius: 150px;
	color: var(--white-color);
	background-color: var(--main-color);
	font-family: "flaticon_anmo-icons";
}

.project-detail_feature .label{
	position:relative;
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	color: var(--color-five);
}

.project-detail_feature .project-detail_text{
	position:relative;
	font-size: 16px;
	line-height: 26px;
	max-width: 280px;
	opacity:0.80;
	color:var(--color-six);
}

.project-detail .features-outer{
	position:relative;
	margin-top: 40px;
}

.project-detail_button{
	position:relative;
	margin-top: 20px;
}

/*** 

====================================================================
	Contact Info
====================================================================

***/

.contact-info{
	position:relative;
	padding: 110px 0px 80px;
}

.info-block_one{
	position:relative;
	margin-bottom: 30px;
}

.info-block_one-inner{
	position:relative;
	padding: 50px 45px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.info-block_one-icon{
	position:relative;
	width: 70px;
	height: 70px;
	font-size: 30px;
	text-align:center;
	line-height: 70px;
	border-radius:50px;
	display: inline-block;
	background-color:#f2f2f2;
	color: var(--color-five);
	font-family: "flaticon_anmo-icons";
}

.info-block_one h5{
	position:relative;
	font-weight:600;
	margin-top: 20px;
	margin-bottom: 15px;
	color: var(--color-five);
}

.info-block_one .text{
	position:relative;
	font-size: 18px;
	opacity:0.90;
	color: var(--color-five);
}

.info-block_one .list{
	position:relative;
}

.info-block_one .list li{
	position:relative;
	display: block;
	opacity:0.90;
	font-size: 18px;
	margin-bottom: 12px;
	color: var(--color-five);
}

.info-block_one .list li:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one{
	position:relative;
	padding: 0px 0px 80px;
}

.contact-one .sec-title_heading{
	margin-top:0px;
	font-size: 34px;
}

.contact-one .sec-title_text{
	font-size: 18px;
	margin-top:0px;
}

.contact-one  iframe{
	position: relative;
	width: 100%;
	height: 420px;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="subject"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 0px;
	height:56px;
	border-radius:0px;
	font-size:16px;
	color:var(--color-five);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--white-color);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.06);
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	opacity:0.80;
	color:var(--color-five);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:var(--color-five);
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 0px 25px;
	font-size:16px;
	color:var(--color-five);
	height:190px;
	resize:none;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--white-color);
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.06);
}

.contactForm .reqError{
    border-color: #f00 !important;
}

/* Search Widget */

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	font-size: 15px;
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	width:100%;
	height:56px;
	border-radius:0px;
	color:var(--color-five);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: var(--white-color);
	border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder{
	color:var(--color-five);
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:56px;
	width:56px;
	display:block;
	cursor:pointer;
	line-height:56px;
	font-weight:normal;
	border-radius:0px;
	font-size:16px;
	color:var(--color-five);
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-left: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.sidebar .search-box .form-group button:hover{
	background-color:var(--main-color);
	color:var(--white-color);
}

/* Post Widget */

.post-widget .post{
	position: relative;
	min-height: 100px;
	display: flex;
	align-items: start;
	gap: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.post-widget .post:last-child{
	border: none;
	min-height:auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-widget .post .thumb{
	position: relative;
	height: 88px;
	width: 80px;
	overflow: hidden;
}

.post-widget .post .thumb a{
	display: block;
}

.post-widget .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.post-widget .post h6{
	line-height:28px;
	margin-top:3px;
	font-weight: 600;
}

.post-widget .post h6 a{
	color:var(--color-six);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget .post h6 a:hover{
	color:var(--color-three);
}

.post-widget .post .post-date{
	position: relative;
	display: block;
	opacity:0.80;
	font-weight:500;
	font-size: 14px;
	letter-spacing:0.5px;
	color:var(--color-five);
	text-transform:capitalize;
}

/* News Block Three */

.news-block_three{
	position:relative;
	margin-bottom: 40px;
}

.news-block_three-inner{
	position:relative;
	background-color: var(--white-color);
}

.news-block_three-image{
	position:relative;
	overflow: hidden;
	background-color: var(--color-two);
}

.news-block_three-image:before{
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 99;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.news-block_three-inner:hover .news-block_three-image img{
	opacity:0.70;
	transform:scale(1.04,1.04) rotate(1deg);
}

.news-block_three-inner:hover .news-block_three-image:before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.news-block_three-image img{
	position:relative;
	width: 100%;
	display: block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block_three-content{
	position:relative;
	padding-top: 25px;
}

.news-block_three-meta{
	position:relative;
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}

.news-block_three-meta li{
	position:relative;
	font-size: 16px;
	color:#727376;
}

.news-block_three-meta li span{
	position:relative;
	line-height:1em;
	top: 3px;
	margin-right: 10px;
	font-family: "flaticon_anmo-icons";
}

.news-block_three-title{
	position:relative;
	font-weight: 700;
	margin-bottom: 15px;
}

.news-block_three-title a{
	position:relative;
	color:var(--color-six);
}

.news-block_three-title a:hover{
	color:var(--main-color);
}

.news-block_three-text{
	position:relative;
	font-size: 16px;
	line-height:28px;
	opacity: 0.90;
	margin-bottom: 20px;
	color:var(--color-six);
}

.news-block_three-more{
	position:relative;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 20px;
	border-radius: 3px;
	letter-spacing: 0.5px;
	color:var(--white-color);
	display: inline-block;
	text-transform: capitalize;
	background-color: var(--color-six);
}

.news-block_three-more span{
	margin-left: 4px;
}

.news-block_three-more:hover{
	background-color: var(--main-color);
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.blog-classic .styled-pagination{
	margin-top: 20px;
}

.styled-pagination{
	position:relative;
	display: flex;
}

.styled-pagination li{
	position:relative;
	margin-right:7px;
	margin-bottom: 8px;
	display:inline-block;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:50px;
	height:50px;
	width:40px;
	min-width:40px;
	font-weight:400;
	border-radius:3px;
	text-align:center;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-size: 16px;
	color:var(--black-color);
	background-color:#efefef;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
	font-family: "flaticon_anmo-icons";
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:var(--white-color);
	border-color:var(--black-color);
	background-color:var(--black-color);
}

/* News Detail */

.blog-detail{
	position:relative;
}

.blog-detail_inner{
	position:relative;
	background-color: var(--white-color);
}

.blog-detail_image{
	position:relative;
}

.blog-detail_image img{
	position:relative;
	width: 100%;
	display: block;
}

.blog-detail_content{
	position:relative;
	padding-top: 25px;
}

.blog-detail_meta{
	position:relative;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.blog-detail_meta li{
	position:relative;
	font-size: 16px;
	color:#727376;
}

.blog-detail_meta li span{
	position:relative;
	line-height:1em;
	top: 3px;
	margin-right: 10px;
	font-family: "flaticon_anmo-icons";
}

.blog-detail_title{
	position:relative;
	font-weight: 700;
	margin-bottom: 15px;
}

.blog-detail_title a{
	position:relative;
	color:var(--color-six);
}

.blog-detail_title a:hover{
	color:var(--main-color);
}

.blog-detail p{
	position:relative;
	font-size: 16px;
	line-height:28px;
	opacity: 0.90;
	margin-bottom: 20px;
	color:var(--color-six);
}

.blog-detail blockquote{
	position:relative;
	font-size: 22px;
	line-height:32px;
	padding:15px 25px;
	font-weight: 600;
	color:var(--color-six);
	border-left:5px solid var(--main-color);
}

/* Post Share Options */

.post-share-options{
	position:relative;
	margin-top:25px;
	margin-bottom: 40px;
}

.post-share-options .post-share-inner{
	position:relative;
	padding:25px 0px 0px;
	border-top: 1px solid rgba(var(--black-color-rgb), 0.10);
}

.post-share-options .post-tags a{
	position:relative;
	font-weight:400;
	line-height: 1em;
	font-size: 14px;
	padding: 8px 16px;
	margin-right: 5px;
	display:inline-block;
	color:var(--color-six);
	text-transform:capitalize;
	background-color:#f8f7f7;
}

.post-share-options .post-tags a:last-child{
	margin-right: 0px;
}

.post-share-options .post-tags a:hover{
	color:var(--white-color);
	background-color:var(--main-color);
}

.post-share-options .social-links{
	position:relative;
}

.post-share-options .social-links a{
	position:relative;
	font-size: 13px;
	width: 36px;
	height: 36px;
	line-height:36px;
	border-radius: 50px;
	margin-right: 5px;
	color:var(--white-color);
	text-transform:capitalize;
	background-color: var(--color-two);
}

.post-share-options .social-links a:hover{
	color: var(--white-color);
	background-color: var(--main-color);
}

/* Blog Author Box */

.blog-author-box{
	position: relative;
	padding: 30px 30px;
	background-color: #f8f7f7;
	border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.blog-author-post_inner{
	position: relative;
	display: flex;
	align-items:start;
	flex-wrap:wrap;
	gap: 30px;
}

.blog-detail_author-image{
	position:relative;
	width: 78px;
	height: 78px;
	overflow: hidden;
	border-radius: 100px;
}

.blog-author-box h4{
	position: relative;
	font-weight: 600;
	color: var(--color-six);
	text-transform: capitalize;
}

.blog-author-box .text{
	position: relative;
	font-size: 18px;
	margin-top: 15px;
	opacity:0.80;
	max-width: 580px;
	color: var(--color-five);
}

.blog-author-post_socials{
	position: absolute;
	right: 0px;
	top: 10px;
}

.blog-author-post_socials a{
	position: relative;
	font-size: 16px;
	margin-left:5px;
	color: var(--color-six);
}

.blog-author-post_socials a:hover{
	color: var(--main-color);
}

/* Comment Login Box */

.comment-login_box{
	position: relative;
	margin-top: 40px;
}

.comment-login_title{
	position: relative;
	font-weight: 500;
	color: var(--color-six);
	margin-bottom: 20px;
}

.comment-login_box-inner{
	position: relative;
	padding: 20px 30px;
	border-radius: 8px;
	margin-bottom: 40px;
	border:2px solid rgba(var(--black-color-rgb), 0.08);
}

.comment-login_box-text{
	position: relative;
	font-size: 16px;
	color: var(--color-six);
}

.comment-login_box-nav{
	position: relative;
}

.comment-login_box-nav li{
	position: relative;
	line-height: 1em;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 2px solid rgba(var(--black-color-rgb), 0.15);
}

.comment-login_box-nav li a{
	position: relative;
	line-height: 1em;
	font-size: 16px;
	color: var(--color-six);
}

.comment-login_box-nav li:last-child{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

.comment-login_box-nav li a:hover{
	color: var(--black-color);
}

.comments-area{
	position: relative;
}

.comments-area .group-title{
	position: relative;
	margin-bottom: 25px;
}

.comments-content{
	position: relative;
	margin-top:60px;
}

.comment-box{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.comment-box:last-child{
	margin-bottom: 0px;
}

.comment-box .comment{
	position: relative;
	display: flex;
	gap:30px;
}

.comment-box .author-thumb{
	position: relative;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}

.comment-options{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.comment-options li{
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.comment-options li a{
	position: relative;
	font-size: 16px;
	color: var(--color-six);
}

.comment-options li a:hover{
	color: var(--black-color);
}

.comment-box .comment-info{
	position: relative;
	padding-top: 5px;
	gap: 20px;
}

.comment-box .comment-info strong{
	position: relative;
	display: block;
	font-size: 22px;
	color: var(--color-six);
	text-transform: capitalize;
}

.comment-box .comment-time{
	position: relative;
	font-size: 16px;
	color: var(--main-color);
}

.comment-box .text{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	opacity:0.80;
	margin-top: 15px;
	max-width: 580px;
	color: var(--color-five);
}

.likes-option{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.likes-option li{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	padding-left: 25px;
}

.likes-option li span{
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
}

.comment-reply{
	position: absolute;
	right:0px;
	top:0px;
    font-weight: 600;
    line-height: 1em;
    font-size: 14px;
    padding: 9px 18px;
    margin-right: 5px;
    color: var(--color-six);
    text-transform: capitalize;
    background-color: #f8f7f7;
}

.comment-reply:hover{
	color: var(--white-color);
	background-color: var(--main-color);
}

.reply-comment{
	position: relative;
	margin-left:40px;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form{
	position: relative;
	margin-top: 50px;
}

.comment-form .group-title{
	position: relative;
	margin-bottom: 30px;
}

.comment-form .group-title h4{
	position: relative;
	font-weight:700;
	margin-bottom: 5px;
	color:var(--color-six);
}

.comment-form .group-title .group-text{
	position: relative;
	font-size: 16px;
	opacity:0.80;
	color:var(--color-five);
}

.comment-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	height:56px;
	border-radius:0px;
	font-size:16px;
	color:var(--color-five);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--white-color);
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

.comment-form .form-group textarea::-webkit-input-placeholder,
.comment-form .form-group input::-webkit-input-placeholder{
	opacity:0.80;
	color:var(--color-five);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:var(--color-five);
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:25px 25px 25px;
	font-size:16px;
	color:var(--color-five);
	height:190px;
	resize:none;
	border-radius:0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--white-color);
	border:1px solid rgba(var(--black-color-rgb), 0.06);
}

.comment-form .check-box{
	margin-top:10px;
}

.comment-form .form-group button{
	margin-top: 10px;
}

/*** 

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two{
	position:relative;
	padding: 100px 0px 100px;
}

.testi-circle-one{
	display: inline-block;
	width: 24px;
	height: 24px;
	opacity:0.10;
	border-radius:50px;
	background-color: var(--main-color);
}

.testi-circle-two{
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity:0.10;
	border-radius:50px;
	background-color: var(--color-two);
}

.testimonial-two .swiper-container{
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.testimonial-two .two-item_carousel-pagination{
	text-align:center;
}

.testimonial-two .two-item_carousel-pagination .swiper-pagination-bullet{
	width: 24px;
	height: 5px;
	border-radius:5px;
}

.testimonial-two .two-item_carousel-pagination .swiper-pagination-bullet:hover,
.testimonial-two .two-item_carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
	background-color: var(--main-color);
}

/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one{
	position:relative;
	padding: 100px 0px 100px;
	background-color:#f3f7f9;
}

.faq-circle-one{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius:50px;
	background-color: var(--color-two);
}

.faq-circle-two{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius:50px;
	background-color: var(--main-color);
}

.faq-one .inner-container{
	position:relative;
	max-width: 970px;
	margin:0 auto;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
	z-index:1;
}

.accordion-box .block{
	position: relative;
	margin-bottom: 20px;
	padding: 25px 20px 25px 30px;
	background-color: var(--white-color);
}

.accordion-box .block:last-child{
	margin-bottom:0px;
}

.accordion-box .block .acc-btn.active{
	
}

.accordion-box .block .acc-btn{
	position:relative;
	cursor:pointer;
	font-weight:600;
	font-size:18px;
	padding-right: 50px;
	color: var(--color-six);
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.accordion-box p{
	line-height: 28px;
	font-size: 16px;
	opacity:0.90;
	margin-bottom: 10px;
	color:var(--color-five);
}

.accordion-box p:last-child{
	margin-bottom: 0px;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:0px;
	top:-10px;
	font-size: 16px;
	color:var(--black-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Font Awesome 5 Pro';
}

.accordion-box .block .icon-outer .icon{
    position: relative;
    right:0px;
	width:44px;
	height: 44px;
	line-height:44px;
	text-align:center;
	border-radius: 50px;
    display: inline-block;
	color: var(--color-five);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#f2f0f5;
}

.accordion-box .block.active-block{
	border-color: var(--color-six);
}

.accordion-box .block .acc-btn.active .icon-outer .icon{
	transform:rotate(180deg);
	color: var(--white-color);
	background-color: var(--main-color);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	padding:20px 20px 0px 0px;
}

/*** 

====================================================================
	Not Found
====================================================================

***/

.not-found{
	position:relative;
	overflow: hidden;
	padding: 150px 0px 150px;
	background-image: linear-gradient(to right, #e5e1f3, #fbeffc);
}

.not-found .circle-one{
	position:absolute;
	left:5%;
	top:20%;
	width: 24px;
	height: 24px;
	border-radius:50px;
	background-color: var(--white-color);
}

.not-found .circle-two{
	position:absolute;
	right:20%;
	top:15%;
	width: 10px;
	height: 10px;
	border-radius:50px;
	background-color: #dec5ec;
}

.not-found h1{
	position:relative;
	font-weight: 700;
	font-size: 252px;
	line-height:1em;
	color: var(--color-six);
}

.not-found h3{
	position:relative;
	font-weight: 700;
	margin-bottom:15px;
	color: var(--color-six);
}

.not-found .text{
	position:relative;
	font-weight: 400;
	line-height:28px;
	opacity:0.80;
	font-size: 18px;
	margin-bottom:15px;
	color: var(--color-five);
}

.not-found .button-box{
	position:relative;
	margin-top:30px;
}

.not-found .image{
	position:relative;
}

.not-found .image img{
	max-width:inherit;
}


/*------------------------------------------------------
/  Modern Agency Theme Style Start Here
/------------------------------------------------------*/

/*
	Theme Name: Modern Agency Theme
	Theme URI: http://
	Author: Orientate
	Author URI: 
	Description: Orbito - Digital Agency Business Responsive HTML5 Template
	Version: 1.0
	License:
	License URI:
*/

/* End Back To Top */

/*------------------------------------------------------
/  01. Header Sections
/------------------------------------------------------*/

.header-four .headerInner{
	padding:0px 0px;
	border-radius:0px;
	background: none;
}

.header-four .auto-container {
    max-width: 1200px;
}

.modern-agency-menu.mainMenu2 ul > li > a{
	text-transform:uppercase;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.modern-agency-menu.mainMenu2 > ul > li > ul{
	border-color: var(--orbitoo-main-color);
}

.modern-agency-menu.mainMenu2 ul > li > ul > li > a{
	color: var(--orbitoo-color-two);
}

.modern-agency-menu.mainMenu2 ul > li > ul > li > a:hover{
	color: var(--orbitoo-main-color);
}

.modern-agency-menu.mainMenu2 ul li.menu-item-has-children > a:after{
	display: none;
}

.fixedHeader.header-four{
	background-color: var(--orbitoo-main-color);
}

/*** 

====================================================================
	Slider Four
====================================================================

***/

.slider-four{
	position:relative;
	overflow: hidden;
}

.slider-four_bg{
	position:absolute;
	left: 0px;
	top: 0px;
	right:0px;
	bottom:0px;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-four_pattern{
	position:absolute;
	left: 0px;
	top: 180px;
	right:0px;
	height: 668px;
	background-position:center top;
	background-repeat: no-repeat;
}

.slider-four .swiper-slide{
	position:relative;
	overflow:hidden;
	padding:230px 0px 280px;
}

.slider-four_content{
	position:relative;
	z-index:10;
}

.slider-four_content-inner{
	position:relative;
}

.slider-four_title{
	font-size: 21px;
	letter-spacing:5px;
	margin-bottom: 20px;
	color: var(--white-color);
	text-transform: uppercase;

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	font-family: "Jost", sans-serif;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-four .swiper-slide-active .slider-four_title{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-four_heading{
	font-size: 72px;
	line-height: 82px;
	margin-bottom: 25px;
	color: var(--white-color);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	font-family: "Jost", sans-serif;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-four .swiper-slide-active .slider-four_heading{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-four_text{
	position: relative;
	font-size: 20px;
	max-width: 550px;
	line-height: 34px;
	margin-bottom:35px;
	color: var(--white-color);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	font-family: "Open Sans", sans-serif;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-four .swiper-slide-active .slider-four_text{
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-four .slider-four_button{
	position: relative;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-four .swiper-slide-active .slider-four_button{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-four_image-column{
	position:relative;
}

.slider-four_image{
	position:relative;
}

.slider-four_image img{
	position:relative;
	max-width: inherit;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-four .swiper-slide-active .slider-four_image img{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*** 

====================================================================
	Service Eight
====================================================================

***/

.service-eleven{
	position:relative;
	padding: 200px 0px 120px;
}

.service-eleven_pattern{
	position:absolute;
	right:0px;
	bottom:0px;
	width: 209px;
	height:507px;
}

.service-eleven_pattern-two{
	position:absolute;
	left:0px;
	bottom:0px;
	width: 267px;
	height:373px;
}

.service-block_nine{
	position:relative;
	margin-bottom: 30px;
}

.service-block_nine-inner{
	position:relative;
	overflow: hidden;
	text-align:center;
	border-radius:20px;
	padding: 70px 30px 50px;
}

.service-block_nine-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: linear-gradient(to bottom, #f6f8fe, #ffffff);
}

.service-block_nine-inner:hover:before{
	opacity:0;
}

.service-block_nine-inner:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.service-block_nine-icon{
	position:relative;
	width: 144px;
	height: 137px;
	margin:0 auto;
	z-index:1;
}

.service-block_nine-icon:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background:url(../images/icons/vector-17.png) no-repeat;
}

.service-block_nine-title{
	position:relative;
	margin-top: 30px;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
}

.service-block_nine-title a{
	position:relative;
	color: #222222;
}

.service-block_nine-title a:hover{
	color: var(--orbitoo-main-color);
}

.service-block_nine-text{
	position:relative;
	color: #717788;
	font-size: 18px;
	padding: 0px 10px;
	line-height: 30px;
}

.service-block_nine-arrow{
	position:relative;
	color: #222222;
	font-size: 44px;
	line-height:1em;
	margin-top: 25px;
	display: inline-block;
	font-family: "flaticon_orbit-icons";
}

.service-block_nine-arrow:hover{
	color: var(--orbitoo-main-color);
}

/*** 

====================================================================
	Service Nine
====================================================================

***/

.service-nine{
	position:relative;
	padding-bottom: 150px;
}

.service-nine.style-two{
	padding-top: 200px;
}

.service-nine .column{
	position:relative;
	margin-bottom: 30px;
}

.service-nine_image{
	position:relative;
	margin-left: -20px;
}

.service-nine_content{
	position:relative;
	padding-top: 40px;
	padding-left: 60px;
}

.service-nine_content p:nth-child(2){
	font-size: 21px;
	line-height: 34px;
}

.service-nine_content p{
	color:#717788;
	line-height: 30px;
	margin-bottom: 25px;
	font-family: "Open Sans", sans-serif;
}

/*** 

====================================================================
	Counter Two
====================================================================

***/

.counter-three{
	position:relative;
	padding-bottom: 170px;
}

.counter-three_pattern{
	position:absolute;
	left:0px;
	bottom:-120px;
	width: 296px;
	height:730px;
}

.counter-three .auto-container{
	position:relative;
	max-width: 1430px;
}

.counter-three .inner-container{
	position:relative;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
}

.counter-three .inner-container:before{
	position:absolute;
	content:'';
	left:-30px;
	top:0px;
	width: 105px;
	height: 105px;
	border-radius:50%;
	background-color:#f4f7f9;
}

.counter-three .inner-container:after{
	position:absolute;
	content:'';
	right:0px;
	top:220px;
	width: 90px;
	height: 90px;
	border-radius:50%;
	background-color:#f4f7f9;
}

.counter-block_three{
	position:relative;
	margin-bottom: 30px;
}

.counter-block_three-inner{
	position:relative;
	width: 295px;
	height: 295px;
	padding: 65px 25px;
	border-radius: 50%;
	text-align:center;
	background-image: linear-gradient(to right, #f9748f, #fe9a8b);
}

.counter-block_three-count{
	position:relative;
	font-weight: 500;
	font-size: 60px;
	line-height:1em;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.counter-block_three-text{
	position:relative;
	font-weight: 500;
	font-size: 24px;
	line-height:34px;
	margin-top: 15px;
	padding: 0px 15px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.counter-three .counter-block_three:nth-child(2){
	transform:translateY(165px);
}

.counter-three .counter-block_three:nth-child(4){
	transform:translateY(165px);
}

.counter-three .counter-block_three:nth-child(2) .counter-block_three-inner{
	width: 225px;
	height: 225px;
	padding:40px 25px;
	background-image: linear-gradient(to right, #11c1fe, #4267ff);
}

.counter-three .counter-block_three:nth-child(3) .counter-block_three-inner{
	width: 245px;
	height: 245px;
	padding:50px 25px;
	background-image: linear-gradient(to right bottom, #e177b2, #d672c0, #c470ce, #ab71dd, #8874eb);
}

.counter-three .counter-block_three:nth-child(4) .counter-block_three-inner{
	padding:75px 25px;
	background-image: linear-gradient(to right bottom, #fc6572, #ff6f67, #ff7b5c, #ff8752, #ff9449);
}

.counter-three .counter-block_three:nth-child(5) .counter-block_three-inner{
	width: 200px;
	height: 200px;
	padding:35px 25px;
	background-image: linear-gradient(to right bottom, #0095d7, #00a6db, #00b6d9, #00c4d0, #00d1c4);
}

/*** 

====================================================================
	Project Four
====================================================================

***/

.project-four{
	position:relative;
	padding: 120px 0px 60px;
}

.project-four .sec-title{
	margin-bottom: 90px;
}

.project-four_pattern{
	position:absolute;
	right:0px;
	top:0px;
	width: 206px;
	height:487px;
}

.project-block_four{
	position: relative;
	margin-bottom:30px;
}

.project-block_four-inner{
	position: relative;
	overflow: hidden;
	border-radius:15px;
}

.project-block_four-image{
	position: relative;
	background-color:var(--color-five);
}

.project-block_four-image img{
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.project-block_four-inner:hover .project-block_four-image img{
	opacity:0.60;
	transform: scale(1.08,1.08);
}

.project-block_four-content{
	position: absolute;
	left: 15px;
	bottom: 15px;
	display: inline-block;
}

.project-block_four-title{
	position: relative;
	padding: 8px 30px;
	font-size: 12px;
	opacity: 0;
	letter-spacing:2px;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: inline-block;
	color: var(--color-five);
	text-transform: uppercase;
	transform: translateX(-150px);
	background-color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.project-block_four-inner:hover .project-block_four-title{
	opacity: 1;
	transform: translateX(0px);
}

.project-block_four-heading{
	position: relative;
	padding: 10px 20px;
	opacity: 0;
	display: inline-block;
	color: var(--white-color);
	transform: translateX(-150px);
	font-family: "Jost", sans-serif;
	background-color: var(--orbitoo-main-color);
}

.project-block_four-heading a{
	position: relative;
	color: var(--white-color);
}

.project-block_four-inner:hover .project-block_four-heading{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

/*** 

====================================================================
	Service Ten
====================================================================

***/

.service-ten{
	position:relative;
	padding: 100px 0px 150px;
}

.service-ten.style-two{
	padding-top: 200px;
}

.service-ten .sec-title{
	margin-bottom: 90px;
}

.service-ten .auto-container{
	max-width: 1350px;
}

.service-ten_pattern{
	position:absolute;
	left:0px;
	top:-60px;
	width: 615px;
	height: 1012px;
	background-position: left center;
	background-repeat:no-repeat;
}

.service-ten_pattern-two{
	position:absolute;
	right:0px;
	top:-150px;
	width: 676px;
	height: 1585px;
	background-position: left center;
	background-repeat:no-repeat;
}

.service-block_ten{
	position:relative;
	margin-bottom: 30px;
}

.service-block_ten-inner{
	position:relative;
	padding: 65px 70px;
	border-radius: 15px;
	background-color: var(--white-color);
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.service-block_ten-content{
	position:relative;
	padding-left: 150px;
}

.service-block_ten-icon{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width: 108px;
	height: 104px;
	font-size: 46px;
	text-align:center;
	line-height: 104px;
	display: inline-block;
	color: var(--white-color);
	font-family: "flaticon_orbit-icons";
}

.service-block_ten-icon:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	z-index:-1;
	width: 108px;
	height: 104px;
	background:url(../images/icons/service-4.png) no-repeat;
}

.service-block_ten:nth-child(2) .service-block_ten-icon:after{
	background:url(../images/icons/service-5.png) no-repeat;
}

.service-block_ten:nth-child(3) .service-block_ten-icon:after{
	background:url(../images/icons/service-6.png) no-repeat;
}

.service-block_ten:nth-child(4) .service-block_ten-icon:after{
	background:url(../images/icons/service-7.png) no-repeat;
}

.service-block_ten-title{
	position:relative;
	font-family: "Jost", sans-serif;
}

.service-block_ten-title a{
	position:relative;
	color:var(--orbitoo-color-two);
}

.service-block_ten-title a:hover{
	color:var(--orbitoo-main-color);
}

.service-block_ten-text{
	position:relative;
	color:#717788;
	font-size: 18px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}

.service-block_ten-arrow{
	position:relative;
	font-size: 18px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	color:var(--orbitoo-color-two);
}

.service-block_ten-arrow:hover{
	color:var(--orbitoo-main-color);
}

.service-block_ten-arrow span{
	position:relative;
	font-size: 15px;
	color:var(--orbitoo-main-color);
}

/*** 

====================================================================
	Team Three
====================================================================

***/

.team-three{
	position:relative;
	padding-bottom: 120px;
}

.team-three.style-two{
	padding-top:200px;
}

.team-three .sec-title{
	margin-bottom: 90px;
}

.team-three_pattern{
	position:absolute;
	left:0px;
	top:60px;
	width: 514px;
	height: 1314px;
	background-repeat: no-repeat;
}

.team-three .auto-container{
	max-width: 1350px;
}

.team-three .auto-container{
	margin-bottom: 90px;
}

.team-three .team-block_two:nth-child(2n + 0){
	transform: translateY(65px);
}

.team-block_two{
	position:relative;
	margin-bottom: 30px;
}

.team-block_two-inner{
	position:relative;
}

.team-block_two-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:85px;
	right:0px;
	bottom:0px;
	border-radius: 20px;
	background-image: linear-gradient(to right, #f9748f, #fe9a8b);
}

.team-block_two:nth-child(2) .team-block_two-inner:before,
.team-block_two:nth-child(6) .team-block_two-inner:before,
.team-block_two:nth-child(10) .team-block_two-inner:before{
	background-image: linear-gradient(to right, #11c1fe, #4267ff);
}

.team-block_two:nth-child(3) .team-block_two-inner:before,
.team-block_two:nth-child(7) .team-block_two-inner:before,
.team-block_two:nth-child(11) .team-block_two-inner:before{
	background-image: linear-gradient(to right bottom, #e177b2, #d672c0, #c470ce, #ab71dd, #8874eb);
}

.team-block_two:nth-child(4) .team-block_two-inner:before,
.team-block_two:nth-child(8) .team-block_two-inner:before,
.team-block_two:nth-child(12) .team-block_two-inner:before{
	background-image: linear-gradient(to right bottom, #fc6572, #ff6f67, #ff7b5c, #ff8752, #ff9449);
}

.team-block_two-image{
	position:relative;
	overflow: hidden;
	border-radius: 20px;
	display: inline-block;
}

.team-block_two-image img{
	position:relative;
	width: 100%;
	display: block;
}

.team-block_two-content{
	position:relative;
	padding: 20px 35px 25px;
}

.team-block_two-title{
	position:relative;
	font-family: "Jost", sans-serif;
}

.team-block_two-title a{
	position:relative;
	color: var(--white-color);
}

.team-block_two-designation{
	position:relative;
	font-size: 16px;
	margin-top: 8px;
	color: var(--white-color);
	font-family: "Open Sans", sans-serif;
}

/*** 

====================================================================
	CTA Two
====================================================================

***/

.cta-two{
	position:relative;
}

.cta-two.style-two .inner-container{
	background-image: linear-gradient(to right, #e177b2, #d672c0, #c470ce, #ab71dd, #8874eb);
}

.cta-two .auto-container{
	max-width: 1350px;
}

.cta-two .sec-title{
	margin-bottom: 0px;
}

.cta-two .inner-container{
	position:relative;
	padding: 90px 105px;
	border-radius: 20px;
	background-image: linear-gradient(to right, #007adf, #0093eb, #00aaef, #00bfef, #00d3ec);
}

/*** 

====================================================================
	Testimonial Four
====================================================================

***/

.testimonial-four{
	position:relative;
}

.testimonial-four .sec-title{
	display: inline-block;
}

.testimonial-four-arrow{
	position:absolute;
	right:15px;
	top:-120px;
	z-index:99;
}

.testimonial-four-arrow > div{
	position:relative;
	width: 60px;
	height: 60px;
	font-size: 26px;
	border-radius: 50px;
	line-height: 60px;
	text-align:center;
	font-weight: 600;
	margin-left: 8px;
	display: inline-block;
	border:1px solid rgba(0,0,0,0.10);
	font-family: "flaticon_orbit-icons";
}

.testimonial-four-arrow > div:hover{
	color: var(--white-color);
	border-color: var(--orbitoo-main-color);
	background-color: var(--orbitoo-main-color);
}

.testimonial-four .swiper-container {
	position:relative;
	overflow: visible;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial-four .swiper-container:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	bottom:0px;
	width: 200%;
	z-index:10;
	background-color: var(--white-color);
}

.testimonial-four .auto-container{
	position:relative;
	max-width: 1350px;
}

.testimonial-block_two{
	position:relative;
	margin-bottom: 30px;
}

.testimonial-block_two-inner{
	position:relative;
	overflow: hidden;
	padding: 50px 50px;
	border-radius: 20px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.testimonial-block_two-text{
	position:relative;
	font-size: 24px;
	color: #8e93a1;
	line-height: 36px;
	font-style: italic;
	margin-bottom: 30px;
	font-family: "Open Sans", sans-serif;
}

.testimonial-block_two-info{
	position:relative;
	gap: 25px;
	display: flex;
	align-items:center;
}

.testimonial-block_two-author{
	position:relative;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border-radius: 150px;
}

.testimonial-block_two-name{
	position:relative;
	font-size: 21px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	color:var(--orbitoo-color-two);
}

.testimonial-block_two-name span{
	position:relative;
	display: block;
	font-size: 16px;
	color:#9ca3bb;
	font-weight: 400;
}

.testimonial-block_two-quote{
	position:relative;
	margin-right: 20px;
}

/*** 

====================================================================
	News Three
====================================================================

***/

.news-three{
	position:relative;
	overflow: hidden;
	padding-bottom: 180px;
}

.news-three_pattern{
	position:absolute;
	right:0px;
	top:0px;
	width: 519px;
	height: 978px;
}

.news-three_pattern-two{
	position:absolute;
	left:-120px;
	bottom:-40px;
	width: 365px;
	height: 334px;
	background-repeat: no-repeat;
}

.news-three .sec-title{
	margin-bottom: 90px;
}

.news-three .auto-container{
	position:relative;
	max-width: 1350px;
}

.news-block_four{
	position:relative;
	margin-bottom: 30px;
}

.news-block_four-inner{
	position:relative;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
}

.news-block_four-image{
	position:relative;
}

.news-block_four-image img{
	position:relative;
	width:100%;
	display: block;
}

.news-block_four-content{
	position:relative;
	padding: 30px 35px;
	background-color: var(--white-color);
}

.news-block_four-designation{
	position:relative;
	font-size: 16px;
	color:var(--orbitoo-main-color);
	font-family: "Jost", sans-serif;
}

.news-block_four-tags{
	position:relative;
	display: flex;
	gap: 20px;
	margin-left: 22px;
}

.news-block_four-tags li{
	position:relative;
	display: flex;
	gap: 8px;
	color:#9ca3bb;
	font-size: 16px;
	align-items:center;
}

.news-block_four-tags li i{
	position:relative;
	color:var(--orbitoo-main-color);
}

.news-block_four-title{
	position:relative;
	font-weight: 600;
	margin-top: 10px;
	font-family: "Jost", sans-serif;
}

.news-block_four-title a{
	position:relative;
	color:var(--orbitoo-color-two);
}

.news-block_four-title a:hover{
	color:var(--orbitoo-main-color);
}

/*** 

====================================================================
	Clients Two
====================================================================

***/

.clients-two{
	position:relative;
	overflow: hidden;
	padding-bottom: 120px;
}

.clients-two.style-two{
	padding-top: 200px;
}

.clients-two .inner-container{
	position:relative;
	overflow: hidden;
	border-radius: 12px;
	border:1px solid rgba(0,0,0,0.15);
	border-bottom: 0px;
}

.clients-two .image{
	position:relative;
	border-right:1px solid rgba(0,0,0,0.15);
	border-bottom:1px solid rgba(0,0,0,0.15);
}

.clients-two .column:nth-child(4n + 0) .image{
	border-right: none;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	padding: 510px 0px 0px;
	background-image: linear-gradient(to right, #764ca4, #7557b4, #7363c4, #6e6ed4, #677ae4);
}

.footer-style-two.style-two{
	padding-top: 120px;
}

.footer-style-two.style-two:before{
	display:none;
}

.footer-style-two .widgets-section{
	position:relative;
	margin-bottom: 40px;
}

.footer-style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height: 375px;
	background:url(../images/background/pattern-17.png);
}

.footer-style-two .footer-two_column{
	position:relative;
	margin-bottom: 30px;
}

.footer-style-two .footer-two_title{
	position:relative;
	margin-bottom: 20px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.footer-two_links{
	position:relative;
}

.footer-two_links li{
	position:relative;
	margin-bottom: 10px;
}

.footer-two_links li a{
	position:relative;
	font-size: 16px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.footer-two_links li a:hover{
	color:var(--orbitoo-color-two);
}

.footer-two_text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	margin-top: -8px;
	margin-bottom: 25px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

/* Newsletter Box */

.newsletter-box_two{
    position: relative;
}

.newsletter-box_two .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box_two .form-group input[type="text"],
.newsletter-box_two .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 60px;
    width: 100%;
	border-radius: 6px;
    box-shadow: inherit;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 30px;
    color:var(--color-five);
    background: rgba(var(--white-color-rgb), 1);
}

.newsletter-box_two .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
	bottom: 0px;
	width: 60px;
    font-weight: 500;
    padding: 14px 15px;
	text-align: center;
    display: inline-block;
    font-size: 20px;
    background:none;
	background:none;
	color:var(--orbitoo-main-color);
	font-family: "flaticon_orbit-icons";
}

.footer-style-two .widgets-section{
	position:relative;
	margin-bottom: 90px;
}

.footer-style-two .footer-two_bottom{
	position:relative;
	padding: 40px 0px;
	border-top:1px solid rgba(255,255,255,0.15);
}

.footer-two_logo{
	position:relative;
	margin-bottom: 10px;
}

.footer-style-two .copyright{
	position:relative;
	font-size: 16px;
	color:var(--white-color);
	font-family: "Open Sans", sans-serif;
}

.footer-two_socials{
	position:relative;
	display: flex;
	gap: 20px;
}

.footer-two_socials a{
	position:relative;
	font-size: 18px;
	color:var(--white-color);
}

/*** 

====================================================================
	Slider Five
====================================================================

***/

.slider-five{
	position:relative;
	overflow: hidden;
}

.slider-five_bg{
	position:absolute;
	left: 0px;
	top: 0px;
	right:0px;
	bottom:0px;
	background-position: right top;
	background-repeat: no-repeat;
}

.slider-five_pattern{
	position:absolute;
	left: 0px;
	top: 180px;
	right:0px;
	height: 668px;
	background-position:center top;
	background-repeat: no-repeat;
}

.slider-five_pattern-two{
	position:absolute;
	left: -70px;
	bottom: 0px;
	width: 282px;
	height: 279px;
	background-repeat: no-repeat;
}

.slider-five .swiper-slide{
	position:relative;
	overflow:hidden;
	padding:200px 0px 130px;
}

.slider-five_content{
	position:relative;
	z-index:10;
}

.slider-five_content-inner{
	position:relative;
	padding-top: 130px;
}

.slider-five_title{
	font-size: 21px;
	letter-spacing:7px;
	margin-bottom: 20px;
	text-transform: uppercase;

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	font-family: "Jost", sans-serif;
	color:var(--orbitoo-main-color);
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-five .swiper-slide-active .slider-five_title{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-five_heading{
	font-size: 72px;
	line-height: 82px;
	margin-bottom: 25px;
	color:var(--orbitoo-color-two);

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	font-family: "Jost", sans-serif;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-five .swiper-slide-active .slider-five_heading{
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-five_text{
	position: relative;
	font-size: 20px;
	max-width: 550px;
	line-height: 34px;
	margin-bottom:35px;
	color: #717788;

	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	font-family: "Open Sans", sans-serif;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-five .swiper-slide-active .slider-five_text{
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-five .slider-five_button{
	position: relative;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-five .swiper-slide-active .slider-five_button{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-five_image-column{
	position:relative;
}

.slider-five_image{
	position:relative;
}

.slider-five_image img{
	position:relative;
	max-width: inherit;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-five .swiper-slide-active .slider-five_image img{
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/*** 

====================================================================
	Service Twelve
====================================================================

***/

.service-twelve{
	position:relative;
	padding-bottom: 130px;
}

.service-twelve .auto-container{
	position:relative;
	max-width: 1350px;
}

.service-twelve_pattern{
	position:absolute;
	left:0px;
	top:80px;
	width: 270px;
	height: 804px;
	background-repeat: no-repeat;
}

.service-twelve .service-block_eleven:nth-child(2){
	transform:translateY(200px);
}

.service-block_eleven{
	position:relative;
	margin-bottom: 30px;
}

.service-block_eleven-inner{
	position:relative;
	border-radius: 15px;
	padding: 60px 40px 50px;
	background-color: var(--white-color);
	box-shadow:0px 0px 30px rgba(0,0,0,0.15);
}

.service-block_eleven-icon{
	position:relative;
}

.service-block_eleven-title{
	position:relative;
	margin-top: 40px;
	margin-bottom: 25px;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
}

.service-block_eleven-title a{
	position:relative;
	color: #222222;
}

.service-block_eleven-title a:hover{
	color: var(--orbitoo-main-color);
}

.service-block_eleven-text{
	position:relative;
	color: #717788;
	font-size: 18px;
	line-height: 32px;
}

.service-twelve_content{
	position:relative;
	padding-top: 125px;
	padding-left: 110px;
}

.service-twelve .bold-text{
	position:relative;
	color: #717788;
	font-size: 21px;
    line-height: 34px;
    margin-bottom: 25px;
    font-family: "Open Sans", sans-serif;
}

.service-twelve p{
	position:relative;
	font-size: 18px;
	color:#717788;
	margin-bottom: 60px;
}

.service-twelve_signature{
	position:relative;
	display: flex;
	gap: 25px;
	color:#82889c;
	font-size: 16px;
}

.service-twelve_signature span{
	position:relative;
	font-size: 24px;
	font-family: 'Reey';
	transform: rotate(-15deg);
	color: var(--orbitoo-main-color);
}

.service-twelve_signature strong{
	position:relative;
	font-size: 21px;
	font-weight: 500;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

/*** 

====================================================================
	Process One
====================================================================

***/

.process-one{
	position:relative;
	padding-top: 80px;
	padding-bottom: 130px;
}

.process-one .auto-container{
	position:relative;
	max-width: 1350px;
}

.process-one_content{
	position:relative;
	padding-right: 80px;
}

.process-one_list{
	position:relative;
}

.process-one_list li{
	position:relative;
	font-size: 18px;
	color:#717788;
	line-height: 32px;
	padding-left: 35px;
	margin-bottom: 15px;
}

.process-one_list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	content: "\f113";
	color: var(--orbitoo-main-color);
	font-family: "flaticon_orbit-icons";
}

.process-one_list li:last-child{
	margin-bottom: 0px;
}

.process-one_button{
	position:relative;
	margin-top: 40px;
}

/*** 

====================================================================
	Service Thirteen
====================================================================

***/

.service-thirteen{
	position:relative;
	padding-top: 80px;
	padding-bottom: 130px;
}

.service-thirteen_pattern{
	position:absolute;
	right:0px;
	top:0px;
	width: 524px;
	height: 978px;
	background-repeat: no-repeat;
}

.service-thirteen .auto-container{
	position:relative;
	max-width: 1350px;
}

.service-thirteen .service-block_twelve:nth-child(2n + 0){
	transform:translateY(70px);
}

.service-thirteen_content{
	position:relative;
	padding-top: 250px;
	padding-right: 120px;
}

.service-block_twelve{
	position:relative;
	margin-bottom: 30px;
}

.service-block_twelve-inner{
	position:relative;
	padding: 60px 40px;
	border-radius: 20px;
	background-image: linear-gradient(to right bottom, #f9748f, #fe9a8b);
}

.service-block_twelve-icon{
	position:relative;
	font-size: 60px;
	line-height:1em;
	color: var(--white-color);
	font-family: "flaticon_orbit-icons";
}

.service-block_twelve-title{
	position:relative;
	margin-top: 40px;
	margin-bottom: 25px;
	font-family: "Jost", sans-serif;
}

.service-block_twelve-title a{
	position:relative;
	color: var(--white-color);
}

.service-block_twelve-text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	color: var(--white-color);
	font-family: "Open Sans", sans-serif;
}

.service-block_twelve:nth-child(2) .service-block_twelve-inner{
	background-image: linear-gradient(to left top, #11c1fe, #4267ff);
}

.service-block_twelve:nth-child(3) .service-block_twelve-inner{
	background-image: linear-gradient(to right bottom, #e177b2, #d672c0, #c470ce, #ab71dd, #8874eb);
}

.service-block_twelve:nth-child(4) .service-block_twelve-inner{
	background-image: linear-gradient(to left top, #fc6572, #ff6f67, #ff7b5c, #ff8752, #ff9449);
}

/*** 

====================================================================
	Project Five
====================================================================

***/

.project-five{
	position:relative;
	padding: 120px 0px 60px;
}

.project-five .auto-container{
	position:relative;
	max-width: 1350px;
}

.project-five .sec-title{
	margin-bottom: 90px;
}

.project-five_pattern{
	position:absolute;
	left:0px;
	top:-250px;
	width: 428px;
	height:1164px;
}

.project-five_pattern-two{
	position:absolute;
	right:0px;
	top:700px;
	width: 267px;
	height:1266px;
}

/*** 

====================================================================
	Faq Two
====================================================================

***/

.faq-two{
	position:relative;
	padding-top: 100px;
	padding-bottom: 160px;
}

.faq-two .auto-container{
	position:relative;
	max-width: 1350px;
}

/*** 

====================================================================
	Counter Four
====================================================================

***/

.counter-four{
	position:relative;
}

.counter-four.style-two{
	position:relative;
	background-image: linear-gradient(to left, #11c1fe, #4267ff);
}

.counter-four.style-two .inner-container{
	padding: 100px 0px 70px;
}

.counter-four_pattern{
	position:absolute;
	left:0px;
	top:-70px;
	width: 375px;
	height: 572px;
	background-repeat: no-repeat;
}

.counter-four .auto-container{
	max-width: 1350px;
}

.counter-four .inner-container{
	position:relative;
	border-radius: 20px;
	padding: 80px 100px 50px;
	background-image: linear-gradient(to left, #11c1fe, #4267ff);
}

.counter-block_four{
	position:relative;
	margin-bottom: 30px;
}

.counter-block_four-inner{
	position:relative;
	display: flex;
	gap: 35px;
	align-items:center;
}

.counter-block_four-count{
	position:relative;
	font-weight: 500;
	font-size: 72px;
	line-height:1em;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.counter-block_four-text{
	position:relative;
	font-weight: 500;
	font-size: 24px;
	line-height:34px;
	margin-top: 15px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

/*** 

====================================================================
	Choose One
====================================================================

***/

.choose-one{
	position:relative;
	overflow: hidden;
	padding: 200px 0px 170px;
}

.choose-one .auto-container{
	position:relative;
	max-width: 1350px;
}

.choose-one .column{
	position:relative;
	margin-bottom: 30px;
}

.choose-one .sec-title{
	margin-top: 50px;
}

.choose-one_image{
	position:relative;
}

.choose-one_image img{
	position:relative;
	max-width: inherit !important;
}

.choose-block_one{
	position:relative;
	margin-bottom: 50px;
}

.choose-block_one:nth-child(2) .choose-block_one-icon{
	background-color:#a57ef7;
}

.choose-block_one:nth-child(3) .choose-block_one-icon{
	background-color:#fdb447;
}

.choose-block_one-inner{
	position:relative;
	display: flex;
	gap: 25px;
}

.choose-block_one-content{
	position:relative;
}

.choose-block_one-icon{
	position:relative;
	width: 112px;
	height: 112px;
	font-size: 48px;
	line-height: 112px;
	text-align:center;
	border-radius: 100px;
	display: inline-block;
	color: var(--white-color);
	background-color:#fe8893;
	font-family: "flaticon_orbit-icons";
}

.choose-block_one-content strong{
	position:relative;
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 18px;
	font-family: "Jost", sans-serif;
	color: var(--orbitoo-color-two);
}

.choose-block_one-text{
	position:relative;
	color:#717788;
	font-size: 18px;
	line-height: 32px;
	max-width: 460px;
	font-family: "Open Sans", sans-serif;
}

/*** 

====================================================================
	Testimonial Five
====================================================================

***/

.testimonial-five{
	position:relative;
	text-align:center;
	padding-bottom:200px;
}

.testimonial-five_authors{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position: center top;
	background-repeat: no-repeat;
}

.testimonial-five_dots{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position: center top;
	background-repeat: no-repeat;
}

.testimonial-five .quote-icon{
	position:relative;
	margin-bottom: 85px;
}

.testimonial-five .slider-four__nav{
	position: relative;
	z-index: 9;
	width: 220px;
    /* height: 90px; */
	margin-bottom: 35px;
}

.testimonial-five .slider-four__thumb.swiper-slide-prev,
.testimonial-five .slider-four__thumb.swiper-slide-next,
.testimonial-five .slider-four__thumb.swiper-slide-active{
	opacity:1;
}

.testimonial-five .slider-four__thumb{
	position: relative;
	width: 90px;
	height: 90px;
	opacity:0;
	overflow: hidden;
	cursor: pointer;
	padding-top: 8px;
	padding-bottom: 12px;
	transform: scale(0.80,0.80);
}

.testimonial-five .slider-four__thumb img{
	position: relative;
	cursor: pointer;
	opacity:0.60;
	border-radius: 150px;
	/* width: 90px !important; */
	display: inline-block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-five .slider-four__thumb:hover img,
.testimonial-five .slider-four__thumb.swiper-slide-thumb-active img{
	opacity:1;
}

.testimonial-five .slider-four__thumb.swiper-slide-thumb-active{
	z-index:10;
	top:-2px;
	/* width: 90px !important; */
	height: 90px;
	transform: scale(1,1);
}

.testimonial-five .slider-four__thumb img{
	position: relative;
	overflow: hidden;
}

.testimonial-block_three{
	position:relative;
}

.testimonial-block_three-inner{
	position:relative;
}

.testimonial-block_three-text{
	position:relative;
	font-size: 30px;
	color:#717788;
	line-height: 48px;
	font-style: italic;
	max-width: 820px;
	margin:0 auto;
	margin-bottom: 50px;
	font-family: "Open Sans", sans-serif;
}

.testimonial-block_three-info{
	position:relative;
	font-size: 24px;
	font-weight: 500;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.testimonial-block_three-info span{
	position:relative;
	font-size: 16px;
	font-weight: 400;
}

.testimonial-five_arrows{
	position:relative;
	margin-top: 50px;
}

.testimonial-five_arrows .slider-four__button-prev,
.testimonial-five_arrows .slider-four__button-right{
	position:relative;
	font-size: 40px;
	margin:0px 15px;
	line-height:1em;
	display: inline-block;
}

.testimonial-five_arrows .slider-four__button-prev:hover,
.testimonial-five_arrows .slider-four__button-right:hover{
	color: var(--orbitoo-main-color);
}

/*** 

====================================================================
	Clients Three
====================================================================

***/

.clients-three{
	position:relative;
}

.clients-three .auto-container{
	position:relative;
	max-width: 1350px;
}

.clients-three .inner-container{
	position:relative;
	border-radius: 15px;
	text-align:center;
	padding: 110px 80px 80px;
	background-color:#f4eefb;
}

.clients-three_pattern{
	position:absolute;
	left:0px;
	top:120px;
	width: 457px;
	height: 778px;
}

.clients-three_pattern-two{
	position:absolute;
	right:0px;
	top:330px;
	width: 398px;
	height: 1129px;
}

/*** 

====================================================================
	News Four
====================================================================

***/

.news-four{
	position:relative;
	overflow: hidden;
	padding: 190px 0px 160px;
}

.news-four .auto-container{
	position:relative;
	max-width: 1350px;
}

.news-four .sec-title{
	margin-bottom: 90px;
}

.news-block_five{
	position:relative;
	margin-bottom: 30px;
}

.news-block_five-inner{
	position:relative;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.10);
}

.news-block_five-image{
	position:relative;
}

.news-block_five-image:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 30%;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	background: rgba(var(--black-color-rgb), 0);
	background: linear-gradient(to top, rgba(var(--black-color-rgb), 1) 0%, rgba(var(--white-color-rgb), 0) 100%);
}

.news-block_five-image img{
	position:relative;
	width:100%;
	display: block;
}

.news-block_five-content{
	position:absolute;
	left: 35px;
	right: 20px;
	bottom: 35px;
	z-index: 2;
}

.news-block_five-designation{
	position:relative;
	font-size: 16px;
	color:var(--white-color);
	font-family: "Jost", sans-serif;
}

.news-block_five-title{
	position:relative;
	font-weight: 600;
	margin-top: 10px;
	font-family: "Jost", sans-serif;
}

.news-block_five-title a{
	position:relative;
	color:var(--white-color);
}

.news-block_five-title a:hover{
	color:var(--orbitoo-main-color);
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title_two{
	position:relative;
	overflow: hidden;
	text-align: center;
	padding:270px 0px 180px;
	background-image: linear-gradient(to right, #4801ff, #ac32e4);
}

.page-title_two .page-title_two-dots{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-repeat: no-repeat;
}

.page-title_two h2{
	font-size: 90px;
	font-weight: 500;
	line-height: 1em;
	text-transform:capitalize;
    color:var(--white-color);
	font-family: "Jost", sans-serif;
}

.page-title_two .bread-crumb{
	position: relative;
	margin-top: 25px;
}

.page-title_two .bread-crumb li{
	position: relative;
	font-weight:400;
	font-size: 16px;
	margin-right: 15px;
	padding-right: 15px;
	display:inline-block;
	letter-spacing:0.5px;
	color:var(--white-color);
	text-transform:capitalize;
}

.page-title_two .bread-crumb li:first-child::before{
	position: absolute;
	right: -6px;
	top:2px;
    content: "\f105";
	font-size: 14px;
	font-weight: 800;
	font-family: 'Font Awesome 6 Free';
}

.page-title_two .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title_two .bread-crumb li:last-child:before{
	display: none;
}

.page-title_two .bread-crumb li a{
	color:var(--white-color);
	font-family: "Open Sans", sans-serif;
}

.page-title_two .bread-crumb li a:hover{
	color:var(--orbitoo-main-color);
}

/*** 

====================================================================
	Service Fourteen
====================================================================

***/

.service-fourteen{
	position:relative;
	padding: 150px 0px 120px;
	background-image: linear-gradient(to left, #e177b2, #d672c0, #c470ce, #ab71dd, #8874eb);
}

.service-block_thirteen{
	position:relative;
	margin-bottom: 30px;
}

.service-block_thirteen-inner{
	position:relative;
	text-align:center;
}

.service-block_thirteen-icon{
	position:relative;
	font-size: 60px;
	line-height:1em;
	color: var(--white-color);
	font-family: "flaticon_orbit-icons";
}

.service-block_thirteen-title{
	position:relative;
	margin-top: 35px;
	margin-bottom: 20px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.service-block_thirteen-title a{
	position:relative;
	color: var(--white-color);
}

.service-block_thirteen-text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 25px;
	color: var(--white-color);
	font-family: "Open Sans", sans-serif;
}

/*** 

====================================================================
	History One
====================================================================

***/

.history-one{
	position:relative;
	padding: 200px 0px 160px;
}

.history-one .sec-title{
	margin-bottom: 90px;
}

.history-one .inner-container{
	position:relative;
	max-width: 1100px;
	margin:0 auto;
}

.history-one .inner-container:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	width: 5px;
	bottom:0px;
	background-color:#cdc9d2;
}

.history-block_one{
	position:relative;
	padding-bottom: 50px;
}

.history-block_one .column{
	position:relative;
	padding: 0px 100px;
}

.history-block_one-inner{
	position:relative;
}

.history-block_one-date{
	position:relative;
	font-size: 36px;
	font-weight: 500;
	text-align:right;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.history-block_one-date:before{
	position:absolute;
	content:'';
	right: -114px;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	border:4px solid var(--white-color);
	background-color:var(--orbitoo-main-color);
}

.history-block_one-date:after{
	position:absolute;
	content:'';
	top: 10px;
	right: -90px;
	width: 45px;
	height: 3px;
	background-color:#cdc9d2;
}

.history-block_one-title{
	position:relative;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.history-block_one-text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #717788;
	font-family: "Open Sans", sans-serif;
}

.history-block_one:last-child{
	padding-bottom:0px;
}

.history-block_one:nth-child(2n + 0) .row{
	flex-direction:row-reverse;
}

.history-block_one:nth-child(2n + 0) .history-block_one-text,
.history-block_one:nth-child(2n + 0) .history-block_one-title{
	text-align:right;
}

.history-block_one:nth-child(2n + 0) .history-block_one-date{
	text-align:left;
}

.history-block_one:nth-child(2n + 0) .history-block_one-date:before{
	right:auto;
	left: -114px;
}

.history-block_one:nth-child(2n + 0) .history-block_one-date:after{
	right:auto;
	left: -90px;
}

/*** 

====================================================================
	Price One
====================================================================

***/

.price-one{
	position:relative;
	padding: 200px 0px 170px;
}

.price-block_one{
	position:relative;
	margin-bottom: 30px;
}

.price-block_one-inner{
	position:relative;
	border-radius: 15px;
	text-align: center;
	padding: 50px 30px 50px;
	border:1px solid rgba(0,0,0,0.10);
	background-color: var(--white-color);
}

.price-block_one-inner:hover{
	border-color: var(--white-color);
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.price-block_one-title{
	position:relative;
	font-size: 30px;
	font-weight: 500;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.price-block_one-text{
	position:relative;
	font-size: 18px;
	font-weight: 400;
	color: #82889c;
	max-width: 255px;
	margin:0 auto;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: "Open Sans", sans-serif;
}

.price-block_one-icon{
	position:relative;
	margin-bottom: 35px;
}

.price-block_one-list{
	position:relative;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: left;
}

.price-block_one-list li{
	position:relative;
	color:#82889c;
	font-size: 16px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.price-block_one-list li:before{
	position:absolute;
	content: "\f12a";
	left:0px;
	top:0px;
	font-size: 16px;
	color: var(--orbitoo-main-color);
	font-family: "flaticon_orbit-icons";
}

.price-block_one-list li.cross:before{
	content: "\f104";
	color:#82889c;
	font-size: 10px;
}

.price-block_one-list li:last-child{
	margin-bottom: 0px;
}

.price-block_one-price{
	position:relative;
	font-size: 42px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.price-block_one-price span{
	position:relative;
	display: block;
	font-size: 18px;
}

/*** 

====================================================================
	Choose Two
====================================================================

***/

.choose-two{
	position:relative;
	padding: 150px 0px 120px;
	background-image: linear-gradient(to left top, #11c1fe, #4267ff);
}

/* Play Box */

.choose-two_play{
	position:relative;
	display:inline-block;
	-webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.choose-two_play span{
	position: relative;
	width: 100px;
	height: 100px;
	z-index:10;
	font-size: 24px;
	line-height:96px;
	text-align: center;
	border-radius: 150px;
	display: inline-block;
	color: var(--white-color);
	
	border:2px solid var(--white-color);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.choose-two_play span:hover{
	color:var(--white-color);
	border-color: var(--orbitoo-main-color);
	background-color: var(--orbitoo-main-color);
}

.choose-two_play .ripple,
.choose-two_play .ripple:before,
.choose-two_play .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
	height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 150px 150px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 146, 255, .8);
    -moz-box-shadow: 0 0 0 0 rgba(0, 146, 255, .8);
    -ms-box-shadow: 0 0 0 0 rgba(0, 146, 255, .8);
    -o-box-shadow: 0 0 0 0 rgba(0, 146, 255, .8);
    box-shadow: 0 0 0 0 rgba(0, 146, 255, .8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.choose-two_play .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.choose-two_play .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

/* Service Block Fourteen */

.service-block_fourteen{
	position:relative;
	margin-bottom: 45px;
}

.service-block_fourteen-inner{
	position:relative;
}

.service-block_fourteen-icon{
	position:relative;
	font-size: 60px;
	line-height:1em;
	color: var(--white-color);
	font-family: "flaticon_orbit-icons";
}

.service-block_fourteen-title{
	position:relative;
	margin-top: 20px;
	margin-bottom: 15px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.service-block_fourteen-title a{
	position:relative;
	color: var(--white-color);
}

.service-block_fourteen-text{
	position:relative;
	font-size: 18px;
	line-height: 28px;
	color: var(--white-color);
	font-family: "Open Sans", sans-serif;
}

/*** 

====================================================================
	Team Four
====================================================================

***/

.team-four{
	position:relative;
	padding: 200px 0px 170px;
}

.team-four .auto-container{
	max-width: 1350px;
}

/*** 

====================================================================
	Project Six
====================================================================

***/

.project-six{
	position:relative;
	padding: 190px 0px 180px;
}

.project-six .filter-btns{
	position:relative;
	text-align:center;
	margin-bottom: 50px;
}

.project-six .filter-btns li{
	position:relative;
	margin:0px 18px 8px;
	font-size: 16px;
	cursor:pointer;
	font-weight: 500; 
	display: inline-block;
	color: var(--orbitoo-color-two);
	font-family: "Open Sans", sans-serif;
}

.project-six .filter-btns li:hover,
.project-six .filter-btns li.active{
	color: var(--orbitoo-main-color);
}

.project-six_button-box{
	position:relative;
	margin-top: 30px;
}

/*** 

====================================================================
	Project Seven
====================================================================

***/

.project-seven{
	position:relative;
	padding: 190px 0px 180px;
}

.project-seven .filter-btns{
	position:relative;
	text-align:center;
	margin-bottom: 50px;
}

.project-seven .filter-btns li{
	position:relative;
	margin:0px 18px 8px;
	font-size: 16px;
	cursor:pointer;
	font-weight: 500; 
	display: inline-block;
	color: var(--orbitoo-color-two);
	font-family: "Open Sans", sans-serif;
}

.project-seven .filter-btns li:hover,
.project-seven .filter-btns li.active{
	color: var(--orbitoo-main-color);
}

.project-seven .project-block_four.mix{
	display: none;
}

.project-seven .pagination-outer{
	position:relative;
	margin-top: 30px;
}

/* Pagination */

.pagination-outer{
	position:relative;
}

.pagination-outer .pagination{
	position:relative;
	display:inline-block;
}

.pagination-outer .pagination li{
	position:relative;
	margin:0px 3px;
	display:inline-block;
}

.pagination-outer .pagination li a span{
	font-size:16px;
	font-family: 'Font Awesome 6 Free';
}

.pagination-outer .pagination li a{
	position:relative;
	width:54px;
	height:54px;
	line-height:52px;
	text-align:center;
	font-weight:500;
	font-size:18px;
	border-radius: 50px;
	display:inline-block;
	color: #717788;
	background-color:var(--white-color);
	font-family: "Open Sans", sans-serif;
	border:1px solid rgba(0,0,0,0.10);
}

.pagination-outer .pagination li a:hover,
.pagination-outer .pagination li.active a{
	color:var(--white-color);
	border-color: var(--orbitoo-main-color);
	background-color: var(--orbitoo-main-color);
}

/*** 

====================================================================
	Project Detail
====================================================================

***/

.project-detail_two{
	position:relative;
	padding: 210px 0px 100px;
}

.project-detail_two-image{
	position:relative;
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 20px;
}

.project-detail_two-image img{
	position:relative;
	width: 100%;
	display: block;
}

.project-detail_two-info{
	position:relative;
	padding: 50px 55px;
	border-radius: 20px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.project-detail_two-info li{
	position:relative;
	font-size:18px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.project-detail_two-info li span{
	position:relative;
	display: block;
	color:#717788;
	font-size: 16px;
	font-weight: 400;
	margin-top: 6px;
}

.project-detail_two-info li:last-child{
	margin-bottom: 0px;
}

.gallery-two-socials{
	position:relative;
	margin-top: 40px;
}

.gallery-two-socials span{
	position:relative;
	font-size: 18px;
	font-weight: 500;
	margin-right: 15px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.gallery-two-socials a{
	position:relative;
	width:50px;
	height:50px;
	font-size: 16px;
	border-radius: 50px;
	line-height: 50px;
	text-align:center;
	display: inline-block;
}

.gallery-two-socials a.facebook{
	color: var(--white-color);
	background-color:#1877f2;
}

.gallery-two-socials a.twitter{
	color: var(--white-color);
	background-color:#1da1f2;
}

.gallery-two-socials a.linkedin{
	color: var(--white-color);
	background-color:#0077b5;
}

.gallery-two-socials a.youtube{
	color: var(--white-color);
	background-color:#ff0000;
}

/*** 

====================================================================
	Project Detail
====================================================================

***/

.project-detail_two-content{
	position:relative;
	padding-left: 90px;
}

.project-detail_two-title{
	position:relative;
	font-family: "Jost", sans-serif;
	color: var(--orbitoo-color-two);
}

.project-detail_two-bold{
	position:relative;
	font-size: 21px;
	line-height: 32px;
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}

.project-detail_two-content p{
	opacity:0.80;
	color:#717788;
	line-height:28px;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}

.project-detail_two-subtitle{
	position:relative;
	margin-bottom: 20px;
	font-family: "Jost", sans-serif;
	color: var(--orbitoo-color-two);
}


.project-detail_two-list{
	position:relative;
	margin-bottom: 25px;
}

.project-detail_two-list li{
	position:relative;
	font-size: 16px;
	color:#717788;
	margin-bottom: 15px;
	padding-left: 25px;
	font-family: "Open Sans", sans-serif;
}

.project-detail_two-list li:before{
	position:absolute;
	content: "\f12a";
	left:0px;
	top:0px;
	color: var(--orbitoo-main-color);
	font-family: "flaticon_orbit-icons";
}

.project-detail_two-list li:last-child{
	margin-bottom: 0px;
}

.project-detail_two-gallery{
	position:relative;
	overflow: hidden;
	border-radius:15px;
	margin-bottom: 25px;
}

.project-detail_two-gallery img{
	position:relative;
	width: 100%;
	display: block;
}

/* Alternate */

.project-detail_two-alternate{
	position:relative;
	padding-bottom: 130px;
}

/* News Block Six */

.news-block_six{
	position:relative;
	margin-bottom: 50px;
}

.news-block_six-inner{
	position:relative;
	overflow: hidden;
	border-radius: 15px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.news-block_six-image{
	position:relative;
}

.news-block_six-image img{
	position:relative;
	width: 100%;
	display: block;
}

.news-block_six-date{
	position:absolute;
	right:20px;
	top:20px;
	width: 90px;
	height: 90px;
	z-index: 1;
	font-size: 36px;
	font-weight: 500;
	text-align:center;
	padding-top: 25px;
	border-radius: 15px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
	background-image: linear-gradient(to right bottom, #008bda, #00d9c2);
}

.news-block_six-date span{
	position:relative;
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.news-block_six-content{
	position:relative;
	padding: 0px 45px 35px;
}

.news-block_six-tags{
	position:relative;
	margin-top: -20px;
}

.news-block_six-tags li{
	position:relative;
	font-weight: 400;
	font-size: 16px;
	padding: 9px 20px;
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
	background-image: linear-gradient(to right, #008bda, #00d9c2);
}

.news-block_six-title{
	position:relative;
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	margin-top: 25px;
	font-family: "Jost", sans-serif;
}

.news-block_six-title a{
	position:relative;
	color: var(--orbitoo-color-two);
}

.news-block_six-title a:hover{
	color: var(--orbitoo-main-color);
}

.news-block_six-text{
	position:relative;
	margin-top: 15px;
	font-size: 18px;
	line-height: 30px;
	color: #717788;
	margin-bottom: 30px;
}

.news-block_six-meta{
	position:relative;
	display: flex;
	gap: 15px;
	flex-wrap:wrap;
}

.news-block_six-meta li{
	position:relative;
	align-items:center;
	font-family: "Jost", sans-serif;
}

.news-block_six-meta li a{
	position:relative;
	font-size: 16px;
	font-weight: 500;
	color: #717788;
	display: flex;
	gap: 8px;
}

.news-block_six-meta li i{
	position:relative;
	color: var(--orbitoo-main-color);
}

.news-block_six-meta li a:hover{
	color: var(--orbitoo-color-two);
}

/* Pagination */

.modern-agency_pagination{
	position:relative;
	display: flex;
}

.modern-agency_pagination li{
	position:relative;
	margin-right:7px;
	margin-bottom: 8px;
	display:inline-block;
}

.modern-agency_pagination li a{
	position:relative;
	display:inline-block;
	line-height:48px;
	height:50px;
	width:50px;
	font-size: 18px;
	min-width:50px;
	font-weight:400;
	border-radius:50px;
	text-align:center;
	border:1px solid #e6eaf2;
	color:var(--orbitoo-color-two);
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: "Open Sans", sans-serif;
}

.modern-agency_pagination li.prev a,
.modern-agency_pagination li.next a{
	
}

.modern-agency_pagination li a:hover,
.modern-agency_pagination li a.active{
	color:var(--white-color);
	border-color:var(--orbitoo-main-color);
	background-color:var(--orbitoo-main-color);
}

/* Sidebar Widget Two */

.sidebar-widget_two{
	position:relative;
	padding: 40px 50px;
	margin-bottom: 60px;
	border-radius: 15px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.sidebar-title_box-two{
	margin-bottom: 15px;
}

.sidebar-title_box-two h4{
	padding-right: 20px;
	display: inline-block;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.sidebar-title_box-two h4:before{
	position:absolute;
	content:'\f0da';
	right:0px;
	font-size: 20px;
	font-weight: 800;
	color: var(--orbitoo-main-color);
	font-family: 'Font Awesome 6 Free';
}

.sidebar .sidebar-widget_two .form-group input[type="search"]{
	color:#9ca3bb;
	height: 60px;
	border-radius: 8px;
	font-family: "Open Sans", sans-serif;
}

.sidebar .sidebar-widget_two .form-group button{
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	border: none !important;
}

.sidebar .sidebar-widget_two .form-group button:hover{
	background-color: var(--orbitoo-main-color);
}

/* Post Widget */

.post-widget_two .post-two{
	position: relative;
	display: flex;
	align-items: start;
	gap: 20px;
	margin-bottom: 25px;
}

.post-widget_two .post-two:last-child{
	border: none;
	min-height:auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-widget_two .post-two .thumb{
	position: relative;
	height: 90px;
	width: 90px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
}

.post-widget_two .post-two .thumb a{
	display: block;
}

.post-widget_two .post-two .thumb img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-widget_two .post-two .post-two_tag{
	position:relative;
	font-size: 16px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: var(--orbitoo-main-color);
}

.post-widget_two .post-two h6{
	line-height:28px;
	margin-top:3px;
	font-weight: 600;
	font-family: "Jost", sans-serif;
}

.post-widget_two .post-two h6 a{
	color: var(--orbitoo-color-two);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post-widget_two .post-two h6 a:hover{
	color: var(--orbitoo-main-color);
}

.post-widget_two .post-two .post-two_date{
	position: relative;
	display: block;
	font-weight:500;
	color:#9ca3bb;
	margin-top: 5px;
	font-size: 14px;
	letter-spacing:0.5px;
	text-transform:capitalize;
}




.services-cats_two{
	position:relative;
}

.services-cats_two li{
	position:relative;
}

.services-cats_two li i{
	position:relative;
	font-size: 16px;
	color: #9ca3bb;
	font-weight: 400;
}

.services-cats_two li:hover i{
	opacity:1;
}

.services-cats_two li:hover .icon{
	opacity:1;
}

.services-cats_two li a{
	position:relative;
	font-size: 16px;
	display: block;
	padding: 20px 0px;
	font-weight: 500;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
	border-bottom:1px solid rgba(var(--black-color-rgb), 0.10);
}

.services-cats_two li a:hover{
	color: var(--orbitoo-main-color);
}

.services-cats_two li:last-child a{
	border: none;
}

/* Tags List */

.tags-list{
	position:relative;
}

.tags-list li{
	position:relative;
	margin: 0px 5px 8px 0px;
	display: inline-block;
}

.tags-list li a{
	position:relative;
	color:#9ca3bb;
	font-size: 18px;
	padding: 12px 22px;
	border-radius: 50px;
	display: inline-block;
	border:1px solid #c6cfe3;
	text-transform: capitalize;
}

.tags-list li a:hover{
	color: var(--white-color);
	border-color: var(--orbitoo-main-color);
	background-color: var(--orbitoo-main-color);
}

.instagram-widget{
	position:relative;
}

.instagram-widget .gallery-outer{
	position:relative;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.instagram-widget .gallery-outer a{
	position:relative;
	width: 100%;
    display: block;
    border-radius: 6px;
    overflow: hidden;
	background-color: var(--orbitoo-main-color);
}

.instagram-widget .gallery-outer a img{
	position:relative;
	width: 100%;
}

.instagram-widget .gallery-outer a:hover img{
	opacity:0.60;
}

/* Social Box */

.socials-widget{
	position: relative;
	margin-top: 30px;
}

.socials-widget .social_box a{
	position: relative;
	width: 44px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	margin-right: 3px;
	border-radius: 50px;
	display: inline-block;
	color: var(--color-six);
	background-color: var(--white-color);
}

.socials-widget .social_box a:hover{
	color: var(--white-color);
	background-color: var(--color-two);
}

.socials-widget .social_box a.facebook{
	color: var(--white-color);
	background-color:#1877f2;
}

.socials-widget .social_box a.twitter{
	color: var(--white-color);
	background-color:#1da1f2;
}

.socials-widget .social_box a.linkedin{
	color: var(--white-color);
	background-color:#0077b5;
}

.socials-widget .social_box a.youtube{
	color: var(--white-color);
	background-color:#ff0000;
}

/* News Five */

.news-five{
	position:relative;
	padding: 210px 0px 210px;
}

.news-five .auto-container{
	max-width: 1350px;
}

.news-five .modern-agency_pagination{
	margin-top: 40px;
}

/* Page Title Three */

.page-title_three{
	position:relative;
	text-align:center;
	padding: 240px 0px 160px;
}

.page-title_three:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity: 0.80;
	background-image: linear-gradient(to right, #4801ff, #ac32e4);
}

.page-title_three h2{
	position:relative;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

/* Blog Detail Two */

.blog-detail_two{
	position:relative;
}

.blog-detail_two-inner{
	position:relative;
	overflow: hidden;
	border-radius: 15px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.blog-detail_two-image{
	position:relative;
}

.blog-detail_two-image img{
	position:relative;
	width: 100%;
	display: block;
}

.blog-detail_two-date{
	position:absolute;
	right:20px;
	top:20px;
	width: 90px;
	height: 90px;
	z-index: 1;
	font-size: 36px;
	font-weight: 500;
	text-align:center;
	padding-top: 25px;
	border-radius: 15px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
	background-image: linear-gradient(to right bottom, #008bda, #00d9c2);
}

.blog-detail_two-date span{
	position:relative;
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.blog-detail_two-content{
	position:relative;
	padding: 0px 45px 35px;
}

.blog-detail_two-tags{
	position:relative;
	margin-top: -20px;
}

.blog-detail_two-tags li{
	position:relative;
	font-weight: 400;
	font-size: 16px;
	padding: 9px 20px;
	border-radius: 5px;
	margin-right: 5px;
	display: inline-block;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
	background-image: linear-gradient(to right, #008bda, #00d9c2);
}

.blog-detail_two-title{
	position:relative;
	font-weight: 500;
	font-size: 48px;
	line-height: 58px;
	margin-top: 20px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.blog-detail_two-title a:hover{
	color: var(--orbitoo-main-color);
}

.blog-detail_two p{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	color: #717788;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}

.blog-detail_two-meta{
	position:relative;
	display: flex;
	gap: 15px;
	flex-wrap:wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-detail_two-meta li{
	position:relative;
	display: flex;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #717788;
	align-items:center;
	font-family: "Jost", sans-serif;
}

.blog-detail_two-meta li i{
	position:relative;
	color: var(--orbitoo-main-color);
}

.blog-detail_two blockquote{
	position:relative;
	margin-top: 40px;
	font-size: 21px;
	color:#9ca3bb;
	line-height: 32px;
	font-style:italic;
	margin-bottom: 30px;
	padding-left: 100px;
	font-family: "Open Sans", sans-serif;
}

.blog-detail_two blockquote .blockquote-quote{
	position:absolute;
	left:0px;
	top:0px;
}

.blog-detail_two blockquote span{
	position:relative;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
	font-style: normal;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.blog-detail_two blockquote span i{
	position:relative;
	color:#9ca3bb;
}

.blog-detail_two-options{
	position:relative;
}

.blog-detail_two-options .post-tags{
	position:relative;
	font-size: 18px;
	font-weight:500;
	display: block;
	margin-bottom: 20px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.blog-detail_two-options .post-tags a{
	position: relative;
    color: #9ca3bb;
    font-size: 16px;
    padding: 10px 22px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #c6cfe3;
    text-transform: capitalize;
}

.blog-detail_two-options .post-tags a:hover{
	color:var(--white-color);
	border-color:var(--orbitoo-main-color);
	background-color:var(--orbitoo-main-color);
}

.blog-detail_two-social{
	position:relative;
	font-size: 18px;
	font-weight:500;
	display: flex;
	gap: 10px;
	align-items:center;
	margin-bottom: 25px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.blog-detail_two-social a{
	position:relative;
	width: 50px;
	height:50px;
	line-height: 50px;
	font-weight: 800;
	text-align:center;
	border-radius: 50px;
	display:inline-block;
	font-family: 'Font Awesome 6 Free';
}

.blog-detail_two-social a.facebook{
	color: var(--white-color);
	background-color:#1877f2;
}

.blog-detail_two-social a.twitter{
	color: var(--white-color);
	background-color:#1da1f2;
}

.blog-detail_two-social a.linkedin{
	color: var(--white-color);
	background-color:#0077b5;
}

/* Blog Detail Posts */

.blog-detail_posts{
	position:relative;
	padding: 30px 30px;
	border-radius: 15px;
	margin-top: 30px;
	margin-bottom: 70px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.blog-detail_posts .prev-post{
	position:relative;
	min-height: 90px;
	padding-left: 110px;
}

.blog-detail_posts .prev-post .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
}

.blog-detail_posts .prev-post a{
	position:relative;
	font-weight: 500;
	font-size: 16px;
	color: var(--orbitoo-main-color);
	font-family: "Jost", sans-serif;
}

.blog-detail_posts .prev-post h5{
	display: block;
	margin-top: 5px;
	max-width: 250px;
}

.blog-detail_posts .prev-post h5 a{
	position:relative;
	font-size: 20px;
	color: var(--orbitoo-color-two);
}

.blog-detail_posts .prev-post h5 a:hover{
	color: var(--orbitoo-main-color);
}




.blog-detail_posts .next-post{
	position:relative;
	text-align:right;
	min-height: 90px;
	padding-right: 110px;
}

.blog-detail_posts .next-post .author-image{
	position:absolute;
	right:0px;
	top:0px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
}

.blog-detail_posts .next-post a{
	position:relative;
	font-weight: 500;
	font-size: 16px;
	color: var(--orbitoo-main-color);
	font-family: "Jost", sans-serif;
}

.blog-detail_posts .next-post h5{
	display: block;
	margin-top: 5px;
	max-width: 250px;
}

.blog-detail_posts .next-post h5 a{
	position:relative;
	font-size: 20px;
	color: var(--orbitoo-color-two);
}

.blog-detail_posts .next-post h5 a:hover{
	color: var(--orbitoo-main-color);
}

/* Blog Author Two */

.blog-author-two{
	position: relative;
	padding: 50px 50px;
	border-radius: 15px;
	margin-bottom: 70px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.blog-author-two_inner{
	position: relative;
	display: flex;
	align-items:start;
	flex-wrap:wrap;
	gap: 30px;
}

.blog-author-two_image{
	position:relative;
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 10px;
}

.blog-author-two_content{
	position:relative;
}

.blog-author-two_title{
	position: relative;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
	color: var(--orbitoo-color-two);
}

.blog-author-two_text{
	position: relative;
	font-size: 18px;
	line-height: 29px;
	margin-top: 15px;
	max-width: 640px;
	color: #717788;
	margin-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}

.blog-author-two_authors{
	position:relative;
	font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
	font-family: "Jost", sans-serif;
	color: var(--orbitoo-color-two);
	border-bottom:2px solid var(--orbitoo-main-color);
}

.blog-author-two_authors i{
	position:relative;
	font-size: 14px;
	color: var(--orbitoo-main-color);
}

.blog-author-two_authors:hover{
	color: var(--orbitoo-main-color);
}

.blog-author-two_socials{
	position: absolute;
	right: 0px;
	top: 10px;
}

.blog-author-two_socials a{
	position: relative;
	font-size: 16px;
	margin-left:5px;
	color: var(--color-six);
}

.blog-author-two_socials a:hover{
	color: var(--main-color);
}

/* Comments Content Two */

.comments-area_two{
	position:relative;
	padding: 40px 40px;
	border-radius: 15px;
	background-color: var(--white-color);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.comments-area_two .title-box{
	position:relative;
	font-size: 48px;
	font-weight: 500;
	line-height:1em;
	margin-bottom: 25px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

/* Comment Box Two */

.comment-box_two{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.comment-box_two:last-child{
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-box_two .comment_two{
	position: relative;
	display: flex;
	gap:30px;
}

.comment-box_two .author-thumb_two{
	position: relative;
	width: 96px;
	height: 96px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 50%;
}

.comment-info_two{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

.comment-info_two li{
	position: relative;
	display: inline-block;
	margin-left: 15px;
}

.comment-info_two li a{
	position: relative;
	font-size: 16px;
	color: var(--color-six);
}

.comment-info_two li a:hover{
	color: var(--black-color);
}

.comment-box_two .comment-info_two{
	position: relative;
	padding-top: 5px;
	gap: 20px;
}

.comment-box_two .comment-info_two strong{
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

.comment-box_two .comment-time{
	position: relative;
	font-size: 15px;
	color: #9ca3bb;
	display: block;
	margin-top: 10px;
	font-family: "Open Sans", sans-serif;
}

.comment-box_two .text_two{
	position: relative;
	line-height: 30px;
	font-size: 18px;
	margin-top: 15px;
	max-width: 640px;
	color: #717788;
	font-family: "Open Sans", sans-serif;
}

.comment-reply_two{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 30px;
	border-radius: 50px;
	display: inline-block;
	text-transform: capitalize;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
	border:1px solid var(--orbitoo-main-color);
}

.comment-reply_two:hover{
	color: var(--white-color);
	background-color: var(--orbitoo-main-color);
}

/* Comment Form Two */

.comment-form_two{
	position: relative;
    padding: 40px 40px;
	margin-top: 70px;
    border-radius: 15px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.comment-form_two h2{
	position:relative;
	font-size: 48px;
	font-weight: 500;
	line-height:1em;
	margin-bottom: 10px;
	color: var(--orbitoo-color-two);
	font-family: "Jost", sans-serif;
}

/*** 

====================================================================
	Contact Two
====================================================================

***/

.contact-two{
	position:relative;
	padding: 210px 0px 180px;
}

.contact-two .auto-container{
	max-width: 1350px;
}

.address-block_one{
	position:relative;
	margin-bottom: 30px;
}

.address-block_one:nth-child(2) .address-block_one-inner{
	background-image: linear-gradient(to left top, #11c1fe, #4267ff);
}

.address-block_one:nth-child(3) .address-block_one-inner{
	background-image: linear-gradient(to right bottom, #0085dc, #00dfc0);
}

.address-block_one-inner{
	position:relative;
	padding:60px 35px;
	border-radius:15px;
	text-align:center;
	background-image: linear-gradient(to left top, #f9748f, #fe9a8b);
}

.address-block_one-icon{
	position:relative;
	font-size: 50px;
	line-height:1em;
	color: var(--white-color);
	font-family: "flaticon_orbit-icons";
}

.address-block_one-title{
	position:relative;
	margin-top: 30px;
	margin-bottom: 20px;
	color: var(--white-color);
	font-family: "Jost", sans-serif;
}

.address-block_one-text{
	position:relative;
	font-size: 18px;
	line-height: 30px;
	min-height: 60px;
	color: var(--white-color);
	font-family: "Open Sans", sans-serif;
}



.contact-two .form-outer{
	position:relative;
	max-width: 880px;
	margin:0 auto;
	margin-top: 160px;
}

.contact-two .map-box{
	position:relative;
	max-width: 1330px;
	margin:0 auto;
	border-radius: 12px;
	overflow: hidden;
	margin-top: 180px;
}

.contact-two .map-box iframe{
	position:relative;
	width: 100%;
	height: 490px;
	display: block;
}

.accordion-box .text{
	line-height: 32px;
	font-size: 18px;
	opacity:0.90;
	color: #717788;
	margin-bottom: 0px;
}

.accordion-box .block .icon-outer .icon.icon-plus{
	z-index:1;
}

.accordion-box .block .acc-btn.active .icon-plus{
	opacity:0;
}


/*------------------------------------------------------
/  Markus Theme Style Start Here
/------------------------------------------------------*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "agency";
  src: url("../../fonts/AgencyFBBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #1c2035;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
}

h1,
.h1 {
  font-size: 65px;
  line-height: 1.75;
}

h2,
.h2 {
  font-size: 55px;
  line-height: 1.09;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 2;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.5;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 1.45;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 39px;
}

.container {
  max-width: 1200px;
}

.tf-section {
  position: relative;
  padding: 120px 0;
}
.tf-section.pd-82 {
  padding: 100px 0;
}
.tf-section.pb0 {
  padding-bottom: 0;
}

ul, li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: unset;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-block;
}
a:hover {
  color: #4761ff;
  transition: all 0.3s;
}

.center {
  text-align: center;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.wrap-fx {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

button,
input {
  border: none;
  outline: none;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.relative {
  position: relative;
}

.text-capital {
  text-transform: capitalize;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* PreLoad
-------------------------------------------------------------- */
.preloading {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}

.preload-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 100;
  border: 5px solid whitesmoke;
  border-top: 5px solid #4761ff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.table-responsive {
  overflow-x: auto;
  width: 100%;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
  right: 14px;
  bottom: 23px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top:before {
  z-index: -1;
  background: #4761ff;
}

#scroll-top:after {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

#scroll-top:hover {
  transform: translateY(-7%);
}

.flat-alert.msg-success {
  color: #4761ff;
}

/* animate
-------------------------------------------------------------- */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;

  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes move2 {
  0% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
  50% {
    -webkit-transform: rotate(-1deg) translate(-2px, -2px);
    transform: rotate(-1deg) translate(-2px, -2px);
  }
  100% {
    -webkit-transform: rotate(1deg) translate(2px, 2px);
    transform: rotate(1deg) translate(2px, 2px);
  }
}
@keyframes move3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(15px);
    transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-20px);
    transform: translate(-20px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes move5 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pulse_three {
  0% {
    box-shadow: 0 0 0 0 #4761ff, 0 0 0 0 #4761ff, 0 0 0 0 #4761ff;
  }
  25% {
    box-shadow: 0 0 0 10px rgba(71, 97, 255, 0.3), 0 0 0 0 rgba(71, 97, 255, 0.8), 0 0 0 0 rgba(71, 97, 255, 0.8);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(71, 97, 255, 0), 0 0 0 10px rgba(71, 97, 255, 0.3), 0 0 0 0 rgba(71, 97, 255, 0.5);
  }
  75% {
    box-shadow: 0 0 0 20px rgba(71, 97, 255, 0), 0 0 0 20px rgba(71, 97, 255, 0), 0 0 0 10px rgba(71, 97, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(71, 97, 255, 0), 0 0 0 20px rgba(71, 97, 255, 0), 0 0 0 20px rgba(71, 97, 255, 0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* header
-------------------------------------------------------------- */
.header {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header .container {
  max-width: 1750px;
}
.header.is-fixed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9999;
  opacity: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  visibility: hidden;
}
.header.is-fixed.is-small {
  background-color: #fff;
  top: 0;
  opacity: 1;
  visibility: visible;
  height: 90px;
}
.header #header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
}
.header #header-inner .main-nav {
  position: absolute;
  left: 16%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -2px;
}
.header #header-inner #main-nav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.header #header-inner #main-nav .menu li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Kumbh Sans", sans-serif;
  color: #1c2035;
  position: relative;
  display: block;
  text-transform: uppercase;
}
.header #header-inner #main-nav .menu li a::after {
  color: #1c2035;
}
.header #header-inner #main-nav .menu li a:hover {
  color: #4761ff;
}
.header #header-inner #main-nav .menu li a:hover::after {
  color: #4761ff;
}
.header #header-inner #main-nav .menu > li {
  position: relative;
  margin-right: 30px;
}
.header #header-inner #main-nav .menu > li > a {
  display: block;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header #header-inner #main-nav .menu > li:last-child {
  margin-right: 0;
}
.header #header-inner #main-nav .menu > li.menu-item-has-children > a::after,
.header #header-inner #main-nav .menu > li > ul > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f078";
  right: 0;
  top: 50%;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}
.header #header-inner #main-nav .menu > li > ul > li.menu-item-has-children > a::after {
  right: 30px;
  content: '\2b';
  font-size: 10px;
}
.header #header-inner #main-nav .menu li.menu-item.current-menu-item > a {
  color: #4761ff;
}
.header #header-inner #main-nav .menu li.menu-item.current-menu-item > a::after {
  color: #4761ff;
}
.header #header-inner #main-nav.st2 .menu > li {
  margin-right: 45.5px;
}
.header #header-inner #main-nav.st2 .menu > li > a {
  padding-right: 22px;
  color: #fff;
}
.header #header-inner #main-nav.st2 .menu > li > a:hover::after {
  color: #4761ff;
}
.header #header-inner #main-nav.st2 .menu li.menu-item-has-children > a::after {
  color: #fff;
}
.header #header-inner #main-nav.st2 .menu li.menu-item-has-children > a:hover::after {
  color: #4761ff;
}
.header #header-inner #main-nav.st2 .menu li.menu-item.current-menu-item > a {
  color: #4761ff;
}
.header #header-inner #main-nav.st2 .menu li.menu-item.current-menu-item > a::after {
  color: #4761ff;
}
.header #header-inner #main-nav.st2 .menu li.menu-item.current-menu-item > a:hover::after {
  color: #4761ff;
}
.header #header-inner .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-right: 22px;
}
.markus-box .contact-phone {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.markus-box .contact-phone li.icon {
  width: 54px;
  height: 62px;
  background: #212330;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 20px;
}
.markus-box .contact-phone li.icon span {
  color: #fff;
  font-size: 30px;
}
.markus-box .contact-phone li p {
  color: #1c2035;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.markus-box .contact-phone li p.style {
  font-size: 14px;
  line-height: 26px;
  color: #4761ff;
  font-weight: 400;
  margin-bottom: -4px;
  margin-left: 4px;
}
.markus-box .contact-phone li:last-child {
  padding-top: 5px;
}
.header #header-inner .header-right .flat-show-search {
  margin-left: 26px;
  padding-left: 27px;
}
.header.style2 {
  position: absolute;
  background: transparent;
  box-shadow: none;
  position: absolute;
}
.header.style2.is-fixed {
  position: fixed;
}
.header.style2.is-fixed.is-small {
  background: rgba(12, 14, 22, 0.8);
}
.header.style2 .flat-show-search .show-search a {
  color: #fff;
}
.header.style2 #header-inner #main-nav .menu > li > a {
  color: #fff;
}
.header.style2 #header-inner #main-nav .menu > li > a::after {
  color: #fff;
}
.header.style2 #header-inner .header-right .contact-phone li p {
  color: #fff;
}
.header.style2 #header-inner .header-right .contact-phone li p.style {
  color: #4761ff;
}
.header.style2 #header-inner .header-right .contact-phone li.icon {
  background: #4761ff;
}

/* tf-button
-------------------------------------------------------------- */
.tf-button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding: 0 25px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #4761ff;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
}
.tf-button span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  z-index: 1;
}
.tf-button::before {
  top: -100%;
}
.tf-button::after {
  top: 100%;
}
.tf-button::after, .tf-button::before {
  z-index: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background: #4761ff;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.tf-button:hover::before, .tf-button:hover::after {
  opacity: 1;
  background: #fff;
}
.tf-button:hover::after {
  top: 50%;
}
.tf-button:hover::before {
  top: -50%;
}
.tf-button:hover span {
  color: #4761ff;
}
.tf-button.style2:hover::before, .tf-button.style2:hover::after {
  background: #1c2035;
}
.tf-button.style2:hover span {
  color: #fff;
}

/* animation slider */
.box-slider .content-box .sub-title,
.box-slider .content-box .title,
.box-slider .content-box .btn-slider {
  transform: translateY(100px);
  opacity: 0;
}

.swiper-slide-active .box-slider .content-box .sub-title,
.swiper-slide-active .box-slider .content-box .title,
.swiper-slide-active .box-slider .content-box .btn-slider {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 800ms ease, opacity 800ms ease;
  -moz-transition: transform 800ms ease, opacity 800ms ease;
  -ms-transition: transform 800ms ease, opacity 800ms ease;
  -o-transition: transform 800ms ease, opacity 800ms ease;
  transition: transform 800ms ease, opacity 800ms ease;
  transition-delay: 1000ms;
}

.swiper-slide-active .box-slider .content-box .sub-title,
.swiper-slide-active .box-slider .content-box .title,
.swiper-slide-active .box-slider .content-box .btn-slider {
  transform: translateY(0px) !important;
}

.swiper-slide-active .box-slider .content-box .sub-title {
  transition-delay: 400ms;
}

.swiper-slide-active .box-slider .content-box .title {
  transition-delay: 500ms;
}

.swiper-slide-active .box-slider .content-box .btn-slider {
  transition-delay: 600ms;
}

/* topbar
-------------------------------------------------------------- */
#topbar {
  overflow: hidden;
  height: 65px;
  position: relative;
  background: #212330;
}
#topbar .container {
  max-width: 1750px;
}
#topbar .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#topbar .topbar-left {
  margin-top: -4px;
  width: 60%;
}
#topbar .topbar-left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#topbar .topbar-left ul li span {
  font-size: 15px;
  line-height: 26px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
}
#topbar .topbar-left ul li.mail span {
  position: relative;
  padding-left: 38px;
}
#topbar .topbar-left ul li.mail span::before {
  position: absolute;
  left: 2px;
  top: 3px;
  content: "\e908";
  font-family: "mrakus";
  color: #fff;
  font-size: 26px;
}
#topbar .topbar-left ul li:first-child {
  margin-right: 32px;
}
#topbar .topbar-left ul li:nth-child(2) span {
  font-family: "Kumbh Sans", sans-serif;
}
#topbar .topbar-right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#topbar .topbar-right .wrap-social {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#topbar .topbar-right .wrap-social p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-right: -5px;
}
#topbar .topbar-right .tf-button {
  margin-left: 30px;
}
#topbar .topbar-right .tf-button:hover::after, #topbar .topbar-right .tf-button:hover::before {
  background: #fff;
}
#topbar .topbar-right .tf-button:hover span {
  color: #4761ff;
}
#topbar .social li {
  margin-left: 27px;
  margin-right: 0;
}
#topbar .social li a {
  width: auto;
  height: auto;
  background: none;
}

/* breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
  text-align: center;
}
.breadcrumbs .heading {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: -17px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.breadcrumbs ul li:last-child {
  padding-left: 12px;
  margin-left: 6px;
}
.breadcrumbs ul li:last-child::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "/";
  color: #fff;
  font-size: 15px;
}
.breadcrumbs ul li a {
  color: #fff;
}
.breadcrumbs ul li a:hover {
  color: #4761ff;
}

/* page-title
-------------------------------------------------------------- */
.page-title {
  position: relative;
  padding: 108px 0 130px;
  background: rgba(12, 14, 22, 0.52);
}
.page-title .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../images/markus/backgroup/bg-page-title.jpg") center center no-repeat;
  background-size: cover;
  z-index: -1;
}

/* yogsthemes-pagination
-------------------------------------------------------------- */
.yogsthemes-pagination ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.yogsthemes-pagination ul li {
  margin-right: 10px;
}
.yogsthemes-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 38px;
  height: 51px;
  background-color: #efefef;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #464958;
}
.yogsthemes-pagination ul li a:hover, .yogsthemes-pagination ul li a.active {
  background-color: #4761ff;
  color: #fff;
}

/* about-section
-------------------------------------------------------------- */
.image-about {
  position: relative;
}
.image-about .image {
  padding-right: 15%;
}
.image-about .image img {
  animation: move5 5s ease-in-out infinite;
}
.image-about .image-right {
  margin-top: -21%;
  text-align: right;
  padding-left: 25%;
  padding-right: 23px;
  animation: move3 4s ease-in-out infinite;
}

.content-box .wrap-fx {
  margin-bottom: 32px;
}
.content-box .wrap-fx .icon-box {
  width: 50%;
  padding-right: 30px;
}
.content-box .desc {
  color: #1c2035;
  margin-bottom: 40px;
}
.content-box .desc.mb0 {
  margin-bottom: 0;
}
.content-box .divider {
  background-color: #e9e9e9;
  height: 1px;
  width: 90%;
}
.content-box .inner-box {
  margin-top: 34px;
  margin-bottom: 36px;
}
.content-box .inner-box .txt-style {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #4761ff;
}
.content-box .inner-box .desc {
  margin-bottom: 0;
}
.content-box .btn-about {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.content-box .btn-about .tf-button {
  height: 60px;
  padding: 0 58px;
}
.content-box .btn-about .tf-button span {
  font-size: 15px;
}

/* title-section
-------------------------------------------------------------- */
.title-section .title {
  color: #1c2035;
}
.title-section .title.white {
  color: #fff;
}
.title-section .subtitle {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
  color: #4761ff;
  text-transform: uppercase;
}
.title-section.style2 {
  text-align: center;
}

/* section-style
-------------------------------------------------------------- */
.about-fx {
  margin-left: -30px;
}
.about-fx .icon-box {
  width: calc(25% - 30px);
  margin-left: 30px;
}

.tfanimated.wrap-counter::before, .tfanimated.wrap-counter::after {
  transform: translateX(0);
}
.wrap-counter .box-couter .icon {
  margin-bottom: 15px;
  height: 65px;
}
.wrap-counter .box-couter .icon span {
  color: #fff;
  font-size: 60px;
  font-family: bold;
}
.wrap-counter .box-couter .icon span.icon-office-interaction-communication-business-connection-2-svgrepo-com {
  font-size: 80px;
}
.wrap-counter .box-couter .icon span.icon-worker-image-on-card-svgrepo-com {
  font-size: 56px;
}
.wrap-counter .box-couter .icon span.icon-happy-svgrepo-com {
  font-size: 62px;
}
.wrap-counter .box-couter .number-content {
  margin-bottom: 23px;
  padding-bottom: 10px;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  display: inline-block;
  width: 114px;
}
.wrap-counter .box-couter .number-content::after {
  background-color: #4761ff;
  width: 114px;
  height: 2px;
  content: "";
  bottom: -10px;
  left: 0;
  position: absolute;
}
.wrap-counter .box-couter .heading {
  color: #fff;
  line-height: 1.333;
}
.wrap-counter .box-couter:nth-child(2) .icon {
  margin-top: -3px;
  margin-bottom: 18px;
  margin-left: 6px;
}
.wrap-counter .box-couter:nth-child(3) {
  margin-left: -15px;
}
.wrap-counter .box-couter:nth-child(3) .icon {
  padding-top: 7px;
}

.get-a-quote-form {
  position: relative;
  padding-top: 7px;
  padding-right: 46px;
}
.get-a-quote-form .title-section .subtitle {
  margin-bottom: 1px;
  font-size: 15px;
  line-height: 1.5;
  color: #4761ff;
  font-family: "Kumbh Sans", sans-serif;
}
.get-a-quote-form .title-section .title {
  font-size: 30px;
  line-height: 1.5;
  color: #1c2035;
  font-weight: 600;
}
.get-a-quote-form fieldset {
  width: 100%;
  margin-bottom: 30px;
}
.get-a-quote-form fieldset.email {
  margin-bottom: 38px;
}
.get-a-quote-form fieldset.btn-submit {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}
.get-a-quote-form fieldset.btn-submit span {
  font-size: 15px;
  font-weight: 500;
}
.get-a-quote-form fieldset.btn-submit .tf-button {
  height: 55px;
}
.get-a-quote-form select,
.get-a-quote-form input {
  background-color: rgba(255, 65, 56, 0);
  border: 1px solid #dedede;
  height: 55px;
  width: 100%;
  padding: 0 19px;
  color: #131212;
  font-size: 15px;
  line-height: 1.5;
}
.get-a-quote-form select::placeholder,
.get-a-quote-form input::placeholder {
  color: #131212;
  font-size: 15px;
  line-height: 1.5;
}
.get-a-quote-form select:focus,
.get-a-quote-form input:focus {
  border-color: #eaebf1;
  background-color: #f1f3fa;
  outline: none;
}
.get-a-quote-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.get-a-quote-form .subject {
  position: relative;
}
.get-a-quote-form .subject::after {
  position: absolute;
  right: 14px;
  font-size: 16px;
  top: 10px;
  font-family: "FontAwesome";
  content: "\f078";
  color: #131212;
}

.get-a-quote-content {
  padding-left: 50px;
  padding-right: 60px;
}
.get-a-quote-content .title {
  margin-bottom: 28px;
}
.get-a-quote-content .font-st2 {
  margin-bottom: 20px;
}
.get-a-quote-content .icon-box.style1 {
  margin-top: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #fff;
  padding: 13px 50px 10px 20px;
  max-width: 335px;
}
.get-a-quote-content .icon-box.style1 .icon span {
  color: #4761ff;
  font-size: 58px;
}
.get-a-quote-content .icon-box.style1 .title-st,
.get-a-quote-content .icon-box.style1 p {
  transform: translateY(5px);
}
.get-a-quote-content .icon-box.style1 .tf-button {
  height: 100%;
  position: absolute;
  right: 0;
  background-color: #1c2035;
  padding: 0px 17px 5px 17px;
}
.get-a-quote-content .icon-box.style1 .tf-button:hover::after, .get-a-quote-content .icon-box.style1 .tf-button:hover::before {
  background: #4761ff;
}
.get-a-quote-content .icon-box.style1 .tf-button span {
  font-size: 20px;
  color: #fff;
}

.wrap-title {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: -30px;
}
.wrap-title .title-section {
  width: calc(50% - 30px);
  margin-left: 30px;
}
.wrap-title .title-section .title {
  margin-bottom: 0;
}
.wrap-title .desc {
  width: calc(50% - 30px);
  margin-left: 30px;
  padding-left: 18px;
  margin-bottom: 19px;
}

.content-values {
  padding-right: 40px;
}
.content-values p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
  color: rgba(28, 32, 53, 0.8);
}
.content-values p.title {
  font-weight: 500;
  color: #4761ff;
  font-size: 22px;
  line-height: 32px;
}
.content-values .content-inner {
  margin-top: 33px;
}
.content-values .content-inner p {
  margin-bottom: 0;
}
.content-values .content-inner p.title {
  margin-bottom: 15px;
}

.image-values {
  position: relative;
  text-align: right;
  margin-left: 94px;
  margin-right: 17px;
  margin-top: 22px;
  animation: move5 5s ease-in-out infinite;
}
.image-values img {
  width: 100%;
}
.image-values::before {
  position: absolute;
  content: "";
  height: 100%;
  top: 12px;
  left: -13px;
  width: 32.5%;
  background: #4761ff;
}

.project-details p {
  font-size: 18px;
  line-height: 32px;
  color: rgba(28, 32, 53, 0.8);
}
.project-details .content-inner h3.title {
  margin-bottom: 28px;
  font-size: 43px;
  line-height: 32px;
}
.project-details .content-inner .icon-list2 {
  margin-top: 27px;
}
.project-details .content-inner .icon-list2 li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 11px;
}
.project-details .content-inner .icon-list2 li span {
  font-size: 18px;
  line-height: 32px;
  color: #1c2035;
  font-family: "Kumbh Sans", sans-serif;
}
.project-details .content-inner .icon-list2 li span.icon {
  margin-right: 17px;
  background-color: #616264;
  width: 28px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.project-details .content-inner .icon-list2 li span.icon i {
  font-size: 15px;
  color: #fff;
}

/* blog-post
-------------------------------------------------------------- */
.blog-post {
  position: relative;
  margin-bottom: 30px;
}
.blog-post .image {
  position: relative;
  overflow: hidden;
}
.blog-post .image img {
  width: 100%;
  webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-post .content {
  background-color: #f8f7f7;
  padding: 23px 15px 16px 27px;
}
.blog-post .content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.blog-post .content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.blog-post .content ul li a {
  font-size: 15px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  color: #fff;
}
.blog-post .content ul li a.user {
  color: #727376;
  padding-left: 30px;
  margin-left: 14px;
}
.blog-post .content ul li a.user::before {
  color: #727376;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "mrakus";
  content: "\e905";
  font-size: 21px;
}
.blog-post .content ul li a.user:hover {
  color: #4761ff;
}
.blog-post .content ul li:first-child {
  padding: 0 9px;
  background: #4761ff;
  height: 22px;
}
.blog-post .content .title {
  line-height: 36px;
}
.blog-post .content .title a:hover {
  color: #4761ff;
}
.blog-post .content p {
  text-transform: capitalize;
  margin-bottom: 18px;
}
.blog-post .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 54px;
  background-color: #f1f1f1;
}
.blog-post .bottom .readmore {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 16px;
  line-height: 2;
  height: 54px;
  font-weight: 600;
  position: relative;
  padding: 5px 37px 5px 26px;
  background-color: #e9e9e9;
  color: #1c2035;
}
.blog-post .bottom .readmore::after {
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "FontAwesome";
  content: "\f178";
  font-size: 15px;
}
.blog-post .bottom .readmore:hover {
  color: #4761ff;
}
.blog-post .bottom .comment {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: #727276;
  padding-left: 35px;
  margin-right: 28px;
}
.blog-post .bottom .comment::before {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 26px;
  content: "\e903";
  font-family: "mrakus";
}
.blog-post .bottom .comment:hover {
  color: #4761ff;
}
.blog-post:hover .image img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-post.style2 {
  margin-bottom: 50px;
}
.blog-post.style2 .bottom {
  justify-content: flex-start;
}
.blog-post.style2 .bottom .readmore {
  margin-right: 74px;
}
.blog-post.style2 .content {
  padding: 25px 15px 9px 27px;
}
.blog-post.style2 .content .title {
  font-size: 32px;
  line-height: 52px;
  margin-bottom: 19px;
}
.blog-post.style2 .content ul {
  margin-bottom: 4px;
}
.blog-post.style2 .content .txt {
  text-transform: none;
  color: #1c2035;
}

.blogdetail .post {
  box-shadow: 0 4px 70px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.blogdetail .post .content {
  margin-top: -15.5%;
  padding: 20px 52px 39px;
}
.blogdetail .post .content .title {
  margin-bottom: 0;
}
.blogdetail .post .tf-animated-fadeup.post.image.animated-effect,
.blogdetail .post .tf-animated-fadeup.post .image,
.blogdetail .post .image.animated-effect.tfanimated {
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.blogdetail .post .wrap-inner {
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.blogdetail .post .wrap-inner .txt {
  text-transform: capitalize;
  margin-bottom: 26px;
}
.blogdetail .post .wrap-inner .heading {
  margin-top: 41px;
  margin-bottom: 29px;
  text-transform: capitalize;
}
.blogdetail .post .post-inner {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 37px;
}
.blogdetail .post .post-inner .img img {
  min-width: 270px;
  min-height: 170px;
}
.blogdetail .post .post-inner .desc {
  color: #494A4D;
  margin-left: 40px;
  text-transform: capitalize;
}
.blogdetail .post .testimonior {
  margin-bottom: 40px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #FBF3F0;
  padding: 32px 40px 30px;
}
.blogdetail .post .testimonior .img {
  margin-right: 30px;
}
.blogdetail .post .testimonior .img img {
  min-width: 70px;
  min-height: 70px;
}
.blogdetail .post .testimonior .desc {
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4761ff;
  text-transform: capitalize;
  margin-bottom: 21px;
}
.blogdetail .post .testimonior .name {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding-left: 40px;
  position: relative;
  color: #4761ff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
.blogdetail .post .testimonior .name::before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 30px;
  height: 2px;
  content: "";
  background: #4761ff;
}
.blogdetail .post .author-post {
  margin-bottom: 83px;
  background: #FBF3F0;
  padding: 38px 40px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.blogdetail .post .author-post .img {
  margin-right: 40px;
}
.blogdetail .post .author-post .img img {
  border-radius: 50%;
  min-width: 170px;
  min-height: 170px;
}
.blogdetail .post .author-post .content-inner .name {
  margin-bottom: 18px;
}
.blogdetail .post .author-post .content-inner p {
  margin-bottom: 26px;
  text-transform: capitalize;
}
.blogdetail .post .author-post .content-inner .social li {
  margin-right: 21px;
  margin-left: 5px;
}
.blogdetail .post .author-post .content-inner .social li a {
  background: none;
  width: auto;
  height: auto;
  color: #4761ff;
  font-size: 16px;
}
.blogdetail .post .author-post .content-inner .social li a:hover {
  color: #4761ff;
}

.post {
  background-color: #f8f7f7;
}
.post .content {
  background-color: #f8f7f7;
  padding: 23px 15px 16px 27px;
}
.post .content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 20px;
}
.post .content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.post .content ul li a {
  font-size: 15px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  color: #fff;
}
.post .content ul li a.user {
  color: #727376;
  padding-left: 30px;
  margin-left: 14px;
}
.post .content ul li a.user::before {
  color: #727376;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "mrakus";
  content: "\e905";
  font-size: 21px;
}
.post .content ul li a.user:hover {
  color: #4761ff;
}
.post .content ul li a.comment {
  color: #727376;
  padding-left: 30px;
  margin-left: 14px;
}
.post .content ul li a.comment::before {
  color: #727376;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "mrakus";
  content: "\e903";
  font-size: 21px;
}
.post .content ul li:first-child {
  padding: 0 9px;
  background: #4761ff;
  height: 22px;
}
.post .content .title {
  line-height: 36px;
}
.post .content .title a:hover {
  color: #4761ff;
}
.post .content p {
  text-transform: capitalize;
  margin-bottom: 18px;
}
.post .wrap-inner {
  padding: 0px 30px 0 28px;
}
.post .wrap-inner p {
  color: rgba(28, 32, 53, 0.9);
  margin-bottom: 26px;
}
.post .wrap-inner p.mb22 {
  margin-bottom: 22px;
}
.post .box {
  position: relative;
  margin-bottom: 38px;
  padding-left: 20px;
  margin-top: 42px;
}
.post .box::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 5px;
  height: 92%;
  background: #fefefe;
}
.post .box p {
  font-size: 22px;
  line-height: 38px;
  color: #060315;
  font-weight: 500;
  margin-bottom: 11px;
}
.post .box h6 {
  font-size: 20px;
  color: #060315;
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.post .fx-social-tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-top: 1px solid #e5e5e5;
  padding: 32px 35px 32px 30px;
  margin-top: 33px;
}
.post .fx-social-tag .social li {
  margin: 0 2px 0 0;
}
.post .fx-social-tag .social li a {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-size: 15px;
  color: #1f0b06;
}
.post .fx-social-tag .social li a:hover, .post .fx-social-tag .social li a.active {
  background: #4761ff;
  color: #fff;
}
.post .fx-social-tag .tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.post .fx-social-tag .tag li {
  margin-left: 4px;
}
.post .fx-social-tag .tag li a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  color: #13171d;
  font-size: 15px;
  line-height: 26px;
  background: #fff;
  padding: 0 15px;
  height: 36px;
}
.post .fx-social-tag .tag li a:hover {
  color: #4761ff;
}

.wrap-box-details {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: 1px solid #f1f1f1;
  padding: 33px 14px 31px 27px;
  margin-bottom: 55px;
}
.wrap-box-details .previous,
.wrap-box-details .next {
  width: 50%;
}
.wrap-box-details .previous a,
.wrap-box-details .next a {
  font-size: 19px;
  line-height: 30px;
  color: #1c2035;
  font-weight: 600;
}
.wrap-box-details .previous a:hover,
.wrap-box-details .next a:hover {
  color: #4761ff;
}
.wrap-box-details .previous h6,
.wrap-box-details .next h6 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.wrap-box-details .previous {
  padding-right: 125px;
  position: relative;
}
.wrap-box-details .previous h6 {
  letter-spacing: 0;
}
.wrap-box-details .previous::after {
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.wrap-box-details .next {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  text-align: right;
  padding-left: 136px;
}
.wrap-box-details .next h6 {
  text-align: center;
}
.wrap-box-details .next .btn-next {
  min-width: 29px;
  min-height: 34px;
  background: #4761ff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: 12px;
  margin-top: -10px;
}
.wrap-box-details .next .btn-next i {
  color: #fff;
  font-size: 16px;
}

/* sidebar
-------------------------------------------------------------- */
#sidebar .widget-title {
  margin-bottom: 23px;
  line-height: 26px;
}
#sidebar .widget {
  background-color: #f1f2f6;
  margin-bottom: 30px;
  padding: 50px 41px 49px 43px;
}
#sidebar .widget.widget-search {
  padding: 38px 42px 32px;
}
#sidebar .widget.widget-recent-posts {
  padding: 50px 30px 53px 43px;
}
#sidebar .widget.widget-recent-posts .widget-title {
  margin-bottom: 32px;
}
#sidebar .widget.widget-picture {
  padding: 34px 41px 42px 43px;
  margin-bottom: 0;
}
#sidebar .widget.widget-picture .widget-title {
  margin-bottom: 16px;
}

.widget.widget-search input[type=text] {
  border: 1px solid #e4e4e4;
  background-color: white;
  font-size: 15px;
  line-height: 26px;
  padding: 13px 15px 13px 30px;
  height: 60px;
  color: #1c2035;
  font-weight: 500;
  width: 100%;
}
.widget.widget-search input[type=text]::placeholder {
  font-size: 15px;
  line-height: 26px;
  color: #1c2035;
  font-weight: 500;
}
.widget.widget-search .widget-form {
  position: relative;
}
.widget.widget-search .widget-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #e4e4e4;
  background-color: white;
  color: #fff;
}
.widget.widget-search .widget-form button i {
  font-size: 14px;
  color: #1c2035;
  font-weight: bold;
}
.widget-category ul li {
  margin-bottom: 8.5px;
}
.widget-category ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #fff;
  border: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #1c2035;
  padding: 0 20px;
}
.widget-category ul li a span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: right;
  margin-right: 40px;
  opacity: 0;
  margin-left: -5px;
  color: #fff;
}
.widget-category ul li a::before, .widget-category ul li a::after {
  right: 24px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f061";
  color: #fff;
}
.widget-category ul li a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.widget-category ul li a::before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-7px, -50%);
  -moz-transform: translate(-7px, -50%);
  -ms-transform: translate(-7px, -50%);
  -o-transform: translate(-7px, -50%);
  transform: translate(-7px, -50%);
}
.widget-category ul li a:hover {
  background-color: #4761ff;
  color: #fff;
}
.widget-category ul li a:hover::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(7px, -50%);
  -moz-transform: translate(7px, -50%);
  -ms-transform: translate(7px, -50%);
  -o-transform: translate(7px, -50%);
  transform: translate(7px, -50%);
}
.widget-category ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(2px, -50%);
  -moz-transform: translate(2px, -50%);
  -ms-transform: translate(2px, -50%);
  -o-transform: translate(2px, -50%);
  transform: translate(2px, -50%);
}
.widget-category ul li a:hover span {
  opacity: 1;
  margin-left: 0;
}
.widget-category ul li:last-child {
  margin-bottom: 0;
}
.widget.widget-recent-posts .recent-posts {
  margin-bottom: 23px;
}
.widget.widget-recent-posts .recent-posts li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.widget.widget-recent-posts .recent-posts li img {
  margin-top: 3px;
}
.widget.widget-recent-posts .recent-posts li .content {
  margin-left: 18px;
}
.widget.widget-recent-posts .recent-posts li .content a {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Titillium Web", sans-serif;
  color: #1f0b06;
}
.widget.widget-recent-posts .recent-posts li .content a:hover {
  color: #4761ff;
}
.widget.widget-recent-posts .recent-posts li .content .meta-post a {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 2;
  color: #1f0b06;
  font-weight: 400;
  font-family: "Kumbh Sans", sans-serif;
}
.widget.widget-recent-posts .recent-posts li .content .meta-post a:hover {
  color: #4761ff;
}
.widget.widget-recent-posts .recent-posts li:first-child .content li:first-child {
  margin-bottom: 4px;
}
.widget.widget-recent-posts .recent-posts:last-child {
  margin-bottom: 0;
}
.widget.widget-tags ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.widget.widget-tags ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 34px;
  padding: 0 20px;
  border-radius: 2px;
  background: #F6F6F6;
  font-size: 14px;
  line-height: 26px;
  margin-right: 12px;
  margin-bottom: 10px;
  color: #494A4D;
}
.widget.widget-tags ul li a:hover {
  background: #4761ff;
  color: #fff;
}
.widget.widget-picture .content {
  background: #4761ff;
  padding: 37px 22px 68px;
}
.widget.widget-picture .content h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 11px;
}
.widget.widget-picture .content p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}
.widget.widget-picture .content p.tel {
  font-size: 22px;
  line-height: 36px;
  font-family: "Titillium Web", sans-serif;
  margin-top: -8px;
}
.widget.widget-picture .image {
  height: 190px;
  margin-top: -37px;
  -webkit-mask-image: url("./../../images/markus/post/bg-mask.png");
  mask-image: url("./../../images/markus/post/bg-mask.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

.social {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.social li {
  margin-right: 10px;
}
.social li a {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  height: 40px;
  width: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 12px;
}
.social li a:hover {
  background: #4761ff;
}

/* swiper css
-------------------------------------------------------------- */
.buuton-slider-main {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background-color: white;
  width: 57px;
  height: 74px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buuton-slider-main i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #1c2035;
}
.buuton-slider-main.button-next-main {
  margin-bottom: 14px;
}
.buuton-slider-main.swiper-button-disabled, .buuton-slider-main:hover {
  background: #4761ff;
}
.buuton-slider-main.swiper-button-disabled i, .buuton-slider-main:hover i {
  color: #fff;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
}
.swiper-pagination.style1 {
  position: relative;
  margin-left: 5px;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #eee9e9;
  width: 23px;
  height: 5px;
  border: 2px solid #eee9e9;
  margin: 0 5px;
  border-radius: 2px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #4761ff;
  width: 35px;
  height: 6px;
  margin: 0 2px;
}

.slider-testimonial.show-shadow {
  padding: 35px 35px !important;
  margin: 0 -35px !important;
}

.slider-testimonial:hover,
.slider-main:hover,
.slider-explore:hover,
.slider-explore2:hover {
  cursor: ew-resize;
}

/* menu style
-------------------------------------------------------------- */
#main-nav-mobi {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
  margin: 0 auto;
  width: 100%;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  position: absolute;
  top: 100%;
  overflow-y: auto;
  background: #fff;
  max-height: 60vh;
}
#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-nav-mobi ul li {
  margin: 0;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(2, 14, 40, 0.2);
  position: relative;
}
#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(2, 14, 40, 0.2);
}
#main-nav-mobi ul > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 12px 20px;
  position: relative;
}
#main-nav-mobi .sub-menu li a {
  padding-left: 40px;
  text-transform: capitalize;
}
#main-nav-mobi ul li:first-child {
  border-top: 0px;
}
#main-nav-mobi ul ul li.current-item a,
#main-nav-mobi ul > li.current-menu-item > a,
#main-nav-mobi ul > li > a:hover {
  color: #4761ff;
}
#main-nav-mobi .menu-item-has-children .arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 2px;
  width: 48px;
}
#main-nav-mobi .menu-item-has-children .arrow.active {
  transform: rotate(-180deg);
}
#main-nav-mobi .menu-item-has-children .arrow:before {
  font-family: "FontAwesome";
  content: "\f107";
}
#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: #4761ff;
}

/* Mobile Menu Button */
.mobile-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-button:before, .mobile-button:after,
.mobile-button span {
  background-color: #4761ff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.mobile-button:before, .mobile-button:after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}
.mobile-button:before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* Sub Menu */
#main-nav > ul > li > ul,
#main-nav > ul > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  padding: 5px 0;
}
#main-nav > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
#main-nav > ul > li:hover > ul,
#main-nav > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
#main-nav .sub-menu li {
  margin-right: 0;
  position: relative;
}
#main-nav .sub-menu li a {
  padding: 10px 30px;
}
#main-nav .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#main-nav .sub-menu li.current-item a {
  color: #4761ff !important;
  opacity: 1;
}

.home3 .mobile-button:before,
.home3 .mobile-button:after,
.home3 .mobile-button span,
.home2 .mobile-button:before,
.home2 .mobile-button:after,
.home2 .mobile-button span {
  background-color: #fff;
}

/* box style section
-------------------------------------------------------------- */
.about-box {
  padding: 18px 15px 24px 39px;
  width: 166px;
  background-color: #3e4360;
  position: relative;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.about-box .icon {
  margin-bottom: -3px;
}
.about-box .icon span {
  font-size: 51px;
  color: #fff;
}
.about-box p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
}
.about-box::after {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4761ff;
  content: "";
  width: 12px;
  height: 100px;
  transform: translateX(-100%);
}
.about-box::before {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  position: absolute;
  right: -28px;
  bottom: -28px;
  transform: translateX(100%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4761ff;
  content: "";
}

.tfanimated.about-box::before, .tfanimated.about-box::after {
  transform: translateX(0);
}

.icon-box.style1 {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.icon-box .icon {
  margin-right: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.icon-box .icon span {
  font-size: 48px;
  color: #000000;
}
.icon-box .title-st,
.icon-box p {
  font-family: "Catamaran", sans-serif;
  font-size: 20px;
  line-height: 32px;
  color: #1f0b06;
  font-weight: 600;
}
.icon-box .title-st:hover {
  color: #4761ff;
}
.icon-box.style2 {
  display: block;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 28px 0px rgba(202, 201, 201, 0.35);
  padding: 38px 20px;
}
.icon-box.style2 .icon {
  margin-bottom: 13px;
  margin-right: 18px;
  height: 54px;
}
.icon-box.style2 .icon span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 54px;
  color: #000000;
}
.icon-box.style2 .icon span.icon-design-svgrepo-com {
  font-size: 53px;
}
.icon-box.style2 .icon span.icon-pie-chart-seo-and-web-svgrepo-com {
  font-size: 48px;
}
.icon-box.style2 .icon span.icon-diagram-business-presentation-chart-graph-infographic-svgrepo-com {
  font-size: 46px;
}
.icon-box.style2 .content .title {
  margin-bottom: 13px;
  line-height: 1.333;
  color: #1c2035;
  padding: 0 25px;
  margin-right: 18px;
}
.icon-box.style2 .content p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(28, 32, 53, 0.8);
  font-family: "Kumbh Sans", sans-serif;
  font-weight: 400;
}
.icon-box.effect2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate(0);
}
.icon-box.effect2:hover {
  transform: translateY(-15px);
}
.icon-box.effect2:hover .icon span {
  transform: rotateY(180deg);
}

.explore-box {
  position: relative;
}
.explore-box .image {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow: hidden;
  position: relative;
}
.explore-box .image img {
  width: 100%;
}
.explore-box .image .button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: absolute;
  bottom: 50px;
  border-radius: 50%;
  background: #4761ff;
  width: 38px;
  height: 38px;
  z-index: 9;
}
.explore-box .image .button i {
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  color: #fff;
}
.explore-box .content {
  z-index: 9;
  position: relative;
  margin-top: -25px;
  margin-right: 10px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(202, 201, 201, 0.35);
  padding: 38px 20px 26px 30px;
}
.explore-box .content .sub {
  font-size: 16px;
  line-height: 34px;
  color: #1c2035;
  margin-bottom: 3px;
}
.explore-box .content .title {
  font-size: 28px;
  line-height: 1.14;
  color: #1c2035;
  padding-bottom: 26px;
  border-bottom: 1px solid #e1dbd7;
  margin-bottom: 15px;
}
.explore-box .content p {
  font-size: 16px;
  line-height: 32px;
  color: #1c2035;
}
.explore-box.effect .image img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.explore-box.effect .image::before {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.explore-box.effect.active .button i, .explore-box.effect:hover .button i {
  transform: rotate(0);
}
.explore-box.effect.active .image::before, .explore-box.effect:hover .image::before {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}
.explore-box.effect.active .image img, .explore-box.effect:hover .image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
.explore-box.effect.active .content .title, .explore-box.effect:hover .content .title {
  color: #4761ff;
}

.testimonial-box {
  position: relative;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(222, 214, 212, 0.35);
  padding: 54px 30px 30px;
  text-align: center;
}
.testimonial-box .icon {
  padding-top: 5px;
  border-radius: 50%;
  background-color: #1c2035;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -17px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.testimonial-box .icon span {
  color: #fff;
  font-size: 23px;
}
.testimonial-box p.txt {
  color: rgba(31, 11, 6, 0.8);
  margin-bottom: 30px;
}
.testimonial-box .img-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 11px;
}
.testimonial-box .img-box .name {
  font-family: "Catamaran", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: -4px;
}
.testimonial-box .img-box .desc {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(28, 32, 53, 0.8);
  margin-bottom: -1px;
}
.testimonial-box .img-box .start {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.testimonial-box .img-box .start li {
  margin: 0 2px 0 1px;
}
.testimonial-box .img-box .start li a,
.testimonial-box .img-box .start li i{
  font-size: 13px;
  color: #ed8a19;
}

.team-box .image {
  position: relative;
  overflow: hidden;
}
.team-box .image .social {
  display: block;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.team-box .image .social li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-10px);
  margin: 0 0 11px 0;
}
.team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.team-box .image .social li a {
  background-color: #fff;
  width: 48px;
  height: 48px;
  color: #1c2035;
}
.team-box .image .social li a:hover, .team-box .image .social li a.active {
  background: #4761ff;
  color: #fff;
}
.team-box .content {
  background-color: #fff;
  box-shadow: 0px 0px 32px 0px rgba(207, 204, 204, 0.45);
  text-align: center;
  padding: 31px 30px 26px;
}
.team-box .content h5 {
  line-height: 1.54;
  font-weight: 600;
  margin-bottom: -9px;
}
.team-box .content p {
  font-size: 15px;
  line-height: 34px;
  color: rgba(28, 32, 53, 0.7);
}
.team-box.active .image .social li, .team-box:hover .image .social li {
  opacity: 1;
  transform: translateX(0);
}

.service-box .image {
  position: relative;
  overflow: hidden;
}
.service-box .image img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(0);
}
.service-box .image::before {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}
.service-box .content {
  padding: 31px 20px 34px 33px;
  box-shadow: 0px 0px 28px 0px rgba(202, 201, 201, 0.35);
  background: #fff;
}
.service-box .content .title {
  margin-bottom: 13px;
  min-height: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.service-box .content .title h4 {
  line-height: 32px;
  padding-right: 48px;
}
.service-box .content .title .icon {
  padding-top: 4px;
}
.service-box .content .title .icon.style {
  margin-right: 16px;
}
.service-box .content .title .icon.style2 {
  padding-top: 2px;
  margin-right: 1px;
}
.service-box .content .title .icon span {
  font-size: 54px;
}
.service-box .content p {
  margin-bottom: 27px;
  color: rgba(28, 32, 53, 0.8);
}
.service-box .content .btn-readmore {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.service-box .content .readmore {
  background-color: #e9e9e9;
  height: 45px;
  padding: 0px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.service-box .content .readmore span {
  margin-left: 7px;
  margin-top: 5px;
  font-size: 18px;
  color: #1c2035;
}
.service-box .content .readmore span.txt {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}
.service-box .content .readmore:hover {
  background: #4761ff;
  color: #fff;
}
.service-box .content .readmore:hover span {
  color: #fff;
}
.service-box .content .readmore:hover::before, .service-box .content .readmore:hover::after {
  background: #4761ff;
}
.service-box:hover .image img {
  filter: grayscale(100%);
}
.service-box:hover .image::before {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}

/* footer
-------------------------------------------------------------- */
#footer {
  position: relative;
  background: url("./../../images/markus/backgroup/bg-footer.png") center center no-repeat;
  background-size: cover;
}
#footer .widget-title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}
#footer .footer-main {
  padding: 96px 0 74px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer .footer-main .footer__logo {
  margin-bottom: 19px;
}
#footer .footer-main .widget {
  width: 25%;
}
#footer .footer-main .widget.widget-logo .list {
  margin-bottom: 39px;
}
#footer .footer-main .widget.widget-logo .list li {
  margin-bottom: 0px;
}
#footer .footer-main .widget.widget-logo .list li span {
  font-size: 16px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.55);
}
#footer .footer-main .widget.widget-logo .social li {
  margin: 0 11px 0 0;
}
#footer .footer-main .widget.widget-logo .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #fff;
  color: #413e3b;
  font-size: 18px;
}
#footer .footer-main .widget.widget-logo .social li a:hover {
  background: #4761ff;
  color: #fff;
}
#footer .footer-main .widget.widget-infomation {
  width: 28%;
  padding-top: 4px;
  padding-left: 28px;
}
#footer .footer-main .widget.widget-infomation .infomation li {
  position: relative;
}
#footer .footer-main .widget.widget-infomation .infomation li::before {
  position: absolute;
  left: -3px;
  top: 10px;
  font-family: "mrakus";
  color: #fff;
  font-size: 26px;
}
#footer .footer-main .widget.widget-infomation .infomation li span {
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .footer-main .widget.widget-infomation .infomation > li {
  line-height: 30px;
  padding-left: 39px;
  margin-bottom: 20px;
}
#footer .footer-main .widget.widget-infomation .infomation > li:nth-child(1)::before {
  content: "\e904";
}
#footer .footer-main .widget.widget-infomation .infomation > li:nth-child(2)::before {
  content: "\e906";
  left: -3px;
  top: 6px;
}
#footer .footer-main .widget.widget-infomation .infomation > li:nth-child(2) ul li {
  margin-bottom: -1px;
}
#footer .footer-main .widget.widget-infomation .infomation > li:nth-child(3)::before {
  content: "\e902";
  left: 1px;
  top: 6px;
}
#footer .footer-main .widget.widget-service {
  width: 22%;
  padding-top: 4px;
  padding-left: 35px;
}
#footer .footer-main .widget.widget-service .widget-title {
  margin-bottom: 22px;
}
#footer .footer-main .widget .widget-link {
  font-size: 16px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.55);
}
#footer .footer-main .widget.widget-subscribe {
  padding-top: 4px;
  padding-left: 22px;
}
#footer .footer-main .widget.widget-subscribe p {
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 22px;
  font-size: 18px;
}
#footer .footer-main .widget.widget-subscribe form {
  position: relative;
  background-color: #f3f3f3;
  margin-left: -3px;
  margin-right: 5px;
}
#footer .footer-main .widget.widget-subscribe form input {
  background-color: #f3f3f3;
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 2;
  color: rgba(14, 16, 13, 0.5);
  padding: 0 20px;
}
#footer .footer-main .widget.widget-subscribe form input::placeholder {
  font-size: 15px;
  line-height: 2;
  color: rgba(14, 16, 13, 0.5);
}
#footer .footer-main .widget.widget-subscribe form button {
  position: absolute;
  right: -5px;
  top: 5px;
  background: #4761ff;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}
#footer .footer-main .widget.widget-subscribe form button span {
  position: absolute;
  top: -5px;
  right: 0px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #4761ff;
}
#footer .footer-bottom {
  background-color: #292b34;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#footer .footer-bottom .copyright {
  text-align: center;
}
#footer .footer-bottom .copyright p {
  margin-top: 7px;
  font-size: 15px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.9);
}

/* section style all page
-------------------------------------------------------------- */
.grid .tf-section.tf-blog {
  padding: 124px 0 84px;
}

.tf-post article {
  width: 66%;
  padding-right: 2px;
}
.tf-post #sidebar {
  margin-top: 2px;
  width: 34%;
  padding-left: 30px;
}

.bloglist .tf-section.tf-post {
  padding: 142px 0 90px;
}

.blogdetails .tf-section.tf-post {
  padding: 142px 0 62px;
}
.blogdetails .post .image {
  margin-bottom: 2px;
}
.blogdetails .post .content ul {
  margin-bottom: 4px;
}
.blogdetails .post .content ul li a.comment::before {
  font-size: 28px;
}
.blogdetails .post .content ul li:last-child {
  margin-left: -7px;
}
.blogdetails .post .content ul li:last-child a {
  padding-left: 35px;
}
.blogdetails .post .content .title {
  font-size: 32px;
  line-height: 1.625;
  margin-bottom: 3px;
}
.blogdetails article .image-box {
  position: relative;
  border: 1px solid #f1f1f1;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding: 35px 24px 27px;
  margin-bottom: 36px;
}
.blogdetails article .image-box .image {
  min-width: 78px;
  min-height: 78px;
  margin-right: 24px;
}
.blogdetails article .image-box .image img {
  border-radius: 50%;
}
.blogdetails article .image-box .content h4 {
  color: #060315;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 14px;
}
.blogdetails article .image-box .content p {
  color: #1c2035;
  font-size: 18px;
  line-height: 30px;
}
.blogdetails article .image-box .social {
  position: absolute;
  top: 35px;
  right: 82px;
}
.blogdetails article .image-box .social li {
  margin: 0 0 0 18px;
}
.blogdetails article .image-box .social li a {
  width: auto;
  height: auto;
  background: none;
  color: #1f0b06;
}
.blogdetails article .image-box .social li a:hover {
  color: #4761ff;
}
.blogdetails .form-comment h3 {
  line-height: 48px;
  font-weight: 600;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 0px;
}
.blogdetails .form-comment p {
  line-height: 1.7;
  font-size: 15px;
  color: #060315;
  margin-bottom: 34px;
}
.blogdetails .form-comment form {
  margin-left: -30px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.blogdetails .form-comment form fieldset {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
.blogdetails .form-comment form fieldset input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  border: 1px solid #eaeaea;
  background-color: rgba(247, 247, 246, 0);
  height: 55px;
  padding: 0px 20px;
  font-size: 15px;
  line-height: 25.6px;
}
.blogdetails .form-comment form fieldset input:focus, .blogdetails .form-comment form fieldset input:active {
  border-color: #4761ff;
}
.blogdetails .form-comment form fieldset.btn-submit, .blogdetails .form-comment form fieldset.checkbox, .blogdetails .form-comment form fieldset.message {
  width: calc(100% - 30px);
}
.blogdetails .form-comment form fieldset.message {
  margin-bottom: 14px;
}
.blogdetails .form-comment form fieldset.checkbox {
  margin-bottom: 28px;
}
.blogdetails .form-comment form fieldset textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
  background-color: rgba(247, 247, 246, 0);
  height: 190px;
  width: 100%;
  outline: none;
  padding: 26px 20px;
  font-size: 15px;
  line-height: 25.6px;
}
.blogdetails .form-comment form fieldset textarea:focus, .blogdetails .form-comment form fieldset textarea:active {
  border-color: #4761ff;
}
.blogdetails .form-comment form fieldset .tf-button {
  height: 51px;
  padding: 0 30px 0 33px;
}
.blogdetails .form-comment form fieldset .tf-button span {
  font-size: 16px;
  line-height: 31px;
  text-transform: capitalize;
}
.blogdetails .form-comment form label {
  line-height: 26px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
.blogdetails .form-comment form label input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  margin-right: 0px;
  margin-bottom: 0px;
}
.blogdetails .form-comment form label .btn-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 3px;
  left: 0;
  width: 19px;
  height: 19px;
  background-color: transparent;
  border-radius: 0;
}
.blogdetails .form-comment form label .btn-checkbox:after {
  font-family: "FontAwesome";
  content: "\f00c";
  left: 3px;
  font-size: 14px;
  top: -3px;
  color: #fff;
  position: absolute;
  display: none;
}
.blogdetails .form-comment form label input:checked ~ .btn-checkbox:after {
  display: block;
}
.blogdetails .form-comment form label input:checked ~ .btn-checkbox {
  background-color: #4761ff;
  border: 2px solid #4761ff;
}

.main .page-title {
  background: rgba(12, 14, 22, 0.52);
  padding: 160px 0 20px;
}
.main .page-title .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../images/markus/backgroup/bg-page-title2.jpg") center center fixed no-repeat;
  background-size: cover;
  z-index: -1;
}
.main .page-title .button-slider {
  margin-top: -4px;
}
.main .box-slider {
  text-align: center;
}
.main .box-slider .sub-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #fefefe;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
.main .box-slider .title {
  font-size: 115px;
  line-height: 0.99;
  color: #fff;
  margin-bottom: 54px;
}
.main .box-slider .btn-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.main .box-slider .btn-slider .tf-button {
  padding: 0 36px;
}
.main .box-slider .btn-slider .tf-button span {
  letter-spacing: 0.5px;
  font-size: 15px;
}

.tf-counter {
  z-index: 10;
  padding: 0;
  margin-top: -167px;
}

.tf-video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("./../../images/markus/backgroup/bgsection1.jpg") center center no-repeat;
  background-size: cover;
  filter: brightness(0.6);
  z-index: -1;
}
.tf-video .wrap-video {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tf-video .wrap-video .popup-youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 117px;
  height: 109px;
  background: #4761ff;
  border-radius: 30px 0 0 0;
  cursor: pointer;
  animation: pulse_three 3s linear infinite;
}
.tf-video .wrap-video .popup-youtube i {
  color: #fff;
  font-size: 15px;
}

.tf-testimonial .swiper-pagination.style2 {
  position: absolute;
  right: 15px;
  left: auto;
  top: -50px;
  justify-content: flex-end;
}

.tf-team .container-fluid {
  max-width: 1600px;
}

.tf-section.tf-about {
  padding: 103px 0 120px;
}
.tf-section.tf-about .content-box {
  padding-left: 22px;
  padding-right: 22px;
}
.tf-section.tf-about .content-box .title-section {
  padding-right: 20px;
}
.tf-section.tf-about .content-box .icon-box .icon span.icon-target-svgrepo-com {
  font-size: 58px;
}
.tf-section.tf-about .image-about {
  position: relative;
  padding-top: 12px;
}
.tf-section.tf-video {
  padding: 109px 0 251px;
  z-index: 9;
}
.tf-section.explore-our-work {
  padding: 101px 0 106px;
}
.tf-section.get-a-quote {
  padding: 104px 0 58px;
}
.tf-section.tf-testimonial {
  padding: 86px 0 0;
}
.tf-section.tf-testimonial .wrap-title {
  margin-bottom: 46px;
}
.tf-section.tf-team {
  padding: 65px 0 0;
}
.tf-section.tf-blog {
  padding: 93px 0 82px;
}
.tf-section.tf-blog .wrap-title .sub-title {
  margin-bottom: 1px;
}
.tf-section.tf-blog .wrap-title .desc {
  padding-left: 51px;
  margin-bottom: 7px;
}
.tf-section.tf-blog .wrap-title .desc p {
  margin-right: -10px;
}
.tf-section.tf-about.style2 .image-about .image {
  padding-right: 5%;
}
.tf-section.tf-about.style2 .image-about .image img {
  margin-left: -15px;
}
.tf-section.tf-about.style2 .image-about .image-right {
  margin-top: -19%;
}
.tf-section.tf-about.style2 .image-about .image-style {
  position: absolute;
  right: 62px;
  top: 92px;
  z-index: 99;
}
.tf-section.tf-about.style2 .image-about .image-style .boder {
  position: relative;
}
.tf-section.tf-about.style2 .image-about .image-style .boder::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 9px solid #fff;
  left: 0;
  top: 0;
}
.tf-section.tf-about.style2 .content-box {
  padding-right: 40%;
}
.tf-section.tf-about.style2 .content-box p {
  color: rgba(28, 32, 53, 0.8);
}
.tf-section.tf-about.style2 .content-box p.subtitle {
  color: #4761ff;
}
.tf-section.tf-about.style2 .content-box .wrap-fx {
  margin-bottom: 38px;
  margin-right: -10px;
  align-items: flex-start;
}
.about-box {
  position: relative;
  top: 0;
  margin-right: 37px;
  min-width: 166px;
  right: auto;
}
.tf-section.tf-about.style2 .content-box .wrap-fx .about-box p {
  color: #fff;
}
.tf-section.tf-about.style2 .content-box .wrap-fx .content {
  padding-top: 4px;
}
.tf-section.tf-about.style2 .content-box .wrap-fx .content .title {
  font-size: 22px;
  line-height: 32px;
  color: #4761ff;
  font-weight: 500;
  margin-bottom: 6px;
}
.tf-section.tf-about.style2 .content-box .wrap-fx .content p {
  margin-bottom: 20px;
}
.tf-section.tf-about.style2 .content-box .wrap-fx .content .list li span {
  font-size: 16px;
  line-height: 2;
  color: rgba(28, 32, 53, 0.8);
  position: relative;
  padding-left: 28px;
}
.tf-section.tf-about.style2 .content-box .wrap-fx .content .list li span::before {
  position: absolute;
  font-family: "mrakus";
  content: "\e91a";
  font-size: 15px;
  left: 2px;
  top: -3px;
  color: #000000;
}
.tf-section.tf-about.style2 .content-box .wrap-fx .content .list li:first-child {
  margin-bottom: -3px;
}

.home2 .service-box .content {
  box-shadow: 0px 0px 28px 0px rgba(202, 201, 201, 0.1);
}
.home2 #topbar {
  background: #fff;
}
.home2 #topbar .topbar-left ul li span {
  color: #1c2035;
}
.home2 #topbar .topbar-left ul li span::before {
  color: #1c2035;
}
.home2 #topbar .topbar-left ul li span.style {
  color: #4761ff;
}
.home2 #topbar .topbar-right .wrap-social p {
  color: #1c2035;
}
.home2 #topbar .topbar-right .wrap-social .social li a {
  color: #1c2035;
}
.home2 #topbar .topbar-right .tf-button:hover::before, .home2 #topbar .topbar-right .tf-button:hover::after {
  background: #1c2035;
}
.home2 #topbar .topbar-right .tf-button:hover span {
  color: #fff;
}
.home2.main .tf-section.tf-counter {
  margin-top: 0;
}
.home2.main .tf-section.service-list {
  padding: 110px 0 0;
}
.home2.main .tf-section.tf-about {
  padding: 99px 0 0px;
}
.home2.main .box-slider {
  text-align: left;
  width: 68%;
}
.home2.main .page-title {
  padding: 267px 0 20px;
}
.home2.main .page-title .btn-slider {
  justify-content: flex-start;
}
.home2.main .page-title .button-slider .buuton-slider-main {
  margin-left: auto;
}
.home2.main .page-title .overlay {
  background: url(./../../images/markus/backgroup/bg-page-title3.jpg) center center fixed no-repeat;
  background-size: cover;
}
.home2 .tf-section.tf-service {
  padding: 109px 0 0;
  z-index: 11;
}
.home2 .tf-section.tf-video {
  margin-top: -134px;
  padding: 221px 0 87px;
}
.home2 .tf-section.explore-our-work {
  padding: 113px 0 0;
}
.home2 .tf-section.explore-our-work .container {
  max-width: 1600px;
}
.home2 .tf-section.tf-testimonial {
  padding: 66px 0 0;
}
.home2 .tf-section.tf-blog {
  padding: 53px 0 84px;
}
.home2 .tf-section.tf-counter .container {
  max-width: 1748px;
}
.home2 .tf-section.get-a-quote {
  padding: 72px 0 86px;
}
.home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx {
  margin-bottom: 0;
  padding-left: 7px;
  margin-top: 45px;
}
.home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box {
  width: 50%;
  padding-right: 30px;
}
.home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box.style1 {
  margin-top: 0;
  padding: 0;
  background: none;
}
.home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box.style1 .icon span {
  color: #000000;
}
.home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box.style1 .icon span.icon-diagram-order-svgrepo-com {
  font-size: 48px;
}
.home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box:nth-child(2) {
  margin-top: -8px;
}
.home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box:nth-child(2) .icon {
  margin-right: 16px;
}
.home2 .wrap-counter {
  padding: 52px 280px 45px;
}
.home2 .wrap-counter::after {
  width: 210px;
  height: 40px;
}
.home2 .wrap-counter::before {
  width: 44px;
  height: 225px;
}

.pg-about .tf-section.tf-about {
  padding: 100px 0 115px;
}
.pg-about .tf-section.section-values {
  padding: 105px 0 65px;
}
.pg-about .tf-section.tf-testimonial {
  padding: 103px 0 80px;
}
.pg-about .tf-section.get-a-quote {
  padding: 104px 0 92px;
}

.pg-team .tf-section.tf-team {
  padding: 124px 0 79px;
}
.pg-team .tf-section.tf-team .team-box {
  margin-bottom: 30px;
}
.pg-team .tf-section.tf-video {
  z-index: 1;
}

.inner-page-style #footer {
  margin-top: -166px;
}
.inner-page-style #footer .wrap-counter {
  z-index: 9;
}
.inner-page-style #footer .footer-main {
  padding: 94px 0 74px;
}

.pg-testimonior .tf-section.tf-testimonial {
  padding: 141px 0 48px;
}
.pg-testimonior .tf-section.tf-testimonial .testimonial-box {
  margin-bottom: 68px;
}

.pg-service .tf-section.tf-service {
  padding: 124px 0 90px;
}
.pg-service .tf-section .service-box {
  margin-bottom: 30px;
}

.pg-service-details .tf-section.tf-post {
  padding: 124px 0 90px;
}
.pg-service-details .tf-section.tf-post #sidebar {
  margin-top: 0;
}
.pg-service-details .tf-section.tf-post #sidebar .widget-title {
  margin-bottom: 17px;
}
.pg-service-details .tf-section.tf-post #sidebar .widget {
  margin-bottom: 0;
  padding: 50px 41px 30px 43px;
}
.pg-service-details .tf-section.tf-post #sidebar .widget.widget-picture {
  padding: 10px 41px 48px 43px;
}

.service-details .image {
  margin-bottom: 38px;
}
.service-details .content-inner h4 {
  line-height: 32px;
  margin-bottom: 18px;
}
.service-details .content-inner h4.mb22 {
  margin-bottom: 22px;
}
.service-details .content-inner p {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 32px;
  color: rgba(28, 32, 53, 0.8);
}
.service-details .content-inner .image-box {
  margin-top: 45px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.service-details .content-inner .image-box .image {
  margin-top: 8px;
  width: 45%;
}
.service-details .content-inner .image-box .content {
  padding-left: 40px;
  width: 55%;
  padding-right: 20px;
}
.service-details .content-inner .image-box .content p {
  margin-bottom: 36px;
}
.service-details .content-inner .image-box .content .icon-list-st2 {
  display: block;
}
.service-details .content-inner .image-box .content .icon-list-st2 li {
  margin-bottom: 7px;
  position: relative;
}
.service-details .content-inner .image-box .content .icon-list-st2 li::before {
  position: absolute;
  font-family: "mrakus";
  content: "\e917";
  left: 4px;
  top: 7px;
  font-size: 22px;
  font-weight: 100;
  color: #4761ff;
}
.service-details .content-inner .image-box .content .icon-list-st2 li span {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  color: rgba(28, 32, 53, 0.8);
  font-family: "Kumbh Sans", sans-serif;
  padding-left: 33px;
}

.icon-list {
  margin-top: 30px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-left: -30px;
  flex-wrap: wrap;
}
.icon-list li {
  margin-bottom: 6px;
  width: calc(48% - 30px);
  margin-left: 30px;
  position: relative;
  padding-left: 30px;
}
.icon-list li::before {
  position: absolute;
  font-family: "mrakus";
  content: "\e917";
  left: 0px;
  top: 5px;
  font-size: 22px;
  font-weight: 100;
}
.icon-list li span {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  color: rgba(28, 32, 53, 0.8);
  font-family: "Kumbh Sans", sans-serif;
  position: relative;
}
.icon-list li.style {
  margin-left: 13px;
}

.pg-project .explore-box {
  margin-bottom: 30px;
}
.pg-project .tf-section.explore-our-work {
  padding: 124px 0 86px;
}
.pg-project .tf-section.tf-post {
  padding: 124px 0 30px;
}
.pg-project .tf-section.tf-project {
  padding: 46px 0 90px;
}
.pg-project .tf-section.tf-project h2.title {
  font-size: 43px;
  line-height: 32px;
  margin-bottom: 70px;
}
.pg-project #sidebar .widget {
  padding: 50px 41px 53px 43px;
  margin-bottom: 40px;
}
.pg-project #sidebar .widget.widget-picture {
  padding: 35px 41px 42px 43px;
}

.pg-contact .tf-section.tf-contact {
  padding: 120px 0 100px;
}
.pg-contact .tf-section.tf-contact .contact-form .title-section {
  padding-right: 30%;
  margin-bottom: 37px;
}
.pg-contact .tf-section.tf-contact .contact-form .title-section h3 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 23px;
}
.pg-contact .tf-section.tf-contact .contact-form .title-section p {
  color: rgba(28, 32, 53, 0.8);
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form,
.mark-form-cus form{
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -30px;
  padding-right: 8px;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset,
.mark-form-cus form fieldset {
  margin-bottom: 24px;
  width: calc(50% - 30px);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset label,
.mark-form-cus form fieldset label {
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  color: #1f0b06;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 13px;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset input,
.mark-form-cus form fieldset input {
  width: 100%;
  background-color: whitesmoke;
  height: 50px;
  padding: 0 19px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(31, 11, 6, 0.7);
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset input::placeholder,
.mark-form-cus form fieldset input::placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(31, 11, 6, 0.7);
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset textarea,
.mark-form-cus form fieldset textarea {
  height: 195px;
  width: 100%;
  background-color: whitesmoke;
  outline: none;
  padding: 22px 19px;
  font-size: 15px;
  border: none;
  line-height: 1.5;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset textarea::placeholder,
.mark-form-cus form fieldset textarea::placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(31, 11, 6, 0.7);
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset.btn-button,
.mark-form-cus form fieldset.btn-button {
  display: block;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset.btn-button .tf-button,
.mark-form-cus form fieldset.btn-button .tf-button {
  height: 51px;
  padding: 0 30px;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset.btn-button .tf-button span,
.mark-form-cus form fieldset.btn-button .tf-button span {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 31px;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset.message {
  margin-bottom: 36px;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset.btn-button,
.mark-form-cus form fieldset.btn-button {
  margin-bottom: 0;
}
.pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset.btn-button, .pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset.message,
.mark-form-cus form fieldset.message {
  width: calc(100% - 30px);
}

.flat-map {
  overflow: hidden;
  height: 542px;
  margin: 7px 9px 0 28px;
}

.contact-box .box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.contact-box .box>.icon {
  min-width: 79px;
  height: 79px;
  background-color: #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 28px;
}
.contact-box .box .icon span {
  font-size: 30px;
  color: #fff;
}
.contact-box .box .content {
  padding-top: 3px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}
.contact-box .box .content span {
  font-size: 18px;
  line-height: 32px;
  color: rgba(28, 32, 53, 0.9);
}
.contact-box .box .content span.style {
  color: #000141;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}
.contact-box .box:nth-child(2) {
  padding-left: 16px;
}
.contact-box .box:nth-child(2) .icon {
  margin-right: 18px;
}
.contact-box .box:nth-child(3) {
  padding-left: 26px;
}
.contact-box .box:nth-child(3) .icon {
  margin-right: 18px;
}

.tf-section.tf-404 {
  padding: 100px 0 120px;
}
.tf-section.tf-404 .content-section {
  text-align: center;
}
.tf-section.tf-404 .content-section .title {
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 252px;
  color: #5a5858;
  line-height: 1;
  margin-bottom: 17px;
}
.tf-section.tf-404 .content-section .title span {
  font-family: "agency";
}
.tf-section.tf-404 .content-section h2 {
  font-size: 45px;
  line-height: 1.5;
  font-weight: 600;
  color: #1f0b06;
  margin-bottom: 7px;
}
.tf-section.tf-404 .content-section p {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(28, 32, 53, 0.8);
  margin-bottom: 35px;
}
.tf-section.tf-404 .content-section .wrap-button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.tf-section.tf-404 .content-section .wrap-button .tf-button {
  padding: 0 37px;
  height: 64px;
}
.tf-section.tf-404 .content-section .wrap-button .tf-button span {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
}

._404 {
  font-size: 252px;
  color: #5a5858;
  font-weight: bold;
  line-height: 0.317;
  text-align: center;
  position: absolute;
  left: 759.922px;
  top: 726.558px;
  z-index: 61;
}

/* widget
-------------------------------------------------------------- */
.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.social li {
  margin-left: 15px;
}
.social li a {
  color: #fff;
  font-size: 15px;
}
.social li a:hover {
  color: #4761ff;
}

.flat-show-search {
  position: relative;
}
.flat-show-search::before {
  position: absolute;
  width: 1px;
  height: 38px;
  content: "";
  background-color: #cbcbcb;
  top: 0;
  left: 0;
}
.flat-show-search .show-search {
  position: relative;
}
.flat-show-search .show-search a {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 2px;
}
.flat-show-search .show-search a i {
  font-weight: bold;
  font-size: 20px;
}
.flat-show-search .top-search {
  position: absolute;
  right: 0;
  top: 100%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-show-search .top-search #searchform-all {
  position: relative;
}
.flat-show-search .top-search #searchform-all #s {
  height: 60px;
  font-size: 14px;
  color: rgba(21, 65, 110, 0.65);
  background-color: #fff;
  border: none;
  width: 100%;
  padding: 0 20px;
  color: #1c2035;
}
.flat-show-search .top-search #searchform-all #s::placeholder {
  color: #1c2035;
}
.flat-show-search .top-search #searchform-all #searchsubmit {
  padding: 3px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "FontAwesome";
  color: #e3cca1;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flat-show-search .top-search #searchform-all #searchsubmit span {
  color: #1c2035;
  font-size: 20px;
  font-weight: bold;
}
.flat-show-search .top-search.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 167%;
}

.widget-project .list-project {
  margin-bottom: 36px;
}
.widget-project .list-project li {
  margin-bottom: 18px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}
.widget-project .list-project li span {
  font-size: 15px;
  line-height: 26px;
  color: rgba(28, 32, 53, 0.8);
}
.widget-project .list-project li span.style {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #1c2035;
  margin-bottom: -1px;
}
.widget-project .list-project li:nth-child(3) {
  margin-bottom: 10px;
}
.widget-project .tf-button {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  border: 1px solid #e4e4e4;
  height: 50px;
  background: #fff;
}
.widget-project .tf-button span {
  text-transform: none;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #1c2035;
}
.widget-project .tf-button::before, .widget-project .tf-button::after {
  background: #fff;
}
.widget-project .tf-button:hover::before, .widget-project .tf-button:hover::after {
  background: #4761ff;
}
.widget-project .tf-button:hover span {
  color: #fff;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3f3f3f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
  /* cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;  */
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  background: transparent;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  background: transparent;
}

/* Main image in popup */
img.mfp-img {
  /* cursor: w-resize; */
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; } */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .mfp-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* Extras class
-------------------------------------------------------------- */
.mt62 {
  margin-top: 62px;
}

.mb22 {
  margin-bottom: 22px;
}

.font-st2 {
  font-size: 18px;
  line-height: 1.77;
}

.mt40 {
  margin-top: 40px;
}

.show-shadow {
  padding: 20px !important;
  margin: -20px !important;
}

.bg1 {
  background-color: #f9faff;
}

.position-relative {
  position: relative;
}

.ml-5 {
  margin-left: -5px;
}

.ml-20 {
  margin-left: -20px;
}

.mt103 {
  margin-top: 103px;
}

.mb5 {
  margin-bottom: 5px;
}

.pb10 {
  padding: 0 10%;
}

.mb50 {
  margin-bottom: 50px;
}

.title-section.mb58 {
  margin-bottom: 58px;
}
.title-section.mb50 {
  margin-bottom: 50px;
}
.title-section.mb22 {
  margin-bottom: 22px;
}
.title-section.mb0 {
  margin-bottom: 0;
}
.title-section.mb61 {
  margin-bottom: 61px;
}
.title-section.mb38 {
  margin-bottom: 38px;
}
.title-section.mb52 {
  margin-bottom: 52px;
}
.title-section .subtitle.mb0 {
  margin-bottom: 0;
}
.title-section .subtitle.mb1 {
  margin-bottom: 1px;
}
.title-section .subtitle.mb2 {
  margin-bottom: 2px;
}
.title-section .subtitle.mb4 {
  margin-bottom: 4px;
}
.title-section .subtitle.mb6 {
  margin-bottom: 6px;
}

.mt51 {
  margin-top: 51px;
}

.pd22 {
  padding: 0 22%;
}

.mb37 {
  margin-bottom: 37px;
}

.mb74 {
  margin-bottom: 74px;
}

.mb36 {
  margin-bottom: 36px;
}

.mb19 {
  margin-bottom: 19px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb32 {
  margin-bottom: 32px;
}

/* Reponsive
-------------------------------------------------------------- */
@media only screen and (max-width: 1700px) {
  .tf-section.tf-about.style2 .content-box {
    padding-right: 28%;
  }
}
@media only screen and (max-width: 1600px) {
  .tf-section.tf-about.style2 .content-box {
    padding-right: 23%;
  }

  .home2 .wrap-counter {
    padding: 52px 100px 45px;
  }
}
@media only screen and (max-width: 1440px) {
  .tf-section.tf-about.style2 .content-box {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  .header #header-inner .header-right .flat-show-search {
    margin-left: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .pg-project #sidebar .widget {
    padding: 50px 30px;
  }
  .pg-project #sidebar .widget.widget-picture {
    padding: 35px 30px;
    margin-bottom: 0;
  }

  .pg-service-details .tf-section.tf-post #sidebar .widget {
    padding: 50px 20px 30px 20px;
  }
  .pg-service-details .tf-section.tf-post #sidebar .widget.widget-picture {
    padding: 10px 20px 50px 20px;
  }

  .service-details .content-inner .image-box .content {
    padding-left: 30px;
    padding-right: 0;
  }
  .service-details .content-inner .image-box .content p {
    margin-bottom: 15px;
  }

  .slider-post:hover {
    cursor: pointer;
  }

  .home2 .wrap-counter {
    padding: 52px 50px 45px;
  }

  .tf-section.tf-about.style2 .content-box {
    padding-right: 0%;
  }

  .tf-testimonial .swiper-pagination.style2 {
    right: 15px;
  }

  .icon-box.style2 .icon {
    margin-right: 0;
  }
  .icon-box.style2 .content .title {
    padding: 0;
    margin-right: 0;
  }

  .tf-section.tf-about .content-box {
    padding-left: 0;
    padding-right: 0;
  }
  .tf-section.tf-about .content-box .title-section {
    padding-right: 0;
  }

  #sidebar .widget-category, #sidebar .widget.widget-search, #sidebar .widget.widget-recent-posts, #sidebar .widget.widget-picture {
    padding: 30px;
  }

  #topbar .topbar-right .wrap-social p {
    display: none;
  }

  .header #header-inner #main-nav {
    right: 0;
    left: auto;
  }
  .header #header-inner #main-nav .menu {
    justify-content: flex-end;
  }
  .header #header-inner .header-right {
    display: none;
  }

  .contact-box .box {
    padding-left: 0 !important;
  }
  .contact-box .box .icon {
    margin-right: 15px;
  }
  .contact-box .box .content {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .tf-section.tf-about.style2 .image-about .image-style {
    right: 0;
  }

  

  .contact-box {
    flex-wrap: wrap;
  }
  .contact-box .box {
    margin-bottom: 30px;
  }

  .pg-contact .tf-section.tf-contact .contact-form .contact-form {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .flat-map {
    margin: 0;
  }

  .pg-project .tf-section.tf-project h2.title {
    margin-bottom: 40px;
  }

  .service-details .content-inner .icon-list li.style {
    margin-left: 30px;
  }
  .service-details .image img {
    width: 100%;
  }

  .content-values {
    padding-right: 0;
  }

  .image-values {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .slider-service:hover {
    cursor: ew-resize;
  }

  .tf-section.tf-blog .wrap-title .desc {
    padding-left: 0;
  }

  .team-box {
    margin-bottom: 30px;
  }
  .team-box .image img {
    width: 100%;
  }

  .wrap-title .desc {
    padding-left: 0;
  }

  .get-a-quote-form,
.get-a-quote-content {
    padding: 0;
  }

  .wrap-counter {
    padding: 50px 0 20px;
    flex-wrap: wrap;
  }
  .wrap-counter .box-couter {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .pb10 {
    padding: 0;
  }

  .about-fx {
    flex-wrap: wrap;
  }
  .about-fx .icon-box {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }

  .tf-section.tf-about.style1 .image-about {
    margin-bottom: 40px;
  }
  .tf-section.tf-about.style1 .image-about .image {
    padding-right: 20%;
  }
  .tf-section.tf-about.style1 .image-about .image img {
    width: 100%;
  }
  .tf-section.tf-about.style1 .image-about .image-right {
    padding-left: 30%;
  }
  .tf-section.tf-about.style1 .image-about .image-right img {
    width: 100%;
  }

  .image-about .image-right {
    padding-right: 0;
  }

  .home2.main .box-slider {
    width: 100%;
  }
  .home2.main .page-title {
    padding: 150px 0 100px;
  }
  .home2.main .page-title .button-slider {
    display: none;
  }

  .main .page-title {
    padding: 100px 0;
  }
  .main .page-title .button-slider {
    display: none;
  }
  .main .box-slider .title {
    font-size: 80px;
  }

  .pd22 {
    padding: 0;
  }

  .home2 .tf-about .image-about {
    margin-bottom: 40px;
  }

  .tf-post .wrap-fx {
    display: block;
  }
  .tf-post #sidebar,
.tf-post article {
    width: 100%;
    padding: 0;
  }
  .tf-post article {
    margin-bottom: 50px;
  }

  #topbar {
    height: auto;
  }
  #topbar .topbar-inner {
    display: block;
  }
  #topbar .topbar-inner .topbar-left,
#topbar .topbar-inner .topbar-right {
    width: 100%;
  }
  #topbar .topbar-inner .topbar-left {
    margin-top: 0;
    margin-bottom: 10px;
  }
  #topbar .topbar-inner .topbar-left ul {
    justify-content: center;
  }
  #topbar .topbar-inner .topbar-right {
    justify-content: center;
  }

  #sidebar .widget {
    margin-bottom: 60px;
  }

  .mobile-button {
    display: block;
  }

  #footer .footer-main .widget {
    width: 50%;
  }
  #footer .footer-main .widget.widget-subscribe, #footer .footer-main .widget.widget-service, #footer .footer-main .widget.widget-infomation, #footer .footer-main .widget.widget-logo {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .post .image img {
    width: 100%;
  }

  .wrap-box-details .previous {
    padding-right: 30px;
  }
  .wrap-box-details .next {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {

  .icon-list li {
    width: calc(100% - 30px);
  }
  .icon-list li.style {
    margin-left: 30px;
  }

  .service-details .content-inner .image-box {
    display: block;
  }
  .service-details .content-inner .image-box .image,
.service-details .content-inner .image-box .content {
    width: 100%;
  }
  .service-details .content-inner .image-box .image {
    margin-bottom: 30px;
  }
  .service-details .content-inner .image-box .content {
    padding-left: 0;
  }

  .content-values {
    margin-bottom: 40px;
  }

  .home2.main .tf-section.tf-testimonial, .home2.main .tf-section.explore-our-work, .home2.main .tf-section.service-list {
    padding: 70px 0 0 !important;
  }
  .home2.main .tf-section.tf-video {
    padding: 120px 0 70px !important;
  }
  .home2.main .tf-section.tf-blog, .home2.main .tf-section.tf-about {
    padding: 40px 0 0 !important;
  }
  .home2 .tf-about .image-about {
    margin-bottom: 40px;
  }

  .ml-5 {
    margin-left: 0;
  }

  .about-fx.mt103 {
    margin-top: 70px;
  }

  .swiper-pagination {
    display: none;
  }

  .wrap-title {
    display: block;
  }
  .wrap-title .title-section {
    width: calc(100% - 30px);
  }
  .wrap-title .desc {
    width: calc(100% - 30px);
    padding-left: 0;
  }

  .get-a-quote-form {
    margin-bottom: 40px;
  }

  .tf-section.tf-video {
    padding: 70px 0 160px !important;
  }

  .tf-section.tf-about.style1 .image-about .image {
    padding-right: 10%;
  }
  .tf-section.tf-about.style1 .image-about .image-right {
    padding-left: 15%;
  }
  .title-section .title {
    font-size: 45px;
  }

  .get-a-quote-content .title {
    font-size: 45px;
  }

  .main .box-slider .title {
    font-size: 58px;
  }

  .breadcrumbs .heading {
    font-size: 40px;
    margin-bottom: 0;
  }

  #topbar .topbar-inner .topbar-left {
    display: none;
  }

  .tf-section.mb-pd0 {
    padding-bottom: 0 !important;
  }
  .tf-section.mobie-pb40 {
    padding-bottom: 40px !important;
  }

  .mobie-mb0 {
    margin-bottom: 0 !important;
  }

  .tf-section {
    padding: 70px 0 70px !important;
  }
  .tf-section.mobie-pd0 {
    padding-bottom: 0 !important;
  }
  .tf-section.mobie-pd40 {
    padding-bottom: 40px !important;
  }
  .tf-section.mobie-pt40 {
    padding-top: 40px !important;
  }

  .pg-team #footer .footer-main,
#footer .footer-main {
    padding: 70px 0 40px;
  }

  .inner-page-style .tf-section.tf-video {
    padding: 70px 0 251px !important;
  }
}
@media only screen and (max-width: 600px) {
  #footer .footer-bottom {
    height: auto;
  }
  #footer .footer-bottom .copyright p {
    margin: 10px 0;
  }

  .home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx {
    display: block;
    padding-left: 0;
  }
  .home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box {
    width: 100%;
    max-width: 100%;
  }
  .home2 .tf-section.get-a-quote .get-a-quote-content .wrap-fx .icon-box:nth-child(2) {
    margin-top: 30px;
    margin-left: 0;
  }

  .blog-post.style2 .bottom .readmore {
    margin-right: 30px;
  }

  .tf-section.tf-about.style2 .image-about .image-right {
    margin-top: 30px;
    padding: 0;
  }
  .tf-section.tf-about.style2 .image-about .image-right img {
    width: 100%;
  }
  .tf-section.tf-about.style2 .image-about .image-style {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  .tf-section.tf-about.style2 .image-about .image-style img {
    width: 100%;
  }
  .tf-section.tf-about.style2 .image-about .image-style .boder::after {
    display: none;
  }
  .tf-section.tf-about.style2 .image-about .image {
    padding: 0;
  }
  .tf-section.tf-about.style2 .image-about .image img {
    margin: 0;
  }

  .tf-section.tf-404 .content-section .title {
    font-size: 150px;
  }
  .tf-section.tf-404 .content-section h2 {
    font-size: 40px;
  }

  .pg-contact .tf-section.tf-contact .contact-form .contact-form fieldset {
    width: calc(100% - 30px);
  }

  .wrap-counter .box-couter:nth-child(2) .icon {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .wrap-counter .box-couter:nth-child(3) {
    margin-left: 0;
  }
  .wrap-counter .box-couter:nth-child(3) .icon {
    padding-top: 0;
  }

  .about-fx .icon-box {
    width: calc(100% - 30px);
  }

  #topbar .topbar-inner .topbar-left ul {
    display: block;
    text-align: center;
  }
  #topbar .topbar-inner .topbar-left ul li {
    margin-left: 0;
    margin-right: 0;
  }
  #topbar .topbar-inner .topbar-left ul li:first-child {
    margin-bottom: 5px;
  }
  #topbar .topbar-inner .topbar-right {
    justify-content: center;
  }
  #topbar .topbar-inner .social li {
    margin-left: 20px;
  }
  #topbar .topbar-inner .social li:first-child {
    margin-left: 0;
  }

  .wrap-counter .box-couter {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .blogdetails .post .content {
    padding: 20px 30px;
  }
  .blogdetails .post .content ul {
    flex-wrap: wrap;
  }
  .blogdetails .post .content ul li {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 15px;
  }
  .blogdetails .post .content ul li a {
    margin-left: 0;
  }
  .blogdetails .post .content ul li a:last-child {
    margin-left: 0;
  }

  .content-box .wrap-fx {
    display: block;
  }
  .content-box .wrap-fx .icon-box {
    width: 100%;
  }
  .content-box .wrap-fx .icon-box.style1 {
    justify-content: flex-start;
  }
  .content-box .wrap-fx .icon-box:nth-child(1) {
    margin-bottom: 20px;
  }

  .blogdetails article .image-box {
    display: block;
    text-align: center;
  }
  .blogdetails article .image-box .image {
    margin-bottom: 20px;
  }
  .blogdetails article .image-box .social {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    justify-content: center;
  }
  .blogdetails article .image-box .social li {
    margin: 0 10px 0 0;
  }
  .blogdetails article .image-box .content {
    margin-bottom: 15px;
  }
  .blogdetails .form-comment form fieldset {
    width: calc(100% - 30px);
  }

  .post .fx-social-tag {
    display: block;
    text-align: center;
  }
  .post .fx-social-tag .social {
    justify-content: center;
    margin-bottom: 15px;
  }
  .post .fx-social-tag .tag {
    justify-content: center;
  }

  .wrap-box-details {
    display: block;
  }
  .wrap-box-details .previous,
.wrap-box-details .next {
    width: 100%;
    text-align: center;
  }
  .wrap-box-details .previous {
    margin-bottom: 15px;
  }

  #footer .footer-main .widget.widget-subscribe, #footer .footer-main .widget.widget-service, #footer .footer-main .widget.widget-infomation, #footer .footer-main .widget.widget-logo {
    width: 100%;
  }
}
/* yogsthemes animation
-------------------------------------------------------------- */
.tf-animated-twocolumn .item-animated.first {
  transform: translateX(-15px);
}

.tf-animated-twocolumn .item-animated.last {
  transform: translateX(15px);
}

.tf-animated-fadeup.img-box-service .content,
.tf-animated-fadeup .image-faq .image,
.tf-animated-fadeup .title-section,
.tf-animated-fadeup .breadcrumbs,
.tf-animated-fadeup .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.tf-animated-fadeup.img-box-service .content.tfanimated,
.tf-animated-fadeup .image-faq .image.tfanimated,
.tf-animated-fadeup .title-section.tfanimated,
.tf-animated-fadeup .breadcrumbs.tfanimated,
.tf-animated-fadeup .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}

/* hover top */
.tf-animated-hover-top {
  transition: all 0.5s;
  transform: translateY(0);
}

.tf-animated-hover-top:hover {
  transform: translateY(-30px);
}

.tf-animated-hover-top-s2 {
  transition: all 0.5s;
  transform: translateY(0);
}

.tf-animated-hover-top-s2:hover {
  transform: translateY(-10px);
}

.tf-animated-fadeleft.img-box-service .image,
.tf-animated-fadeleft .box-left,
.tf-animated-fadeleft .boder-rd10,
.tf-animated-fadeleft .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

.tf-animated-fadeleft.img-box-service .image.tfanimated,
.tf-animated-fadeleft .box-left.tfanimated,
.tf-animated-fadeleft .boder-rd10.tfanimated,
.tf-animated-fadeleft .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}

.tf-animated-faderight.img-box-service .image,
.tf-animated-faderight .image-faq .image2,
.tf-animated-faderight .box-right,
.tf-animated-faderight .bg-about,
.tf-animated-faderight .img-style,
.tf-animated-faderight .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

.tf-animated-faderight.img-box-service .image.tfanimated,
.tf-animated-faderight .image-faq .image2.tfanimated,
.tf-animated-faderight .box-right.tfanimated,
.tf-animated-faderight .bg-about.tfanimated,
.tf-animated-faderight .img-style.tfanimated,
.tf-animated-faderight .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}

.tf-animated-fadedown .animated-effect {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.tf-animated-fadedown .animated-effect.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
}
@media (min-width: 678px) and (max-width: 1024px) {
  .page-title .container .breadcrumbs ul {
    margin-top: 30px;
  }
}


/*# sourceMappingURL=app.css.map */
