/*-----------------------------

    CSS INDEX

	===================

	1.	header-top-area

	2.  slider-area

	3.	home-service-area

	4.	our-service-area

	5.	testimonial-area

	6.	counter-area

	7.	recent-work-area

	8.	blog-area

	9.	footer

	10.	what-we-do

	11. portfolio-area

	12. team-area

	13.	contact-area

	14.	breadcrumb-banner-area

	15.	about-area

	16.	action-area

	17.	blog-details

	18.	brand-area

	19.	project-details-area

	20.	pricing-area

	21.	map

-----------------------------------------------------------------------------------*/

/* header-top-area */

body {
    background-size: 212px 144px !important;
    background-image: linear-gradient(to right, #8080803d 1px, transparent 1px), linear-gradient(to bottom, #8080803d 1px, transparent 1px) !important;
    position: relative;
    z-index: -1;
    background-color: black !important;
}

/*#myCanvas {
  display: none;
}*/

.header-menu .scroll-header .main-menu.transparent-menu ul li a {
    color: #000;
}

html,
body {
    overflow-x: hidden;
}

.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #16181c none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.dsble-snoke {
    pointer-events: all !important;
}

.header-logo {
    position: relative;
    z-index: 1;
}

.site-branding {
    padding: 35px 20px 35px 15px;
    position: relative;
}

.site-branding::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: -780px;
    position: absolute;
    top: 0;
    width: 1000px;
}

.site-branding::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 56px 0 55px 30px;
    content: "";
    height: 0;
    position: absolute;
    right: 50px;
    top: 0;
    width: 0;
}

.header-left {
    margin-top: 35px;
    overflow: hidden;
}

.header-text {
    float: left;
    margin-right: 60px;
    overflow: hidden;
}

.header-text:last-child {
    margin: 0;
}

.header-icon {
    float: left;
    margin-right: 10px;
    position: relative;
}

.header-icon::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 30px;
    position: absolute;
    right: -10px;
    top: 6px;
    width: 1px;
}

.header-icon i {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 6px;
}

.header-info {
    margin-left: 48px;
}

.phone {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.gmail {
    color: #bababa;
    font-size: 14px;
    font-weight: 300;
}

.header-left-icon {
    margin-top: 39px;
    text-align: right;
}

.header-left-icon a {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.header-left-icon a:last-child {
    margin-right: 0
}

.header-left-icon a:hover {
    background: #fff;
    color: #fa4c4e;
}

.headers-left {
    padding-top: 15px;
}

.headers-left-text {
    float: left;
    margin-right: 20px;
}

.headers-left-text:last-child {
    margin-right: 0;
}

.headers-left-icon {
    float: left;
    margin-right: 10px;
}

.headers-left-icon i {
    color: #d9d9d9;
    font-size: 16px;
}

.headers-left-text>p {
    font-size: 14px;
    margin-bottom: 0;
    color: #d9d9d9;
}

.header-rights {
    float: right;
}

.header-rights i {
    color: #ffffff;
    font-size: 17px;
    margin-right: 8px;
}

.header-rights a {
    background: #fa4c4e none repeat scroll 0 0;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding: 19px 22px;
    text-transform: uppercase;
    display: inline-block;
}

.header-menu {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}

/* ============================

Home 4 Header Style

========================== */

.home-four .header-top-area,
.home-four .main-menu-area {
    padding: 25px 0;
}

.home-four .header-left,
.home-four .header-left-icon,
.home-four .logo {
    margin: 0;
}

.home-four .header-left-icon a {
    background-color: #fff;
    color: #fa4c4e;
}

.home-four .header-left-icon a:hover {
    background-color: #fa4c4e;
    color: #fff;
}

.home-four .main-menu nav ul {
    text-align: right;
}

.home-four .main-menu nav ul li {
    margin-right: 35px;
}

.home-four .main-menu nav ul ul li,
.home-four .main-menu nav ul li:last-child {
    margin-right: 0;
}

.home-four .main-menu nav ul li a {
    padding: 0;
}

.home-four .main-menu nav ul ul {
    text-align: left;
    margin-top: 37px;
}

.home-four .main-menu nav ul ul::before {
    content: '';
    height: 37px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
}

/* main-menu-area-start */

.main-menu-area .row {
    align-items: start
}

.main-menu ul {
    text-align: center;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li>a {
    color: #666666;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    padding: 30px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.main-menu ul li:last-child a {
    padding-right: 0
}

.main-menu ul li:first-child a {
    padding-left: 0
}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #fa4c4e;
}

.make-appointment {
    padding: 30px 0;
}

.make-appointment img {}

.make-appointment a {
    color: #fa4c4e;
    font-size: 14px;
    font-weight: 400;
    margin-left: 9px;
    text-transform: uppercase;
}

/* About Us */

#int-banner {
    background: url('../images/headerbg1.png') no-repeat;
    background-size: cover !important;
    padding: 0px 80px 80px;
}

#int-banner h1 {
    display: block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 800;
    text-align: center;
    padding: 100px 0;
}

#int-banner h1 span {
    display: block;
    font-weight: 200;
}

#about h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    padding: 50px 0px 30px 0px;
}

#about P {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

#about {
    background: #232730;
    padding-bottom: 50px;
}

#about img {
    margin-top: -150px;
}

#vrdifferent {
    pointer-events: all;
}

#vrdifferent h1,
#vrdifferent h2 {
    text-align: center;
    color: #fff;
}

#vrdifferent h2 {
    padding-bottom: 30px;
}

.sec-3-head {
    margin: 0 auto;
}

.boxes3 h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 0;
}

.boxes3 p {
    text-align: justify !important;
}

.vrbox {
    background: linear-gradient(to bottom, #20242c, #16181c);
    border: 1px solid #373e4d;
    padding: 50px 25px;
    border-radius: 10px;
    margin: -5px;
    margin-bottom: 2rem !important;
}

.vrbox .bloc-pic-1 {
    margin: 0 15px;
}

#strength {
    text-align: center;
}

#strength h2 {
    font-size: 150px;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    pointer-events: none;
}

.strength-text-p {
    display: table;
    text-align: center;
    width: 100%;
}

.strength-text {
    display: table-cell;
    vertical-align: middle;
    height: 631px;
    background: url(../images/orangebgcircle.png) no-repeat;
    background-position: center top;
}

#strength h3,
#strength p {
    color: #fff;
    font-size: 50px;
    font-family: raleway, sans-serif;
    font-weight: bold;
    text-align: left;
    display: block;
}

.org-circle {
    background: #d0421a;
    width: 162px;
    height: 162px;
    border-radius: 100px;
    margin-top: 140px;
    transition: all 0.4s ease-in-out 0s;
}

.teamrow {
    overflow: hidden;
    padding: 50px 0px;
}

.team_row_border {
    border-bottom: 2px solid #43474f;
}

.teampic {
    width: 162px;
    /*height:162px;*/
    border-radius: 100px;
    position: relative;
    opacity: 0;
}

/*.teamrow:hover .teampic{z-index:555;position: relative;margin-top:-162px;transition:all 0.4s ease-in-out 0s;}*/

.teamrow:hover .org-circle {
    margin-top: 0px;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
}

.sumit-sir .org-circle:before {
    position: absolute;
    content: "";
    background: url(../images/sumit_nvd1.png) no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-position: center center;
}

.teamrow:hover .org-circle:before {
    opacity: 1;
}

.manali .org-circle:before {
    position: absolute;
    content: "";
    background: url(../images/manali.jpg) no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-position: center center;
}

.aman-vats .org-circle:before {
    position: absolute;
    content: "";
    background: url(../images/aman-vats.jpg) no-repeat;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background-position: center center;
}

.tmpic1 {
    background: url(../images/sumit_nvd1.png) no-repeat;
}

.tmpic2 {
    background: url(../images/manali.jpg) no-repeat;
}

.tmpic {
    background: url(../images/sumit_nvd1.png) no-repeat;
}

.teamrow:hover.teampic {
    position: absolute;
    opacity: 1;
    overflow: hidden;
    margin-top: -162px;
    transition-duration: 3s, 1s;
    transition: all 0.4s ease-in-out 0s;
}

.teamrow h4,
.teamrow h6,
.teamrow p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.teamrow h4 {
    font-weight: bold;
    font-size: 34px;
}

.teamrow h6 {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.trans-button {
    border: 1px solid #313640;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
}

.trans-button i {
    color: #f04b1e;
    margin-right: 10px;
}

.d-lg-block {
    padding: 0px;
}

.barmenu i {
    font-size: 40px;
    color: #f04b1e;
}

.scroll-header {
    margin-top: 0px;
}

#no-border-btn {
    border: 1px solid #313640;
    color: #fff;
    padding: 15px;
}

#orange-btn {
    background: #f04b1e;
    color: #fff;
    padding: 15px;
}

#orangebtn {
    background: #f04b1e;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    display: inline-block;
}

h4#trusttext span {
    color: #f04b1e;
}

/* new raj css */

.sec-3,
.service-sec,
.big-text-sec,
.unique-sec,
.stories,
.testimonial-sec,
.blog-sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: #17181c;
}

.brands {
    padding-bottom: 7rem;
    padding-top: 2rem;
    display: flex;
    align-items: center;
}

.sec2-cen-div {
    background: #232730;
    padding: 10px;
    border-radius: 20px;
}

.award-row a,
.award-row p {
    color: #fff;
}

.award-row p {
    font-size: 20px;
    font-weight: 400;
}

.award-row p i {
    color: #f04b1e;
}

.award-row p img,
.award-row p i {
    padding-right: 10px;
}

.talk-expert {
    display: flex;
    justify-content: center;
}

.talk-expert img {
    height: 100%;
    width: auto;
    padding-right: 10px;
    padding-top: 10px;
}

.talk-expert p span {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.talk-expert p {
    font-size: 17px;
    font-weight: 300;
    padding-top: 10px;
}

.tblcell {
    display: table;
}

.tblcell p {
    display: table-cell;
    vertical-align: middle;
}

.sec-3-head h2 {
    font-size: 78px;
    color: #ffff;
    text-align: center;
    font-weight: bold;
}

.sec-3-head h2 span {
    color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "poppins";
    font-size: 80px;
}

.sec-3 p {
    font-size: 16px;
    color: #99a2b8;
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
    overflow: hidden;
    height: 100px;
}

.single-logo {
    text-align: center;
}

.service-img {
    padding: 20px;
}

.services-sec-inner {
    background: #232730;
    border-radius: 100px;
    padding: 50px;
}

.services-sec img {
    border-radius: 10px;
}

.services-sec-inner h2 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px;
}

.services-sec-inner h4 {
    font-size: 22px;
    color: #e1e1e1;
    text-align: left;
    padding: 20px 0px;
    font-family: "Poppins";
    font-weight: 300;
}

a.nobgbtn,
.business-grow input[type="submit"] {
    border: 1px solid #313640;
    color: #fff;
    padding: 15px;
}

.big-text h1 {
    text-align: center;
    display: block;
    transition: all 0.4s ease-in-out 0s;
}

.big-text h1 {
    color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #606163;
    font-family: "poppins";
    font-size: 55px;
    font-weight: bold;
    position: relative;
}

h1.service-head {
    font-size: 110px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 50px 0px 0rem;
    margin-bottom: 4rem;
}

.big-text-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-text {
    margin: 0px 48px;
    display: contents;
}

.big-text:nth-child(1) {}

.big-text:nth-child(2) {}

.big-text:nth-child(2) h1 {
    color: #fff;
    font-size: 38px;
    font-family: "Raleway";
    -webkit-text-stroke-color: #fff;
    font-weight: 600;
}

.big-text:nth-child(3) {}

/*.big-text h1:hover{text-align:center;font-size:55px;color:#fff;  transition: all 0.4s ease-in-out 0s; }
    .big-text:nth-child(2) h1:hover{text-align:center;font-size:55px;color:transparent!important;  transition: all 0.4s ease-in-out 0s;  }*/

.big-text h1:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    right: -5.8rem;
    width: 4rem;
    height: 5px;
    /*background: -webkit-gradient(linear,left top,right top,from(#a166ed),to(#5777ff));
    background: linear-gradient(90deg,#a166ed 0,#5777ff);*/
    background: #363d4c;
}

.big-text {
    overflow: hidden;
    position: relative;
}

.big-text h1 {
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 50px;
    text-align: center;
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: big-text 15s linear infinite;
    -webkit-animation: big-text 15s linear infinite;
    animation: big-text 15s linear infinite;
}

