@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../fonts/Franklin-Gothic-Demi-Regular.woff') format('woff'),
        url('../fonts/Franklin-Gothic-Demi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Hover Start ================================*/

a:hover,
a:focus,
button:hover,
button:focus {
    outline: none !important;
    text-decoration: none !important;
    transition: auto;
    color: #18262f;
}

.primary-color {
    color: #e22323;
    display: contents
}

.container {
    max-width: 1400px !important;
}

.input-control:hover,
.input-control:focus {
    transition: 0.7s all;
    box-shadow: none;
}

.input-control:focus::placeholder,
.input-control:hover::placeholder {
    color: #18262f;
}

.btn.contact-btn:hover::after,
.portfolio .btn.btn_submit:hover::after {
    border-radius: 5px;
    background: #e22323;
    color: #fff;
    border: 2px solid #18262f;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.4s all;
}

.btn.contact-btn:focus {
    box-shadow: none;
}

.copyright a:hover {
    color: #fff;
}

/* Hover End ================================*/

section {
    padding: 40px 0;
    position: relative;
    clear: both;
    scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Franklin Gothic Demi';
    font-weight: 600;
    margin: 0;
}

p,
ul li,
ul li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    margin: 0;
}

.reddish {
    background-color: #b51a20 !important;
}

/*Mobile Screen viewport ================================*/

.mobile-screen {
    display: none;
}

#cross {
    display: none;
}

/*End Mobile Screene ================================*/


/* Poooosition fixed============================================================ */
.nav-bar {
    padding: 0;
    width: 100%;
    position: relative;
}

.nav-bar ul.menu li {
    display: inline-block;
    padding: 5px 15px;
}

.nav-bar ul.menu {
    padding: 10px;
    text-align: right;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
}

.nav-bar ul.menu li a {
    font-size: 17px;
    color: #18262f;
    font-weight: 600;
    font-family: 'Poppins';
    position: relative;
}

/* Dropdown List Start */

/*.nav-bar ul.menu.dropdown {
    display: none;
}

 header nav ul li.dropdown:hover .dropdown-menu {
    position: absolute;
    z-index: 100 !important;
    transform: scale(1);
    top: 35px;
    left: -24px;
    background: #6e6eb1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

header nav ul li .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: 300%;
    transform: scale(0);
    transition: .5s all;
    z-index: 10000;
}

header nav ul li.dropdown {
    position: relative;
    visibility: visible;
    z-index: 100 !important;
}

header nav ul li .dropdown-menu a {
    padding: 7px;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    transition: .5s all;
    z-index: 100 !important;
}

header nav ul li .dropdown-menu a:hover {
    position: relative;
    visibility: visible;
    z-index: 100 !important;
    background: #6e6eb1;
    box-shadow: 4px 3px 8px #adabd6;
}

header nav ul li .dropdown-menu a:hover::before {
    display: none;
} */

/* Dropdown List end*/


/* Header Fixed Position */


/* End Header Fixed Position */

.nav-bar a.logo img {
    width: 100%;
}

header {
    background: transparent;
    position: relative;
    z-index: 3;
    padding: 0px 0 10px;
}

.nav-bar ul.menu li a.active::before {
    content: "";
    height: 2px;
    background: #cc3f31;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    transition: width 0.5s !important;
    width: 100%;
    animation: fill 1s forwards;
    color: #606060 !important;
}

.nav-bar ul.menu li a::before {
    height: 2px;
    background: #cc3f31;
    left: 0;
    margin: auto;
    bottom: -15px;
    transition: width .5s !important;
    position: absolute;
    content: "";
    right: 0;
    width: 0;
}

.nav-bar ul.menu .social-icons-nav li a::before {
    background: none !important;
}

.nav-bar ul.menu li a:hover::before {
    width: 100%;
    animation: fill 1s forwards;
    /* color: #b51a20 !important; */
}

.nav-bar ul.menu .social-icons-nav {
    display: inline-block;
    padding: 0 5px;
}

.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus,
.nav-bar ul.menu li a:hover,
button:focus,
button:hover {
    color: #cc3f31;
    background: 0 0
}

.nav-bar ul.menu li i.fab {
    padding: 9px 12px;
    border-radius: 30px;
    font-size: 17px;
    margin: 0 -12px 0;
    color: #fff !important;
}

.nav-bar ul.menu li i.fab.fa-facebook-f,
.contact .con-socials li i.fab.fa-facebook-f {
    background: #18262f;
}

.nav-bar ul.menu li i.fab.fa-linkedin-in,
.contact .con-socials li i.fab.fa-linkedin-in {
    background: #18262f;
    padding: 9px 10px;
}

.nav-bar ul.menu i.fab.fa-twitter,
.contact .con-socials li i.fab.fa-twitter {
    background: #18262f;
    padding: 10px;
}

.nav-bar ul.menu li a.btn:hover::before {
    display: none;
}

.soical-icons-nav .nav-bar ul.menu li a:hover::before {
    display: none !important;
}

/* Form ================================*/

.form-parent {
    position: relative;
    padding: 0rem 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    min-height: 90vh;
    align-items: center;
}

.pWater {
    position: fixed;
    left: 0;
    top: 0px;
    width: 50%;
    height: 100vh;
    z-index: 0;
    box-shadow: 7px 1px 8px #ccc;
}

