@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Open+Sans:wght@300;400;500;600;700&display=swap');

/* =======================
   DEFULT STYLE START
==========================*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style-type: none;
}
a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Orbitron", sans-serif;
    color: var(--secondary);
}
a, span{
    font-family: 'Roboto', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #808080;
    line-height: 32px;
}
.breck{
    display: block;
}
/* =======================
   COMMON STYLE START
==========================*/
:root{
    --primary: #fdc543;
    --secondary: #0d181c;
    --white: #fff;
    --grey: #f3f2f2;
    --text: #808080;
    --sizeone: 16px;
    --sizetwo: 24px;
}
section{
    padding: 140px 0px;
}
.section-title span{
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
}
.section-title h2{
    font-size: 40px;
    margin-top: 20px;
    color: var(--secondary);
}
.section-title {
    margin-bottom: 80px;
}
.soluti-btn{
    background: var(--primary);
    color: var(--white);
    padding: 16px 50px;
    border-radius: 50px;
    font-size: var(--sizeone);
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid transparent;
}
.soluti-btn:hover{
    background: var(--secondary);
    color: var(--white);
}

/*  menutop area start  */
.nav{
    color: #000000;
    p
    padding-left: 1.5rem;
}
#logo-menu{
    width: 10rem;
}
.menu-top{
    background:transparent;
    transition: background-color 0.5s ease;
    padding: 15px 0 50px 0;
}
.menu-top-content ul li{
    display: inline;
    list-style-type: none;
    font-size: 16px;
    color: var(--white);
    margin-right: 30px;
}
.meno-top-social ul{
    text-align: right;
}
.meno-top-social ul li{
    display: inline;
    list-style-type: none;
}
.meno-top-social ul li a{
    font-size: var(--sizeone);
    color: var(--white);
    margin-left: 30px;
}
/*  menubar area start  */
.menu{
    background: var(--white);
    padding: 15px 0px;
    border-radius: 0px 0px 50px 50px;
    position: relative;
}
.is-sticky .menu{
    -webkit-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
}
.navbar-toggler-icon{
	display: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
  }
#menubar .mainmenu {
    margin:0 auto;
    padding-top: 22px;
    min-height:70px;
    min-height: 70px;
}
#menubar .mainmenu .menu-item{
    position:relative;
    padding: 0 10px;
}
#menubar .mainmenu .menu-item .menu-link {
    color: var(--secondary);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-right: 40px;
    font-weight:500px;
    text-transform:capitalize;
    line-height: 21px;

    position:relative;
}
#menubar .mainmenu .menu-item .menu-link:hover {
    color: var(--primary);
    transition: .3s;
}
#menubar .mainmenu .menu-item i{
    font-size: 14px;
}
#menubar .navbar .dropdown-menu-end{
    right:0;
    left: auto;
}
#menubar .navbar .nav-item .dropdown-menu{
    display:block;
    opacity: 0;
    visibility: hidden;
    transition:.5s;
    margin-top:30px;
    padding:0;
    border-left: 3px solid var(--primary);
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    text-align: left;
}
#menubar .mainmenu .menu-item .dropdown-menu li a{
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    display: block;
    padding: 15px 15px 15px 22px;
    margin-bottom: 0;
    color: #44424D;
    transition: all ease-in-out 0.3s;
}
#menubar .mainmenu .menu-item .dropdown-menu li a:hover{
    background-color: var(--primary);
    transition: all ease-in-out 0.3s;
    color:#ffffff;
}
#menubar .navbar .dropdown-menu.fade-down{
    top:80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
}
#menubar .navbar .dropdown-menu.fade-up{
    top:180%;
}
#menubar .navbar .nav-item:hover .dropdown-menu{
    transition: .3s;
    opacity:1;
    visibility:visible;
    top:100%;
    transform: rotateX(0deg);
}
#menubar .dropdown-list-box-02 .fa-angle-right, .dropdown-list-box-03 .fa-angle-right{
    margin-left: 10px;
}
#menubar .dropdown-list-box-02 {
    position: relative;
}
#menubar .dropdown-list-box-02:hover .dropdown-list_2 {
    opacity: 1;
    visibility: visible;
}
#menubar .dropdown-list_2 {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    min-width: 225px;
    background: #ffffff;
    left: 197px;
    position: absolute;
    top: 0px;
    z-index: 999;
    transition: all ease-in-out .3s;
    transform-origin: 0 0 0;
    position: absolute;
    text-align: left;
    opacity: 0;
    border-left: 3px solid var(--primary);
    margin-left: 3px;
    visibility: hidden;
}
#menubar .dropdown-list_2 .dropdown-list-box-03 {
    position: relative;
}
#menubar .dropdown-list_2 .dropdown-list-box-03:hover .dropdown-list_3 {
    opacity: 1;
    visibility: visible;
}
#menubar .dropdown-list_2 .dropdown-list_3 {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    min-width: 225px;
    background: #ffffff;
    left: 224px;
    position: absolute;
    top: 0px;
    z-index: 999;
    transition: all ease-in-out .3s;
    transform-origin: 0 0 0;
    position: absolute;
    text-align: left;
    opacity: 0;
    border-left: 3px solid var(--primary);
    margin-left: 3px;
    visibility: hidden;
}
#menubar .navbar-light .apply-now-btn {
    background-color: #FFA800;
    border: 1px solid #FFA800;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 35px;
    border-radius: 0;
    transition: .3s;
    margin-top: 8px;
}
#menubar .navbar-light .apply-now-btn:hover {
    background-color: transparent;
    border: 1px solid #FFA800;
    color: #FFA800;
    transition: .3s;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.meanclose{
    color: var(--primary) !important;
}
.mean-container a.meanmenu-reveal {
    position: relative;
    top: 0;
    right: 10px;
    background: transparent;
    border: 3px solid var(--primary);
    border-radius: 5px;
    padding: 6px 5px;
}
.mean-container .mean-bar {
    background: transparent;
}
.mean-container .mean-bar i{
    display: none;
}
.mean-container .mean-nav {
    width: 50vw;
    height: auto;
    position: absolute;
    top: 24px;
    right: 0;
    background-color: var(--primary);
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: var(--primary);
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--secondary);
}
.mean-container .mean-nav ul{
    background-color: var(--primary) !important;
}
/*  menubar area end  */

/* Main Style */
.input-contact{
    width: 100%;
    border: none; 
    border-radius: 15px;
    padding: 15px;
    margin: 0.3rem;
}
.input-contact:focus{
    outline: none;
}
.input-contact::placeholder{
    color: var(--text);
}
.accordion-color{
    background-color: var(--primary);
}
.accordion-button{
    color: var(--secondary);
    background-color: var(--primary) !important;
    border: none;
    box-shadow: none;
}
.accordion-button:focus{
    box-shadow: none;
}
.bg-img-contact{
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30px;
}
.banner-size{
    height: 45rem;
}
.img-height{
    height: 200px;
}
.container-header{
    position: absolute;
}
.header{
    position: relative;/
    padding-bottom: 125px;
}
.header-wrap{
    position: relative;
    margin: 8rem 0 0 8rem;
}
.header-text{
    color: var(--white);
    padding-top: 120px;
}
.header-text span{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 30px;
}
.header-text h1{
    font-size: 70px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    color: var(--white);
}
.header-text p{
    color: var(--white);
    margin: 20px 0px 40px 0px;
}
.header-text a:last-child{
    margin-left: 40px;
    color: var(--primary);
    background: var(--white);
}
.header-img{
    position: absolute;
    right: -70px;
    top: -30px;
    z-index: 11;
}
.header-shape-one{
    position: absolute;
    right: 100px;
    top: 100px;
    animation: x 3s infinite;
}
@keyframes x{

    80%{
        top: 140px;
    }
}
.header-shape-two{
    position: absolute;
    right: 73px;
    top: 140px;
    transform: rotate(180deg);
    animation: y 3s infinite;
}
@keyframes y{
    80%{
        top: 100px;
    }
}
.header-shape-three{
    position: absolute;
    left: 100px;
    bottom: 100px;
    animation: a 3s infinite;
}
@keyframes a{

    80%{
        bottom: 140px;
    }
}
.header-shape-four{
    position: absolute;
    left: 73px;
    bottom: 140px;
    transform: rotate(180deg);
    animation: b 3s infinite;
}
@keyframes b{
    80%{
        bottom: 100px;
    }
}
.header-bottom{
    background: var(--grey);
    padding: 80px 100px;
    margin-top: -115px;
    position: relative;
    z-index: 88;
    border-radius: 50px;
    transition: .5s;
    cursor: pointer;
}
.box-height{
    height: 26rem;
}
.box-team{
    background-color: var(--white);
    border-radius: 20px;
    margin: 10px;
}
.box-one{
    background-color: var(--white);
    border-radius: 20px;
    margin: 10px;
    flex-grow: 1;
    flex-basis: 31%;
}
.box-service{
    background-color: var(--white);
    border-radius: 20px;
    margin: 1%;
    flex-basis: 23%;
    box-sizing: border-box;
}
.box-service .box-icon{
  width: 100%;
  height: 250px;
}
.box-service .box-icon h2{
  display: block;
  margin: 26% auto;
}
.main-icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.font{
    text-align: center;
    font-size: 1.5rem;
}
.hover-icon {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 100%;    
}
.main-icon img{
    display: block;
    width: 12rem;
    height: auto;
    max-width: 12rem;
    object-fit: contain;
    margin: 2rem auto;
}
.box-service .service-hover:hover .main-icon{
    display: none;
}
.box-service .service-hover:hover .hover-icon{
    display: flex;
}
.service-icon{
    height: inherit;
}
.box-one .box-icon{
    min-height: 10rem;
}
.box-icon {
    width: -webkit-fill-available;
    position: relative;
    height: inherit;
}
.box-icon p{
    display: block;
    margin: auto;
}
.box-text{
    height: 70%;
}
.box-icon p.fs-3{
    text-align: center;
}
.hover-icon img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 14rem;
    max-height: 14rem;
    object-fit: contain;
    margin: 2rem auto;
}