/* Move it (define the animation) */

@-moz-keyframes big-text {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes big-text {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes big-text {
    0% {
        -moz-transform: translateX(100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(100%);
        /* Firefox bug fix */
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateX(-100%);
        /* Firefox bug fix */
        transform: translateX(-100%);
    }
}

.unique-sec h3 {
    font-size: 78px;
    color: #fff;
    font-family: "Raleway";
}

.unique-sec h3 span,
.text p span,
#strength p span {
    font-size: 70px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-decoration: underline solid #fff 2px;
    ;
    width: auto;
}

#strength p:nth-child(1) {
    margin-bottom: 30px;
    line-height: 1.2
}

#strength p:nth-child(2) span {
    font-size: 60px;
}

#strength p:nth-child(3) {
    margin-top: 76px;
    line-height: 50px;
}

.unique-sec p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}

.unique-pics {
    margin-top: -15px;
}

.unique-pics img.countpic {
    width: 90%;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    z-index: -1;
    box-shadow: 0 0 10px 6px white inset;
}

.unique-pics img:nth-child(1) {}

.unique-pics img:nth-child(2) {}

.unique-pics img:nth-child(3) {}

.unique-pics .bigtno {
    font-family: "Poppins";
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
    display: inline-block;
}

.unique-pics .pdleft {
    margin-left: 50px;
}