.form-parent h2,
.web-tabs h2 {
    color: #3c3f78;
    font-weight: 500;
    display: inline-block;
    font-size: 40px;
    font-family: 'Poppins';
    padding: 0;
    position: relative;
    z-index: 1;
}

.form-parent p {
    color: #747474;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 0 30px;
}

.form-parent p span {
    font-weight: 500;
    color: #3c3f78;
}

.form-parent .main-form form {
    padding: 20px;
    box-shadow: 1px 1px 12px #ccc;
}

.form-parent .main-form input.input-control {
    font: -webkit-control;
    width: 100%;
    font-family: 'Poppins';
    display: block;
    color: #848484;
    background: #f3f3f3;
    border: 1px solid #e2e0e0;
    margin: 12px 0;
    padding: 18px 13px 9px;
    min-height: 40px;
    outline: 0;
}

p.reg {
    font-size: 15px;
}

p.reg span {
    display: inline;
}

.btn.btn_submit {
    color: #969699;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 10px;
    padding: 7px 15px;
    border: 1px solid #969699;
    background: #18262f;
    border-radius: 0;
    font-family: 'Poppins';
    transition: 0.5s all;
}

.contact .btn.btn_submit:hover {
    transform: scale(1.1);
}

select#Reffrence {
    width: 96.7%;
}

textarea.required.input-control.form-control {
    resize: none;
    height: 90px;
}

.get-started-form form input#register {
    padding: 10px 0px;
    font-size: 16px;
    border-radius: 20px;
}

/* Validation ================================*/
.required.error,
select.required.error,
textarea.required.error {
    border: 0 !important;
    border-bottom: 3px solid red !important;
}

label.error {
    display: none !important;
}


/*End Form  */

a#goto-top {
    position: fixed;
    bottom: 110px;
    right: 30px;
    background: #ba2a30;
    color: #fff;
    width: 46px;
    height: 46px;
    font-size: 22px;
    border-radius: 50px;
    z-index: 999;
    transition: 0.5s all !important;
    opacity: 0;
    visibility: hidden;
}

a#goto-top.show {
    opacity: 1;
    visibility: visible;
}

a#goto-top:hover {
    transform: scale(0.9);
}

h1 {
    color: #fff;
    font-size: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px;
    font-family: 'Franklin Gothic Demi';
    line-height: 43px;
}

/* Footer */
footer .social-icons li {
    display: inline-block;
    padding-top: 10px;
}

footer .social-icons li i {
    font-size: 21px;
    padding-right: 20px;
}

footer p {
    font-size: 15px;
}

footer ul.menu li a:active,
footer ul.menu li a:hover,
footer i:hover {
    color: #ba2a30 !important;
}

footer ul.menu li a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    transition: .5s;
    line-height: 30px;
}

footer ul.menu li a i {
    color: #fff;
    margin-right: 10px;
}

footer ul.menu li a .d-block {
    line-height: 10px;
    padding-left: 25px
}