.service-content {
    overflow: hidden;
}
.service-btn{
    width: 100%;
    background: var(--primary);
    color: var(--white);
    font-size: var(--sizeone);
    text-transform: capitalize;
    font-weight: 600;
    border: none;
}
.service-btn:hover{
    background: var(--secondary);
    color: var(--white);
}
.header-bottom .box-one .hover-icon{
    display: none;
    transition: .5s;
}
 .box-one:hover .main-icon{
    display: none;
    transition: .5s;
}
.box-one:hover .hover-icon{
    display: flex;
    transition: .5s;
}
.header-bottom .box-one .box-text{
    margin-left: 30px;
}
.header-bottom .box-one .box-text h4{
    font-size: 50px;
    font-weight: 700;
    color: var(--secondary);
    transition: .5s;
}
.header-bottom .box-one .box-text p{
    color: var(--secondary);
    line-height: 28px;
    transition: .5s;
}
.header-bottom .box-one .box-text h4 span{
    font-family: 'Otomanopee One';
}
.header-bottom .box-one:hover h4, .header-bottom .box-one:hover p{
    color: var(--primary);
    transition: .5s;
}
.header-counter{
    position: relative;
}
.shapeone{
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 12;
    transition: .5s;
}
.shapetwo{
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 12;
    transition: .5s;
}
.header-counter:hover .shapeone, .header-counter:hover .shapetwo{
    bottom: 20px;
    transition: .5s;
    opacity: 0;
}
.header-bottom:hover{
    -webkit-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    transition: 1s;
}

/* ================================
    About Style Start
==================================== */
.about{
    position: relative;
}
.about-img{
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.about-img::before{
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    height: 80px;
    width: 80px;
    background: url('../images/shape-03.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: 1s;
}
.about-img::after{
    position: absolute;
    content: "";
    bottom: 20px;
    right: 140px;
    height: 80px;
    width: 80px;
    background: url('../images/shape-03.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transition: 1s;
}
.about-img:hover::before{
    top: 20px;
    left: 70%;
    transition: 1s;
}
.about-img:hover::after{
    right: 83%;
    transition: 1s;
}
.about-img img{
    width: 100%;
}
.about-text{
    padding-left: 80px;
}
.about-text span{
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
}
.about-text h2{
    font-size: 40px;
    color: var(--secondary);
    margin: 20px 0px 30px 0px;
}
.box-img{
   overflow: hidden;
   max-width: 31em;
}
.box-img img {    
    object-fit: cover;
    width: -webkit-fill-available; 
}
.svg-size{
    height: 1.5em;
}
.p-about{
    white-space: pre-wrap;
}
.home-two-about-text{
    padding-left: 80px;
    position: relative;
}
.home-two-about-text::before{
    content: "About Us";
    font-size: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    letter-spacing: 10px;
    color: #DCDCDC80;
    margin-top: -25px;
    text-align: center;
    position: absolute;
    z-index: -1;
}
.home-two-about-text span{
    font-size: 18px;
    color: var(--primary);
    font-weight: 600;
}
.home-two-about-text h2{
    font-size: 40px;
    color: var(--secondary);
    margin: 20px 0px 30px 0px;
}
.about-author img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    padding: 3px;
}
.about-check p{
    color: var(--secondary);
    font-weight: 600;
}
.about-check img{
    margin-right: 10px;
}
.about-btn-area{
    margin-top: 30px;
}
.about-author{
    margin-left: 25px;
}
.about-author-text{
    margin: 0 0px 0px 10px;
}
.about-author-text h4{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}


/* ================================
    Case Study Style Start
==================================== */
.single-casestudy{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.single-casestudy::before{
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    height: 50px;
    width: 50px;
    border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    z-index: 2;
    transition: .5s;
}
.single-casestudy::after{
    position: absolute;
    content: "";
    right: 10px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    border-bottom: 3px solid var(--white);
    border-right: 3px solid var(--white);
    z-index: 2;
    transition: .5s;
}
.single-casestudy-img{
    position: relative;
    height: 410px;
    overflow: hidden;
}
.single-casestudy-img::before{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    transition: .5s;
    width: 100%;
    background: url('../images/bgshape.png');
    content: "";
}
.single-casestudy:hover .single-casestudy-img::before{
    height: 70%;
    transition: .5s;
}
.single-casestudy:hover::before, .single-casestudy:hover::after{
    height: 200px;
    width: 200px;
    transition: .5s;
}
.single-casestudy-img img{
    width: 100%;
}
.single-casestudy-text{
    background: var(--white);
    position: absolute;
    bottom: -100px;
    left: 10%;
    width: 80%;
    border-radius: 15px;
    opacity: 0;
    transition: .5s;
}
.single-casestudy:hover .single-casestudy-text{
    bottom: 30px;
    opacity: 1;
    transition: .5s;
}
.single-casestudy-texttitle{
    padding: 15px 30px;
}
.single-casestudy-texttitle h4{
    font-size: 24px;
    color: var(--primary);
}
.single-casestudy-texttitle p{
    color: var(--secondary);
    font-weight: 600;
    line-height: 0;
    padding-bottom: 0;
}
.single-casestudy-button{
    background: var(--secondary);
    padding: 20px;
    border-radius: 15px;
}
.section-btn{
    margin-top: 30px;
}
/* ================================
    Services Style Start
==================================== */
.services{
    position: relative;
    margin-top: 50px;
}
.service-img{
    max-width: 100% !important;
    max-height: 250px !important;
}
.single-service{
    cursor: pointer;
    position: relative;
    padding: 60px 50px 50px 50px ;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    transition: .5s;
}
.single-service::before{
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    height: 100px;
    width: 100px;
    border-top: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
    transition: .5s;
}
.single-service::after{
    position: absolute;
    content: "";
    bottom: 10px;
    right: 10px;
    height: 100px;
    width: 100px;
    border-bottom: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    transition: .5s;
}
.single-service:hover{
    background: var(--primary);
    transition: .5s;
}
.single-service:hover::before, .single-service:hover::after{
    border-color: var(--white);
    height: 200px;
    width: 200px;
    transition: .5s;
}
.single-service h4{
    font-size: 24px;
    margin: 20px 0px 20px;
    transition: .5s;
}
.single-service:hover h4, .single-service:hover p{
    color: var(--white);
    transition: .5s;
}
.hover{
    display: none;
    transition: .5s;
}
.single-service:hover .hover{
    display: block;
    transition: .5s;
}
.single-service:hover .main{
    display: none;
    transition: .5s;
}
.filter-buttons{
    margin-top: 50px;
    text-align: right;
}
.filter-buttons button{
    border: transparent;
    color: var(--primary);
    font-size: 20px;
    background: transparent;
    margin-left: 30px;
    font-weight: 700;
}
.filter-buttons button:hover{
    color: var(--secondary);
}
.filter-buttons .is-checked{
    color: var(--secondary);
}
.htwofilter .button{
    color: var(--white);
}
.htwofilter .button:hover{
    color: var(--primary);
}
.htwofilter .is-checked{
    color: var(--primary);
}
/* ================================
    Video Area Style Start
==================================== */
.video{
    background: url('../images/video-bg.png');
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
    z-index: 1;
    margin: 50px 0;
}
.video::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--primary);
    opacity: .80;
    z-index: -1;
}
.video-shape{
    position: relative;
}
.video-shape::before{
    position: absolute;
    content: "";
    top: -30px;
    left: -30px;
    height: 150px;
    width: 150px;
    border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    transition: .5s;
}
.video-shape::after{
    position: absolute;
    content: "";
    bottom: -30px;
    right: -30px;
    height: 150px;
    width: 150px;
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
    transition: .5s;
}
.video:hover .video-shape::before, .video:hover .video-shape::after{
    height: 200px;
    width: 200px;
    transition: .5s;
}

.video .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.video .section-title h2{
    color: var(--white);
}
.video .section-title p{
    color: var(--white);
    width: 60%;
    margin: 0px auto;
}
.video-play{
    text-align: center;
}
.video-play i{
    background: var(--white);
    padding: 32px 37px 32px 40px;
    font-size: 40px;
    color: var(--primary);
    border-radius: 50%;
    animation: play 1s infinite;
    position: relative;
}
@keyframes play {
    10%{
        transform: scale(.98);
    }
    80%{
        transform: scale(1.1);
    }
}
.video-single-box{
    margin-top: 60px;
}
.video-single-box img{
    background: var(--white);
    padding: 8px;
    margin-right: 20px;
    border-radius: 10px;
}
.video-single-box-text h4{
    font-size: 20px;
    color: var(--white);
}
.video-single-box-text p{
    line-height: 28px;
    color: var(--white);
}
/* ================================
    Team Area Style Start
==================================== */
.team{
    background-color: var(--secondary);
    padding: 10rem !important;
    margin-top: -88px;
} 
.team span{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 15px;
}
.team-white{
    color: var(--white);

}
.single-team{
    position: relative;
    cursor: pointer;
}
.single-team .team-member-img img{
    width: 100%;
}
.team-member-text{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: var(--white);
    padding: 15px 30px;
    width: 80%;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    transition: .5s;
}
.team-member-text h4{
    margin-bottom: 0;
    font-size: 24px;
}
.team-member-text span{
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
}
.single-team:hover .team-member-text{
    width: 100%;
    transition: .5s;
    bottom: -20px;
}
.team-social{
    position: absolute;
    top: 0;
    right: 10px;
    transition: .5s;
    opacity: 0;
}
.team-social li{
    margin-bottom: 15px;
}
.team-social i{
    font-size: 24px;
    background: var(--white);
    color: var(--primary);
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid transparent;
}
.team-social i.fa-x-twitter{
    font-size: 24px;
    padding: 10px 12px;
}
.team-social i:hover{
    border: 1px solid var(--white);
    background-color: #FF3E5560;;
}
.team-social i.fa-linkedin, .team-social i.fa-instagram{
    padding: 10px 11px;
}
.single-team:hover .team-social{
    top: 50%;
    transform: translateY(-50%);
    transition: .5s;
    opacity: 1;
}
/* ================================
    Consulting Area Style Start
==================================== */
.consulting{
    background: url('../images/consulting-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    height: 700px;
    margin: 50px 0;
}
.consulting-text h2{
    font-size: 40px;
    color: var(--white);
}
.consulting p{
    color: var(--white);
    margin: 30px 0px 40px 0px;
}
.consulting ul{
    margin-top: 40px;
}
.consulting ul li{
    display: inline;
    margin-right: -30px;
}
.consulting ul li img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.consulting-form{
    background: var(--white);
    padding: 90px 80px 120px 80px;
    box-shadow: rgb(237 237 237) 0px 4px 16px 0px;
    position: relative;
}
.consulting-form::before{
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    height: 100px;
    width: 100px;
    border-top: 3px solid var(--primary);
    border-left: 3px solid var(--primary);
}
.consulting-form::after{
    position: absolute;
    content: "";
    bottom: 20px;
    right: 20px;
    height: 100px;
    width: 100px;
    border-bottom: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
}

.consulting-form span{
    font-size: 26px;
    font-weight: 700;
    color: var(--primary);
}
.consulting-form h2{
    font-size: 50px;
    color: var(--primary);
}
.consulting-form form{
    margin-top: 60px
}
.consulting-form input{
    width: 100%;
    padding: 18px 30px;
    margin-bottom: 20px;
    border: 3px solid transparent;
    background: var(--primary);
    color: var(--white);
    font-size: 24px;
    border-radius: 10px;
}
.consulting-form input[type=submit]:hover {
    color: var(--secondary);
    font-weight: bold;
}
.consulting-form input:focus {
    border: transparent;
    transition: 1s;
    background: var(--white);
    color: var(--primary);
    outline: none;
    box-shadow: rgb(237 237 237) 0px 4px 16px 0px;
    border-bottom: 3px solid var(--secondary);
}
::placeholder{
    color: var(--white);
    font-size: 20px;
}
.subscription-main-text form input::placeholder{
    color: var(--secondary);
    font-size: 20px;
}
/* ================================
    Review Area Style Start
==================================== */
.review{
    background: url('../images/lineshape.png');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    margin-top: 150px;
}
.ser-review{
    background: none;
}
.review-slider {
    position: relative;
}
.slider-item{
    background: var(--white);
    -webkit-box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    padding: 40px ;
    margin: 140px 10px 10px 10px;
    text-align: center;
    position: relative;
    transition: .5s;
}
.slider-item:hover{
    background: var(--primary);
    transition: .5s;
}
.review-slider.owl-carousel .owl-item img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 10px solid var(--primary);
    position: absolute;
    top: -80px;
    left: 50%;
    background: var(--white);
    transform: translateX(-50%);
}

.service-review .slider-item{
    background-color: #FF3E5580;
    box-shadow: none;
}
.service-review.owl-carousel .owl-item img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 6px solid var(--white);
    top: -110px;
    background-color: var(--secondary);
}
.service-review .slider-item p, .service-review .slider-item h4, .service-review .slider-item span {
    color: var(--white);
}
.service-review .active.center .slider-item{
    background-color: var(--primary);
}
.slider-item p{
    padding: 40px 40px 20px 40px;
}
.service-review .slider-item p{
    padding: 60px 0 10px;
}
.service-review.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 40px 7px;
    background: none;
    border: 3px solid var(--primary);
}
.service-review.owl-theme .owl-dots .owl-dot span:hover {
    background: var(--primary);
}
.service-review.owl-theme .owl-dots .owl-dot.active span {
    width: 50px;
    height: 20px;
    background: var(--primary);
    border: 3px solid var(--primary);
    border-radius: 50px;
}
.slider-item span{
    font-size: 20px;
    color: var(--secondary);
    font-weight: 600;
}
.slider-item:hover p, .slider-item:hover span, .slider-item:hover h4{
    color: var(--white);
}
.owl-nav i.fa.fa-angle-left{
    position: absolute;
    top: -140px;
    right: 100px;
    font-size: 30px;
    color: var(--white);
    background: var(--primary);
    padding: 10px 17px;
    border-radius: 50%;
}
.owl-nav i.fa.fa-angle-right{
    position: absolute;
    top: -140px;
    right: 0;
    font-size: 30px;
    color: var(--white);
    background: var(--primary);
    padding: 10px 17px;
    border-radius: 50%;
}
.fa-quote-left{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    font-size: 60px;
    color: var(--white);
    transform: 1s;
}
.slider-item:hover .fa-quote-left{
    opacity: 1;
    bottom: 20px;
    left: 20px;
    transform: 1s;
}
.fa-quote-right{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 60px;
    color: var(--white);
    transform: 1s;
}
.slider-item:hover .fa-quote-right{
    opacity: 1;
    top: 20px;
    right: 20px;
    transform: 1s;
}
.servicepage .price-card{
    padding: 4em 3em;
    box-shadow: 0 0 10px 1px #e0e0e0;
    transition: all .6s ease;
}
.price-card h4{
    color: var(--primary);
    text-align: center;
}
.price-card h5{
    color: var(--secondary);
    font-size: 1rem;
    text-align: center;
    margin-top: 1em;
}
.price-card h3{
    background-color: var(--primary);
    padding: .3em .3em;
    font-size: 2.4rem;
    color: var(--white);
    text-align: center;
    margin-top: .5em;
}
.price-card h3 span{
    font-size: 1rem;
    color: var(--secondary);
    color: var(--white);
}
.price-card ul{
    margin-top: 3em;
}
.price-card ul li{
    font-size: 1.2rem;
    margin-block: .5em;
}
.price-card ul li::before{
    content: "\f00c";
    font-weight: 600;
    font-size: 1rem;
    font-family: fontAwesome;
    background-color: var(--primary);
    padding: .1em .3em;
    color: var(--white);
    margin-right: 1em;
}
.price-card .plan-btn{
    padding: 1em 1.5em;
    background-color: var(--primary);
    display: block;
    margin: 3em auto 0;
    width: 80%;
    color: var(--white);
    text-align: center;
    transition: all .3s ease;
}