.unique-pics p.counttext {
    font-size: 18px;
    font-family: "Raleway";
    text-align: left;
    padding-left: 72px;
    margin-top: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.stories {
    pointer-events: initial;
}

.stories h6,
.testimonial-sec h6 {
    font-size: 75px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem
}

.stories h2 {
    font-weight: bold;
    color: #fff;
    font-size: 75px;
    text-align: center;
    margin-bottom: 50px;
}

.stories h2 span {
    color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "poppins";
    font-size: 60px;
    font-weight: bold;
}

.logo-row {
    display: flex;
}

.stories .logo-box {
    border-image: linear-gradient(180deg, #a9a9a9, #000) 3;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    padding: 10px 15px;
    text-align: center;
    width: 20%;
    height: 70px;
    background: url(../images/story-logo11.png) no-repeat;
    background-size: 55%;
    background-position: bottom;
    margin-right: 20px;
}

.stories .logo-row1 .logo-box:nth-child(1) {
    background: url(../images/logos/Logo-1.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row1 .logo-box:nth-child(2) {
    background: url(../images/logos/Logo-2.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row1 .logo-box:nth-child(3) {
    background: url(../images/logos/Logo-3.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row1 .logo-box:nth-child(4) {
    background: url(../images/logos/Logo-4.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row1 .logo-box:nth-child(5) {
    background: url(../images/logos/Logo-5.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row2 .logo-box:nth-child(1) {
    background: url(../images/logos/Logo-6.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row2 .logo-box:nth-child(2) {
    background: url(../images/logos/Logo-7.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row2 .logo-box:nth-child(3) {
    background: url(../images/logos/Logo-8.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row2 .logo-box:nth-child(4) {
    background: url(../images/logos/Logo-9.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row2 .logo-box:nth-child(5) {
    background: url(../images/logos/Logo-10.png) no-repeat;
    background-position: 50% 135%;
    margin-right: 20px;
}

.stories .logo-row1 .logo-box:hover,
.stories .logo-row2 .logo-box:hover {
    background-position: 50% -42%;
    transition: all 0.4s ease-in-out 0s;
    padding: 10px 15px;
    background-color: #99a2b8;
}

/*.testimonial-sec {background:#16181c;}*/

.testimonial-sec img {
    height: auto;
}

.testimonial-sec p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.testimonial-sec h3 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.2rem;
}

.stars img {
    width: 20% !important;
    height: auto;
    margin: 0px 0 0px 0;
}

.test-content {
    padding-left: 60px;
}

.blog-sec h2 {
    font-weight: bold;
    font-size: 75px;
    text-align: left;
    margin-bottom: 50px;
    color: #fff;
}

.blog-list li {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-top: 1px solid #4e535c;
    border-bottom: 1px solid #4e535c;
    padding: 30px;
    border-image: linear-gradient(to right, #4e535c 0%, #4e535c 50%, #16181c 50%, #16181c 100%) 3;
}

.blog-list li a {
    color: #fff;
}

.blog-list {
    width: 100%;
}

.blog-list ol li {
    list-style: none;
    counter-reset: item;
}

.blog-list li {
    counter-increment: item;
    position: relative;
    transition: all 0.4s ease-in-out 0s;
}

.blog-list li:before {
    margin-right: 10px;
    content: counter(item);
    border-radius: 100%;
    color: #464c56;
    width: 1.2em;
    text-align: left;
    padding-right: 20px;
    display: inline-block;
}

.blog-list li:hover {
    background: #232730;
    border-radius: 10px;
    margin-left: 15px;
    border: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-list li img {
    /* margin-left: -331px; right: -100%;*/
    margin: 0;
    position: absolute;
    width: 27.75vw;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.post-detail {
    display: flex;
    animation: fadeInAnimation 1s ease-in-out;
}

.post-detail {
    width: 100%;
    position: relative;
    background: #16181c;
    z-index: 5;
    border-radius: 25px;
    margin-top: 30px;
    padding: 20px;
    color: #4e535c
}

/*.blog-list li:nth-child(1) img{top:-1%;}
.blog-list li:nth-child(2) img{top:-100%;}
.blog-list li:nth-child(3) img{top:-200%;}
.blog-list li:nth-child(4) img{top:-300%;}
.blog-list li:nth-child(5) img{top:-400%;}*/

.blog-list li:nth-child(1):hover img {
    top: 5%;
    right: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.blog-list li:nth-child(2):hover img {
    top: 5%;
    right: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.blog-list li:nth-child(3):hover img {
    top: 5%;
    right: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.blog-list li:nth-child(4):hover img {
    top: 5%;
    right: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.blog-list li:nth-child(5):hover img {
    top: 5%;
    right: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.home-blog .blog-list li:hover img {
    top: -3rem;
    right: -3rem;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.business-grow h2 {
    color: #fff;
    font-size: 67px;
    text-transform: uppercase;
    font-weight: bold;
}

.business-grow h6 {
    text-align: left;
}

.business-grow h2 span {
    font-size: 78px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
}

.business-grow input[type="text"],
.business-grow input[type="email"],
.business-grow select {
    background: #232730;
    width: 100%;
    padding: 20px 15px;
    color: #717b91;
    font-size: 15px;
    text-align: left;
    border: 0;
    margin-bottom: 5px;
}

.business-grow textarea {
    background: #232730;
    width: 100%;
    padding: 20px 15px;
    color: #717b91;
    font-size: 15px;
    text-align: left;
    border: 0;
    margin-bottom: 20px;
    height: 130px;
}

.business-grow input[type="text"]::placeholder,
.business-grow textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #717b91;
    opacity: 1;
    /* Firefox */
}

.business-grow input[type="text"]:-ms-input-placeholder,
.business-grow textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #717b91;
}

.business-grow input[type="text"]::-ms-input-placeholder,
.business-grow textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #717b91;
}

.business-grow input[type="submit"] {
    background: transparent;
    padding: 20px 60px;
    font-size: 15px;
    font-weight: bold;
}

.footersec {
    background: #232730;
    border-radius: 50px;
    padding: 30px 30px;
}

.footersec p {
    font-size: 15px;
    line-height: 30px;
    color: #99a2b8;
    margin-top: 10px;
}

.footersec h5 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.footersec li a {
    color: #99a2b8;
    list-style-type: none;
    line-height: 25px;
    font-size: 15px;
}

.social li a {
    border-radius: 50px;
    border: 1px solid #99a2b8;
    width: 32px;
    height: 32px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social li a:hover {
    background: #fff;
    color: #000;
}

ul.social li {
    display: inline-block;
    font-size: 17px;
    color: #99a2b8;
}

ul.contact li {
    list-style-type: none;
    font-size: 15px;
    color: #99a2b8;
    padding-left: 2em;
    text-indent: -2.28571429em;
    padding-bottom: 30px;
}

ul.contact li:before {
    padding-right: 35px;
    font-family: 'FontAwesome';
    float: left;
    color: #f04b1e;
    font-size: 25px;
}

ul.contact li:nth-child(1):before {
    content: "\f041";
}
ul.contact li:nth-child(2):before {
    content: "\f041";
}ul.contact li:nth-child(3):before {
    content: "\f041";
}
ul.contact li:nth-child(4):before {
    content: "\f041";
}
/* ul.contact li:nth-child(2):before {
    content: "\f095";
}

ul.contact li:nth-child(3):before {
    content: "\f0e0";
} */

.mar-top {
    margin-top: 120px;
}

.testi-wrap .owl-dot.active span {
    background: #f04b1e !important;
}

.testi-wrap .owl-dots {
    left: 0;
    line-height: 0;
    margin-top: 30px;
    right: 0;
    text-align: center;
    z-index: 99;
}

.testi-wrap .owl-dot {
    background: #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}

.hover-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    background-color: var(--main);
    backface-visibility: hidden;
}

.hover-img::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 80%;
    left: 50%;
    right: 50%;
    top: 10%;
    bottom: 10%;
    transition: 0.5s;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.hover-img::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 0%;
    left: 10%;
    right: 10%;
    top: 50%;
    bottom: 50%;
    transition: 0.5s;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.hover-img img {
    width: 100%;
    transition: 1.2s ease-out;
}

.hover-img:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0%;
    right: 0%;
    top: 10%;
    bottom: 10%;
    z-index: 999;
}

.hover-img:hover::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    left: 10%;
    right: 10%;
    top: 0%;
    bottom: 0%;
    z-index: 999;
}

.hover-img:hover img {
    transform: scale(1.1);
    opacity: 0.4;
}

.copyright {
    text-align: center;
    border-top: 1px solid #99a2b8;
}

.copyright p {
    color: #fff;
}

/* typing effect animation css starts*/

.text {
    position: absolute;
    /* width: 450px;
  left: 50%;
  margin-left: -225px;
  height: 40px;
  top: 50%;
  margin-top: -20px;*/
}

.text p {
    display: inline;
    vertical-align: top;
    margin: 0;
    font-size: 65px;
    color: #fff;
    font-family: "Raleway";
    line-height: 80px;
    font-weight: 700;
}

.word {
    position: absolute;
    width: 220px;
    opacity: 0;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
    color: #8e44ad;
}

.belize {
    color: #2980b9;
}

.pomegranate {
    color: #c0392b;
}

.green {
    color: #16a085;
}

.midnight {
    color: #2c3e50;
}

/* typing effect animation css ends*/

/* New raj css end */

.menu-style-1 {
    padding: 0rem 0rem;
}

.menu-style-1 .main-menu ul li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 12px;
    display: inline-block;
}

.menu-style-1 .main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #fa4c4e;
}

.main-menu.transparent-menu ul li>a {
    color: #ffffff;
    position: relative;
}

.main-menu.transparent-menu ul li.active>a {
    color: #fa4c4e;
}

.header-menu-icon {}

.header-menu-icon a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.header-menu-icon a:last-child {
    margin-right: 0
}

.header-menu-icon a:hover {
    color: #fff;
}

.logo {
    position: relative;
}

.logo img {
    max-width: 120px;
}

.logo span {
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 30%;
    color: #463939;
    text-align: center;
    left: 85px;
}

.menu-icon a {
    color: #fff;
}

.header-menu .scroll-header .menu-icon a {
    color: #000;
}

/* sub-menu */

.main-menu ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #fa4c4e;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: 9;
}

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

.main-menu ul li .sub-menu li {
    display: block
}

.main-menu ul li .sub-menu li a {
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.main-menu ul li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #fa4c4e;
}

/* slider-area */

.slider-area {}

.slider-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.slider-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #33333347; */
    background: #eaeaea47;
}

.slider-text {
    /* background: rgba(255,255,255,.4)!important; */
    padding: 20px;
}

.slider-text h2 {
    color: #444;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 70px;
}

.slider-text span {
    color: #fa4c4e;
    text-decoration: underline;
}

.slider-info {}

.slider-info p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
}

.slider-text>a {
    background: #fa4c4e none repeat scroll 0 0;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 24px;
    padding: 17px 24px;
    text-transform: uppercase;
    transition: .3s;
}

.slider-text>a:hover {
    background: #3f3f3f;
}

.slider-active .owl-nav div {
    background: #fa4c4e;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 60px;
}

.slider-active .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.slider-active:hover .owl-nav div {
    left: 20px;
    opacity: 1;
}

.slider-active:hover .owl-nav div.owl-next {
    left: auto;
    right: 20px
}

.slider-content {}

.slider-content {
    width: 685px;
}

.slider-content h2 {
    color: #ffffff;
    font-size: 65px;
    font-weight: 900;
    line-height: 69px;
    margin-bottom: 28px;
}

.slider-content p {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 0;
}

.slider-content a {
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 43px;
    padding: 20px 40px;
    transition: all 0.3s ease 0s;
}

.slider-content a:hover {
    background: #fa4c4e;
    border-color: #fa4c4e;
}

.vh {
    height: 100vh
}

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

.slider-wrapper .col-md-8.col-lg-6.pr-0 {
    width: 52%
}

/* slider animation */

.slider-text-animation {}

.slider-text-animation h2,
.slider-text-animation .inner-content p,
.slider-text-animation .slider-info,
.slider-text-animation a {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOutDown;
}

.active .slider-text-animation h2,
.active .slider-text-animation .inner-content p,
.active .slider-text-animation .slider-info,
.active .slider-text-animation a {
    animation-name: fadeInUp;
}

.slider-text-animation h2 {
    animation-delay: 0.5s;
    font-size: 48px;
    line-height: 60px;
}

.slider-text-animation .slider-info,
.slider-text-animation .inner-content p {
    animation-delay: 1s;
}

.slider-text-animation a {
    animation-delay: 1.5s;
}

/* home-service-area */

.home-service-area {
    overflow: hidden;
}

.home-service-wrapper {
    background-position: center center;
    background-size: cover;
}

.home-content {
    background: #fa4c4e none repeat scroll 0 0;
    margin: auto;
    padding: 62px 40px;
    width: 420px;
}

.home-content h3 {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
    padding-bottom: 21px;
}

.content {
    margin-top: 27px;
}

.content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 11px;
}

.home-area-right {
    padding: 112px 207px 93px 70px;
}

.home-section {}

.home-section>h3 {
    color: #363636;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 34px;
    padding-right: 129px;
}

.homes-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3a3a3a;
    margin-bottom: 0;
}

.homes-info {
    margin-bottom: 28px;
    padding-right: 47px;
}

.home-wrapper {}

.home-text {
    position: relative;
}

.home-text>p {
    color: #3a3a3a;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 10px;
    position: relative;
}

.home-text p::before {
    background: #fa4c4e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 2px;
    width: 2px;
}

/* our-service-area */

.our-service-area {}

.section-title {
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 8px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 0;
}

.section-title h4 {
    color: #fa4c4e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.service-wrapper {
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}

.service-img {}

.service-img>img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.service-icon-img {
    background: #5f5f5f none repeat scroll 0 0;
    border-radius: 100%;
    height: 60px;
    line-height: 57px;
    margin: auto auto 16px;
    overflow: hidden;
    text-align: center;
    width: 60px;
    transition: .3s;
}

.service-icon-img i {
    font-size: 35px;
    color: #fff;
}

.service-wrapper:hover .service-icon-img {
    background: #fa4c4e;
}

.service-text {
    margin-top: -33px;
    padding: 0 30px;
    position: relative;
}

.service-text h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    transition: .3s;
}

.service-text h2 a {
    color: #303030;
    transition: .3s;
}

.service-text h2 a:hover {
    color: #fa4c4e;
}

.service-text p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    transition: .3s;
}

.service-text>a {
    color: #5f5f5f;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    position: relative;
}

.service-text>a::after {
    background: #666666 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.service-text>a::after {
    width: 0;
    background: red
}

.service-text>a:hover:after {
    width: 100%;
}

.service-text>a:hover {
    color: #fa4c4e;
    border-color: #fa4c4e;
}

.service-content {
    padding: 40px 30px;
}

.service-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: .3s;
}

.service-content h2 a {
    color: #1d2736;
    transition: .3s;
}

.service-content h2 a:hover {
    color: #fa4c4e;
}

.service-content p {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    min-height: 75px;
}

.service-page .service-content p {
    min-height: 250px;
}

.service-content>a {
    color: #3f3f3f;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.service-content a:hover {
    color: #fa4c4e;
}

/* testimonial-area */

.testimonial-area {
    margin-top: -136px;
}

.testimonial-wrapper {}

.testimonial-img {
    margin-bottom: -74px;
}

.testimonial-img.text-center>img {
    border: 2px solid #848484;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    transition: .3s;
}

.testimonial-wrapper:hover .testimonial-img>img {
    border-color: #fa4c4e;
}

.testimonial-text {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5%;
    box-shadow: 0 8px 21px 0 rgba(0, 0, 0, 0.1);
    margin-top: 21px;
    padding-top: 70px;
}

.testimonial-text.text-center>p {
    color: #5b5b5b;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 20px;
}

.testimonial-text span {
    color: #5b5b5b;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 15px;
}

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

.testimonial-active .owl-dots {
    left: 0;
    line-height: 0;
    margin-top: 30px;
    right: 0;
    text-align: center;
    z-index: 99;
}

.testimonial-active .owl-dot {
    background: #e3e3e3;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}

.testimonial-active .owl-dot.active {
    background: #fa4c4e;
}

/* counter-area */

.counter-area {}

.counter-wrapper {}

.counter-img {
    float: left;
    margin-right: 13px;
}

.counter-img img {
    height: 42px;
    width: 42px;
}

.counter-text {
    overflow: hidden;
}

.counter-text h2 {
    color: #363636;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 5px;
}

.customers {
    color: #363636;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}

/* recent-work-area */

.recent-work-area {}

.work-wrapper {}

.work-img {
    position: relative;
}

.work-img a {
    position: relative;
    display: block;
}

.work-img>a::before {
    background: #4a4b4c none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: .3s;
    transform: scale(0);
}

.work-wrapper:hover .work-img a::before {
    opacity: 0.8;
    transform: scale(1);
}

.work-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.work-img a img {}

.work-text {
    bottom: 0;
    padding-bottom: 20px;
    position: absolute;
    transition: .3s;
    opacity: 0;
}

.work-wrapper:hover .work-text {
    margin-left: 20px;
    opacity: 1;
}

.work-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.work-text h3 a {
    color: #ffffff;
    transition: .3s;
}

.work-text h3 a:hover {
    color: #fa4c4e;
}

.work-text span {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.works-active .owl-nav div {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ff8c58;
    border-radius: 100%;
    color: #ff8c58;
    display: inline-block;
    font-size: 36px;
    height: 48px;
    left: 0;
    line-height: 48px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 48px;
}

.works-active .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.works-active:hover .owl-nav div {
    opacity: 1;
}

.works-active:hover .owl-nav div:hover {
    background: #fa4c4e;
    color: #fff;
    border: #fff;
}

.works-active:hover .owl-nav div.owl-next {
    left: auto;
}

/* blog-area */

.blog-area {}

.blog-wrapper {
    box-shadow: 0 6px 12px 1.4px rgba(0, 0, 0, 0.1);
}

.blog-img {}

.blog-img a {}

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

.blog-text {
    padding: 28px 28px 17px;
}

.blog-info {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-info h3 {
    font-size: 18px;
    font-weight: 400;
}

.blog-info a {
    color: #363636;
    transition: all 0.3s ease 0s;
}

.blog-info a:hover {
    color: #fa4c4e;
}

.blog-info p {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-date span {
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    margin-right: 12px;
    text-transform: capitalize;
}

.blog-date span:last-child {
    margin-right: 0;
}

.blog-date span i {
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    color: #5f5f5f;
    transition: .3s;
}

.blog-contents {
    padding: 30px;
    overflow: hidden;
}

.blog-title {
    margin-bottom: 20px;
}

.blog-title h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
}

.blog-title a {
    color: #5f5f5f;
    transition: all 0.3s ease 0s;
}

.blog-title a:hover {
    color: #fa4c4e;
}

.blog-title>p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.comment {
    float: left;
}

.comments {
    float: right;
}

.blog-date span i:hover {
    color: #fa4c4e;
}

/* footer */

.footer-top-area {}

.footer-top {
    background-size: cover;
    background-position: center center;
}

.footer-wrapper {}

.footer-section {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-top .footer-section {
    color: #d4d4d4;
}

.footer-text {}

.footer-text p {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.footer-top .footer-text p {
    color: #d4d4d4;
}

.footer-menu {}

.footer-menu li {
    margin-bottom: 14px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu li a {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    transition: .3s;
}

.footer-top .footer-menu li a {
    color: #d4d4d4;
}

.footer-menu li a:hover {
    color: #fa4c4e;
}

.footer-link {}

.footer-link li {
    color: #5b5b5b;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
}

.footer-top .footer-link li {
    color: #d4d4d4;
    display: flex;
}

.footer-link li:last-child {
    margin-bottom: 0;
}

.footer-link li i {
    color: #fa4c4e;
    width: 15px;
}

.footer-link span {
    margin-left: 16px;
}

.footer-top .footer-link li i {
    color: #d4d4d4;
}

/* footer-bottom-area */

.footer-bottom-area {}

.footer-bottom {}

.footer-bottom-1 {}

.copyright {}

.copyright p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.footer-bottom .copyright p {
    color: #a6a5a5;
}

.copyright a {
    color: #fa4c4e;
}

.footer-bottom-1 .copyright a {
    color: #fff;
}

.footer-icon {
    float: right;
}

.footer-icon a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    transition: .3s;
}

.footer-bottom .footer-icon a {
    color: #d4d4d4;
}

.footer-bottom-1 .footer-icon a {
    color: #999999;
}

.footer-icon a:last-child {
    margin-right: 0;
}

.footer-icon a:hover {
    color: #fa4c4e;
}

.footer-bottom-1 .footer-icon a:hover {
    color: #fff;
    ;
}

/* what-we-do */

.what-we-do {}

.offer-tab {
    margin-top: 36px;
    display: block;
}

.offer-tab li {
    border-bottom: 1px solid #929292;
}

.offer-tab li a.active .offer-icon {
    background: #fa4c4e none repeat scroll 0 0;
}

.offer-tab li:last-child {
    border-bottom: none;
}

.offer-tab li a {}

.offer-list {
    background: #1d2736 none repeat scroll 0 0;
    overflow: hidden;
}

.offer-tab li a.active .offer-list {
    background: none;
    box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
}

.offer-icon {
    float: left;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
}

.offer-tab li a.active .offer-icon i {
    color: #fff;
}

.offer-icon i {
    color: #929292;
    font-size: 44px;
}

.offer-text {
    overflow: hidden;
    position: relative;
}

.offer-text::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 40px;
    position: absolute;
    top: 31px;
    width: 1px;
}

.offer-text>span {
    color: #d5d5d5;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-left: 30px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-top: 40px;
    text-transform: uppercase;
}

.offer-tab li a.active .offer-text>span {
    color: #fa4c4e;
}

.offer-wrapper.ptb-100 {
    background-size: cover;
}

.offer-wrapper {
    background-position: right bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 13px 0.7px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tab-menu>li {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}

.tab-menu>li:last-child {
    margin-bottom: 0;
}

.tab-menu>li::before {
    color: #fa4c4e;
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    margin-right: 15px;
}

.offer-content {
    padding: 42px 62px 70px 35px;
}

.offer-content p {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}

.offer-content>a {
    color: #fa4c4e;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-top: 35px;
    padding-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    transition: .3s;
}

.offer-content>a::after {
    background: #666666 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.offer-content>a::after {
    width: 0;
    background: red
}

.offer-content>a:hover:after {
    width: 100%;
}

.offer-content>a:hover {
    color: #fa4c4e;
    border-color: #fa4c4e;
}

/* portfolio-area */

.portfolio-area {
    overflow: hidden;
}

.section-info {}

.section-info h2 {
    color: #1d2736;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.section-info p {
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 0;
    font-weight: 400;
}

.portfolio-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-right: 32px;
    padding: 0 0 6px;
    text-transform: uppercase;
    transition: .3s;
}

.portfolio-menu button:last-child {
    margin-right: 0;
}

.portfolio-menu button:hover {
    color: #fa4c4e;
}

.portfolio-menu button.active {
    border-bottom: 2px solid #fa4c4e;
    color: #fa4c4e;
}

/* team-area */

.team-area {}

.team-wrapper {
    overflow: hidden;
}

.team-img {
    position: relative;
}

.team-img a {}

.team-img a img {
    width: 100%;
}

.team-text {
    background: #fa4c4e none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    transition: .3s;
    opacity: 0;
    transform: translateY(100%)
}

.team-wrapper:hover .team-text {
    opacity: 1;
    transform: translateY(0px);
}

.team-text h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.team-text span {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.team-icon {
    margin-top: 14px;
}

.team-icon>a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 18px;
    transition: .3s;
}

.team-icon>a:last-child {
    margin-right: 0;
}

.team-icon>a:hover {
    color: #2a2a2a;
}

/* counter-2-area */

.counter-2-area {
    background-position: center;
    background-size: cover;
}

.counter-2-wrapper {}

.counter-2-img {
    margin-bottom: 15px;
}

.counter-2-img img {}

.counter-2-text {}

.counter-2-text h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 9px;
}

.counter-2-text span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Our-Services-area */

.Our-Services-area {}

.Our-Services-wrapper {}

.our-services-icon {
    background: #eff2f7 none repeat scroll 0 0;
    border: 10px solid #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #eff2f7;
    height: 112px;
    line-height: 93px;
    margin: auto auto 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 112px;
    font-size: 35px;
}

.our-services-wrapper:hover .our-services-icon {
    background: #fa4c4e;
    box-shadow: 0 0 0 2px #fa4c4e;
    color: #fff;
}

.our-services-text>h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
    transition: .3s;
    line-height: 22px;
}

.our-services-text>h3 a {
    color: #5f5f5f;
}

.our-services-text>h3 a:hover {
    color: #fa4c4e;
}

.our-services-text>h3::before {
    background: #fa4c4e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 33px;
}

.our-services-text>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #5b5b5b;
    margin-bottom: 0;
}

/* contact-area */

.contact-area {
    background-position: center;
    background-size: cover;
}

.contact-2-area {
    background-size: cover;
}

#contact-1-form .contact-2-area {
    background-size: cover;
}

.contact-3 {}

.contact-wrapper {}

#contact-form input,
#contact-form select,
.contact-form input,
.contact-form select {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    margin-bottom: 5px;
    padding-left: 0px;
    text-transform: inherit;
    width: 100%;
}

.contact-2-text {
    margin-bottom: 45px;
    margin-left: 15px;
}

.contact-2-text h2 {
    color: #363636;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-2-text p {
    font-size: 14px;
    font-weight: 400;
    color: #363636;
    margin-bottom: 0;
}

.contact-wrapper-3 {
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
    padding: 48px 25px;
}

.contact-3-text {
    margin-left: 17px;
}

.contact-3-text h3 {
    color: #d5d2d2;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

#contact-form textarea,
.contact-form textarea {
    color: #707070;
    padding: 20px;
    text-transform: inherit;
    width: 100%;
    font-size: 14px;
    height: 150px
}

#contact-form>button,
.contact-form>button {
    background: #fa4c4e none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    /* margin-left: 15px; */
    margin-top: 35px;
    padding: 17px 26px;
    text-transform: uppercase;
    transition: .3s;
}

#contact-form>button:hover,
.contact-form>button:hover {
    background: #222
}

.contact-left-wrapper {
    padding-left: 50px;
}

.contact-text {}

.contact-text h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 32px;
    text-transform: capitalize;
}

.contact-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
}

.contact-icon {
    margin-bottom: 18px;
}

.contact-icon i {
    font-size: 30px;
    color: #fa4c4e;
}

.contact-icon-text {}

.contact-icon-text h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.contact-icon-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}

.contact-icon-text p:last-child {
    margin-bottom: 0;
}

.contact-3-right-wrapper {
    box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);
    padding: 48px 25px 30px;
}

.contact-3-right-info {
    margin-bottom: 40px;
}

.contact-3-right-info h3 {
    color: #444444;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-3-right-info p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #5b5b5b;
    line-height: 25px;
}

.contact-3-address {
    margin-bottom: 32px;
    overflow: hidden;
}

.contact-3-address:last-child {
    margin-bottom: 0;
}

.contact-3-icon {
    float: left;
    margin-right: 18px;
}

.contact-3-icon i {
    border: 1px solid #f04b1e;
    background: #f04b1e;
    color: #fff;
    font-size: 24px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    transition: .3s;
}

.contact-3-icon i:hover {
    background: transparent;
    border-color: #8b8b8b;
    color: #fff;
}

.address-text {}

.address-text span {
    display: block;
}

.location {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.USA {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

/* testimonial-3-area */

.testimonial-3-area {}

.testimonial-3-wrapper {}

.testimonial-3-img {}

.testimonial-3-img>img {
    border-radius: 100%;
}

.testimonial-3-text {}

.testimonial-3-text p {
    color: #f5f5f5;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.testimonial-3-text span {
    color: #f5f5f5;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial-3-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* breadcrumb-banner-area */

.breadcrumb-banner-area {
    background-position: center;
}

.breadcrumb-text {}

.breadcrumb-text h2,
.breadcrumb-text h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.breadcrumb-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.breadcrumb-menu {
    margin-top: 8px;
}

.breadcrumb-menu>li {
    display: inline-block;
    color: #ebe5e5;
    font-size: 1.5rem;
}

.breadcrumb-menu>li::before {
    color: #cccccc;
    content: "-";
    padding: 0 5px;
}

.breadcrumb-menu>li:first-child::before {
    display: none;
}

.breadcrumb-menu a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* about-area */

.about-area {}

.about-wrapper,
.about-img {
    margin-top: 100px;
}

.about-img {
    text-align: center;
}

.about-img img {
    max-height: 300px;
}

.about-wrapper {}

.about-text {}

.about-text h2 {
    color: #545454;
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
}

.about-text h4 span {
    color: #fa4c4e;
}

.about-text h4 {
    color: #545454;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #3a3a3a;
    line-height: 24px;
}

.about-right-wrapper {
    background-position: right bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 160px;
    padding-top: 141px;
}

.about {
    margin-top: 50px;
}

.about-right-text {
    margin-bottom: 40px;
    overflow: hidden;
}

.about-right-text:last-child {
    margin-bottom: 0;
}

.about-right-img {
    float: left;
    margin-right: 30px;
}

.about-content {
    overflow: hidden;
}

.about-content h2 {
    color: #494949;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 10px;
    text-transform: capitalize;
}

/* action-area */

.action-area {
    background-size: cover;
    background-position: center center;
}

.action-wrapper {}

.action-text {
    width: 794px;
    margin: auto;
    text-align: center;
}

.action-text>p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

.action-text>h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
}

.action-text a {
    background: #ffffff none repeat scroll 0 0;
    color: #fa4c4e;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-top: 12px;
    padding: 17px 35px;
    text-transform: uppercase;
    transition: .3s;
}

.action-text a:hover {
    background: #fa4c4e;
    color: #fff;
}

/* brand-area */

.brand-area {}

.brand-wrapper {}

.brand-img {}

.brand-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

/* project-details-area */

.project-details-area {}

.project-details-active .owl-nav div {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ff8c58;
    border-radius: 100%;
    color: #ff8c58;
    display: inline-block;
    font-size: 36px;
    height: 50px;
    left: -15px;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.project-details-active .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}

.project-details-active:hover .owl-nav div {
    opacity: 1;
}

.project-details-active:hover .owl-nav div:hover {
    background: #fa4c4e;
    color: #fff;
    border: #fff;
}

.project-details-active:hover .owl-nav div.owl-next {
    left: auto;
}

.project-text {}

.project-text h3 {
    color: #454545;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.project-text p {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
}

.project-text p:last-child {
    margin-bottom: 0;
}

.project-details-2-wrapper {}

.project-2-text {
    color: #454545;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.project-details-2-content p {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 22px;
}

.deatils-menu {
    display: inline-block;
}

.deatils-menu li {
    color: #5b5b5b;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 14px;
}

.deatils-menu li:last-child {
    margin-bottom: 0;
}

.deatils-menu li span {
    color: #2f2f2f;
    font-size: 15px;
}

.deatils-menu li::before {
    color: #fa4c4e;
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    margin-right: 18px;
}

.project-details-right-content>p {
    color: #5b5b5b;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 28px;
}

.project-details-right-content>p:last-child {
    margin-bottom: 0;
}

.project-details-2-wrapper.mb-30>img {
    width: 100%;
}

/* pricing-area */

.pricing-area {}

.pricing-wrapper {
    background: #232f39 none repeat scroll 0 0;
    border-radius: 23px;
    transition: .3s;
}

.pricing-wrapper:hover {
    background: #fa4c4e;
}

.pricing-top {
    padding-top: 56px;
}

.pricing-top h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

.pricing-bottom span {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.pricing-menu {
    padding: 38px;
}

.pricing-menu li {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 18px;
}

.pricing-menu li:last-child {
    padding-bottom: 0;
}

.pricing-btn {
    display: inline-block;
    margin-bottom: 60px;
}

.pricing-btn>a {
    background: #fa4c4e none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: .3s;
}

.pricing-wrapper:hover .pricing-btn>a {
    background: #fff;
    color: #fa4c4e;
}

. {}

.project-details-img-wrapper>img {
    width: 100%;
}

/* map */

#map {
    height: 400px;
    width: 100%
}

/* blog-area */

.blog-post {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

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

.blog-thumb a {
    position: relative;
    display: block;
}

.blog-icon {
    background: #000000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    left: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 40px;
}

.blog-quote a blockquote {
    border: 0 none;
    margin: 0;
    padding: 120px 78px 120px 160px;
    transition: all 0.3s ease-out 0s;
}

.blog-quote a blockquote p {
    color: #262626;
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
}

.blog-quote {
    position: relative;
    background: #f4feff none repeat scroll 0 0;
}

.blog-quote::before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 29px;
    left: 44px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 60px;
    color: #a8a8a8;
}

.blog-quote a blockquote footer {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.blog-content {
    padding: 35px 40px;
}

.blog-content p {
    color: #262626;
    line-height: 28px;
    margin-bottom: 0;
}

.post-title>a {
    color: #383838;
    transition: .3s;
}

.post-title>a:hover {
    color: #fa4c4e;
}

.post-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-meta {
    margin-bottom: 18px;
}

.blog-meta span {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin-right: 17px;
    position: relative;
    text-transform: uppercase;
}

.blog-meta span::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: -13px;
    position: absolute;
    top: 8px;
    width: 6px;
}

.blog-meta span:first-child::before {
    display: none;
}

.blog-meta a {
    color: #666;
}

.read-more {
    margin-top: 30px;
}

.read-more a {
    border: 1px solid #9f9f9f;
    color: #191919;
    display: inline-block;
    font-weight: 500;
    padding: 13px 40px;
    text-transform: uppercase;
    transition: .3s;
}

.read-more a:hover {
    background: #fa4c4e;
    border-color: #fa4c4e;
    color: #ffffff;
}

.blog-thumb-active .owl-nav div {
    background: #000000 none repeat scroll 0 0;
    color: #bcbcbc;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    left: 0;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
}

.blog-thumb-active .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.blog-thumb-active:hover .owl-nav div {
    opacity: 1;
}

.blog-thumb-active:hover .owl-nav div:hover {
    background: #fa4c4e;
    color: #fff;
    border: #fff;
}

.blog-thumb-active:hover .owl-nav div.owl-next {
    left: auto;
}

.post-title span {
    background: #000000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    left: 40px;
    line-height: 40px;
    margin-right: 17px;
    text-align: center;
    width: 40px;
}

.blog-widget-img>img {
    width: 100%;
}

.blog-widget-title {
    padding: 30px;
    background: #fafafa;
}

.blog-widget-title>p {
    color: #646464;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 21px;
}

.blog-widget-title h4 {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.blog-widget-icon {
    margin-top: 15px;
}

.blog-widget-title>span {
    font-weight: 400;
    font-size: 12px;
    color: #2f2f2f;
}

.blog-widget-icon>a {
    color: #a0a0a0;
    font-size: 16px;
    margin-right: 30px;
}

.blog-widget-icon>a:hover {
    color: #fa4c4e;
}

.blog-widget-icon>a:last-child {
    margin-right: 0;
}

.widget {
    overflow: hidden;
}

.search-form {
    overflow: hidden;
    position: relative;
}

.search-form input {
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    float: left;
    height: 50px;
    padding: 0 50px 0 20px;
    width: 100%;
}

.search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #b5b5b5;
    font-size: 16px;
    height: 100%;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 55px;
    transition: .3s;
}

.search-form button:hover {
    color: #fa4c4e;
}

.widget-title {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.widget-title::after {
    border-bottom: 2px solid #6d6d6d;
    content: "";
    display: block;
    margin: 26px auto 40px 0;
    position: relative;
    width: 52px;
    z-index: 1;
}

.widget-title::before {
    border-bottom: 2px solid #f1f1f1;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
}

.recent-posts {}

.recent-posts>li {
    margin-bottom: 30px;
    overflow: hidden;
}

.recent-posts>li:last-child {
    margin-bottom: 0;
}

.widget-posts-image {
    float: left;
    overflow: hidden;
}

.widget-posts-body {
    margin-left: 138px;
}

.widget-posts-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}

.widget-posts-meta {
    color: #232323;
    font-size: 12px;
    font-weight: 400;
}

.widget-posts-title>a {
    color: #646464;
    transition: .3s;
}

.widget-posts-title>a:hover {
    color: #fa4c4e;
}

.blog-categories>li {
    border-bottom: 1px solid #e5e5e5;
    color: #4c4c4c;
    margin: 0;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
}

.blog-categories>li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.blog-categories>li:first-child {
    padding-top: 0;
}

.blog-categories a {
    color: #646464;
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    transition: .3s;
}

.blog-categories a:hover {
    color: #fa4c4e;
}

.count {
    color: #646464;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
}

.Recent-comment {}

.Recent-Comment>li {
    margin-bottom: 30px;
}

.Recent-Comment>li:last-child {
    margin-bottom: 0
}

.recent-comment-icon {
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

.recent-comment-icon i {
    color: #969696;
    font-size: 20px;
}

.recent-comment-text {
    overflow: hidden;
}

.recent-comment-text h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 2px;
    transition: .3s;
}

.recent-comment-text h4 a {
    color: #262626;
    transition: .3s;
}

.recent-comment-text h4 a:hover {
    color: #fa4c4e;
}

.recent-meta span {
    color: #b7b7b7;
    font-size: 12px;
    font-weight: 500;
    margin-right: 17px;
    position: relative;
    text-transform: uppercase;
}

.recent-meta span::before {
    background: #cccccc none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: -13px;
    position: absolute;
    top: 8px;
    width: 5px;
}

.recent-meta span:first-child::before {
    display: none;
}

.img-widgets {
    position: relative;
}

.img-widgets>img {
    width: 100%;
}

.img-title {
    margin-left: 126px;
    overflow: hidden;
    position: absolute;
    top: 120px;
}

.img-title>h4 {
    color: #262626;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.img-title>a {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin-left: 101px;
    margin-top: 88px;
}

.news-form {
    position: relative;
}

.news-form input {
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    float: left;
    height: 50px;
    padding: 0 60px 0 20px;
    width: 100%;
}

.news-form button {
    background: #2c2c2c none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.news-form button:hover {
    background: #fa4c4e;
    ;
}

.Instagram-img {}

.Instagram-img li {
    float: left;
    overflow: hidden;
    padding: 3px;
    width: 33.33%;
}

.Instagram-img li a {}

.Instagram-img img {
    width: 100%;
}

.tweets-post {}

.tweets-post>li {
    margin-bottom: 22px;
}

.tweets-post>li:last-child {
    margin-bottom: 0;
}

.tweets-icon-tittle {}

.tweets-icon-tittle h5 {
    margin-bottom: 10px;
}

.tweets-icon-tittle h5 i {
    color: #262626;
    font-size: 20px;
    margin-right: 6px;
}

.tweets-icon-tittle h5 a {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
}

.tweets-icon-tittle h5 a:hover {
    color: #fa4c4e;
}

.tweets-icon-tittle>p {
    color: #262626;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
}

.Social-Network {}

.Social-icon>a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #262626;
    float: left;
    font-size: 20px;
    height: 60px;
    line-height: 64px;
    margin-right: 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 23%;
}

.Social-icon>a:hover {
    background: #fa4c4e;
    color: #fff;
}

.tag {}

.tag li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 5px;
}

.tag li:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.tag li a {
    border: 1px solid #cbcbcb;
    color: #232323;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 14px 28px;
    text-align: center;
    transition: all 0.3s ease 0s;
    font-weight: 400;
    text-transform: capitalize;
}

.tag li a:hover {
    background: #fa4c4e;
    border-color: #fa4c4e;
    color: #fff;
}

blockquote {
    border-left: 5px solid #4b4a4a;
    color: #666666;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin: 52px 0 54px 70px;
    padding: 0 70px 0 26px;
}

.blog-menu {
    margin: 47px 100px 46px;
}

.blog-menu li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 19px;
    position: relative;
    list-style: inside;
}

.blog-menu li:last-child {
    margin-bottom: 0;
}

.blog-banner {
    margin-bottom: 40px;
    margin-top: 55px;
}

.banner-img {}

.banner-img>img {
    width: 100%;
}

.user-info {
    display: block;
    margin: 47px 0 53px;
    overflow: hidden;
}

.user-text {
    color: #666666;
    display: inline-block;
    float: left;
    font-family: dosis;
    letter-spacing: 2px;
}

.user-name {
    padding-right: 47px;
}

.user-share {
    display: inline-block;
    float: right;
}

.user-share>span {
    color: #666666;
    display: inline-block;
    float: left;
    font-family: dosis;
    letter-spacing: 3px;
    margin-right: 14px;
}

.user-share>ul {
    display: inline-block;
}

.user-share>ul>li {
    display: inline-block;
    float: left;
    margin-left: 30px;
}

.user-share>ul>li:first-child {
    margin-left: 0;
}

.user-share a {
    color: #666666;
}

.user-text a {
    color: #666666;
}

.next-prev {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}

.next-prev a {
    background-color: #ffffff;
    border-radius: 5px;
    color: #666666;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 8px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.next-prev a:hover {
    background-color: #fa4c4e;
    color: #ffffff;
}

.next-prev a i {
    color: #666666;
    font-size: 11px;
    transition: all 0.3s ease 0s;
}

.next-prev a:hover i {
    color: #ffffff;
}

a.next-btn {
    float: right;
}

.author {
    display: block;
    margin: 100px 0;
    overflow: hidden;
}

.author-img {
    display: inline-block;
    float: left;
}

.author-info>h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.author-info>h4 a {
    color: #666666;
    transition: .3s;
}

.author-info>h4 a:hover {
    color: #fa4c4e;
}

.author-info {
    padding: 0 80px 0 152px;
}

.author-info>h4 a span {
    color: #999999;
    font-size: 14px;
    margin-left: 7px;
}

.author-info>p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.related-post {
    display: block;
    overflow: hidden;
}

.sidebar-title {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 64px;
    position: relative;
    text-transform: uppercase;
}

.sidebar-title::before {
    background-color: #000000;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 120px;
}

.single-related-post img {
    width: 100%;
}

.related-post-title {
    margin-top: 20px;
}

.related-post-title>h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.related-post-title>h3 a {
    color: #202020;
    transition: .3s;
}

.related-post-title>h3 a:hover {
    color: #fa4c4e;
}

.related-post-title>span {
    color: #636363;
    font-size: 13px;
}

.single-comment {
    position: relative;
}

.comment-img {
    display: inline-block;
    float: left;
}

.comment-text {
    padding-left: 150px;
}

.comment-text>h3 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.comment-text>p {
    color: #525252;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 24px;
    padding-right: 25px;
}

.comment-border {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.single-comment.comment-border:last-child {
    margin-bottom: 0;
}

.parent-comment {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.comment-text>a {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 50px;
    bottom: -16px;
    color: #4c4c4c;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 20px 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    transition: .3s;
}

.comment-text>a:hover {
    background-color: #fa4c4e;
    color: #ffffff;
    border-color: #fa4c4e;
}

.replay-comment {
    margin-left: 150px;
}

.leave-comment>h3 {
    color: #222222;
    font-family: dosis;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.leave-comment>h3 {
    color: #222222;
    font-family: dosis;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.leave-comment>p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}

.leave-comment-form {
    margin-top: 40px;
}

.leave-comment-form form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 178px;
    letter-spacing: 1px;
    padding: 30px;
    width: 100%;
}

.leave-comment-form form input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #666666;
    font-size: 14px;
    height: 48px;
    letter-spacing: 1px;
    padding: 2px 30px;
    width: 100%;
}

.leave-comment-form .submit {
    background-color: #fa4c4e;
    border: 1px solid #fa4c4e;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 11px 28px 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.leave-comment-form .submit:hover {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #666666;
}

#scrollUp {
    background-color: #666666;
    bottom: 30px;
    color: #ffffff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    right: 0px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}

#scrollUp:hover {
    background: #fa4c4e;
    color: #fff;
}

.contusform {
    padding: 0px 15px;
}

.contusform button {
    margin-left: 15px;
    cursor: pointer;
}

.love-bubble:hover .l-b-inner .plan-a[data-v-ab1e2e6a] {
    -webkit-transform: translate3d(-2rem, 0, 0);
    transform: translate3d(-2rem, 0, 0)
}

.love-bubble:hover .l-b-inner .plan-b[data-v-ab1e2e6a],
.love-bubble:hover .l-b-inner .plan-c[data-v-ab1e2e6a] {
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(2rem, 0, 0)
}

.love-bubble:hover .l-b-inner .lights[data-v-ab1e2e6a] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.love-bubble:hover .l-b-inner .chernushka[data-v-ab1e2e6a] {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1)
}

@media (min-width: 768px) {
    .love-bubble:hover .l-b-inner .plan-b[data-v-ab1e2e6a],
    .love-bubble:hover .l-b-inner .plan-c[data-v-ab1e2e6a] {
        -webkit-transform: translate3d(2rem, 0, 0);
        transform: translate3d(2rem, 0, 0);
    }
}

.arimg {
    width: 100px;
    height: 100px;
}

.arimg:hover {
    animation: animName 2s linear infinite;
    background: #23262c;
    border-radius: 50px;
}

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

.mean-container a.meanmenu-reveal span {
    background: #f04b1e none repeat scroll 0 0;
}

.mean-container a.meanmenu-reveal {
    color: #f04b1e;
}

a.nobgbtn:hover,
#no-border-btn:hover {
    background: #fff;
    color: #000;
    transition: 0.3s ease-out;
    font-weight: 500;
}

#orange-btn:hover,
#orangebtn:hover {
    border: 1px solid #f04b1e;
    background: transparent;
    transition: 0.3s ease-out
}

/*added by pooja*/

.testimonial-sec,
.blog-sec {
    background: transparent;
}

.stories .logo-box {
    border-image: linear-gradient(180deg, #a9a9a9, #000) 3;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    padding: 10px 15px;
    text-align: center;
    width: 20%;
    height: 83px;
    background: url(../images/story-logo11.png) no-repeat;
    background-size: 55%;
    background-position: 50% 120%;
    margin-right: 20px;
}

.stories .clientlogo-box {
    border-image: linear-gradient(180deg, #a9a9a9, #000) 3;
    border-width: 1px;
    border-radius: 5px;
    border-style: solid;
    padding: 1.5rem;
    text-align: center;
    width: 20%;
    height: 10vh;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}

.stories .clientlogo-box img {
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(100%);
    transition: filter .5s;
}

.stories .clientlogo-box img:hover {
    filter: none;
    transition-duration(1s);
    transform: rotate(360deg);
}

.circle-container {
    width: 100%;
    height: 400px;
    border-radius: 51%;
    background: transparent;
    position: relative;
    margin: auto;
}

.circle-container li {
    display: block;
    position: absolute;
    top: 30%;
    right: 30%;
    width: 100px;
    height: 100px;
    margin: 6px;
    border-radius: 51%;
    text-align: center;
    line-height: 100px;
}

.deg-0 {
    transform: rotate(318deg) translate(210px) rotate(361deg);
    left: 63rem;
}

.deg-45 {
    transform: rotate(23deg) translate(156px) rotate(208deg);
    left: 78rem;
}

.deg-90 {
    transform: rotate(83deg) translate(200px) rotate(185deg);
    left: 94rem;
}

.deg-135 {
    transform: rotate(128deg) translate(189px) rotate(324deg);
    left: 22rem;
}

.deg-180 {
    transform: rotate(12deg) translate(-64px) rotate(8deg);
    left: 19rem;
}

.deg-225 {
    transform: rotate(265deg) translate(137px) rotate(135deg);
    left: 23rem;
}

.deg-270 {
    transform: rotate(270deg) translate(216px) rotate(86deg);
    left: 33rem;
}

.deg-315 {
    transform: rotate(282deg) translate(178px) rotate(355deg);
    left: 62rem;
}

.deg-360 {
    transform: rotate(54deg) translate(-15rem) rotate(125deg);
    left: 53%;
}

.bloc-pic-1:hover .gifbloc img {
    top: -32rem !important;
    left: -40rem !important;
    transform: translate(0%, 10%) !important;
}

.bloc-pic-2:hover .gifbloc img {
    top: -56rem !important;
    left: -24rem !important;
    transform: translate(-24%, 10%) !important;
}

.bloc-pic-3:hover .gifbloc img {
    top: -56rem !important;
    left: -12rem !important;
    transform: translate(0%, 10%) !important;
}

.bloc-pic-4:hover .gifbloc img {
    top: -56rem !important;
    left: -12rem !important;
    transform: translate(45%, 10%) !important;
}

.bloc-pic-5:hover .gifbloc img {
    top: -32rem !important;
    left: 10rem !important;
    transform: translate(0%, 10%) !important;
}

.bloc-pic-6:hover .gifbloc img {
    top: -16rem !important;
    left: 10rem !important;
    transform: translate(-24%, 10%) !important;
}

.bloc-pic-7:hover .gifbloc img {
    top: -8rem !important;
    left: -15rem !important;
    transform: translate(0%, 10%) !important;
}

.bloc-pic-8:hover .gifbloc img {
    top: -16rem !important;
    left: -46rem !important;
    transform: translate(45%, 10%) !important;
}

.bloc-pic-9:hover .gifbloc img {
    top: -56rem !important;
    left: -12rem !important;
    transform: translate(45%, 10%) !important;
}

.gifbloc {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloc-pic-5:hover img:nth-child(1),
.bloc-pic-6:hover img:nth-child(1),
.bloc-pic-7:hover img:nth-child(1),
.bloc-pic-8:hover img:nth-child(1),
.bloc-pic-9:hover img:nth-child(1) {
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(5rem, 0, 0);
    transition: 0.5s
}

.bloc-pic-5:hover img:nth-child(3),
.bloc-pic-6:hover img:nth-child(3),
.bloc-pic-7:hover img:nth-child(3),
.bloc-pic-8:hover img:nth-child(3),
.bloc-pic-9:hover img:nth-child(3) {
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
    transition: 0.5s
}

.bloc-pic-5 img:nth-child(1),
.bloc-pic-5 img:nth-child(3),
.bloc-pic-6 img:nth-child(1),
.bloc-pic-6 img:nth-child(3),
.bloc-pic-7 img:nth-child(1),
.bloc-pic-8 img:nth-child(3),
.bloc-pic-9 img:nth-child(1),
.bloc-pic-9 img:nth-child(3) {
    transition: all .4s cubic-bezier(.23, 1, .32, 1)
}

.bloc-pic-5-text h5 {
    background: #23262c;
    padding: 50px;
    z-index: -2;
    position: absolute;
    top: -9rem;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 15rem;
    left: -8rem;
}

.bloc-pic-6-text h5 {
    background: #23262c;
    padding: 50px;
    z-index: -2;
    position: absolute;
    top: -10rem;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 15rem;
    left: -10rem;
}

.bloc-pic-7-text h5 {
    background: #23262c;
    padding: 50px;
    z-index: -2;
    position: absolute;
    top: -18rem;
    left: -2rem;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 15rem
}

.bloc-pic-8-text h5 {
    background: #23262c;
    padding: 50px;
    z-index: -2;
    position: absolute;
    top: -10rem;
    left: 8rem;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 15rem
}

.bloc-pic-9 {
    top: 7rem;
    left: 1rem;
}

.bloc-pic-9-text h5 {
    background: #23262c;
    padding: 50px;
    z-index: -2;
    position: absolute;
    top: 60px;
    border-radius: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    width: 15rem
}

.bloc-pic-1,
.bloc-pic-2,
.bloc-pic-3,
.bloc-pic-4,
.bloc-pic-5,
.bloc-pic-6,
.bloc-pic-7,
.bloc-pic-8,
.bloc-pic-9 {
    width: 74px;
    height: 90px;
    position: relative;
    margin: 0 auto;
}

.bloc-pic-1 img:nth-child(1),
.bloc-pic-2 img:nth-child(1),
.bloc-pic-3 img:nth-child(1),
.bloc-pic-4 img:nth-child(1),
.bloc-pic-5 img:nth-child(1),
.bloc-pic-6 img:nth-child(1),
.bloc-pic-7 img:nth-child(1),
.bloc-pic-8 img:nth-child(1),
.bloc-pic-9 img:nth-child(1) {
    position: relative;
    top: 4%;
    left: 25px;
    z-index: 3;
}

.bloc-pic-5 img:nth-child(2),
.bloc-pic-6 img:nth-child(2),
.bloc-pic-7 img:nth-child(2),
.bloc-pic-8 img:nth-child(2),
.bloc-pic-9 img:nth-child(2) {
    position: absolute;
    z-index: 1;
    left: 38px;
    top: 21px;
    width: 72%;
}

.bloc-pic-1 img:nth-child(3),
.bloc-pic-2 img:nth-child(3),
.bloc-pic-3 img:nth-child(3),
.bloc-pic-4 img:nth-child(3),
.bloc-pic-5 img:nth-child(3),
.bloc-pic-6 img:nth-child(3),
.bloc-pic-7 img:nth-child(3),
.bloc-pic-8 img:nth-child(3),
.bloc-pic-9 img:nth-child(3) {
    position: relative;
    top: -95%;
    left: 5px;
    z-index: 1;
}

.bloc-pic-5-text,
.bloc-pic-6-text,
.bloc-pic-7-text,
.bloc-pic-8-text,
.bloc-pic-9-text {
    position: relative;
}

.bloc-pic-1-text h5,
.bloc-pic-2-text h5,
.bloc-pic-3-text h5,
.bloc-pic-4-text h5,
.bloc-pic-5-text h5,
.bloc-pic-6-text h5,
.bloc-pic-7-text h5,
.bloc-pic-8-text h5,
.bloc-pic-9-text h5 {
    position: relative;
    height: 15rem;
    width: 15rem;
    font-size: 1.5rem;
    padding: 2rem;
    display: flex;
    align-items: center;
}

.about-teamwork {
    padding: 4rem 0rem 12rem
}

.about-teamwork .text {
    position: relative
}

.about-teamwork h2 {
    font-size: 78px;
    color: #ffff;
    text-align: center;
    font-weight: bold;
}

.marquee-container {
    perspective: 1200px;
}

.marquee-container .wrapper {
    transform: rotateY(25deg);
    width: 185%;
    left: -350px;
    display: flex;
    align-items: center;
}

.about-teamwork .team-work.text {
    transform: rotate(3deg);
}

.join-team {
    position: relative
}

.join-team:before {
    position: absolute;
    left: -4.5rem;
    content: "";
    background: url(../images/join-before.png);
    width: 8rem;
    height: 10rem;
    top: -5.2rem;
    background-repeat: no-repeat;
}

.join-team:after {
    position: absolute;
    right: -5.9rem;
    content: "";
    background: url(../images/join-after.png);
    width: 8rem;
    height: 10rem;
    bottom: -7.5rem;
    background-repeat: no-repeat;
}

.about-teamwork #no-border-btn {
    left: 0%;
}

.about-teamwork .d-block.mb-5 {
    margin-bottom: 8rem !important;
    margin-top: 8rem !important;
}

/* contact page style */

.contact-3-text {
    color: #fff
}

.form-container {
    background: linear-gradient(#212121, #212121) padding-box, linear-gradient(145deg, transparent 35%, #f04b1e, #f04b1e) border-box;
    border: 2px solid transparent;
    padding: 32px 24px;
    font-size: 14px;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 16px;
}

.contact-3-address {
    border-radius: 0.5rem;
    background-color: rgb(34 33 33 / 56%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* border: 2px solid #ff521d; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    /* box-shadow: 0px 0px 16px -10px #ff521d; */
    /* box-shadow: inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(190, 190, 190),
             0.3em 0.3em 1em rgba(0,0,0,0.3); */
    padding: 1rem;
}

.user-box {
    position: relative;
    margin-bottom: 1.5rem;
}

.user-box input,
.user-box select,
.user-box textarea {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}

.user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
}

.user-box input:focus~label,
.user-box select:focus~label,
.user-box textarea:focus~label,
.user-box input:valid~label,
.user-box select:valid~label,
.user-box textarea:valid~label {
    top: -20px;
    left: 0;
    color: #bdb8b8;
    font-size: 12px;
}

.address-text .location {
    color: #fff;
    font-weight: 500;
}

.address-text .USA a,
.address-text .USA {
    color: #f5f5f5;
}

.contact-3-area {
    padding: 4rem 0rem 6rem
}

.contact-3-text p {
    color: #fff;
    font-weight: 500;
    font-size: 2rem
}

.add-section {
    padding: 4rem 0rem
}

.cardContainer {
    position: relative;
    align-items: center;
    justify-content: center;
}

.card {
    position: relative;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    padding: 20px 10px;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    background-color: rgba(65, 65, 65, 0.308);
    border: 1px solid rgba(255, 255, 255, 0.089);
    cursor: pointer;
}

.add-head {
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 1.2px;
    color: white;
}

.add-head img {
    border-radius: 0.5rem
}

.cardContainer::before {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    background-color: rgb(223 84 17);
    z-index: -1;
    border-radius: 50%;
    left: 100px;
    top: 50px;
    transition: all 1s;
}

.cardContainer:hover::before {
    transform: translate(-50px, 50px);
}

.add-section .card ul {
    width: 100%;
}

.add-section .card ul li {
    display: flex;
    margin-bottom: 10px;
}

.add-section .card ul li span.icon {
    margin-right: 10px;
    color: #ff521d;
    background: #4c4b4b;
    border-radius: 50px;
    height: 3rem;
    width: 3rem;
    text-align: center;
    line-height: 22px;
    padding: 0.5rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.add-section .card ul li i {
    font-size: 1.5rem
}

.add-section .card ul li span.text {
    width: 86%;
    position: relative
}

.add-section .card ul li a,
.add-section .card ul li {
    color: #fff;
}

.btn-submit {
    background: #f04b1e;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s ease-out;
    font-size: 20px
}

.btn-submit:hover {
    border: 1px solid #f04b1e;
    background: transparent;
    transition: 0.3s ease-out;
}

.display_sm {
    background: linear-gradient(#212121, #212121) padding-box, linear-gradient(135deg, #4f5764, #4f5764, transparent, transparent, transparent, #4f5764, #4f5764) border-box;
    border: 3px solid transparent;
}

.display_sm:before,
.display_sm:after {
    display: none
}

/* mega menu */

.menu-large {
    position: static !important;
}

.dropdown-menu {
    z-index: 99999;
    transform: translate(-17%, 0%);
}

.dropdown-menu {
    position: absolute;
}

.megamenu {
    padding: 0rem;
    width: 1150px;
    box-shadow: 3px 10px 15px -12px #333333, -3px 0px 15px -12px #333333;
}

.megamenu {
    color: #000;
}

.megamenu .inner-megamenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
}

.megamenu ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    margin-top: 1rem;
    margin-left: 1.5rem;
    flex-direction: column;
    justify-content: left;
}

.megamenu ul li a {
    position: relative;
    font-size: 14px;
    color: #787474
}

.megamenu ul li {
    list-style: none;
    position: relative;
    padding-left: 1rem;
    border-bottom: 1px solid #54535391;
    text-align: left;
}

.megamenu ul li a::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #7dc900;
    left: -1rem;
    position: absolute;
    top: 1.5rem;
    font-size: 18px;
}

.megamenu li a {
    display: block;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000;
    white-space: normal;
}

.dropdown-menu {
    background: linear-gradient(to bottom, #20242c, #16181c);
    ;
    backdrop-filter: blur(10px);
    padding: 1rem
}

.hover-img {
    overflow: hidden;
}

.hover-img img {
    transition: transform .5s, filter 1.5s ease-in-out;
}

.hover-img img:hover {
    filter: grayscale(0);
    transform: scale(1.2);
}

h4.mega-title {
    border-bottom: 1px solid #999;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    padding-bottom: 13px;
    padding-top: 8px;
    text-align: left;
    text-transform: uppercase;
}

.mega-title img {
    width: 70px
}

.dropdown-menu.megamenu:before {
    position: absolute;
    content: "";
    top: -1rem;
    border-bottom: 1rem solid #5a5a5a;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    left: 42%;
    z-index: 999999;
    display: none;
}

/*Blog page style*/

.blog-page {
    padding: 4rem 0rem 6rem;
}

/*Just the background stuff*/

.blog-page {
    position: relative
}

.blog-page span.s1 {
    position: absolute;
    top: 0;
    font-size: 15rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #3C4447;
}

.blog-page span.s2 {
    font-weight: 800;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15rem;
    text-transform: uppercase;
    color: #3C4447;
}

/* The card */

.blog-container {
    position: relative;
    height: 450px;
    margin: 10px auto;
    backdrop-filter: blur(30px);
    /*background-color : rgb(108 108 108 / 63%);*/
    background: linear-gradient(to bottom, #20242c, #16181cbf);
    -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 2rem;
}

.blog-container::before {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    background-color: rgb(223 84 17);
    z-index: -1;
    border-radius: 50%;
    right: 100px;
    bottom: 50px;
    transition: all 1s;
    animation: E-translate 10s linear infinite;
}

.blog-container:hover::before {
    transform: translate(-50px, 50px);
}

@keyframes E-translate {
    10% {
        transform: translateX(-133px);
    }
    20% {
        transform: translate(-133px, -128px);
    }
    30% {
        transform: translate(-170px, -158px);
    }
    40% {
        transform: translate(-250px, -170px);
    }
    50% {
        transform: translate(-353px, -256px);
    }
    70% {
        transform: translate(-133px, 0px);
    }
    80% {
        transform: translate(-133px, -100px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

/* Image on the left side */

.blog-container .thumbnail {
    float: left;
    position: relative;
    left: 30px;
    top: -30px;
    height: 320px;
    width: 530px;
    -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    border-radius: .5rem;
    /*object-fit: cover;*/
    /*object-position: center;*/
}

.blog-container img.left {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-container .thumbnail {
    transition: all 1s;
}

.blog-container .thumbnail:hover {
    transform: translateY(-50px);
}

/* Right side of the card */

.blog-container .right {
    margin-left: 590px;
    margin-right: 20px;
    backdrop-filter: blur(30px);
    height: 100vh;
    padding: 1rem;
}

.blog-container .right h3,
.blog-container .right h3 a {
    padding-top: 2rem;
    font-size: 3rem;
    color: #99a2b8;
    line-height: 1.3;
}

.blog-container .right .author {
    background-color: #f04b1e;
    height: 30px;
    width: 110px;
    border-radius: 20px;
    margin: 0rem 0rem
}

.blog-container .right .author>img {
    padding-top: 5px;
    margin-left: 10px;
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.blog-container .right h4 {
    padding-top: 8px;
    margin-right: 6px;
    text-align: center;
    font-size: 1.1rem;
    color: white;
}

.blog-container .right .separator {
    margin-top: 2rem;
    border: 1px solid #2e2e2e;
    margin-bottom: 1rem;
}

.blog-container .right p {
    text-align: justify;
    padding-top: 10px;
    font-size: 1.5rem;
    color: #99a2b8;
    line-height: 1.7
}

/* DATE of release*/

.blog-container h5 {
    position: absolute;
    left: 30px;
    bottom: 4.2rem;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "poppins";
    font-size: 80px;
    font-weight: 700;
}

.blog-container h6 {
    position: absolute;
    left: 30px;
    bottom: 2rem;
    font-size: 2.5rem;
    color: #C3C3C3;
}

/* Those futur buttons */

.blog-container ul {
    position: absolute;
    bottom: 4rem;
    left: 27%;
}

.blog-container li {
    display: inline;
    list-style: none;
    padding-right: 40px;
    color: #f04b1e;
}

/*Public Relations style*/

.strock {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: "poppins";
    overflow-wrap: anywhere;
}

.main-bold {
    font-size: 8rem;
    color: #f04b1e;
    font-weight: 600;
    font-family: 'Montserrat';
}

.underline-text {
    color: #fff;
    font-style: italic;
    font-weight: 300;
    text-decoration: underline solid #fff 2px;
    width: auto;
}

.shadow-container {
    padding: 4rem 0rem 6rem;
    position: relative
}

.shadow-box {
    position: relative;
    backdrop-filter: blur(30px);
    /*background-color : rgb(108 108 108 / 63%);*/
    -webkit-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 93px 0px rgba(0, 0, 0, 0.75);
    border-radius: 2rem;
}

.shadow-box::before {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    background-color: rgb(223 84 17);
    z-index: -1;
    border-radius: 50%;
    left: 100px;
    top: 50px;
    transition: all 1s;
    animation: anima 10s linear infinite;
}

.shadow-box:hover::before {
    transform: translate(50px, 50px);
}

@keyframes anima {
    10% {
        transform: translateX(133px);
    }
    20% {
        transform: translate(133px, 128px);
    }
    30% {
        transform: translate(170px, 158px);
    }
    40% {
        transform: translate(250px, 170px);
    }
    50% {
        transform: translate(353px, 256px);
    }
    70% {
        transform: translate(133px, 0px);
    }
    80% {
        transform: translate(133px, 100px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.search h1,
.search h2 {
    font-size: 60px;
    color: white;
    font-weight: 700;
}

.search a {
    padding: 7px 15px;
    border: 1px solid #80808061;
    text-transform: uppercase;
    color: #808080b3;
    font-weight: 500;
    border-radius: 5px;
}

section#search {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.content-side {
    backdrop-filter: blur(30px);
    padding: 1.5rem;
}

.content-side p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.main-heading {
    font-size: 78px;
    color: #ffff;
    text-align: center;
    font-weight: bold;
}

.public-relations-about p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

/*Logo Design page style*/

.sub-heading {
    font-size: 5rem;
    color: #ffff;
    font-weight: bold;
}

.logo-design-about {
    padding: 4rem 0rem 6rem
}

.logo-design-about p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

.brand-sec {
    padding: 4rem 0rem 6rem
}

.brand-sec .wrapper {
    /*   height: 20%; */
    width: 100%;
    /*background: #555;*/
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 50px;
    column-gap: 1rem;
}

.brand-sec .wrapper .single-logo.box {
    padding: 1rem;
    border: 1px solid #4f5764;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-in-touch-sec {
    padding: 4rem 0rem 8rem
}

.get-in-touch-sec h6 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

section#display {
    display: flex;
    width: 100%;
    margin: 50px 0px;
}

.display_sm {
    background-color: #20232a;
    padding: 20px 31px;
    border-radius: 25px;
    text-align: left;
    height: 620px;
    position: relative;
}

.display_sm h3 {
    font-size: 30px;
    color: white;
    font-weight: 600;
}

p.perfect {
    color: #ffff;
    font-weight: 600;
}

.line_a {
    width: 100%;
    height: 3px;
    background: #464a54;
    margin: 10px 0px;
}

section#display .slick-dots li.slick-active {
    border: 1px solid red;
}

section#display .slick-dots li.slick-active button:before {
    color: red !important;
}

section#display .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

section#display .slick-dots li button:before {
    font-family: slick;
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: '•';
    color: white;
    opacity: 1;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#display .slick-prev {
    display: none !important;
}

section#display .slick-next {
    display: none !important;
}

/*PSD to HTML page style*/

.shadow-container.image-bg .shadow-box {
    margin-bottom: 4rem
}

.shadow-container.image-bg .shadow-box::before {
    display: none;
}

.shadow-container.image-bg::after {
    position: absolute;
    top: -18%;
    right: -27%;
    content: "";
    background-image: url(../images/orangebgcircle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 581px;
    height: 581px;
    z-index: 9;
}

.shadow-container.image-bg::before {
    position: absolute;
    top: 55%;
    left: -27%;
    content: "";
    background-image: url(../images/orangebgcircle.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 581px;
    height: 581px;
    z-index: 9;
}

.wordpress-page .sec-3-head h3,
.sec-3-head h3 {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
}

.wordpress-page .vrbox {
    margin-bottom: 2rem;
    padding: 20px 25px;
}

.wordpress-page .vrbox p {
    height: auto;
    font-size: 16;
    font-weight: 500
}

.wordpress-page .boxes3 h3 {
    font-size: 2.5rem;
}

.process-sec {
    padding: 4rem 0rem 8rem;
    background: #17181c;
}

.process-sec .drop {
    position: relative;
    height: 385px;
    box-shadow: inset 20px 20px 20px rgb(22 21 21 / 65%), 25px 35px 20px rgb(0 0 0 / 84%), 25px 30px 30px rgb(0 0 0 / 85%), inset -20px -20px 25px rgb(44 44 44 / 85%);
    /*box-shadow:
        inset 20px 20px 20px rgba(0, 0, 0, 0.05),
        25px 35px 20px rgba(0, 0, 0, 0.05),
        25px 30px 30px rgba(0, 0, 0, 0.05),
        inset -20px -20px 25px rgba(255, 255, 255, 0.9);*/
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    background: #34393e;
}

.process-sec .drop:nth-child(1) {
    border-radius: 47% 53% 70% 30% / 30% 43% 57% 70%;
}

.process-sec .drop:nth-child(2) {
    border-radius: 61% 39% 52% 48% / 44% 59% 41% 56%;
}

.process-sec .drop:nth-child(3) {
    border-radius: 35% 65% 31% 69% / 57% 59% 41% 43%;
}

.process-sec .drop:hover {
    border-radius: 50%;
}

.process-sec .drop::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 85px;
    width: 35px;
    height: 35px;
    background: #6c6763a8;
    border-radius: 50%;
    opacity: 0.9;
}

.process-sec .drop::after {
    content: '';
    position: absolute;
    top: 90px;
    left: 110px;
    width: 15px;
    height: 15px;
    background: #6462615c;
    border-radius: 50%;
    opacity: 0.9;
}

.process-sec .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px 50px;
    gap: 2px;
    margin-left: 0rem;
}

.process-sec .content h4 {
    position: relative;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold
}

.process-sec .content p {
    color: #99a2b8;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0rem
}

.text-highlight {
    color: #fa4c4e;
}

.text-highlight:hover {
    color: #fff;
}

/*modal style*/

.modal-dialog .close {
    position: absolute;
    opacity: 1 !important;
    right: -1rem;
    background: #f04b1e;
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    top: -1rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-dialog .close i {
    font-size: 1.8rem;
}

.modal-dialog .close:focus {
    outline: none;
}

.modal-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 0rem;
}

.modal-header p {
    margin-bottom: 0rem;
    font-size: 1.1rem;
}

.modal-header h3 {
    color: #e7e3e3;
    font-size: 2.5rem;
    font-weight: 900;
}

.modal-content {
    padding: 1rem;
}

.modal-dialog .form-control {
    background-color: #62626261;
    border: 0px;
    text-transform: capitalize;
    line-height: 1.5;
    height: 7vh;
    color: #ccc;
}

.modal-dialog a {
    font-weight: 600;
    color: #fa4c4e;
}

.modal-dialog {
    max-width: 300px;
    top: 8rem
}

.modal-dialog .form-control::placeholder {
    font-weight: normal;
    font-size: 13px;
    color: #ccc
}

.modal-dialog .form-control:focus {
    outline: none;
    box-shadow: none;
}

.promo-banner .modal-content {
    background: linear-gradient(to bottom, #20242c, #16181c);
    border: 1px solid #373e4d;
}

.btn.btn-default:hover {
    border: 1px solid #f04b1e;
    background: transparent;
    transition: 0.3s ease-out;
}

.btn.btn-default {
    background: #f04b1e;
    color: #fff;
    padding: 0.5rem 3rem;
    margin-top: 10px;
    display: inline-block;
    transition: 0.3s ease-out;
    font-size: 1.7rem;
}

.myfielderr {
    color: red;
    margin-top: 5px;
    display: none;
}

.dnone {
    display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #fff
}

/*Home page service section style*/

.services-sec-new .services-box {
    display: block;
    padding: 1rem 0rem;
    margin-bottom: 20px;
    border-bottom: 1px dashed #99a2b8;
}

.services-box.active {
    background: linear-gradient(to bottom, #20242c, #16181c);
}

.services-sec-new .services-box:hover {
    background: linear-gradient(to bottom, #20242c, #16181c);
    cursor: pointer;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.services-sec-new .services-box:hover i {
    background: #4a4c4e;
    border-radius: 100px;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari and Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.services-sec-new .icon,
.services-sec-new .bloc-pic-1 {
    padding: 0px;
    float: left;
    margin-right: 0rem;
    height: 80px;
}

.services-sec-new .icon i {
    width: 70px;
    height: 70px;
    background: #313232;
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 44px;
}

.services-sec-new .service-content {
    padding: 10px 9px;
    text-align: right;
}

.services-sec-new .service-content h4 {
    font-size: 16px;
    font-weight: 900;
    height: 8vh;
    color: #cacccd;
    display: flex;
    align-items: center;
    margin-bottom: 0rem;
    justify-content: end;
    text-transform: capitalize;
}

.services-container li {
    display: none;
}

.services-container li.active {
    display: block;
}

.services-sec-new .bloc-pic-1 img:nth-child(1) {
    top: -5%;
    left: 25px;
    width: 85%;
}

.services-sec-new .bloc-pic-1 img:nth-child(2) {
    left: 47px;
    top: 6px;
}

.services-sec-new .bloc-pic-1 img:nth-child(3) {
    top: -98%;
    left: 8px;
    width: 85%;
}

.service-arrow {
    position: absolute;
    left: 12rem;
    top: 5rem;
}

/* internal css from header file style */

canvas {
    width: 0%;
    height: 0%;
    line-height: 1;
}

.bloc-pic-1 img:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 47px;
    top: 7px;
    width: 50%;
}

.bloc-pic-2 img:nth-child(2) {
    position: absolute;
    z-index: 1;
    left: 33px;
    top: 29px;
    width: 75%;
}

.bloc-pic-3 img:nth-child(2) {
    position: absolute;
    z-index: 1;
    left: 38px;
    top: 21px;
    width: 72%;
}

.bloc-pic-4 img:nth-child(2) {
    position: absolute;
    z-index: 1;
    left: 32px;
    top: 4px;
    width: 66%;
}

.sec-3 {
    pointer-events: none;
    mix-blend-mode: difference;
}

.anim-slider {
    display: block;
    mix-blend-mode: difference;
    pointer-events: none;
    background: #000;
}

body {
    background-color: #101215 !important;
}

.award-row {
    mix-blend-mode: difference;
    pointer-events: none;
}

canvas {
    vertical-align: bottom;
    background-color: #393939;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.love-bubble[data-v-ab1e2e6a] {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    bottom: 70%;
    left: 90%
}

.tr-anim.is-inview[data-scroll] {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.tr-anim[data-scroll] {
    opacity: 0;
    -webkit-transform: translate3d(0, 8rem, 0);
    transform: translate3d(0, 8rem, 0);
    -webkit-transition: all 1.2s cubic-bezier(.23, 1, .32, 1);
    transition: all 1.2s cubic-bezier(.23, 1, .32, 1);
}

.love-bubble .l-b-inner .img-wrapper .plan[data-v-ab1e2e6a] {
    width: 100%;
}

.love-bubble:hover .l-b-inner .plan-a[data-v-ab1e2e6a] {
    -webkit-transform: translate3d(-2rem, 0, 0);
    transform: translate3d(-2rem, 0, 0)
}

.love-bubble:hover .l-b-inner .plan-b[data-v-ab1e2e6a],
.love-bubble:hover .l-b-inner .plan-c[data-v-ab1e2e6a] {
    -webkit-transform: translate3d(2rem, 0, 0);
    transform: translate3d(2rem, 0, 0)
}

.love-bubble:hover .l-b-inner .lights[data-v-ab1e2e6a] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.love-bubble:hover .l-b-inner .chernushka[data-v-ab1e2e6a] {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1)
}

span.hoverimg {
    pointer-events: all;
}

span.hoverimg {
    font-weight: bold;
}

span.hoverimg:before {
    position: relative;
    content: '';
    background: url('assets/images/bulbimg.png');
    width: 100%;
    height: auto;
}

span.hoverimg:hover::before {
    overflow: hidden;
    position: absolute;
    content: '';
    background: url('assets/images/bulbimg.png') no-repeat;
    width: 379px;
    height: 270px;
    top: -50%;
}

.wrapper {
    /*   height: 20%; */
    width: 100%;
    /*background: #555;*/
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 50px;
}

.carousel {
    background: blue;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: green;
height: 80%; */
    /*   width: 20%; */
    margin: 0;
    padding: 0;
    position: relative;
    /*   flex-shrink: 0; */
    color: black;
    font-size: 121px;
    cursor: pointer;
    /*   padding:20px 50px; */
    margin: 0 auto;
    text-align: center;
}

.test {
    padding: 60px;
    color: #fff;
}

.trans-text {
    color: transparent;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #606163;
    font-family: "poppins";
    font-size: 55px;
    font-weight: bold;
    width: 500px;
    line-height: 55px;
    position: relative;
}

.filled-text {
    font-size: 38px;
    font-family: "Raleway";
    -webkit-text-stroke-color: #fff;
    font-weight: 600;
    width: 800px;
    line-height: 40px;
}

.test-2 {
    padding: 60px 10px
}

.test span.text-hover {
    font-style: italic;
    font-size: 38px;
    font-weight: normal;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0px 10px;
}

.test:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    right: -5.8rem;
    width: 6rem;
    height: 3px;
    /*background: -webkit-gradient(linear,left top,right top,from(#a166ed),to(#5777ff));
background: linear-gradient(90deg,#a166ed 0,#5777ff);*/
    background: #363d4c;
}

.post-detail {
    display: none;
}

.blog-list li:hover .post-detail {
    display: block;
    transition: opacity 0.3s ease;
}

.post-detail {
    width: 100%;
    position: relative;
    background: #16181c;
    z-index: 5;
    border-radius: 25px;
    margin-top: 30px;
    padding: 20px;
    color: #4e535c
}

.logo-box {
    pointer-events: all;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeInAnimation 1s ease-in-out;
}

.unique-sec.active {
    padding-top: 23rem;
}

.services-sec-new.active {
    padding-top: 8rem;
    position: relative;
}

.services-sec-new.active .service-arrow {
    top: 15rem
}

.stories.active {
    padding-top: 10rem;
}

.sec-3 {
    padding-bottom: 2rem;
}

.our-partners {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: #17181c;
}

.our-partners h2 {
    margin-bottom: 2rem
}

.stories {
    padding-top: 0rem;
}

.testimonial-sec {
    padding-bottom: 0rem;
}

.blog-arrow {
    display: block;
    background-color: transparent;
    position: absolute;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    right: 4rem;
    bottom: 2.5rem;
    padding: 0rem 2rem;
}

.home-blog .blog-arrow {
    bottom: 8.5rem;
}

.blog-arrow:before {
    content: "";
    border-radius: 50%;
    background-color: rgb(92 91 91 / 50%);
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    height: 45px;
    transition: 0.5s;
    transform: translate(0%, -50%);
}

.blog-arrow:after {
    content: "\f178";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.blog-arrow:hover:before {
    border-radius: 40px;
    width: 100%;
}

#videoModal .modal-content {
    background: linear-gradient(to bottom, #20242c, #16181c);
    border: 1px solid #373e4d;
}

#videoModal .modal-dialog {
    max-width: 500px
}

/*.thank-sec {padding: 5rem 0;background: #ccc;}*/

.thank-sec .men-heading {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.thank-sec p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.errs {
    color: #dd0000;
    font-weight: 700;
}

select option {
    background: #232730;
    font-size: 14px;
    color: #fff;
    padding: 16px;
    margin-bottom: 1rem;
    line-height: 2;
    min-height: 5vh !important;
    max-height: 5vh !important
}

/** Custom Select **/

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 130px;
    padding: 0 84px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    background: #5c9cd8;
    border-radius: 4px;
    cursor: pointer;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}

.blog-sec {
    margin-bottom: 5rem;
}

/* Change autocomplete styles in WebKit */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.selectNative,
.selectCustom {
    position: relative;
    width: 22rem;
    height: 4rem;
}

@media (hover: hover) {
    .selectCustom {
        display: block;
    }
    .selectNative:focus+.selectCustom {
        display: none;
    }
}

/* Add the focus states too, They matter, always! */

/*.selectNative:focus,
.selectCustom.isActive .selectCustom-trigger {
  outline: none;
  box-shadow: white 0 0 0 0.2rem, #ff821f 0 0 0 0.4rem;
}


.select {
  position: relative;
}


.selectNative{
  font-size: 1.6rem;
  background-color: transparent;
  border: 1px solid #6f6f6f;
}

.selectNative {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0.8rem;
  padding: 0rem 0.8rem;
}*/

.services-sec-new .col-md-4 {
    max-width: 29%;
}

.services-container li.active img {
    width: 500px
}

/*about new section add*/

.profile-photo {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    --position: 20%;
    width: 90%;
}

/*.profile-photo .image-container {
     max-width: 800px;
    max-height: 90vh;
    aspect-ratio: 1/1;
}*/

.profile-photo .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.profile-photo .image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
}

.profile-photo .slider {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
}

.profile-photo .slider:focus-visible~.slider-button {
    outline: 5px solid black;
    outline-offset: 3px;
}

.profile-photo .slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
}

.profile-photo .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

/*second*/

#header-sticky .row {
    align-items: center;
}

.hiddentxt:hover~.hiddenimg {
    display: block;
    position: absolute;
    top: -9rem;
    left: 9rem;
    z-index: 999999;
}

.hiddenimg {
    display: none;
}

.text-hover {
    position: relative;
}

.service-list {
    margin-bottom: 2rem
}

.service-list li a {
    font-size: 14px
}

/*sticky social*/

.social-float {
    position: fixed;
    top: 75%;
    left: -8px;
    transform: translateY(-50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    list-style: none;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
    padding-right: 13px;
    padding-top: 8px;
    z-index: 9;
}

.social-float li {
    position: relative;
    border: 1px solid #31343b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
   
    padding-top: 0rem;
}

.social-float li i {
    font-size: 1.2em;
    color: #fff;
}

.social-float li:hover i {
    color: #fff !important;
}

.social-float li:hover {
    color: #fff;
}

.fb-icon {
    background-color: #1877f2;
    border: 1px solid #1877f2;
}

.twitter-icon {
    background-color: #1da1f2;
    border: 1px solid #1da1f2;
}

.inst-icon{
    background-color: #E4405F;
    border: 1px solid #E4405F;
}

.linkedin-icon {
    background-color: #0a66c2;
    border: 1px solid #0a66c2;
}

/*sticky social right*/

.sticky-icon {
    z-index: 1;
    position: fixed;
    bottom: 15%;
    right: 0%;
    width: 180px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(130px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    transition: all 0.8s;
    background: #232730;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
    color: #f04b1e
}

.whatsapp {
    font-size: 2.7rem;
    background-color: rgb(77, 194, 71) !important;
}

.sticky-icon a i {
    height: 30px;
    width: 30px;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
    color: #ffffff;
    font-size: 22px;
}

.useful-link {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    row-gap: normal;
}

/*.wrapper .box:hover{transform:translate(0px) !important;}*/

.inner-megamenu.row {
    align-items: start !important;
}

.hidden-md {
    display: none;
}

.blog-cate {
    display: flex;
    gap: 2rem;
    flex-direction: row;
    list-style-type: none;
}

.blog-cate li {
    border-top: 0rem;
    border-bottom: 0rem;
    font-size: 15px;
    padding: 15px;
}

.blog-cate li:before {
    content: "";
    width: auto !important;
    margin-right: 1px;
    padding-right: 1px;
}

.active_hover img {
    top: -3rem;
    right: -3rem;
    opacity: 1 !important;
    transition: opacity 0.3s ease;
}

.active_hover .post-detail {
    display: block;
}

.active_hover {
    background: #232730;
    border-radius: 10px;
    margin-left: 15px;
    border: 0px;
    transition: all 0.4s ease-in-out 0s;
}

.brand-sec .single-logo.box:first-child {
    margin-left: 5rem
}

/*profile-photo*/

.profile-box {
    background: #000;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.profile-box img {
    width: 100%;
    display: block;
}

.profile-box img:nth-child(1) {
    position: absolute;
}

.profile-box img:nth-child(2) {
    opacity: 0;
}

.profile-slider .owl-stage {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
}

.blog-cont {
    display: flex;
}

.blog-img {
    width: 38%;
    overflow: visible;
    position: relative;
}

.business-grow input[type="email"]::placeholder {
    color: #717b91;
}

.testimonial123 a {
    color: #fff;
}

/*.auth-img{width:15rem;height:15rem}*/

.auth-img img {
    box-shadow: 0px 0px 10px #8d8989
}

.instraslide .owl-stage {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
}

.brand-sec .owl-carousel .owl-item img {
    border: 1px solid #4f5764;
    padding: 1rem
}