.bottom-form .get-started-form form {
    background: linear-gradient(-10deg, #18262f 70%, #e22323 100%);
}

.copyright a {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 300;
}

/* nav.footer-bg li.f-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
} */
li.f-logo img {
    position: relative;
    left: -20%;
    max-width: 70%;
}

nav.footer-bg {
    position: relative;
}


/* Footer */
footer {
    padding: 150px 0 0;
    color: #fff
}

.copyright,
footer {
    background: #18262f;
}

.terms h3 {
    font-size: 25px;
}

.terms h3,
.terms p {
    padding: 5px 0;
}

.terms ul li {
    font-family: Poppins;
    font-size: 15px;
    padding: 10px 0;
    margin-left: 20px;
    line-height: 23px;
    list-style: disc
}

.terms ul li.pl-5 {
    list-style: none
}


/* Footer end */


h2 {
    color: #18262f;
    font-size: 45px;
    letter-spacing: 0px;
    margin: 0;
    font-weight: 700;
}
.title {
    color: #b51a20 !important;
    font-size: 26px !important;
    font-weight: 800 !important;
}
.banner::before {
    background: url('../images/banner-left.webp') no-repeat 100% 100% / 100%;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    top: 34px;
    left: 0;
    z-index: 0;
}

.banner::after {
    background: url('../images/banner-right.webp') no-repeat 100% 100% / 100%;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: -90px;
    right: 0;
    z-index: -1;
}

.banner {
    padding: 150px 0;
    top: 90px;
    z-index: 1;
}

.banner-left h3 {
    color: #fff;
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 500;
}

.banner [class*='col-md-'] {
    padding: 0;
}

.inner-banner {
    background: url('../images/about.webp') no-repeat;
    padding: 120px 0;
    z-index: 1;
}

.inner-banner::before {
    content: "";
    background: #18262fcf;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.about {
    padding: 40px 0 !important;
    z-index: 2 !important;
}

.get-started-form form {
    padding: 40px 30px;
    position: relative;
    background: linear-gradient(180deg, #18262f 70%, #e2232352 100%);
    width: 70%;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 10px gray;
}

.input-control {
    margin: 7px 0;
    width: 100%;
    padding: 10px 15px;
    font-family: 'Poppins';
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #848484;
    border-radius: 20px;
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
    outline: 0;
}

.chota_fnt {
    font-size: 10px;
    margin: 20px 0;
    display: inline-block;
    line-height: 15px
}

.chota_fnt a {
    color: #000;
    text-decoration: underline
}

.chota_fnt input {
    margin: 0 5px 0 0;
    height: auto !important;
    width: auto !important
}

label.error {
    display: none !important
}

select:focus {
    background: #104b8d87;
    color: #fff
}

/* 
.banner-slider {
    position: absolute;
    top: -50px;
}

.banner-slider .item1 {
    position: relative;
}

.banner-slider .item1 {
    background: url('../images/banner-right.webp') no-repeat 100% / 100% 100%;
    background-size: 100% 100%;
    max-width: 100%;
    left: 0px;
    height: 100%;
}

.banner-slider .owl-nav {
    display: block !important;
    position: relative;
    left: 0%;
    bottom: 300px;
    font-size: 45px;
    color: #fff;
}

.banner-slider .owl-nav button.owl-next {
    position: absolute;
    right: 5%;
}

.banner-slider .owl-nav button.owl-prev {
    display: none;
} */

.btn.contact-btn,
.white-border-btn,
.btn-red {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 10px 45px;
    position: relative;
    z-index: 1;
}

.white-border-btn:hover,
.btn-red:hover {
    transform: scale(0.9);
    transition: 0.5s;
    color: #18262f;
}

.btn-red::after,
.white-border-btn::after,
.btn.contact-btn::after,
.portfolio .btn.btn_submit::after,
.tell-friend .con-form .main-form input.btn.btn_submit::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #18262f;
    transform: skew(330deg);
    border: 2px solid #18262f;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
}

.white-border-btn {
    color: #18262f;
}

.white-border-btn::after {
    background: #fff;
    border-color: #fff;
}

.btn-red::after {
    background: #e22323;
}

.services {
    text-align: center;
    padding: 120px 0 0;
    z-index: 2;
}

.secret h2 {
    text-align: center;
}

.four-services {
    padding: 30px 0 0;
    width: 67%;
    margin: auto;
}

.four-services [class*='col-md-3'] {
    padding: 30px 20px;
    box-shadow: 0px 0px 6px 0px #606060;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 15px;
}

.four-services [class*='col-md-3']:nth-child(even) {
    background: #b51a20;
    color: #fff;
}

.about .four-services [class*='col-md-4'] {
    padding: 30px;
    height: 150px;
    box-shadow: 0px 0px 6px 0px #606060;
    display: flex;
    align-items: center;
    background: #fff;
}

.four-services h3 {
    font-size: 25px;
    line-height: 29px;
    margin: auto;
}

.creativity {
    background: #18262f;
    padding-top: 80px;
    position: relative;
    top: -60px;
    z-index: 1;
}

.creativity h2 {
    color: #fff;
    text-align: center;
}

.creativity p {
    color: #fff !important;
    padding: 50px 50px 50px 0;
}

.btn.white-btn {
    background: #fff;
    border: 2px solid #fff;
    transition: 0.5s all;
    border-radius: 50px;
    color: #ea3d3c;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 23px;
    padding: 25px;
    width: 100%;
}

.exp-btn-sec {
    position: relative;
    text-align: left;
}

.creativity::before,
.secret::before,
.get-in-touch:before,
.service-web-hosting::before {
    content: "";
    background: url('../images/ani-ele.webp') no-repeat;
    width: 95%;
    height: 100%;
    position: absolute;
    left: 4%;
    top: 0;
    animation: shake 2s ease-In-Out infinite;
    z-index: 0;
    background-size: 90% 100%;
}

.creativity::after,
.left-blog::after {
    content: "";
    background: #b51a1f;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.btn.white-btn:hover {
    background: #18262f;
    border: 2px solid #fff;
    color: #fff;
}

.creativity .container {
    width: 1000px;
}

.secret {
    position: relative;
    text-align: center;
}

.secret p {
    text-align: right;
    padding: 50px 0px 50px 50px;
}

.btn.black-btn {
    background: #18262f;
    border: 3px solid #18262f;
    transition: 0.5s all;
    border-radius: 50px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 23px;
    padding: 25px;
}

.team-work {
    top: 0;
    padding-top: 20px;
}

.btn.black-btn:hover {
    background: #b51a1f;
    border: 3px solid #18262f;
    color: #fff;
}

.get-in-touch {
    position: relative;
    text-align: center;
    background: #fce8e8;
    height: 500px;
    display: flex;
    align-items: center;
}

.get-in-touch h2 {
    padding: 30px 0;
}

h2 span {
    display: block;
    line-height: 30px;
}

.get-social-links a i {
    padding: 50px;
    font-size: 40px;
    color: #606060;
    position: relative;
}

.get-social-links a i.fas.fa-phone {
    transform: rotate(85deg);
    display: inline-block;
}

.get-social-links a:nth-child(1) i,
.get-social-links a:nth-child(7) i {
    top: 130px;
}

.get-social-links a:nth-child(2) i,
.get-social-links a:nth-child(6) i {
    top: 70px;
}

.get-social-links a:nth-child(3) i,
.get-social-links a:nth-child(5) i {
    top: 20px;
}

.willing {
    padding: 100px 0 140px;
}

.willing-goals {
    padding: 20px;
    height: 280px;
    background: #edf4f9;
    border-radius: 15px;
    box-shadow: 2px 0px 5px #c6c6c6;
    position: absolute;
    margin: 0px 3px;
    padding: 40px 20px;
}

.willing-goal-parent .willing-goals h3 {
    color: #18262f;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.willing-goal-parent .willing-goals ul.menu li {
    font-size: 15px;
}

.heirarchy::before {
    content: "";
    text-align: center;
    position: absolute;
    left: 0;
    top: 140px;
    margin: auto;
    right: 0;
    background: url('../images/hierarchy.webp') no-repeat;
    width: 27%;
    height: 100%;
    /* background-position-x: center; */
    background-size: contain;
}

.heirarchy {
    position: relative;
    padding: 160px 0 250px;
}

.heirarchy-content1 {
    position: relative;
    padding-left: 70px;
    top: -50px;
    left: 20px;
}

.heirarchy h3 {
    color: #000507;
    line-height: 23px;
    padding: 7px 0 10px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.heirarchy h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #3e5968;
    width: 80px;
    height: 2px;
    border-radius: 100%;
}

.heirarchy h3::after {
    content: "";
    position: absolute;
    left: 37px;
    bottom: 0px;
    background: #3e5968;
    width: 7px;
    height: 7px;
    border-radius: 100%;
}

span.heir-num {
    color: #dbdbdb;
    font-size: 33px;
    font-weight: 600;
    font-family: 'Poppins';
    position: relative;
    top: 16px;
}

.heirarchy p {
    line-height: 18px;
    color: #b6b6b7;
    font-size: 15px;
}

.heirarchy-content2 {
    position: relative;
    left: 300px;
    top: 140px;
    display: inline-grid;
    text-align: right;
}

.heirarchy-content2 h3::before,
.heirarchy-content2 h3::after {
    background: #e2b0b0;
    margin-left: 109px;
}

.heirarchy-content3 {
    position: relative;
    left: 180px;
    top: 140px;
    display: inline-grid;
    text-align: left;
}

.heirarchy-content3 h3::before,
.heirarchy-content3 h3::after {
    background: #e2b0b0;
}

.heirarchy-content4 {
    position: relative;
    left: 100px;
    bottom: -220px;
}

.contact {
    text-align: center;
}

.contact p {
    line-height: 19px;
}

.contact .con-socials li {
    padding: 20px 0;
}

.contact .con-socials li i {
    color: #fff;
    padding: 10px;
    border-radius: 9px;
}

.con-form {
    background: #18262f;
    padding: 30px;
}

.con-form h3 {
    color: #fff;
    padding: 20px 0 30px;
}

.map {
    position: relative;
    background: url('../images/contact-map.webp') no-repeat;
    background-size: cover;
    width: 100ch;
    height: 350px;
    left: -410px;
    top: 0;
    z-index: -1;
}

.contact .container {
    margin: auto;
    width: auto;
    width: 900px;
}

.map::before {
    content: "";
    background: #d3e3e8;
    position: absolute;
    top: 15px;
    left: 16px;
    width: 96.5%;
    height: 95%;
    opacity: 0.3;
}

.contact-address h4,
.contact-address h3,
.contact-address p,
.contact-address li a {
    color: #7f7e7e;
}

.contact-address h4 {
    font-size: 20px;
    padding-left: 24px;
}

.contact-address {
    text-align: left;
    padding-left: 30px;
}

.contact-address h3 i,
.contact-address li a i {
    color: #b51a20;
    font-size: 20px;
    padding-right: 5px;
}

.contact-address p {
    font-size: 14px;
    padding-left: 25px;
}

.contact-address h3 {
    font-size: 17px;
    margin: 0;
}

.contact-address .menu li {
    padding: 5px 0;
}

.contact-address .menu li span {
    display: inline-block;
    padding-left: 1px;
    font-family: 'Poppins';
    line-height: 18px;
}

/* Portfolio Start*/

.portfolio {
    text-align: center;
}

.portfolio-banner {
    background-size: 100% 100%;
}


.p-truckter {
    position: relative;
}

.portfolio .content1 .tab#tab2 .info-work .truckter {
    position: absolute;
    left: 0;
    top: 0;
    height: 407px;
}