.servicepage .price-card:hover h4, .servicepage .price-card:hover h5, .servicepage .price-card:hover h3, .servicepage .price-card:hover ul li{
    color: var(--white);
}
.servicepage .price-card.active h4, .servicepage .price-card.active h5, .servicepage .price-card.active h3, .servicepage .price-card.active ul li{
    color: var(--white);
}
.servicepage .price-card:hover{
    background-color: var(--primary);
}
.servicepage .price-card.active{
    background-color: var(--primary);
}
.servicepage .price-card:hover h3 span{
    color: var(--primary);
}
.servicepage .price-card.active h3 span{
    color: var(--primary);
}
.servicepage .price-card:hover h3, .servicepage .price-card:hover .plan-btn, .price-card:hover ul li::before{
    background-color: var(--white);
    color: var(--primary);
}
.servicepage .price-card.active h3, .servicepage .price-card.active .plan-btn, .price-card.active ul li::before{
    background-color: var(--white);
    color: var(--primary);
}
.servicepage .price-card:hover .plan-btn{
    font-weight: 800;
    color: var(--primary);
}
.servicepage .price-card.active .plan-btn{
    font-weight: 800;
    color: var(--primary);
}
.price-card .plan-btn:hover{
    background-color: var(--secondary) !important;
    color: var(--white) !important;
    font-weight: 400 !important;
}
/* ================================
    Blog Area Style Start
==================================== */