.portfolio .content1 .tab#tab2 .info-work img {
    padding: 20px;
}

.portfolio h4 {
    font-size: 22px;
    color: #202556;
    font-weight: 400;
    letter-spacing: -1px;
}

.portfolio p {
    padding: 0 100px 30px;
    margin: 0;
    line-height: 18px;
}

.portfolio .content1 .info-wrok {
    padding: 0;
    margin: 0;
}

.portfolio .content1 .tab {
    padding: 0px;
    margin: auto;
}

.info-work.img-before {
    padding: 0;
}

.view-portfolio-Em .info-work img,
.portfolio .content1 .tab .info-work img {
    max-width: 100%;
    transition: .5s all;
    border-radius: 0;
    cursor: pointer;
    position: relative;
}

.portfolio .content1 .tab .info-work img:hover {
    transform: translate(0px, -10px);
    transform: scale(0.98);
}

.work-row {
    padding: 40px 0;
}

.work-row:nth-child(even) {
    position: relative;
}

.work-row:nth-child(even)::before {
    content: "";
    background: #fce8e8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    z-index: -1;
    border-radius: 100%;
}

.work-row:nth-child(even)::after {
    content: "";
    background: #fce8e8;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    z-index: -1;
    border-radius: 100%;
}

.portfolio .content1 .info-work {
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.portfolio .content1 {
    width: 900px;
    margin: auto;
}

.portfolio .content1 .menu li {
    font-size: 17px;
    font-weight: 400;
    color: #606060;
    font-family: 'Poppins';
}

.btn.complete {
    border-radius: 20px;
    border: 1px solid #ce6935;
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0px;
    transition: 0.5s all;
}

.info-work.h-1 a.btn.complete {
    border: 1px solid #ce6935;
    color: #ce6935;
}

.info-work.h-2 a.btn.complete {
    border: 1px solid #46bed7;
    color: #46bed7;
}

.info-work.h-3 a.btn.complete {
    border: 1px solid #a21916;
    color: #a21916;
}

.info-work.h-4 a.btn.complete {
    border: 1px solid #4f7b99;
    color: #4f7b99;
}

.info-work.h-5 a.btn.complete {
    border: 1px solid #54b046;
    color: #54b046;
}

.info-work.h-6 a.btn.complete {
    border: 1px solid #6e8fc5;
    color: #6e8fc5;
}

.info-work.h-7 a.btn.complete {
    border: 1px solid #e51e12;
    color: #e51e12;
}

.info-work.h-8 a.btn.complete {
    border: 1px solid #2dbdeb;
    color: #2dbdeb;
}

.info-work.h-9 a.btn.complete {
    border: 1px solid #18418d;
    color: #18418d;
}

.info-work.h-10 a.btn.complete {
    border: 1px solid #da2330;
    color: #da2330;
}

.info-work.h-11 a.btn.complete {
    border: 1px solid #848154;
    color: #848154;
}

.info-work.h-12 a.btn.complete {
    border: 1px solid #46abe1;
    color: #46abe1;
}

.btn.complete:hover {
    transform: scale(0.9);
}

.portfolio .btn.btn_submit {
    position: relative;
    background: none;
    border: 0;
    color: #fff;
}

.port7 {
    position: relative;
}

.port7::after {
    content: "CustomerÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢s Art (Raster)";
    position: absolute;
    top: 15px;
    right: -10px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #fff;
    text-align: left;
    font-size: 13px;
    font-family: 'Poppins';
    background: #6e6eb0;
    width: 120px;
    height: 40px;
    line-height: 14px;
    padding: 5px 10px;
}

.port7::before {
    content: "Vector Conversion";
    position: absolute;
    bottom: 15px;
    left: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    font-family: 'Poppins';
    background: #6e6eb0;
    width: 100px;
    height: 40px;
    line-height: 14px;
    padding: 5px 10px;
    z-index: 999;
}

.portfolio .borrow-tab ul.nav.nav-tabs li {
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    background: #ccc;
    border-radius: 10px;
}

.portfolio .content1 h3 {
    color: #18262f;
    padding: 0px 120px 30px 0;
    font-weight: 800;
    font-size: 35px;
    position: relative;
    line-height: 30px;
}

.portfolio .content1 h3::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 15px;
    width: 15px;
    border-radius: 10px;
    height: 15px;
}

.portfolio .content1 .info-work.h-1 h3::before {
    background: #cf6a36;
}

.portfolio .content1 .info-work.h-2 h3::before {
    background: #46bed7;
}

.portfolio .content1 .info-work.h-3 h3::before {
    background: #a21916;
}

.portfolio .content1 .info-work.h-4 h3::before {
    background: #4f7b99;
}

.portfolio .content1 .info-work.h-5 h3::before {
    background: #54b046;
}

.portfolio .content1 .info-work.h-6 h3::before {
    background: #6e8fc5;
}

.portfolio .content1 .info-work.h-7 h3::before {
    background: #e51e12;
}

.portfolio .content1 .info-work.h-8 h3::before {
    background: #2dbdeb;
}

.portfolio .content1 .info-work.h-9 h3::before {
    background: #18418d;
}

.portfolio .content1 .info-work.h-10 h3::before {
    background: #da2330;
}

.portfolio .content1 .info-work.h-11 h3::before {
    background: #848154;
}

.portfolio .content1 .info-work.h-12 h3::before {
    background: #46abe1;
}

/* View More */
.view-portfolio-Em {
    transition: 0.5s all;
}

.view-portfolio-Em [class*=col-md-4] {
    padding: 1px !important;
}


/* Modal */

.myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    padding: 200px 0 100px;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    /* Location of the box */
    left: 0;
    top: 0;
    max-width: 100%;
    /* Full width */
    height: 100vh;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 40%;
    background: none !important;
}

.gallery {
    position: relative;
}

.gallery span.close {
    position: absolute;
    right: 60px;
    top: -30px;
}

.gallery span {
    font-size: 40px;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
}

.gallery span.prevbtn {
    position: absolute;
    top: 45%;
    left: 10%;
    right: 0;
    width: 0;
}