.blog{
    padding-top: 0;
    padding-bottom: 120px;
}
.single-blog .blog-img img{
    width: 100%;
}
.blog-img{
    position: relative;
}
.blog-date{
    background: var(--white);
    padding: 10px 5px;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.blog-date span{
    color: var(--white);
    background: var(--primary);
    padding: 10px 20px;
}
.blog-text a{
    color: var(--secondary);
}
.blog-author{
    padding: 15px 0px;
    border-bottom: 2px solid #dadada;
}
.blog-text{
    -webkit-box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    padding: 0px 20px 40px 30px;
}
.blog-text h4 a{
    font-size: 24px;
    font-family: 'Otomanopee One';
}
.blog-text h4{
    margin: 25px 0px 30px 0px;
}
.blog-text .soluti-btn{
    color: var(--white);
    transition: .5s;
}

/* ================================
    Client Style Start
==================================== */
.our-clients{
    padding: 80px 0 100px;
}
.clients-slider.owl-carousel.owl-theme .owl-item img {
    display: block;
    width: 250px;
    object-fit: fill;
    margin: 0px auto;
}
.clients-slider.owl-carousel.owl-theme .owl-item{
    opacity: .5;
    transition: .5s;
}
.clients-slider.owl-carousel .owl-item.active.center {
    opacity: 1;
    transition: .5s;
}
/* ================================
    Subscription Style Start
==================================== */
.subscription{
    margin-top: 120px;
}
.subscription-main{
    background: var(--primary);
    position: relative;
    z-index: 1;
}
.subscription-main:before{
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    height: 100px;
    width: 100px;
    border-top: 3px solid var(--secondary);
    border-left: 3px solid var(--secondary);
}
.subscription-main:after{
    position: absolute;
    content: "";
    bottom: -20px;
    right: -20px;
    height: 100px;
    width: 100px;
    border-right: 3px solid var(--white);
    border-bottom: 3px solid var(--white);
}
.subscription-main-text{
    padding: 80px 60px 80px 100px;
}
.subscription-main-text h2{
    color: var(--white);
    margin-bottom: 30px;
    font-size: 50px;
}
.subscription-main-text h2 .breck{
    display: inline;
}
.subscription-main-text form{
    width: 80%;
    border-radius: 50px;
    background: var(--white);

}
.subscription-main-text form input{
    padding: 20px 30px;
    border-radius: 50px;
}
.subscription-main-text form input[type="email"]{
    width: 80%;
    border: transparent;
    padding-right: 130px;
    outline: 0;
}
.subscription-main-text form input[type="submit"]{
    margin-left: -110px;
    border: transparent;
    background: var(--secondary);
    color: var(--white) ;
    width: 40%;
}
.subscription-main-form{
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 1;
}
.subscription-main-form::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 300px;
    height: 300px;
    background: var(--white);
    border-radius: 50%;
    z-index: -1;
    transform: translateY(-50%);
    animation: zoom 1s infinite;
}
@keyframes zoom{
   20%{
    left: 0;
   }
   80%{
    left: 10px;
   }

}
/* ================================
    Footer Style Start
==================================== */
footer{
    background: var(--secondary);
    padding: 50px 0px 0px 0px;
    /* margin-top: -100px; */
    position: relative;
}
footer .footer-logo p{
    margin: 25px 0px;
    color: var(--white);
    padding-right: 15px;
}
footer .footer-logo .footer-img-size{
    width: 200px;
}
footer .footer-logo ul li{
    display: inline;
}
footer .footer-logo ul li i{
    color: var(--primary);
    background: var(--white);
    font-size: 16px;
    border-radius: 50%;
    margin-right: 3px;
    border: 1px solid var(--white);
}
footer .footer-logo ul li i:hover{
    background-color: #FF3E5550;
    border: 1px solid #ffffff90;
}
footer .footer-logo ul li i.fa-facebook-f{padding: 10px 14px;}
footer .footer-logo ul li i.fa-linkedin-in{padding: 10px 12px;}
footer .footer-logo ul li i.fa-x-twitter{padding: 10px 11px;}
footer .footer-logo ul li i.fa-instagram{padding: 10px 11px; font-weight: 900;}
footer .footer-logo ul li i.fa-play{padding: 10px 13px;}
footer .footer-link h4{
    font-size: 24px;
    color: var(--white);
    margin-bottom: 20px;
}
footer .footer-link ul li{
    margin-bottom: 10px;
}
footer .footer-link ul li a{
    color: var(--white);
    font-size: 16px;
    transition: .5s;
}
footer .footer-link ul li a:hover{
    color: var(--primary);
    padding-left: 5px;
    transition: .5s;
}
.office-info li{
    margin-bottom: 20px;
}
.office-info li a i{
    margin-right: 10px;
}
.footer-top{
    padding-bottom: 45px;
}
.footer-bottom{
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-bottom p{
    color: var(--white);
}
/* ==========================
    Other Pages Style Here
============================== */
.homepagetwo .soluti-btn{
    border-radius: 0;
}
.homepagetwo .header-text span{
    letter-spacing: 30px;
    color: var(--primary);
}
.homepagetwo .header-img{
    position: absolute;
}
.homepagetwo .header-img .header-imgshape{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: r 2s infinite;
}
@keyframes r{
    50%{
      transform: translateY(30px);
    }
}
.homepagetwo .header{
    overflow: hidden;
}
.homepagetwo .header-img .header-imgshapetwo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    animation: up 5s infinite;
}
@keyframes up{
    50%{
      transform: translate(51%);
    }
}
.homepagetwo .header-img .header-imgshapethree{
    position: absolute;
    top: -103px;
    left: -41%;
    z-index: -1;
}
.homepagetwo .header-img .header-imgshapethree img{
    object-fit: fill;
}
.hometwoheader-shape-one{
    position: absolute;
    top: 30px;
    left: 0;
}
.hometwo-counter{
    margin-top: 50px;
}
.hometwo-counter h4{
    font-size: 60px;
    color: var(--primary);
    font-weight: 700;
}
.hometwo-counter h4 span, .hometwo-counter p{
    color: var(--white);
}
/*  */
.homepage-twoheader-bottom .single-box{
    padding: 20px 30px 40px 30px;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    margin-top: -150px;
    position: relative;
    background: var(--white);
    z-index: 222;
    overflow: hidden;
    transition: .5s;
    cursor: pointer;
    border-bottom: 10px solid var(--primary);
}
.homepage-twoheader-bottom .single-box h3{
    font-size: 40px;
    color: var(--white);
    transition: .5s;
}
.homepage-twoheader-bottom .single-box h4{
    margin: 55px 0px 35px 0px;
    transition: .5s;
}
.homepage-twoheader-bottom .single-box p{
    margin-bottom: 0px;
}
.homepage-twoheader-bottom .single-box::before{
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
    height: 120px;
    width: 120px;
    background: var(--primary);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}