.gallery span.nextbtn {
    position: absolute;
    top: 45%;
    right: 10%;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* End View More */

/* Portfolio End */


/* Frequenctly ASk Question*/
.faq-sec .faq-num {
    font-size: 70px;
    font-weight: 700;
    color: #dbdbdb;
    font-family: 'Myriad ';
    position: absolute;
    left: -80px;
    top: 20px;
}

.faq-sec .card:nth-child(even) .faq-num {
    left: auto;
    right: -80px;
}

.faq-sec .card-header {
    background: none;
    border: none;
    outline: none !important;
}

.faq-sec .card-header a {
    display: block;
    font-size: 17px;
    color: #606060;
    font-weight: 600;
    padding: 6px 20px;
}

.faq-sec .card-header a:hover {
    color: #f9b500;
}

.faq-sec .card-body p {
    color: #9d9a9a;
}

section.faq-sec .card {
    margin-bottom: 20px;
    border: none;
    background: #edf4f9;
    border-radius: 10px;
    color: #8e929c;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    width: 80%;
    margin-left: auto;
    position: relative;
    /* margin-bottom: 50px; */
}

.faq-sec .card:nth-child(even) {
    background: #fff0f0;
    color: #fff;
    width: 80%;
    margin-right: auto;
    position: relative;
    /* margin-top: 50px; */
}

.faq-sec .card-header a.card-link.collapsed:after {
    content: "";
    background: url(../images/plus.webp);
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
}

.faq-sec .card-header a.card-link:after {
    content: "";
    background: url(../images/minus.webp);
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
}

.faq-sec .card-body {
    padding: 0 40px 20px;
}

/* section.faq-sec .card::before {
    content: "";
    background: url("../images/faq-num.webp") no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
}
.faq-sec .card:nth-child(even)::after {
    content: "";
    background: url(../images/faq-num.webp) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: -60px;
    transform: rotateY(180deg);
} */

/* .faq-sec .card:nth-child(even)::before {
    display: none;
} */


/* .card.last-faq::before {
    display: none;
} */
/* End FQs */


.terms h2 {
    font-size: 30px;
}

.terms-content {
    top: 0;
    padding-top: 80px;
}

.terms-trust::before {
    display: none;
}

.terms-trust {
    text-align: center;
    padding-top: 100px;
    position: relative;
}

.terms-trust h2 {
    color: #18262f;
}

.terms-trust p {
    color: #606060;
    font-size: 18px;
    padding: 10px 40px 50px;
    width: 60%;
    margin: auto;
    line-height: 20px;
}

.terms-trust img {
    transition: 0.5s all;
    max-width: 70%;
    cursor: pointer;
}

.terms-trust img:hover {
    transform: scale(0.9);
}

.testmonial {
    text-align: center;
}

.testmonial p {
    padding: 10px 50px;
    width: 60%;
    margin: auto;
    line-height: 20px;
}

.testmonial-caro {
    padding-top: 100px;
}

.lightBlue {
    background: #edf4f9;
}

.lightPink {
    background: #fff0f0;
}

.testmonial .item {
    padding: 20px 0;
    width: 90%;
    height: 180px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px #cccc;
    margin: 5px auto;
}

.testmonial .item p {
    width: 100%;
}

.testmonial .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 50px;
    color: #b51a20;
}

.testmonial .owl-nav .owl-prev {
    position: absolute;
    left: -4%;
}

.testmonial .owl-nav .owl-next {
    position: absolute;
    right: -4%;
}

.testmonial .owl-nav .owl-prev:hover,
.testmonial .owl-nav .owl-next:hover {
    color: #18262f !important;
}

.testmonial .btn.contact-btn {
    position: relative;
}

.testmonial h5 {
    text-align: left;
    display: inline-block;
}

.testmonial .test-share {
    padding: 70px 0;
}

.testmonial .arrow {
    margin: 0px 0px -100px;
}

/* Popup Form */
.popupform .main-form input.input-control,
.popupform .main-form textarea.required.input-control.form-control {
    background: #f0f3f6;
    padding: 10px;
    margin-left: 0;
}

.popupform .main-form input[type="file"]::file-selector-button {
    background: #ba2a30;
    padding: 5px;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
}

#popupform {
    border-radius: 50px;
}

#popupform .fancybox-button svg {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #fff;
    background: #b70d13;
    margin: 0px 0px 0px -14px;
}

/* Popup Form End */

.service-web-hosting {
    background: #edf4f9;
    top: -60px;
    padding-top: 120px;
}

.service-web-hosting:before {
    filter: brightness(0);
}

.box-shade {
    box-shadow: 0px 0px 20px #ccc;
    padding: 30px 40px;
    background: #fff;
    border-radius: 16px;
    transition: .5s;
    position: relative;
    width: 80%;
}

.box-shade:before {
    content: "";
    position: absolute;
    background-color: #b51a20;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: -1;
}

.box-shade:hover:before {
    clip-path: circle(90% at 30% 0%);
}

.box-shade:hover {
    cursor: pointer;
    transform: scale(1.07);
    cursor: pointer;
    color: #fff;
}

.box-shade:hover ul li,
.box-shade:hover ul li::marker {
    color: #fff;
}

.ser-web-design {
    padding-top: 50px;
}

.ser-web-design p {
    padding: 0;
}

.ser-web-design .web-icons {
    text-align: center;
}

.ser-web-design .web-icons img {
    height: 90px;
    padding-bottom: 20px;
}

.ser-web-design .web-icons h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.ser-web-design .willing-goal-parent .willing-goals p {
    color: #606060 !important;
    line-height: 22px;
    font-size: 14px;
    height: 170px;
    overflow: auto;
    text-align: center;
}

.ser-web-design .willing-goal-parent .willing-goals h4 {
    font-size: 19px;
    color: #18262f;
    text-align: center;
}

.service-web-hosting .willing-goals {
    position: relative;
    width: 60%;
}

.ser-box {
    box-shadow: 10px 10px 40px #ccc;
    padding: 20px;
    border-radius: 16px;
    transition: .5s;
    position: relative;
}

.ser-box:hover {
    cursor: pointer;
    transform: scale(1.07);
    cursor: pointer;
    color: #fff;
}

.ser-box:before {
    content: "";
    position: absolute;
    background-color: #b51a20;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.5s;
    z-index: -1;
}

.ser-box:hover:before {
    clip-path: circle(100% at 0% 0%);
}

.ser-box:hover ul li {
    color: #fff;
}

.list-items li {
    list-style: disc;
    margin-left: 20px;
}

.list-items li::marker {
    color: #ba2a30;
    font-size: 19px;
}

.willing-goals p::-webkit-scrollbar {
    width: 5px
}

.willing-goals p::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #6a757d
}

.willing-goals p::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 6px
}

.mob-app {
    background: #fff;
    top: 0;
}

.DM {
    background: #fef5f5;
    top: 0;
    padding-top: 40px;
}

.logo-des {
    top: 0;
}

.logo-des .willing-goal-parent .willing-goals {
    background: #fff;
}

.web-app {
    top: 0;
    padding-top: 220px;
}

.web-app p a {
    color: #b51a20;
    vertical-align: baseline;
}

.package p {
    padding: 10px;
    width: 80%;
}

.package h4 {
    padding: 30px 0;
}

.package .testmonial-caro {
    padding: 0;
    text-align: left;
}

.package .testmonial-caro item {
    text-align: left !important;
}

.package.testmonial .item {
    padding: 40px 60px;
    height: 650px;
}

.package.testmonial .item h5 {
    color: #f98787;
    padding-top: 5px;
}

.package.testmonial .test-share {
    padding: 0px 0;
}

.menu.pack-list {
    padding: 30px 0;
}

.menu.pack-list li {
    padding: 3px 0;
}

.package.testmonial .item h3 {
    position: relative;
}

.package.testmonial .item h3::before,
.custom-feactures .menu.cus-feact li::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 9px;
    width: 15px;
    height: 15px;
    background: #f98787;
    border-radius: 10px;
    box-shadow: 1px 4px 5px #ccc;
}

.package.testmonial .btn.contact-btn {
    z-index: 1;
}

.custom-feactures {
    text-align: center;
}

.custom-feactures p {
    width: 80%;
    margin: auto;
    padding: 0px 30px 40px;
}

.custom-feactures .menu.cus-feact {
    padding: 30px 0px 0 350px;
    text-align: left;
}

.custom-feactures .menu.cus-feact li {
    width: 49%;
    display: inline-block;
    line-height: 29px;
    position: relative;
}

.tell-friend .con-form {
    background: #edf4f9;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #ccc;
}

.tell-friend .con-form .main-form input.input-control,
.tell-friend .con-form .main-form textarea.required.input-control.form-control {
    background: #edf4f9;
}

.tell-friend .con-form .main-form input.btn.btn_submit {
    position: relative;
}

.blog h2 {
    text-align: center;
    padding-bottom: 40px;
}

.blog-date {
    color: #aaa9a9;
    font-size: 12px;
    padding: 10px 0 0px;
    display: inline-block;
}

.blog h3 {
    color: #18262f;
    font-size: 35px;
    font-weight: 700;
    line-height: 31px;
    padding-bottom: 10px;
}

.blog .left-blog {
    background: #18262f;
    height: 50vh;
    position: relative;
}

.left-blog::after {
    z-index: 1;
    height: 60px;
}


.all-blogs .blog1 {
    padding: 30px;
}

.all-blogs .blog1 .blog-img {
    background: #edf4f9;
    height: 50vh;
    box-shadow: 3px 2px 5px #ccc;
}

.all-blogs .blog1 h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 21px;
}

.all-blogs .blog1 p {
    line-height: 20px;
}

.top-bar {
    padding: 9px 0px;
}

.top-bar .menu.social-icons {
    display: flex;
    justify-content: end;
}

.top-bar ul.menu a {
    font-size: 15px;
    line-height: 4px;
    color: #747474;
}

.top-bar .menu.social-icons li {
    padding: 0 30px;
    position: relative;
}

.top-bar ul.menu span {
    padding-left: 30px;
}

.top-bar .col-md-6 ul.menu i {
    color: #dd1423;
    font-size: 20px;
}

.top-bar .side-bar-one::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 4px;
    width: 2px;
    height: 40px;
    background: #d9d9d9
}

.sticky-nav-bar {
    position: fixed;
    top: 0;
    padding: 8px 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: .3s ease-in-out;
    background: #f5f5f5fa;
    border-bottom: 2px solid #b51a20;
    animation: 1s header-animation;
}

.whatsapp-rapper i {
    position: fixed;
    left: 60px;
    bottom: 45px;
    font-size: 45px;
    z-index: 2;
    filter: drop-shadow(1px 1px 1px black);
    color: rgb(79, 206, 93);
}

.whatsapp-rapper a {
    background: aquamarine;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 14;
}

.whatsapp-rapper i::after {
    content: "Contact Us on Whatsapp";
    font-size: 11px;
    font-family: 'poppins';
    position: absolute;
    left: -50px;
    bottom: -20px;
    width: max-content;
    color: rgb(79, 206, 93);
    text-align: center;
    text-decoration: none;
    filter: drop-shadow(1px 0px 0px black);
}

.creative-std-banner::after {
    background: url(../images/creativ-std-right.webp) no-repeat 100% 100% / 100%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-size: 50%;
}