.homepage-twoheader-bottom .single-box:hover h3, .homepage-twoheader-bottom .single-box:hover h4, .homepage-twoheader-bottom .single-box:hover p{
    color: var(--white);
    transition: .5s;
}
.homepage-twoheader-bottom .single-box:hover::before{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    transition: .5s;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.about{
    margin-top: 50px;
}
.about-tab .nav-tabs{
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
}
.about-tab .nav-tabs button{
    text-align: left;
}
.about-tab .nav-tabs img{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    -moz-box-shadow: 0px 4px 16px 0px rgba(237,237,237,1);
    box-shadow: 0px 4px 16px 0px rgb(237 237 237);
    margin-left: 0;
}

.about-tab .nav-tabs .nav-link{
    font-size: 20px;
    color: var(--secondary);
    font-weight: 700;
    border: none;
    border-bottom: 6px solid transparent;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: 190px;
}
.about-tab .nav-tabs .nav-item.show .nav-link, .about-tab .nav-tabs .nav-link.active, .about-tab .nav-tabs .nav-link:hover{
    /* border: transparent; */
    border: none;
    border-bottom: 6px solid var(--primary);
    transition: .3s;
}
.tab-content .hometwo-about-img{
    position: relative;
}
.tab-content .hometwo-about-img img{
    width: 335px;
    height: auto;
    margin-top: -50px;
    padding: 0 15px;
}
.tab-content .hometwo-about-img::before{
    content: "";
    background-color: var(--secondary);
    position: absolute;
    top: 50;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tab-content .hometwo-about-img::after{
    content: "";
    width: 289px;
    height: 225px;
    position: absolute;
    right: -50px;
    bottom: -50px;
    background-image: url("../images/hometwo/aboutexperiencebg.png");
    background-repeat: no-repeat;
    z-index: 1;
}
.home-two-services{
    background-image: url(../images/hometwo/htwoservicebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.home-two-services .htwoserviceshape1 img{
    width: 200px;
    height: auto;
}
.home-two-services .htwoserviceshape2 img{
    width: 130px;
    height: auto;
}
.home-two-services .htwoserviceshape1{
    position: absolute;
    top: 130px;
    left: 10px;
}
.home-two-services .htwoserviceshape2{
    position: absolute;
    top: 250px;
    left: 130px;
}
.home-two-services .htwoserviceshape3 img{
    width: 200px;
    height: auto;
}
.home-two-services .htwoserviceshape4 img{
    width: 130px;
    height: auto;
}
.home-two-services .htwoserviceshape3{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: -1;
}
.home-two-services .htwoserviceshape4{
    position: absolute;
    bottom: 150px;
    right: 10px;
    z-index: -1;
}
.home-two-services::before{
    content: "Services";
    font-size: 210px;
    letter-spacing: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    color: #D9D9D930;
    padding-top: 195px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .9;
}
.home-two-services .section-title span{
    color: var(--primary);
}
.home-two-services .section-title h2{
    color: var(--white);
}
.home-two-services .single-service::before, .home-two-services .single-service::after{
    display: none;
}
.home-two-services .single-service{
    background: var(--white);
}
.home-two-services .single-service:hover h4{
    color: var(--primary);
}
.home-two-services .single-service:hover p{
    color: var(--text);
}
.home-two-services .single-service{
    box-shadow: none;
}
.home-two-services .single-service:hover{
    box-shadow: inset 0 -15px 0 0 var(--primary);
    transition: .3;
}
.iconhover{
    display: none;
    transition: .5s;
}
.single-service:hover .iconhover{
    display: block;
    transition: .5s;
}
.single-service:hover .iconmain{
    display: none;
    transition: .5s;
}
.iconmain img, .iconhover img{
    width: 80px;
    height: auto;
}
.htwovideo{
    margin-top: 100px;
}
.htwovideo .video-single-box-icon img{
    width: 79px;
    height: auto;
    padding: 15px;
    background-color: var(--secondary);
}
.htwovideo .whyssec{
    margin-top: -30px;
}
.htwovideo .whys{
    margin-bottom: 20px;
}
.htwovideo .whys:hover img{
    background-color: var(--primary);
    transition: .5s;
}
.htwovideo .whys:hover h4{
    color: var(--primary);
    transition: .5s;
}
.htwovideo h4{
    font-size: 18px;
}
.htwovideo .section-title{
    position: relative;
}
.htwovideo .section-title p{
    margin-bottom: 0px;
}
.htwovideo .section-title h2{
    margin-bottom: 30px;
}
.htwovideo .section-title::before{
    content: "Choose Us";
    font-size: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    letter-spacing: 10px;
    color: #DCDCDC80;
    margin-top: -25px;
    text-align: center;
    position: absolute;
    z-index: -1;
}
.htwovideo .video-play{
    background-image: url(../images/hometwo/h2videobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    position: relative;
}
.htwovideo .video-play::before{
    content: "";
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.htwovideo .video-play a{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.htwovideo .video-play a i{
    width: 50px;;
    height: 50px;
    font-size: 30px;
    padding: 30px 50px 53px 33px;
    border-radius: 50%;
}
.htwovideo .video-play .whys-vid-r{
    margin: 0;
    position: absolute;
    top: 50%;
    right: -63%;
    transform: translate(-50%, -55%);
    border: 6px solid var(--white);
    box-shadow: 4px 4px 20px 1px rgba(0,0,0,.3);
}
.htwovideo .video-play .whys-vid-b{
    margin: 0;
    position: absolute;
    top: 77%;
    left: 22%;
    border: 6px solid var(--white);
    box-shadow: 4px 4px 20px 1px rgba(0,0,0,.3);
}
.htwovideo .whys-vid-back img{
    width: 600px;
    height: auto;
}
.htwovideo .whys-vid-back{
    margin: 0;
    height: auto;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -999;
}
.htwovideo .whychoose-btn{
    border-radius: 0;
    margin-top: 10px;
}
.homepagetwo .soluti-btn:hover{
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
.htwocasestudy .section-title{
    position: relative;
}
.htwocasestudy .section-title::before{
    content: "Case Study";
    font-size: 115px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    letter-spacing: 6px;
    color: #DCDCDC80;
    margin-top: 40px;
    margin-left: 19%;
    text-align: center;
    position: absolute;
    z-index: -1;
}
.htwocasestudy .section-title p{
    padding-right: 40%;
}
.htwoteam{
    position: relative;
}
.htwoteam .section-title{
    position: relative;
}
.htwoteam .section-title::before{
    content: "Our Experts";
    font-size: 100px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    letter-spacing: 10px;
    color: #DCDCDC80;;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 25%;
    z-index: -1;
}
.htwoteam .team-social i{
    border: 1px solid #ffffff;
    width: 46px;
    height: 46px;
    text-align: center;
 }
.htwoteam .team-social i:hover{
   background-color: #FF3E5560;
   border: 1px solid #ffffff;
}
.htwoteam .team-member-img img{
    border-radius: 30px 0 30px 0;
}
.htwoteam .team-member-img:hover .team-member-text{
    background-color: var(--primary);
}
.htwoteam .single-team:hover .team-member-text{
    background-color: var(--primary);
}
.htwoteam .single-team:hover h4, .htwoteam .single-team:hover span{
    color: var(--white);
}
.home-two-consulting{
    position: relative;
    z-index: 1;
}
.h2consulting{
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    background-image: url(../images/hometwo/consultingbgimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 0;
}
.h2consulting::before{
    content: "";
    background-image: url(../images/hometwo/consultingbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
}
.h2consulting h3{
    color: var(--white);
}
.h2consulting .consulting-video{
    position: relative;
}
.h2consulting .consulting-video .video-arrow {
    position: absolute;
    bottom: -40px;
    left: 243px;
}
.h2consulting .consulting-video .video-icon i {
    width: 15px;
    height: 15px;
    font-size: 20px;
    padding: 25px 38px 39px 26px;
    border-radius: 50%;
    position: absolute;
    left: 404px;
    bottom: 90px;
}
.consulting .h2form{
    background-color: var(--primary);
    box-shadow: none;
    margin: -100px auto;
    position: relative;
}
.consulting .h2form h2,.consulting .h2form span{
    color: var(--white);
}
.consulting .h2form input{
    color: var(--primary);
    background: var(--white);
    font-weight: bold;
    border-radius: 5px;
    border: none;
}
.consulting .h2form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    font-size: 18px;
    font-weight: normal;
    opacity: 1; /* Firefox */
  }
.consulting .h2form input:focus {
    transition: .3s;
    box-shadow: none;
    border-radius: 5px;
    border: none;
}
.consulting .h2form input[type=submit]:hover {
    color: var(--white);
    background-color: var(--secondary);
}
.h2form .formshadow{
    position: absolute;
    left: -33px;
    bottom: 1px;
    z-index: -11111;
}
.h2form .formshadow img{
    width: 33px;
    height:auto;
}
.h2consulting .rings .con-ring-l{
    position: absolute;
    top: 50px;
    left: 0px;
    opacity: .5;
}
.h2consulting .rings .con-ring-r{
    position: absolute;
    bottom: 30px;
    right: 180px;
    z-index: -1;
    opacity: .5;
}
.home-two-consulting .con-ring-b{
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: -5;
    opacity: .8;
}
.htwoblog{
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.htwoblog .blog-ring-l{
    position: absolute;
    top: -100px;
    left: 0;
}
.htwoblog .blog-ring-right{
    position: absolute;
    bottom: -100px;
    right: 0;
}
.htwoblog .section-title{
    position: relative;
}
.htwoblog .section-title::before {
    content: "Blog";
    font-size: 173px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    letter-spacing: 10px;
    color: #DCDCDC80;
    text-align: center;
    position: absolute;
    top: -13px;
    right: -397px;
    z-index: -1;
}
.htwosubscription{
    position: relative;
}
.htwoblog .soluti-btn{
    margin-right: 100px;
}
.htwo-subscription-main::after{
    content: none;
}
.htwo-subscription-main::before{
    content: none;
}
.htwo-sub-form input[type="submit"], .htwo-sub-form input[type="email"]{
    border-radius: 0;
    font-weight: 500;
    font-size: 18px;
}
.htwo-sub-form input[type="submit"]:hover{
    color: var(--primary);
}
.htwo-sub-form input[type="email"]:focus{
    background-color: white;
    box-shadow: none;
    outline: none;
}
.htwosubscription .subscription-ring{
    position: absolute;
    left: 60%;
    top: -35%;
}
.h2f-leftcircle{
    position: absolute;
    top: 50px;
    left: 0px;
}
.h2f-leftring{
    position: absolute;
    top: 150px;
    left: 0px;
}
.h2f-rightcircle{
    position: absolute;
    top: 180px;
    right: 0px;
    z-index: 3;
}
.h2f-rightring{
    position: absolute;
    top: 60px;
    right: 0px;
}
.hquotebtn:hover{
    background-color: var(--white) !important;
    color: var(--primary);
    transition: .3s;
}
.hreadbtn:hover{
    background-color: var(--primary) !important;
    color: var(--white) !important;
    transition: .3s;
}
.htwo-casestudy-slider{
    background-color: var(--primary);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 210px;
    height: 264px;
    position: relative;
}
.htwo-casestudy-slider .owl-carousel{
    position: relative;
    margin-top: -260px;
    position: relative;
}
.htwo-casestudy-slider .owl-nav{
    position: absolute;
    top: 40%;
    right: 10%;
    display: block;
    width: 150px;
    height: 150px;
}
.htwo-casestudy-slider .item{
    position: relative;
    background-color: var(--primary);
}
.htwo-casestudy-slider .single-casestudy-text{
    padding: 30px 0 0 0;
    text-align: center;
    width: 90%;
    left: 5%;
    border-radius: 0;
}
.htwo-casestudy-slider .single-casestudy-button{
    width: 60px;
    height: auto;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    border-radius: 0;
    background-color: var(--primary);
}
.htwo-casestudy-slider .single-casestudy-texttitle h4{
    font-size: 20px;
    margin-bottom: 15px;
}
/* .htwo-casestudy-slider .item:hover .htwo-casestudy-slider img{
    filter: brightness(60%);
    transition: .5s;
} */
.htwo-casestudy-slider .item:hover .single-casestudy-text{
    bottom: 3%;
    transition: .5s;
    opacity: 1;
}
.htwo-casestudy-slider .owl-carousel .owl-nav span{
    font-size: 48px;
    color: var(--primary);
    background-color: var(--white);
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.htwo-casestudy-slider .htringl{
    position: absolute;
    bottom: -25%;
    left: -3%;
}
.htwo-casestudy-slider .htringt{
    position: absolute;
    top: -115%;
    right: 3%;
}
.htwo-casestudy-slider .htringb{
    position: absolute;
    bottom: 20%;
    right: 30%;
}
/* ============
    ABOUT PAGE
   ============ */

.secondary-header{
    background-image: url(../images/about/abouthimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    height: 500px;
    position: relative;
    z-index: 1;
}
#breadcrumb span{
    z-index: 11111;
}
#breadcrumb h1{
    z-index: 1111;
}
#breadcrumb h1::before {
    content: "About Our Company";
    font-size: 124px;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
    letter-spacing: 10px;
    color: var(--white);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: .1;
}
#breadcrumb.service-breadcrumb h1::before {
    content: "Services We Provide";
}
#breadcrumb.single-service-breadcrumb h1::before {
    content: "Single Service in Detail";
}
#breadcrumb.blog-breadcrumb h1::before {
    content: "Welcome to Our Blog";
}
#breadcrumb.blogpost-breadcrumb h1::before {
    content: "Blog Post Title";
}
#breadcrumb.contact-breadcrumb h1::before {
    content: "Contact for Service and Support";
}
.secondary-header #breadcrumb{
    background-color: #0D1E5090;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.secondary-header a.currentpage{
    color: var(--primary);
    font-family: roboto;
    font-weight: bold;
    font-size: 18px;
}
.secondary-header a{
    color: var(--white);
    letter-spacing: 3px;
}
.secondary-header a:hover{
    color: var(--primary);
}
.secondary-header span{
    color: var(--white);
    font-size: 18px;
    z-index: 3;
}
.secondary-header h1{
    font-size: 80px;
    color: var(--white);
}
.header-circles .ring-red, .header-circles .ring-solid, .header-circles .ring-white{
    transform: scale(.8);
}
.secondary-header .header-circles .ring-red{
    position: absolute;
    left: -60px;
    top: 30px;
}
.secondary-header .header-circles .ring-white{
    position: absolute;
    right: -90px;
    top: 5px;
}
.secondary-header .header-circles .ring-solid{
    position: absolute;
    top: -30px;
    right: 165px;
}
.full-width-counter{
    position: relative;
    background-color: #0D1E50;
    padding: 0;
}
.about-counter{
    align-items: center;
    color: var(--white);
    padding: 150px 300px;
}
.about-counter h4 {
    font-size: 68px;
    color: var(--primary);
    font-weight: 700;
}
.about-counter h4 span, .about-counter p {
    color: var(--white);
}
.counter-circles{
    opacity: .9;
}
.counter-circles .ring-right{
    position: absolute;
    right: -30px;
    top: 0;
    width: 150px;
    height: auto;
}
.counter-circles .ring-left{
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 150px;
    height: auto;
}
.company-history .his-card{
    box-shadow: 0px 1px 5px -3px #0D1E50;
    padding: 55px 40px;
    margin: 0;
    transition: all .8s;
}
.section-left .his-card{
    border-left: 4px solid transparent;
}
.section-left .his-card:hover{
    border-left: 4px solid var(--primary);
}
.section-right .his-card{
    border-right: 4px solid transparent;
}
.section-right .his-card:hover{
    border-right: 4px solid var(--primary);
}
.his-card:hover .his-title h3{
    color: var(--primary);
}
.company-history {
    padding: 50px 0 100px;
}
.company-history .his-img{
    padding: 0;
    width: 100%;
    height: 400px;
    padding: 1em;
    box-shadow: 0px 1px 5px -3px #0D1E50;
    overflow: hidden;
}
.company-history .his-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.his-card .his-tag{
    font-size: 30px;
    font-weight: bold;
    color: var(--primary);
}
.his-card .his-tag span{
    font-family: 'Otomanopee One';
}
.his-card .his-title{
    margin: 15px 0;
}
.his-img, .his-card {
    position: relative;
    z-index: 1;
}
.section-left .ring1 {
    position: absolute;
    bottom: -40px;
    right: 40px;
    width: 100px;
    height: auto;
    z-index: -1;
}
.section-left .ring2 {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 100px;
    height: auto;
    z-index: -1;
}
.section-right .ring3 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: auto;
    z-index: -1;
}
.section-right .ring4 {
    position: absolute;
    bottom: -50px;
    right: 40px;
    width: 100px;
    height: auto;
    z-index: -1;
}
.section-right .ring5 {
    position: absolute;
    bottom: 100px;
    left: -40px;
    width: 100px;
    height: auto;
    z-index: -1;
}
.s-servicepage .s-service-sidebar{
    position: sticky;
    top: 30px;
    margin-bottom: 5em;
}
.s-servicepage .service-section-1{
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 100px;
}
.service-section-1 .featured-img{
    width: 100%;
    height: auto;
}
.service-section-2 .secondary-img{
    width: 100%;
    height: auto;
}
.service-section-1 h2{
    padding-top: 40px;
    padding-bottom: 10px;
}
.service-section-2 h3{
    padding-top: 0px;
    padding-bottom: 10px;
}
.s-servicepage .service-section-2{
    padding: 50px 0;
}
.service-section-1 .about-check p {
    width: 350px;
}
.service-section-2 .about-check p {
    background-color: #E6E6E6;
    padding: 20px 50px;
    margin-bottom: 20px;
    margin-left: 30px;
    transition: .3s;
}
.service-section-2 .about-check p:hover {
    background-color: var(--white)
}
.service-section-2 .about-check img {
    margin-right: 30px;
}
.s-servicepage .service-section-3{
    padding: 50px 0;
}
.service-section-3 .accordion-item{
    margin: 1em 0 0;
}
.service-section-3 .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 20px;
    color: var(--white);
    background-color: var(--primary);
}
.service-section-3 .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.service-section-3 .accordion-item{
    border: none;
}
.service-section-3 .accordion-button::after {
    width: 1.3rem;
    height: 1.3rem;
    background-image: url(../images/plussign.png);
}
.service-section-3 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minussign.png);
    width: 1.3rem;
    height: 1.3rem;
    vertical-align: middle;
}
.service-section-3 .accordion-button:not(.collapsed){
    margin-bottom: 0;
}
.service-section-3 .accordion-body p{
    font-size: 18px;
    margin-bottom: 0;
}
.s-servicepage .our-solutions{
    margin-top: 150px;
    padding: 3em 2.5em;
    box-shadow: 0px 1px 6px -5px #0D1E50;
}
.our-solutions h4{
    font-size: 1.9rem;
    margin-bottom: 1em;
}
.our-solutions span{
    display: block;
    margin: 15px 0;
}
.our-solutions span a{
    color: #000;
    transition: .1s;
}
.our-solutions span a:hover{
    color: var(--secondary);
    font-weight: 600;
}
.our-solutions > span{
    background-color: var(--primary);
    color: var(--white);
    padding: 20px 30px;
    margin-bottom: 1.5em;
}
.our-solutions > span a{
    color: var(--white);
    font-size: 22px;
}
.our-solutions > span a:hover{
    color: var(--white);
    letter-spacing: 1px;
}
.our-solutions strong a{
    color: var(--secondary);
    font-weight: 800;
}
.s-servicepage .promotion{
    height: 500px;
    overflow-y: hidden;
    position: relative;
}
.promotion img{
    margin-top: 1.5em;
    width: 100%;
    height: auto;
}
.promotion .textbox{
    position: absolute;
    top: 60%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -10%);
    background-color: #ff3e54a3;
    border: 5px solid var(--white);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
}
.textbox h6{
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 1.5em;
}
.textbox a{
    color: var(--primary);
    background-color: var(--white);
    padding: 10px 15px;
    font-weight: 500;
    border: 1px solid var(--white);
    transition: all .3s;
}
.textbox a:hover{
    color: var(--white);
    background-color: transparent;
    padding: 10px 15px;
    border: 1px solid var(--white);
}
.s-servicepage .file-downloads{
    background-color: var(--primary);
    padding: 3em 3em;
    margin-top: 1.5em;
}
.file-downloads h5{
    color: var(--white);
}
.file-downloads a{
    display: block;
    background-color: var(--white);
    color: var(--secondary);
    font-weight: 500;
    padding: .5em 1em;
    margin-top: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s;
}
.file-downloads a span{
    margin-left: 1em;
}
.file-downloads i.fa-download{
    margin-left: auto;
}
.file-downloads a:hover{
    color: var(--primary);
}
#blog-area .blog-wrap .inner-single-blog-post .blog-thumb {
    aspect-ratio: 1/1;
    overflow-y: hidden;
}
#blog-area .blog-wrap .inner-single-blog-post .blog-thumb img {
    border-radius: 10px;
    width: 100%;
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content h5 {
    line-height: 30px;
    margin-bottom: 5px;
    margin-bottom: 20px;
}
#blog-area{
    padding:100px 0;
    text-align: center;
}
#blog-area .blog-wrap .inner-single-blog-post {
    background: #ffffff;
	box-shadow: 0 30px 50px 0 rgb(8 0 42 / 8%);
	border-radius: 10px;
    width:100%;
    text-align: left;
}
#blog-area .blog-wrap .inner-single-blog-post .blog-thumb img{
    border-radius: 10px;
    width:100%;
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content {
	padding: 25px 30px;
	position: relative;
	padding-bottom: 35px;
    font-family: 'Inter', sans-serif;
}
.blog-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.blog-post-meta li img{
    width:70px;
    height:70px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px var(--secondary);
}
.blog-post-meta li, .blog-post-meta li a, .blog-post-meta li h6 {
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
    list-style-type: none;
    color: var(--secondary);
}
.blog-post-meta li:nth-child(1) {
    margin-right: 0px;
}
.blog-post-meta li h6{
    margin-bottom: 0;
}
.blog-post-meta li:last-child {
    margin-right: 0;
}
.blog-post-meta li i {
    margin-right: 6px;
    color: var(--secondary)
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content p {
    margin: 30px 0px;
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content h5 {
    line-height: 36px;
	margin-bottom: 5px;
    margin-bottom: 20px;
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content h5 a{
	font-size: 24px;
    font-family: 'Otomanopee One';
    transition: 0.5s all ease-in-out;
    color: var(--secondary);
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content h5:hover a {
	color: var(--primary);
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content .blog-content-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content .continue-btn {
	font-size: 16px;
    background: var(--primary);
    border:1px solid var(--primary);
	color: #ffffff;
    border-radius: 50px;
    padding:13px 30px;
	font-weight: 600;
    transition: .3s;
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content .continue-btn:hover {
    background: var(--secondary);
    border: 1px solid var(--secondary);
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content .continue-btn i {
	display: inline-block;
	margin-left: 10px;
	line-height: 1;
	position: relative;
	top: 2px;
	transition: .3s linear;
	transform: translateX(-10px);
	opacity: 0;
	font-size: 14px;
}
#blog-area .blog-wrap .inner-single-blog-post .inner-blog-content .continue-btn:hover i {
	transform: translateX(0px);
	opacity: 1;
}
.inner-blog-share > a {
	line-height: 1;
	font-size: 20px;
	color: var(--primary);
}
.inner-blog-share {
	position: relative;
	cursor: pointer;
}
.inner-blog-share ul {
	position: absolute;
	top: -2px;
	margin-bottom: 0;
	right: 0;
	display: flex;
	background: var(--primary);
	padding: 0 15px 0 15px;
	border-radius: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.inner-blog-share:hover ul {
	opacity: 1;
	visibility: visible;
	right: 25px;
}
.inner-blog-share ul li{
    list-style-type: none;
}
.inner-blog-share ul li a {
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 8px 7px;
	line-height: 1;
}
.inner-blog-share ul li a:hover {
	color: var(--secondary);
}
#blog-area #pagination-div .pagination .page-item.active .page-link{
    background: var(--primary);
    color:var(--white) !important;
}
.page-item.active .page-link {
    border-color: var(--primary);
}
.page-link {
    color: var(--secondary) !important;
}
/*=======[blog sidebar section Style ]========*/
.blog-sidebar{
    margin-left: 20px;
    font-family: 'Inter', sans-serif;
    position: sticky;
    top: 50px;
    margin-bottom: 5em;
}
.blog-sidebar .widget{
    padding: 2rem 1rem;
    width:100%;
    text-align: left;
    box-shadow: 0px 1px 6px -5px var(--secondary);
    margin-bottom: 3rem;
}
.blog-sidebar .widget .work-title{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.0015em;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.blog-sidebar .sidebar-tags{
    margin-bottom: 9em;
}
.page-link {
    color: var(--secondary) !important;
    margin-right: 1.1em;
    padding: .5em 1em;
}
.blog-sidebar .sidebar-search .search-form {
    position: relative;
    z-index: 1;
}
.blog-sidebar .sidebar-search .search-form input{
    height: 4rem;
    padding: 2rem;
    outline: none;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #474a4b;
    width: 100%;
    background-color: rgb(236, 239, 241);
    border: none;
}
.blog-sidebar .sidebar-search .search-form input::placeholder{
    color: #999;
    font-size: 1.4rem;
    opacity: 1;
}
.blog-sidebar .sidebar-search .search-form button{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
}
.blog-sidebar .sidebar-search .search-form .btn-sub {
    height: 4rem;
    width: 4rem;
    border: none;
    background-color: var(--primary);
    outline: none;
    border-radius: 0 5px 5px 0;
}
.blog-sidebar .sidebar-search .search-form .btn-sub:hover {
    background-color: var(--secondary);
}
.blog-sidebar .sidebar-search .search-form .btn-sub i{
    font-size: 20px;
    color:#ffffff;
}
.blog-sidebar .sidebar-tags .tags a {
    margin: 8px 0 8px 0;
}
.blog-sidebar .sidebar-tags .tags .tags-link {
    padding: 1.0rem 2.0rem;
    background-color: rgb(236, 239, 241);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.0025em;
    color: #4B474B;
    display: inline-block;
    transition: 0.5s all ease-in-out;
}
.blog-sidebar .sidebar-tags .tags .tags-link:hover {
    background-color: var(--primary);
    color: #ffffff;
}
.blog-sidebar .sidebar-category ul li{
    list-style-type: none;
    display: block;
    border-bottom: 1px dashed var(--primary);
    padding: 18px 0 15px;
    font-size: 18px;
}
.blog-sidebar .sidebar-category ul li:first-child {
    border-top: none;
}
.blog-sidebar .sidebar-category ul li a{
    color: #4b474b;
    text-decoration: none;
    background-color: transparent;
    transition: 0.5s all ease-in-out;
    transition: .1s ease;
}
.blog-sidebar .sidebar-category ul li a:hover{
    color: var(--secondary) !important;
    font-weight: 600;
}
.blog-sidebar .sidebar-category ul li a span {
    float: right;
    padding: 5px 8px;
    border-radius: 50%;
    background: var(--primary);
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
}
.blog-sidebar .sidebar-category ul li a:hover{
    color:#1E41BE;
}
.blog-sidebar .recent-post .recent-post-single{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.blog-sidebar .promo-ad{
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
}
.blog-sidebar .promo-ad img{
    width: auto;
    height: 100%;
}
.blog-sidebar .promo-text{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white);
    width: 100%;
    text-align: center;
}
.blog-sidebar .promo-text h3{
    color: var(--white);
    font-size: 2.4rem;
    width: 100%;
    margin-top: .5em;
}
.blog-sidebar .promo-text h4{
    color: var(--white);
    font-size: 1.4rem;
    margin-top: .5em;
}
.blog-sidebar .promo-text img{
    margin-inline: 29% 71%;
}
.blog-sidebar .promo-text a{
    color: var(--white);
    background-color: var(--primary);
    display: inline-block;
    margin-top: 30px;
    padding: 10px 18px;
    border: 1px solid var(--primary);
    transition: all.3s ease;
}
.blog-sidebar .promo-text a:hover{
    background-color: var(--secondary);
    border: 1px solid var(--white);
}
.blog-sidebar .promo-ad::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    opacity: .9;
}
.blog-sidebar .recent-post .recent-post-single:last-child{
    padding-bottom: 0;
}
.blog-sidebar .recent-post .recent-post-single .recent-post-img {
    overflow: hidden;
    width: 100px;
    height:100px;
    margin-right: 20px;
}
.blog-sidebar .recent-post .recent-post-single .recent-post-img img {
    width: auto;
    height: 100%;
    transition: 0.5s all ease-in-out;
}
.blog-sidebar .recent-post .recent-post-single:hover .recent-post-img img{
    transform: scale(1.1);
}
.blog-sidebar .recent-post .recent-post-single .recent-post-bio{
    width:235px;
}
.blog-sidebar .recent-post .recent-post-single .recent-post-bio h6 a{
    font-size: 16px;
    line-height: 1.66;
    color: var(--secondary);
    font-weight: 500;
    transition: 0.5s all ease-in-out;
}
.blog-sidebar .recent-post .recent-post-single .recent-post-bio h6 a:hover{
    color: var(--primary) !important;
}
.blog-sidebar .recent-post .recent-post-single .recent-post-bio h6{
    line-height: 15px;
}
.blog-sidebar .recent-post .recent-post-single:hover .recent-post-bio h6 a{
    color: var(--primary);
}
.blog-sidebar .recent-post .recent-post-single .recent-post-bio span{
    font-size: 14px;
    line-height: 1.71;
    color: #928f92e3;
}

/*=============================[Blog-grid Style ]===============================*/
#blog-grid-area{
    padding:100px 0 50px 0;
}
#blog-grid-area .blog-wrap .single-blog{
    box-shadow: 0px 0px 10px 0px #4b474b40;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    width:95%;
    margin: 0 auto;
    margin-bottom:50px;
}
#blog-grid-area .blog-wrap .single-blog .single-blog-img{
    position:relative;
}
#blog-grid-area .blog-wrap .single-blog .single-blog-img img{
    border-radius: 10px 10px 0 0;
    width:100%;
    object-fit: fill;
}
#blog-grid-area .blog-wrap .single-blog .single-blog-img .blog-meta-date{
    width:100px;
    height:100px;
    background: #1E41BE;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position:absolute;
    right:20px;
    bottom:-30px;
}
#blog-grid-area .blog-wrap .single-blog .single-blog-img .blog-meta-date span{
    font-size: 35px;
    font-weight: 600;
    color:#ffffff;
    display:block;
}
#blog-grid-area .blog-wrap .single-blog .single-blog-img .blog-meta-date span.month{
    font-size: 18px;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content{
    padding:30px 20px;
    font-family: 'Inter', sans-serif;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .blog-meta{
    margin-bottom: 20px;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .blog-meta span{
    color: #4B474BE3;
    font-size:16px;
    font-weight: 500px;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .blog-meta i{
    margin-right: 5px;
    color: #1E41BE;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content h5 a{
    font-size:18px;
    color: #4B474B;
    font-weight: 700;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content p{
    color: #4B474B;
    margin:15px 0;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .blog-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .continue-btn {
	font-size: 16px;
    background: #1E41BE;
    border:1px solid #1E41BE;
	color: #ffffff;
    border-radius: 50px;
    padding:10px 24px;
	font-weight: 600;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .continue-btn i {
	display: inline-block;
	margin-left: 10px;
	line-height: 1;
	position: relative;
	top: 2px;
	transition: .3s linear;
	transform: translateX(-10px);
	opacity: 0;
	font-size: 14px;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .continue-btn:hover i {
	transform: translateX(0px);
	opacity: 1;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .blog-by{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .blog-by img{
    width:50px;
    height:50px;
    border-radius:50%;
    margin-bottom: 10px;
}
#blog-grid-area .blog-wrap .single-blog .blog-text-content .blog-by span{
    font-size:16px;
    color: #4B474B;
}

/*=============================[Blog post Style ]===============================*/
#blog-post{
    padding:100px 0;
}
#blog-post .single-blog-post{
    background: #ffffff;
	box-shadow: 0 30px 50px 0 rgb(8 0 42 / 8%);
    padding:50px 30px;
    border-radius:10px;
    font-family: 'Inter', sans-serif;
}
#blog-post .single-blog-post .blog-thumb{
    height: 450px;
    overflow: hidden;
}
#blog-post .single-blog-post .blog-post-img{
    width: 100%;
    height: auto;
    border-radius:10px;
    margin-bottom: 20px;
}
#blog-post .single-blog-post h2{
    font-size: 2.6rem;
    font-weight:700;
    margin:20px 0;
    line-height: 1.3;
}
blockquote{
    margin: 0 !important;
    z-index: 0;
}
#blog-post .single-blog-post .inner-blog-content .quote-figure{
    background-color: var(--primary);
    padding: 30px 20px;
    border-radius: 10px;
    margin: 20px 0 0;
    position: relative;
}
#blog-post .single-blog-post .inner-blog-content .quote-figure blockquote p{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight:400;
    color: var(--white);
    text-align: center;
    margin: 0;
}
#blog-post .single-blog-post .inner-blog-content .quote-figure blockquote .fa-quote-left{
    font-size: 50px;
    color: var(--white);
    opacity: 1;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
}
.inner-blog-content h4{
    margin-top: 1em;
    font-size: 2rem;
}
.inner-blog-content p{
    margin: 1em 0;
}
.inner-blog-content .post-sec-img{
    width: 100%;
    height: 300px;
    box-shadow: 0px 0px 6px -4px #0D1E50;
    overflow: hidden;
}
.inner-blog-content .post-sec-img img{
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: cover;
}
.inner-blog-content .postlistitems{
    list-style: url(../images/check.png);
}
.inner-blog-content .postlistitems:first-child{
    margin-left: 50px;
}
.inner-blog-content .postlistitems li{
    margin: 1em;
    padding-left: .5em;
    font-size: 18px;
    line-height: 36px;
}
#blog-post .single-blog-post .inner-blog-content .quote-figure blockquote .fa-quote-left::before{
    position: absolute;
    top: 10px;
    left: 15px;
}
#blog-post .single-blog-post .inner-blog-content .quote-figure blockquote .fa-quote-right{
    font-size: 50px;
    color: var(--white);
    opacity: 1 !important;
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
}
#blog-post .single-blog-post .inner-blog-content .quote-figure blockquote .fa-quote-right::before{
    position: absolute;
    bottom: 10px;
    right: 15px;
}
#blog-post .single-blog-post .blog-footer{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
#blog-post .single-blog-post .blog-footer li{
    list-style-type: none;
    float:left;
    margin-bottom: 0;
}
#blog-post .single-blog-post .blog-footer li span{
    font-size:18px;
    margin-right: 15px;
    font-weight: 700;
}
#blog-post .single-blog-post .blog-footer ul li.tag-item{
    font-size: 16px;
    background-color: rgb(236, 239, 241);
    padding:15px 40px;
    margin-bottom: 0;
    margin-right: 10px;
    border-radius:50px;
}
#blog-post .blog-slider{
    box-shadow: 0px 0px 10px 0px #4B474B40;
    border-radius:10px;
    margin-top: 50px;
    position:relative;
}
#blog-post .blog-slider .slider-item{
    display:flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    padding:40px 50px;
}
#blog-post .blog-slider .slider-item img{
    width:200px;
    height:200px;
    border-radius:200px;
    margin-right: 20px;
}
#blog-post .blog-slider .slider-item h6{
    font-weight:700;
    font-size:20px;
    color: #4B474BE3;
}
#blog-post .blog-slider .slider-item p{
    color: #4B474BE3;
}
#blog-post .blog-slider.owl-carousel .owl-nav button.owl-next,#blog-post .blog-slider.owl-carousel .owl-nav button.owl-prev{
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #4B474B40;
    width:50px;
    height:50px;
    color: #1E41BE;
    border-radius: 50%;
    font-size: 24px;
}
#blog-post .blog-slider.owl-carousel .owl-nav button.owl-next{
    position:absolute;
    top:50%;
    right:-25px;
    transform:translateY(-50%);
}
#blog-post .blog-slider.owl-carousel .owl-nav button.owl-prev{
    position:absolute;
    top:50%;
    left:-25px;
    transform:translateY(-50%);
}
#blog-comment-section {
    background: #ffffff;
    box-shadow: 0 30px 50px 0 rgb(8 0 42 / 8%);
    padding: 6rem 5rem;
    margin-top: 3rem;
  }
  #blog-comment-section .single-content-title {
        margin-bottom: 3rem;
        font-size: 23px;
        font-weight: 700;
        letter-spacing: 0.0015em;
  }
  #blog-comment-section .single-comments-section .single-commentor {
        margin-bottom: 5rem;
  }

  #blog-comment-section .single-comments-section .single-commentor ul {
        display: flex;
        flex-direction: column;
        gap: 3rem;
  }
  #blog-comment-section .single-comments-section .single-commentor ul li{
      list-style-type: none;
  }

  #blog-comment-section .single-comments-section .single-commentor .single-commentor-user {
        display: flex;
        align-items: flex-start;
        gap: 3rem;
        font-family: 'Inter', sans-serif;
  }
  #blog-comment-section .single-comments-section .single-commentor .single-commentor-user img{
        width:50px;
        height:50px;
        border-radius: 50%;
  }
  #blog-comment-section .single-comments-section .single-commentor .single-commentor-user h5{
      font-size:18px;
      font-weight:700;
      color: var(--primary);
  }

  #blog-comment-section .single-comments-section .single-commentor .single-commentor-user .share {
    font-size: 14px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.0025em;
    text-transform: capitalize;
    color: var(--secondary);
    font-weight: 600;
}
#blog-comment-section .single-comments-section .single-commentor .single-commentor-user .share i{
    font-size: 20px;
    color: var(--primary);
    margin-right: .3em;
}
#blog-comment-section .single-comments-section ul li.pd-left{
    padding-left: 9rem;
}
#blog-comment-section .comment-reply-box .comment-form textarea {
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    color: #786d99;
    height: 160px;
    transition: .3s;
}
#blog-comment-section .comment-reply-box .comment-form textarea:focus {
    outline: 1px solid #ebebeb;
}
#blog-comment-section .comment-reply-box .comment-form textarea:focus-within {
    outline: none;
}
.inner-blog-content .postlistitems li:last-child {
    margin-bottom: 0;
}
#blog-comment-section .comment-reply-box .comment-form input {
    width: 100%;
    padding: 12px 20px;
    color: #786d99;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    transition: .3s;
}
#blog-comment-section .comment-reply-box .comment-form .btn {
    margin-top: 10px;
    background: var(--primary);
    border: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 14px 28px;
    color:#ffffff;
    transition: all .3s ease;
}
#blog-comment-section .comment-reply-box .comment-form .btn:hover {
    background: var(--secondary);
}
.blog-post .email-subscription{
    margin: 5em 0 9em;
    padding-inline: 3em;
}
.blog-post .email-subscription h4{
    font-size: 2.4rem;
}
.blog-post .email-subscription h6{
    font-size: 1.2rem;
    margin-top: 1em;
}
.blog-post .email-subscription p{
    margin-top: 1.5em;
}
.blog-post input{
    box-shadow: none;
    border: 1px solid var(--secondary);
    font-size: 1.4rem;
    padding: .3em 1.5em;
    margin: .1em;
    transition: aall .3s ease;
}
.blog-post input[type="submit"]{
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
    font-size: 1.4rem;
    font-weight: 400;
    transition: all .3s ease;
}
.blog-post input[type="submit"]:hover{
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
.blog-post input::placeholder{
    color: var(--text);
    text-align: center;
}
.blog-post input:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--secondary);
}
.blog-style-list{
    flex-basis: 29%;
}
.blog-list .email-subscription{
    margin: 5em 0 9em;
    padding-inline: 3em;
}
.blog-list .email-subscription h4{
    font-size: 2.4rem;
}
.blog-list .email-subscription h6{
    font-size: 1.2rem;
    margin-top: 1em;
}
.blog-list .email-subscription p{
    margin-top: 1.5em;
}
.blog-list input{
    box-shadow: none;
    border: 1px solid var(--secondary);
    font-size: 1.4rem;
    padding: .3em 1.5em;
    margin: .1em;
    transition: aall .3s ease;
}
.blog-list input[type="submit"]{
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
    font-size: 1.4rem;
    font-weight: 400;
    transition: all .3s ease;
}
.blog-list input[type="submit"]:hover{
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
.blog-list input::placeholder{
    color: var(--text);
    text-align: center;
}
.blog-list input:focus{
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    border-bottom: 1px solid var(--secondary);
}
.contact-section    ul li a{
    color:inherit;
}
.contactpage .contact-info h3{
    font-size: 1.8rem;
    margin-bottom: 1em;
}
.contactpage .contact-info p{
    font-size: 1.2rem;
    width: 50%;
    margin-bottom: 3em;
    margin-inline: auto;
}
.contactpage .contact-info .info-card{
    box-shadow: 0px 1px 6px -5px #0D1E50;
    padding: 6em 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    height: 350px;
    transition: all .3s ease;
}
.contactpage .contact-info .info-card:hover{
    background-color: var(--primary);
}
.contactpage .contact-info .info-card:hover i, .contactpage .contact-info .info-card:hover span{
    color: var(--white);
}
.contact-info .info-card i{
    font-size: 3.6rem;
    color: var(--primary);
    margin-bottom: .5em;
}
.contact-info .info-card address, .contact-info .info-card span{
    font-size: 1.4rem;
    color: var(--secondary);
}
.contactpage .contact-form h3{
    font-size: 1.8rem;
    margin-bottom: 1em;
}
.contactpage .contact-form p{
    font-size: 1.2rem;
    width: 50%;
    margin-bottom: 3em;
    margin-inline: auto;
}
.contact-form form{
    width: 90%;
    box-shadow: 0px 1px 9px -6px var(--text);
    padding: 150px 50px 50px;
    margin-inline: auto;
    margin-bottom: 50px;
}
.contact-form form input, .contact-form form select{
    width: 40%;
    margin: 0 10px 20px;
    padding: .9em 1.5em;
    border: none;
    box-shadow: 0px 0px 5px -4px var(--text);
}
.contact-form form select option{
    margin: 3em;
    background-color: var(--secondary);
    color: var(--white);
    font-size: 1.2rem;
    border-bottom: 1px dashed var(--white);
}
.contact-form form input:focus, .contact-form form select:focus{
    border: none;
    outline: none;
    box-shadow: 0px 0px 5px -4px var(--text);
}
.contact-form form input::placeholder, .contact-form form textarea::placeholder, .contact-form form select{
    color: var(--text);
    font-size: 1rem;
}
.contact-form form textarea{
    width: 82%;
    border: none;
    box-shadow: 0px 0px 5px -4px var(--text);
    font-size: 1rem;
    color: var(--secondary);
    padding: .9em 1.5em;
}
.contact-form form textarea:focus{
    border: none;
    outline: none;
    box-shadow: 0px 0px 5px -4px var(--text);
}
.contact-form form input[type="submit"]{
    border: 1px solid var(--primary);
    background-color: var(--primary);
    padding: .6em 1.4em;
    color: var(--white);
    width: 15%;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5em;
    transition: all .3s ease;
    display: block;
    margin-inline: auto;
}
.contact-form form input[type="submit"]:hover{
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}


.mean-container{
    transition: none;
}

.box-span span{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 15px;
}

.container.container-botton{
    margin-bottom: -88px;
}

.btn-whatsapp {
    position: fixed;
    bottom: 3%;
    right: 2.2%;
    z-index: 999;
    padding: 0.65em 1em;
}
.bg-dark{
     width:100vw;
     background-color:var(--secondary);
}