.creative-std-banner {
    top: 0px;
    z-index: 2;
}

.creative-std-banner::before {
    background: url(../images/creativ-std-left.webp) no-repeat 0% 100% / 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: -60px;
    background-size: 30%;
    z-index: -1;
}

/* Tabs */
.web-tabs {
  text-align: center;
  padding-top: 80px;
}
.web-tabs [class*="col-md-12"] {
  padding: 0;
  margin: 0;
}
.web-tabs .web-left-content {
  position: absolute;
  left: 70px;
  top: 297px;
}
.web-tabs .web-left-content ul li {
  padding: 15px 0;
  color: #C9C9C9;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  font-family: 'Poppins';
}
.web-tabs .web-left-content .btn-call {
  color: #000;
}
.web-tabs .web-left-content .btn-call span {
  font-size: 12px;
}
.web-tabs p {padding: 0;line-height: 23px;}
.web-tabs .item img{
  margin: 0;
}
.borrow-tab h2 {
  font-size: 21px;
}
.borrow-tab h2::before {
  left: -1px;
  top: 28px;
}
.borrow-tab ul.nav.nav-tabs {
  display: block;
  border: 0;
  width: 55%;
  height: 490px;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
.web-tabs .borrow-tab {
  text-align: center;
  margin: auto;
}
.borrow-tab ul.nav.nav-tabs li a {
  font-size: 15px;
  font-weight: 600;
  color: #18262f;
  border-radius: 10px;
}
.borrow-tab ul.nav.nav-tabs li:has(.active) {
  position: relative;
  background: #ba2a30;
}
.web-tabs .tab-content [class*='col-md-4'] {
  padding: 13px 0px;
  margin: 0;
}
/* animation start */
.web-tabs .item .info-work:before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  transition: 1s all;
  left: 0px;
  right: 0;
  border-radius: 15px;
  top: 0;
  clip-path: circle(200% at 0 0);
  z-index: 0;
  opacity: 0.6;
}
.web-tabs .item .info-work:hover::before {
  opacity: 0;
  clip-path: circle(0 at 0 0);
}
.web-tabs .item .info-work:hover {
  transform: scale(1);
  filter: grayscale(0);
  transition: 0.5s ease;
  cursor: pointer;
  z-index: 1;
}
.web-tabs .item .info-work{
  position: relative;
  transition: 0.5s all;
  z-index: 1;
  filter: grayscale(1);
  transform: scale(0.95);
}
.portfolio .owl-carousel .owl-item img {
  border-radius: 15px;
  height:400px;
  width: 100%;
}
.web-tabs h2 {
    text-shadow: 2px 9px 3px #ccc;
    font-size: 43px;
}
.web-tabs h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
}
/* End Tabs */
/* Modal*/
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.myImg:hover {
  filter: brightness(0.4);
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  padding: 15% 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  /* Location of the box */
  left: 0;
  top: 0;
  max-width: 100%;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 20%;
  border-radius: 20px;
}
.gallery {
  position: relative;
}
.gallery span {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
}
.gallery span.prevbtn {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 0;
  width: 0;
}
.gallery span.nextbtn {
  position: absolute;
  top: 45%;
  right: 10%;
}
/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}
@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: -80px;
  right: 90px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 60px !important;
  font-weight: 200;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
    max-width: 100%;
  }
}
/* End Modal */
/* End Tabs */

.borrow-tab ul.nav.nav-tabs li img {
    margin-top: 10px;
    border-radius: 10px;
    width: 100%;
}
.borrow-tab ul.nav.nav-tabs li a.active {
    color: #fff;
}
.borrow-tab ul.nav.nav-tabs::-webkit-scrollbar {
    display: none;
}

.borrow-tab ul.nav.nav-tabs i.fas.fa-angle-double-down {
    color: #fff;
    position: absolute;
    bottom: -40px;
    left: 50px;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    font-size: 50px;
    cursor: pointer;
    -webkit-animation: bounce 4s infinite alternate;
    -moz-animation: bounce 4s infinite alternate;
    animation: bounce 4s infinite alternate;
}
.web-tabs::before {
    content: "";
    background: url('../images/web-tab.webp') no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
    height: 45%;
    background-size: 50%;
}
.web-tabs::after {
    content: "";
    background: url('../images/web-tab-right.webp') no-repeat 100%/100% 100%;
    width: 300px;
    height: 100%;
    background-size: 22%;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}
.cost-effect {
    border-top: 60px solid #ea3d3c;
}

.cost-effect .box-shade {
    position: relative;
}
.cost-effect .box-shade h3 {
    font-size: 45px;
}
.cost-effect .box-shade .btn.black-btn {
    font-size: 15px;
    padding: 10px 25px;
}
.cost-effect .box-shade:hover:before {
    clip-path: circle(100% at 0% 20%);
}

.cost-effect .box-shade:hover h6 ,.cost-effect .box-shade:hover p {
    color: #fff;
}
.cost-effect::before {
    content: "";
    background: url('../images/cost-right.webp') no-repeat;
    background-size: 40%;
    width: 30%;
    height: 22%;
    position: absolute;
    left: 0;
    bottom: 820px;
    z-index: -1;
}
.cost-effect::after {
    content: "";
    background: url('../images/cost-left.webp') no-repeat 100%/100% 100%;
    background-size: 100%;
    width: 36%;
    height: 40%;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}