body{font-family: 'Poppins', sans-serif;color: #19191a;font-size: 16px;font-weight: 400;overflow-x: hidden;!i;!;!I;!;!i;!;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}
.row {margin: 0 -10px;}          
a:hover, a:focus, button:hover, button:focus{outline: none;}   
section {padding: 90px 0;clear: both;position: relative;margin: 0 auto;}       
h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;}                
p {color: #3d3d3d;font-size: 16px;font-weight: 400;}                          
img{max-width: 100%;}           
.desk-hide{display: none}             
textarea{resize: none}    
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  } 
label.error {display: none !important;}     
img.no-max{max-width: fit-content;}
@font-face {  
    font-family: 'Fontjek';
    src: url("../fonts/fontjek/Fontjek.woff") format('woff');
}


.cookiealert-container button {
    padding: 5px 10px;
    font-size: 12px;
}
.cookiealert {
  position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    margin: 0 !important;
    opacity: 0;
    border-radius: 0;
    background: #212327;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    z-index: 999;
}

.cokwrp{
   opacity: 1;
}
.cokwrp .mowrp{
    margin: 0 20px 0 20px;
    color: #ed6500;
    font-weight: 600;
}
.cokwrp .cookiealert-container{
    color: #fff;
}


.fontjak{
    font-family: 'Fontjek';
}
.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0 0 8px 0;
    display: inline-block;
}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fff;
    border: #9191916b 1px solid;
    padding: 11px 10px;
    width: 100%;
    border-radius: 5px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    font-size: 13px;
}
.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}
.popupform ul li.first,.popupform ul li:nth-child(4) {
    /* width: 98%; */
}
.popupform ul li textarea {
    height: 70px;
}
.popupform ul li.last {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}
.popupform ul li .btn {
    background: #dd2b2b;
    color: #fff;
    font-size: 18px;
    border: #dd2b2b 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 50px;
    letter-spacing: 1px;
    /* border-radius: 3px; */
    outline: 0px none;
    width: 100%;
    display: inline-block;
}
.popupform ul li input[type="submit"]:hover {
    background: #0560fd;
}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #53b8e0 1px solid  !important;
}
.popupform {
    width: 862px;
    border-radius: 23px;
    padding: 30px 50px;
    overflow: visible;
    border-bottom: none;
    background: url(../images/popupbg.jpg) no-repeat scroll left bottom #eeeceb;
    background-size: cover; 
    box-shadow: 0 10px 30px #00000038;
    transform: scale(0.8); 
}
.popupform .popup-content h2 {
    font-size: 36px;
    color: #e41c1f;
    font-weight: bold;
    border-left: none;
    margin-bottom: 5px;
    line-height: 35px;
    margin-top: 0;
    text-transform: none;
    text-align: center;
    padding-top: 00;
}
.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}
.popupform .fancybox-close-small {
    border: #0560fd 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px; 
    opacity: 1;
}
.popupform .fancybox-close-small:after {
    color: #53b8e0;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}
.popup-content {
    background: #ffffff;
    padding: 30px 20px;
    width: 50%;
    max-width: 380px;
    border-radius: 20px;
    box-shadow: 0 10px 20px #00000075;
    padding-top: 0;
    right: 0;
    position: relative;
}
.popupform h4 {
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}
.popupform h4 span {
    vertical-align: baseline;
    background: #f0c460;
    padding: 0 6px;
    display: inline-block;
    border-radius: 30px;
}
.custom-pop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-left {
    /* opacity: 0; */
    /* text-align: center; */
    width: 46%;
}
.popup-left h2 {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
}
.popup-left img.pop-thumb {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}  
.popupform ul li i.fa {
    display: none;
}
.popupform .popup-content h2 img.pop-hand {
    display: table;
    margin: 0 auto;
} 

ul li.nav-item.dropdown .nav-link {
    padding: 0;
}
.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    border-bottom: 1px solid #1f004e2b;
    margin-bottom: 0px;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
    width: 243px !important;
}
.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}
.dropdown-item:focus, .dropdown-item:hover {background: #2c2935;color: #ffffff !important;}
.leftColumn {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}
.rightColumn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters[class^="col-"], .row.no-gutters[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*Reset End*/
.btn {
    padding: 10px 25px;
    border: 0;
    border-radius: 8px;
    transition: .5s all;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.container-fluid {
    padding: 0;
    width: 93%;
    margin: auto;
}
header {
    padding: 17px 0;
    position: relative;
    z-index: 9;
    background: #fffffffc;
    /* margin-top: 22px; */
}

header .menu {
}
header .row {
    align-items: center;
}
.btn-block{
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.btn-white {
    background: white;
}

.btn-white i {
    color: #ce0f26;
}

.btn-brd-white {
    border: 1px solid #fff;
    color: #fff;
}
.btn-brd-black {
    border: 1px solid #000000;
    color: #000000; 
}

.btn-block .btn {
    margin-right: 10px;
}
.text-white *{color: white !important;}
.our-banner{
    background: url("../images/our-banner.jpg") no-repeat;
    /*height: 97vh;*/
    padding: 160px 0 116px;
    background-size: cover;
    text-align: center;
    background-color: #0660fd;
    margin-top: -65px;
    background-position: center center;
}
.our-banner h3 {
    color: white;
    font-size: 4rem;
    margin: 0 0 0px;
}

.our-banner h1 {
    color: white;
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 20px;
}

.our-banner p {
    color: white;
    width: 80%;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}

.white-yellow {
    /*    background: white;
    padding-right: 17px;
    font-size: 18px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(231,231,234,1) 97%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(231,231,234,1) 97%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(231,231,234,1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e7e7ea",GradientType=1);*/
    background: url("../images/btn-white-yellow.png")no-repeat !important;
    height: 60px;
    width: 234px;
    font-size: 18px;
    padding: 16px 15px;
    text-align: left;
    font-weight: 600;
}
.white-yellow:hover{
    background: url("../images/btn-white-yellow-hover.png")no-repeat !important;
    color: #000;
}
.top-bar {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.top-bar ul {
} 

.top-bar ul li {
    display: inline-block;
    margin-right: 12px;
}

.top-bar ul li a {
    font-weight: 500;
    /* font-size: 16px; */
}

.top-bar p {
    margin: 0;
    padding-left: 30px;
    font-size: 1rem;
    color: #0560fd;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    padding: 13px 0;
    margin-left: 20px;
    /* display: inline-block; */
    position: relative;
}
.white-yellow span.bg {
    background: rgb(255,214,77);
    background: -moz-linear-gradient(180deg, rgba(255,214,77,1) 0%, rgba(202,166,50,1) 97%);
    background: -webkit-linear-gradient(180deg, rgba(255,214,77,1) 0%, rgba(202,166,50,1) 97%);
    background: linear-gradient(180deg, rgba(255,214,77,1) 0%, rgba(202,166,50,1) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd64d",endColorstr="#caa632",GradientType=1);
    display: inline-block;
    width: 39px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.white-yellow i {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    line-height: 35px;
    margin-left: 1px;
    position: relative;
    z-index: 1;
}
.clush {
    background: white;
    padding: 15px 0;
    border-radius: 15px;
    /* margin-top: 50px; */
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.clush h4 {
    margin: 0;
    display: inline-block;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;
}

.clush img {
    max-width: 76%;
    margin-left: 30px;
}

.clush h4:after {
    content: '';
    background: #000;
    height: 116%;
    width: 1.5px;
    position: absolute;
    top: -7px;
    right: -35px;
    transform: rotate(13deg);
}
.top-bar ul.resource {
    padding: 10px 0;
}

.top-bar ul li:last-child {
    margin-right: 0;
}

.top-bar ul.resource li a {
    position: relative;
    z-index: 1;
    font-size: 1rem;
}

.top-bar .container-fluid:before {
    content: '';
    background: #f6faff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20.5%;
}

.top-bar .container-fluid:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #f6faff;
    position: absolute;
    left: 20.5%;
    top: -15px;
}
.top-bar p:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #ffffff;
    position: absolute;
    right: -40px;
    top: -15px;
    z-index: 2;
}

.top-bar ul.tel {
    /* background: #e34140; */
    padding: 10px 0 15px 60px;
    margin-left: -20px;
}
.top-bar ul.tel:before {
    content: '';
    background: #0560fd;
    position: absolute;
    right: -100px;
    top: 0;
    height: 100%;
    width: 100%;
}

.top-bar ul.tel a {
    color: white !important;  
    position: relative;
    font-weight: 600;
}

.top-bar ul.tel a i {
    margin-right: 6px;
    font-size: 21px;
}
.top-bar ul.tel li:nth-child(1):before {content: '';background: #dd2144;position: absolute;width: 250px;height: 76px;top: -11px;left: -58px;}

.top-bar ul.tel li {
    z-index: 1;
    position: relative;
    right: 0;
    margin-right: 0;
}

.top-bar ul.tel li:nth-child(1):after {
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #dd2144;
    position: absolute;
    right: -49px;
    top: -25px;
    z-index: 2;
}
.top-bar ul.tel li:nth-child(1) {
    margin-right: 80px;
}
.heading h3 {
    font-size: 20px;
    color: #0560fd;
    font-weight: 600;
    position: relative;
    margin: 0 0 10px;
}
.heading h3:after{
    /* content: ''; */
    background: url("../images/heading-h3.png")no-repeat;
    height: 66px;
    width: 176px;
    position: absolute;
    left: -40px;
    top: -24px;
}

.heading h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 600;
}

.heading {
    margin: 0 0 30px;
}
.our-services {
    background: #f6faff;
    overflow: hidden;
    position: relative;
}
.our-services .box i{
    position: relative;
}
.our-services .box i:after{
    content: '';
    background: url("../images/ser-shade1.png") no-repeat;
    height: 90px;
    width: 90px;
    position: absolute;
    left: -23px;
    top: -30px;
    animation: rotation 5s infinite linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.our-services .box i img{
}
.our-services .box i.shade2:after{
    background: url("../images/ser-shade2.png")no-repeat;
}
.our-services .box i.shade3:after{
    background: url("../images/ser-shade3.png")no-repeat;
}
.our-services .box i.shade4:after{
    background: url("../images/ser-shade4.png")no-repeat;
}
.our-services .box {
    background: #072544;
    padding: 50px 40px;
    height: 100%;
    border-radius: 20px;
}

.owl-service .owl-stage { 
    display: flex;
}

.owl-service .owl-item {
    display: flex;
}

.our-services .box h4 {
    font-size: 20px;
    color: #f6ce49;
    font-weight: 600;
    margin: 50px 0 10px;
}

.our-services .box p {
    color: #fff;
    margin: 0;
}

.owl-theme .owl-nav button {
    margin: 0 16px !important;
    display: inline-block !important;
    width: 80px;
    height: 41px;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border-radius: 0 !important;
    /* border: 1px solid #262525 !important; */
    padding-top: 0 !important;
}
.prev-slide {
    background: url(../images/prev.png) no-repeat!important;
}
.next-slide {
    background: url(../images/next.png) no-repeat!important;
}
.prev-slide, .next-slide {
    height: 40px;
    width: 26px;
    background: white;
    top: 14px;
    position: relative;
}
.owl-services .owl-nav { 
    top: -90px;
    position: absolute;
    right: 0;
    background: white;
    border-radius: 20px;
}
.our-services:after{
    /* content: ''; */
    background: url("../images/service-after.png")no-repeat;
    height: 853px;
    width: 917px;
    position: absolute;
    right: -60px;
    top: -310px;
}
.our-services .container-fluid{
    position: relative;
    z-index: 1;
}
.heading p {
    color: #5b5b5c;
    margin: 10px 0 0;
    font-size: 17px;
}
.our-process img.no-max {
    max-width: initial;
    position: relative;
    left: 0;
}

.our-process ul li {
    display: inline-block;
    width: 49%;
    font-size: 3rem;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0 0 50px;
    position: relative;
}
.our-process ul li:before{
    content: '';
    background: url("../images/process-li1.png")no-repeat;
    height: 89px;
    width: 90px;
    position: absolute;
    left: -20px;
    top: -20px;
    animation: rotation 5s infinite linear;
}
.our-process ul li:nth-child(2):before{background: url("../images/process-li2.png")no-repeat;}
.our-process ul li:nth-child(3):before{background: url("../images/process-li3.png")no-repeat;}
.our-process ul li:nth-child(4):before{background: url("../images/process-li4.png")no-repeat;}
.our-process ul li span {
    display: block;
    color: #525252;
    font-weight: 500;
    font-size: 16px;
}

.our-process ul {
    position: relative;
}
.our-process ul:after{
    content: '';
    background: url("../images/process-ul.png")no-repeat;
    height: 219px;
    width: 105px;
    position: absolute;
    left: -60px;
    right: 40px;
    bottom: 0;
    top: -50px;
    margin: auto;
}
.our-process h6 {
    text-align: center;
    margin: 0;
    position: relative;
    bottom: 230px;
    left: -150px;
    font-size: 4rem;
    font-weight: 700;
}

.our-process h6 span {
    display: block;
    font-size: 16px;
    color: white;
    font-weight: 600;
}
.our-process .row {
    align-items: center;
}
.our-process:before{
    /*content: '';*/
    /*background: url("../images/seal.png")no-repeat;*/
    /*height: 199px;*/
    /*width: 209px;*/
    /*position: absolute;*/
    /*top: -100px;*/
    /*left: 10px;*/
    /*background-size: 85%;*/
    /*z-index: 999;*/
}

.our-process .exp-cirle {
    width: 160px;
    top: -90px;
    height: 160px;
    left: 20px;
}

.our-process .exp-cirle img.lg-arr {
    width: 50px;
    left:0px; 
}

 

.our-portfolio {
    background: #f6faff;
    overflow: hidden;
}

.our-portfolio figure {
    position: relative;
    overflow: hidden;
    transition: .5s all;
    z-index: 1;
    border-radius: 10px;
}

.our-portfolio figure:before{
    content:"";
    position: absolute;
    left:0px;
    bottom: -1px;
    background: url('../images/hp-layer.png') repeat-x scroll left bottom;
    width:100%;
    height:290px;
}

.our-portfolio figure figcaption {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: .5s all;
}

.our-portfolio figure figcaption h4 {
    margin: 0;
    color: white;
    border: 2px solid #ffffff;
    border-radius: 40px;
    transition: .5s all;
    display: inline-block;
    padding: 10px 40px;
    font-size: 13px;
    font-weight: 500;
    background: #0560fd;
    letter-spacing: 0.5px;
}
  
.our-portfolio figure a.full {
     position: absolute;  
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.our-portfolio figure img {
    transition: .5s all;
}

.our-portfolio figure:hover img {
    transform: scale(1.1);
    filter: blur(1px);
}

.our-portfolio figure:hover figcaption {
    bottom: 110px;
    transition-delay: .2s;
}

.our-portfolio figure:hover figcaption h4 {
    /* width: 90%; */
    /* display: block; */
    background: #fff;
    color: #000;
    transition: .5s all;
    /*transition-delay: .7s;*/
    box-shadow: 0 0 5px #000;
}
.our-portfolio:before{
    /* content: ''; */
    background: url("../images/port-after.png")no-repeat;
    height: 336px;
    width: 346px;
    position: absolute;
    right: 50px;
    top: 0;
    background-size: 80%;
}
.our-portfolio:after{
    content: ''; 
    background: url("../images/port-before.png")no-repeat;
    height: 603px;
    width: 296px;
    position: absolute;
    right: 0;bottom: 0;
}
.cta{
    background: url("../images/cta.jpg") no-repeat;
    background-size: cover;
    /* text-align: center; */
    background-position:  100%;
    padding: 100px 0;
    background-color: #b02d28;
    position: relative;
    z-index: 1;
}
.cta h2{
    color: white;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 30px;
    border: 2px solid #fff;
    display: inline-flex; 
    padding: 10px 20px;
    /* box-shadow: 0 0px 5px #000; */
    position: relative;
}
.cta p{
    color: white;
    font-size: 22px;
    margin: 0 0 30px;
}
.cta h2 span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    /* background: #000; */
    z-index: 1;
}
.cta h2 span:after, .cta h2 span:before{
    content:'';
    height: 12px;
    width: 12px;
    position: absolute;
    left: -7px;
    background: #000;
    top: -5px;
}
.cta h2 span.l2 {
    top: inherit;
    bottom: -2px;
}

.cta h2 span:after {
    left: initial;
    right: -6px;
}
.cta:after{
    /*content: '';*/
    /*background: url("../images/seal2.png")no-repeat;*/
    /*height: 231px;*/
    /*width: 241px;*/
    /*position: absolute;*/
    /*bottom: -10px;*/
    /*right: 190px;*/
    /*background-size: 85%;*/
}

.cta .exp-cirle {
    right: 20%;
    left: auto;
    bottom: 0;
    top: auto;
    width: 200px;
    z-index: 0;
}

.cta .exp-cirle img.lg-arr {
    top: -60px;
    width: 70px;
} 

.heading.text-center h3:after {
    right: 0; 
    margin: auto;
    left: 0;
}




.we-offer .heading {
    margin: 0px 0 40px;
}

.we-offer .row {
    align-items: center;
    position: relative;
}
.we-offer .container{}
.we-offer .container:before{
    /* content: ''; */
    background: url("../images/we-offer-before.png")no-repeat;
    height: 191px;
    width: 160px;
    position: absolute;
    left: -70px;
    top: 100px;
}

.we-offer .box {
    box-shadow: 0 0 5px #ccc;
    padding: 30px 30px;
    margin: 0 0 20px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    background: white;
}

.we-offer .box h6 {
    font-size: 20px;
    color: #dd2144;
    font-weight: 600;
    margin: 0;
}

.we-offer .box img {
    position: absolute;
    right: 8px;
    top: -8px;
    max-width: 34%;
}

.we-offer .box h4 {
    margin: 30px 0 15px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.we-offer .box p {
    font-size: 15px;
    margin: 0;
}

.we-offer .box h4:before {
    content: '';
    height: 3px;
    width: 50px;
    background: #ffba34;
    position: absolute;
    top: -15px;
}
.our-join{
    background: #072544;
    padding: 60px 0 22px;
}
.our-join h2{
    text-align: center;
    color: white;
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 32px;
}
.our-expertise {
    background: #f6faff;
    padding-top: 100px;
}

.our-expertise .row {
    align-items: center;
}

.our-expertise h2 {
    font-size: 3.7rem;
    margin: 0 0 18px;
    font-weight: 500;
    line-height: 59px;
}

.our-expertise h2 span {
    font-weight: 700;
    color: #0560fd;
}

.our-expertise p {
    font-size: 18px;
    margin: 0 0 20px;
}

.our-expertise ul li::before {
    position: absolute;
    content: "";
    left: 0;
    height: 10px;
    width: 10px;
    background: #f0d227;
    z-index: -1;
    left: 33px;
    bottom: 4px;
}

.our-expertise ul li:last-child {
    margin-bottom: 0;
}

.our-expertise ul li {
    margin: 0 0 12px;
    font-size: 17px;
    position: relative;
    z-index: 1;
}

.our-expertise ul li img {
    margin-right: 10px;
    margin-left: 0;
}

.our-expertise img {
    margin-left: -30px;
}
.our-expertise:after{
    content: '';
    background: url("../images/expertise-after.png")no-repeat;
    height: 879px;
    width: 1152px;
    position: absolute;
    right: -90px;
    top: -30px;
}
.our-expertise .container{
    position: relative;
    z-index: 1;
}
.our-expertise:before{
    content: '';
    background: url("../images/seal.png")no-repeat;
    height: 199px;
    width: 209px;
    position: absolute;
    bottom: 70px;
    right: 50px;
    background-size: 90%;
}
.testimonial{
    background: url(../images/testimonial.jpg) no-repeat #1d1d1d ;
    background-size: cover;
}

.testimonial  .owl-stage {
    display: flex;
}


.testimonial .item {
    background: white;
    padding: 30px 30px;
    border-radius: 10px;
    height: 100%; 
}

.testimonial .item p {
    margin: 14px 0 10px;
    font-size: 15px;
}

.testimonial .item h6 {
    color: #1d3285;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.heading h2 span {
    color: #0560fd;
    vertical-align: baseline;
} 
.any-query {
    background: #f6faff;
    padding: 100px 0 120px;
}
.any-query .container {
    position: relative;
    z-index: 1;
}
.any-query .container:after{
    content: '';
    background: url("../images/any-query.jpg")no-repeat;
    height: 565px;
    background-size: 100%;
    width: 840px;
    position: absolute;
    right: -350px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.any-query ul li {}

.any-query ul {
    margin: 0 0 30px;
}

.any-query ul li {
    display: inline-block;
    width: 49%;
}

.any-query ul li span {
    display: inline-block;
    margin-left: 0;
    font-size: 18px;
}

.any-query ul li span a {
    display: block;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.any-query .bg {
    /* background: white; */
    padding: 30px 30px 40px;
    position: relative;
    z-index: 999;
    border-radius: 20px;
}
.any-query .bg:after{
    content: '';
    position: absolute;
    right: 10px;
    top: -22px;
    width: 100%;
    height: 102%;
    background: white;
    z-index: -1;
    border-radius: 20px;
    box-shadow: -2px 0px 4px #ddd;
}

.any-query .form-group {
    position: relative;
    margin: 0 0 15px;
}

.any-query .form-group i {
    position: absolute;
    top: 14px; 
    color: #9f9f9f;
    left: 10px;
}

.any-query .form-group .form-control {
    padding-left: 34px;
    font-size: 14px;
    height: 45px;
    border: 1px solid #d2d2d2;
    border-radius: 13px;
}
.any-query .form-group textarea.form-control {
    height: 80px;
}

.any-query .form-group textarea.form-control i {}

.any-query .form-group .fa-envelope-open {
    top: 10px;
}

.red-yellow{
    background: url("../images/red-yellow.png")no-repeat !important;
    height: 50px;
    width: 188px;
    padding: 0 28px;
    text-align: left; 
    color: white;
}

.blue-yel{
    background: url("../images/btn-blue-yel.png")no-repeat !important;
}
.any-query form .col-md-6 {
    padding: 0 6px;
}

.any-query form .row {
    margin: 0 -6px;
}
.any-query .heading h2 {
    font-size: 2rem;
}
.marque {
    background: #081a2d;
    padding: 50px 0;
}
/*.marque span:before{
    content: '';
    background: url("../images/marqu-after.png")no-repeat;
    height: 44px;
    width: 42px;
    position: absolute;
    left: -60px;
    top: 0;
}*/

.marque span {
    color: #435a72;
    font-size: 3.635rem;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.marque .item{
    text-align: center;
}
footer {
    padding: 80px 0 0;
    position: relative;
    background: #f6faff;
}
footer:after{
    content: '';
    background: url("../images/footer-after.png")no-repeat;
    height: 222px;
    width: 227px;
    position: absolute;
    top: 0;
    right: -20px;
    background-size: 70%;
}

footer p {
    font-size: 14px;
    margin: 20px 0 0;
    line-height: 24px;
}

footer h4 {
    color: #2f2b7e;
    font-weight: 600;
    margin: 0 0 20px;
}

footer .ftr-logo img {
    max-width: 80%;
}

footer h5 span::before {
    position: absolute;
    content: "";
    left: 0;
    background: #0059e1;
    height: 3px;
    width: 15px;
    bottom: 7px;
}

footer ul li {
    margin: 0 0 9px;
    font-weight: 500;
    font-size: 14px;
    color: #4e4d4d;
}

footer h5 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #4e4d4d;
    font-weight: 400;
    line-height: 22px;
}

footer h5 span {
    display: block;
    font-weight: 600;
    color: #081a2d;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

footer h5 span:after {
    /* content: ''; */
    height: 3px;
    width: 20px;
    background: #fe272d;
    position: absolute;
    left: -8px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.pl-30{
    padding-left: 30px;
}
.ml-minus20{
    /* margin-left: -20px; */
}
.copy {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #151455;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.copy ul.copy_ul li { 
    margin-bottom: 0;
    margin-left: 10px;
}

.copy p {
    margin: 0;
    color: #525252;
}

.copy ul.copy_ul {
    display: flex;
}

.copy ul.copy_ul a {
    color: #525252;
    font-weight: 400;
    font-size: 15px;
}  

.copy:before {
    content: '';
    background: #0560fd;
    height: 8px;
    width: 170px;
    position: absolute;
    left: 0;
    top: -4px;
}
.copy:after {
    content: '';
    background: url("../images/copy-after.png")no-repeat;
    height: 78px;
    width: 81px;
    position: absolute;
    left: -120px;
    top: -64px;
}
ul.social {
    margin-top: 20px;
}

ul.social li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

ul.social li a {
    font-size: 22px;
}
a#back-to-top {
    top: -65px;
    position: absolute;
    right: 0;
    animation: updown 2s infinite linear;
    cursor: pointer;
}
@keyframes updown {
    0%, 100%  {
        transform: translateY(0);
    }
    50%{
        transform: translateY(-15px);
    }
}

/* New Menu */
.wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../images/menu-bg.jpg") no-repeat #000;
    clip-path: circle(25px at calc(100% - 55px) 105px); 
    transition: all .3s ease-in-out;
    background-size: cover;
    opacity: 0;
}
#active:checked ~ .wrapper{
    clip-path: circle(75%);
    padding: 30px 30px;
    /* top: 0; */
    opacity: 1;
}
.menu-btn{
    position: absolute;
    top: -30px;
    margin-top: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    font-size: 29px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 62px;
    width: 62px;
    margin-bottom: 0;
}
.menu-btn img {
    max-width: 58%;
    /* filter: invert(1); */
    transition: .5s all;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

#active:checked ~ .menu-btn{
    color: #fff;
    top: -80px;
}
.menu-btn i{
    display: none;
}
#active:checked ~ .menu-btn i{display: block}
#active:checked ~ .menu-btn i:before{ 
    content: "\f00d";
}
#active:checked ~ .menu-btn img{
    display: none;
}
#active:checked ~ .menu-btn i {
    margin-top: 14px;
    margin-left: 2px;
    font-size: 50px;
}
.wrapper ul{
    position: absolute;
    text-align: left;
    width: 100%;
}
.wrapper ul li{
}
.wrapper ul li a{ 
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
    display: block;
    padding-left: 0;
}
header input[type="checkbox"]{
    display: none;
}
.menuInfo {
    width: 490px;
}
.menuInfo ul {}
.menuInfo ul li {
}
.menuLogo {
    position: absolute;
    left: 60px;
    top: 40px;
}
.menuInfo li {}
.menuInfo li a {
    font-size: 20px !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-weight: 500 !important;
}
.menuInfo li p {
    color: white;
    margin: 0;
    display: inline-block;
    width: 80%;
}
.menuInfo li img {}
.menuInfo li span {
    font-size: 17px;
    color: #a9a9a9;
    display: block;
    margin-bottom: 4px;
}
.menuInfo {
    bottom: 60px;
    position: absolute;
    right: 110px;
    width: 370px;
}
.menuInfo ul {
    position: static;
}
.menuInfo ul li {
    margin: 0 0 30px;
    padding-bottom: 0;
    border: none;
}
.menuLogo {
    position: absolute;
    left: 100px;
    top: 40px;
}
.menuInfo li {}
.menuInfo li a {
    font-size: 23px !important;
    padding: 0 !important;
    line-height: inherit !important;
    font-weight: 500 !important;
    display: inline-block !important;
    font-weight: 400 !important;
}
.menuInfo li p {
    color: white;
    margin: 0;
    display: inline-block;
    width: 80%;
    margin-left: 10px;
}
.menuInfo li img {}
.menuInfo li span {
    font-size: 17px;
    color: #a9a9a9;
    display: block;
    margin-bottom: 4px;
}
.menuInfo ul li label {
    margin: 0 0 15px;
}
.wrapper .get-touch {
    position: absolute;
    bottom: 100px;
    right: 100px;
}
.menuInfo ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.blur .menuInfo,
.blur .social,
.blur .get-touch {
    filter: blur(4px);
}
.wrapper .social{
    position: absolute;
    top: 630px;
    left: 92%;
    text-align: center;
    opacity: 1;
    width: 100%;
    translate: -50% 0;
}
.wrapper .social li{
    margin: 0;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    display: inline-block;
}
.wrapper .social li a{
    color: #fff;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    font-size: 22px;
    padding: 0;
    border: 2px solid;
}
.wrapper .social li a:hover {
    color: white !important;
    background: #d00304;
}
.navigation {
    counter-reset: my-sec-counter;
    width: 100%;
    position: relative;
    top: 15%;
    left: 40px;
}

.navigation > ul > li > a:before {
    content: '';
    background: url("../images/red-vector.png")no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    left: -36px;
    bottom: 9px;
}

.navigation > ul > li a:hover:after {
    opacity: inherit;
    visibility: visible
}

.navigation > ul > li a:hover:before {
}

.navigation > ul > li {
    width: 30%;
    padding-left: 50px;
    overflow: hidden;
    padding-top: 22px;
    padding-bottom: 22px;
    /*position: relative;*/ 
}

.animate__bounce1.is-reveal {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.split_inner_has {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transform: translateY(100%);
    transition: .6s
}

.animate__backInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
    transform: translateY(0)
}

.animate__slideInUp1.is-reveal .split_inner_has {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    transform: translateY(0)
}

.navigation > ul > li + li {
    margin-top: 0;
}

.navigation > ul > li > a {
    font-size: 3rem;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    line-height: 50px;
}

.navigation .sub-menu {
    position: absolute;
    top: 110px; 
    padding-left: 55px;
    left: 310px;
    transform: translateY(-50%);
    transform: scale(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
} 

.navigation .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #515050;
    top: 21px; 
    height: calc(100% - 41px);
}

.navigation .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 1px;
    background-color: #515050;
    left: -29px;
} 

.navigation .sub-menu > li > a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0 0;
    line-height: inherit;
    letter-spacing: 1px;
}

.navigation .sub-menu > li:first-child:before, .navigation .sub-menu > li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 38px;
    height: 1px;
    background-color: #515050;
}

.navigation .sub-menu > li:last-child:before {
    top: auto;
    bottom: 19px
}

.sub-menu .sub-child > li + li {
    margin-top: 12px
}

.sub-menu .sub-child {
    margin-top: 25px;
    display: none
}

.sub-menu .sub-child.active {
    display: block
}

.sub-menu .sub-child > li > a {
    color: #878686;
    font-weight: 500;
    font-size: 20px;
    padding-left: 28px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: flex;
    line-height: 1.1
}

.sub-menu .sub-child > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 1px;
    background-color: #878686;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.navigation .sub-menu > li + li {
    margin-top: 10px;
    margin-bottom: 0;
}

body.active-menu .main-menu-sec:after, body.active-menu .main-menu-sec:before {
    clip-path: circle(100%)
}

.menu-info li + li {
    border-top: solid 1px #2c2a2a;
    padding: 30px 0;
}

.menu-info li {
    padding-bottom: 30px;
    overflow: hidden
}

.menu-info li h6 {
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px
}

.menu-info li a {
    color: #f86623;
    font-size: 18px;
    font-weight: 500
}

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

.main-menu-sec .social-list {
    position: relative;
    top: 50px;
    margin-top: 0;
}

.menu-wrapper:hover .menu-btn span:nth-child(3) {
    width: 100%
}

.sub-menu .sub-child > li > a:hover {
    color: #e3e2e2;
}

.sub-menu .sub-child > li > a:hover:before {
    background-color: #e3e2e2;
    height: 2px
}

.navigation > ul > li > a:hover {
    color: #d94545;
}
.wrapper nav ul {width: inherit;}
.hover-parent.block .sub-menu {
    display: block;
    transform: scale(1);
}
.menuInfo li {}

.menuInfo li strong {
    display: block;
}
.menuInfo ul li i {
    color: #fcd333;
    font-size: 26px; 
    margin-right: 20px;
}
.navigation > ul > li.hover-parent i {
    color: white;
    position: absolute;
    right: 60px;
    top: 34px;
    font-size: 30px;
    display: none; 
}
body.open {
    overflow: hidden;
}
.navigation > ul > li.block {
    /*padding-bottom: 0;*/ 
}
.navigation > ul > li.block .fa-plus:before {content: "\f068";}
/*End*/
a.logo img {
    /* max-width: 70%; */
}
.full-portfolio .nav-tabs {
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0 0 30px;
}

.full-portfolio .nav-tabs li {
    margin: 0;
}

.full-portfolio .nav-tabs li a {
    font-size: 1.1rem;
    font-weight: 500;
    border: none;
    padding: 0.5rem 1.5rem;
}

.full-portfolio .nav-tabs li a.active {
    color: #e34140;
    font-weight: 600;
    background: none;
    /* border: none; */
}
.full-portfolio .tab-content {}

.full-portfolio .tab-content img {
    margin: 0 0 22px;
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.home-header .menu-btn img {
    filter: invert(1);
}
.marque img {
    margin-right: 20px;
}
.owl-service .owl-nav button {
    background: white !important;
}

.owl-service .owl-nav {
    border-radius: 50px !important;
    border: 1px solid #262525 !important;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: white;
    overflow: hidden;
    height: 42px;
    position: absolute;
    top: -70px;
    right: 10px;
    box-shadow: 0 0 5px #ccc;
    margin-top: 0 !important;
}

.owl-service .owl-nav button.owl-prev {border-right: 1px solid #262525 !important;}

.owl-service .owl-nav button:hover {
    background: #000 !important;
}

.owl-service .owl-nav button:hover div {
    filter: invert(1);
}

::-moz-selection { /* Code for Firefox */
    color: #0560fd;
    background: black;
}

::selection {
    color: #0560fd;
    background: black;
}
.talk-us {}

.talk-us .talk {
    background: #fff;
    padding: 60px 60px;
    border-top: 8px solid #f26440;
    border-radius: 20px;
    padding-top: 60px;
}

.talk-us .talk h5 {
    margin-top: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.talk-us .talk h5:before {
    content: '';
    background: #f26440;
    position: absolute;
    height: 5px;
    width: 70px;
    bottom: 0;
    left: 0;
}

.talk-us .talk p {
    width: 80%;
}

.talk-us .talk h6 {
    font-size: 16px;
    font-weight: 500;
    color: #f26440;
    margin: 0;
}
.lets-write{
    background: url("../images/lets-write.jpg") no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding-top: 30px;
}
.lets-write .bg {
    background: url("../images/lets-write-bg.png")no-repeat;
    padding: 60px 40px;
    background-size: 100%;
    transform: scale(0.9);
}

.lets-write .bg h2 {
    color: white;
    font-size: 42px;
    margin: 0 0 30px;
    font-weight: 600;
}

.lets-write .bg .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #575757;
    border-radius: 0;
    font-size: 16px;
    height: 42px;
    margin: 0 0 28px;
} 
.lets-write .bg textarea.form-control {
    height: 100px;
}

.lets-write .bg button {
    margin: auto;
    display: table;
}


/*Sharukh Css*/
.inner-banner{
    background: url("../images/bannerpage.jpg") no-repeat !important;
    background-size: cover;
    text-align: left;
    padding: 150px 0 90px;
    background: #0560fd;
    margin-top: -93px;
}
.inner-banner h3.fontjak {
    display:none;
    font-size: 2.375rem;
    color: #ffffff;
    text-transform: capitalize;
}



.inner-banner h1 {
    color: #ffffff;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.inner-banner p {
    color: #ffffff;
    margin: 0 0;
    font-size: 1.375rem;
    width: 95%;
}


.inner-clutch {
    padding: 20px 0;
    border-bottom: 3px solid #4c2988;
}

.inner-clutch .clush h4:after {
    display: none;
}

.inner-clutch.clutch1 .clush h4:after {
    display: block;
}

.inner-clutch.clutch1 .clush img {
    max-width: 82%;
    margin-left: 50px;
}

.inner-clutch .clush img {
    max-width: 72%;
}

.inner-clutch .clush {
    margin: 0;
    padding: 0;
}

.inner-banner h1::before {
    position: absolute;
    content: "";
    z-index: -1;
    background: url("../images/head-bg1.png") no-repeat;
    background-size: 100%;
    width: 207px;
    height: 66px;
    right: 60px;
    top: 17px;
}

.our-portfolio figure img {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: -1;
    height: 260px;
}

.our-portfolio.inner-portfolio {
    background: #fff;
}


.our-portfolio.inner-portfolio:before{
    background: url("../images/bg2.png")no-repeat;
    background-size: 100%;
    height: 177px;
    width: 483px;
    top: 80px;
    right: 20px;
}

.our-portfolio.inner-portfolio:after{
    display: none;
}


.visual-service {
    background: #f6faff;
    position: relative;
    z-index: 1;
}

.visual-service::before {
    content: '';
    background: url("../images/bg3.png") no-repeat;
    height: 328px;
    width: 346px;
    position: absolute;
    right: 50px;
    top: 0;
    background-size: 80%;
}

.info-vser {
    background: #fff;
    border-radius: 30px;
    padding: 40px 25px 30px;
    position: relative;
    z-index: 1;
    transition: .5s all;
    border: 1px solid #fff;
    box-shadow: 0 5px 15px #00000040;
    height: 100%;
}

.info-vser img {
    position: absolute;
    right: 0;
    top: 0;
}

.info-vser span {
    color: #4c2988;
    font-size: 1.25rem;
    font-weight: 600;
}

.info-vser h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 23px 0 12px;
    padding: 18px 0 0;
    position: relative;
    z-index: 1;
}

.info-vser h4::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffba34;
    width: 25px;
    height: 2px;
    content: "";
}

.info-vser p {
    margin-bottom: 0;
}

.visual-service .row {
    margin-bottom: 20px;
}

.visual-service .row:last-child {
    margin-bottom: 0;
}

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

.visual-service .container::before {
    position: absolute;
    content: "";
    background: url("../images/bg4.png") no-repeat;
    height: 117px;
    width: 212px;
    left: -110px;
    top: 85px;
    background-size: 100%;
    z-index: -1;
}



.we-offer .container {
    position: relative;
    z-index: 1;
}

.our-success{
    position: relative;
    z-index: 1;
    background: #f6faff;
    padding: 150px 0 80px;
}

.our-success .row{
    align-items: center;
}

.our-success::before{
    position: absolute;
    content: "";
    background: url("../images/bg-success.png") no-repeat;
    background-size: cover;
    max-width: 73%;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0px;
    z-index: -1;
}

.our-join {
    z-index: 2;
}

.our-join .item {
    position: relative;
    z-index: 1;
}

.our-join .item::before {
    position: absolute;
    content: "";
    right: -10px;
    height: 50%;
    width: 2px;
    background: #214468;
    top: 25%;
}

#faq .card {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    margin: 0px 0px 12px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
}

#faq .card .card-header {
    border: 0px;
    padding: 0px;
    background: 0px 0px;
}

#faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: rgb(34, 34, 35);
    padding: 14px 20px;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
}

#faq .card .card-header .btn-header-link::after {
    content: "\f068";
    position: absolute;
    right: 15px;
    top: 14px;
    color: #48484b;
    font-weight: 900;
    font-family: 'FontAwesome';
}

#faq .card .card-header .btn-header-link.collapsed {
    color: rgb(0, 0, 0);
    font-weight: 400;
    text-decoration: none;
}

#faq .card .card-header .btn-header-link.collapsed::after {
    content: "\2b";
}

#faq .card .card-body {
    padding-top: 0px;
}

#faq .card .collapse.show {
    line-height: 30px;
    color: rgb(34, 34, 34);
}


#faq .card .card-body li ,
#faq .card .card-body p {
    line-height: 24px;
    margin: 0px;
    font-size: 14px;
    padding-right: 20px;
    color: #3d3d3d;
}

#faq .card .card-body ul {
    margin-top: 10px;
}  

#faq .card .card-body li {     
    list-style: disc inside;
} 

a.btn.btn-outlinered {
    border: 2px solid #0560fd;
    border-radius: 50px;
    padding: 15px 30px;
}

a.btn.btn-outlinered span {
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    border-radius: 50%; 
    display: inline-block;
    line-height: 25px;
    margin-left: 5px;
}

a.btn.btn-outlinered span i {
    line-height: 25px;
    position: relative;
    bottom: 3px;
    width: 25px;
    height: 25px;
    left: -2px;
    font-weight: 900;
}

.our-portfolio.inner-portfolio a.btn {
    margin-top: 30px;
}

.other-service{
    background: url("../images/bg-otherser.jpg") no-repeat;
    background-size: cover;
}

.info-other {background: rgb(255,255,255);background: linear-gradient(45deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%);padding: 30px;border-radius: 20px;border: 1px solid #ffffff14;min-height: 193px;}

.info-other h4 {
    margin-bottom: 0 !important;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

.info-other img {
    margin-bottom: 16px;
}

.other-service .row .row:first-child {
    margin-bottom: 20px;
}

.other-service .row {
    align-items: center;
}

.img-other {
    position: relative;
}

.img-other img {
    position: absolute;
    top: -210px;
    z-index: 1;
    left: 40px;
}

.sds-banner h1::before {
    bottom: 0;
    top: inherit;
    left: 135px;
    right: inherit;
}
.other-service.web-other .img-other img  , .other-service.d-other .img-other img{
    top: -260px;
}

.other-service.app-other .img-other img {
    top: -250px;
}

.other-service.ai-other .img-other img{
    top: -230px;
}


.other-service.web-other{
    background: url("../images/bg-otherser2.jpg") no-repeat;
    background-size: cover;
}

.other-service.app-other{
    background: url("../images/bg-otherser4.jpg") no-repeat;
    background-size: cover;
}

.other-service.d-other{
    background: url("../images/bg-otherser3.jpg") no-repeat;
    background-size: cover;
}


.other-service.about-ser{
    background: url("../images/bg-aboutser.jpg") no-repeat;
    background-size: cover;
}


.info-vser:hover {
    background: #dd2144;
}

.info-vser * {
    transition: .5s all;
}

.info-vser:hover * {
    color: #fff;
}

.info-vser:hover img {
    filter: invert(1) hue-rotate(180deg);
}


.our-about .row {
    align-items: center;
}

.our-about .container::before{
    display: none;
}

.info-aboutser.heading h2 , .info-aboutser.heading h3 , .info-aboutser.heading p {
    color: #fff;
}

.info-aboutser.heading h3 {
    margin-left: 15px;
}

.info-aboutser.heading h3::after {
    left: -20px;
    top: -26px;
}

.other-service.about-ser .row {
    align-items: flex-start;
}

.info-aboutser.heading {
    margin-top: 15px;
}

.about-pro {
    background: #eff0f5;
}

.about-pro .info-abpro {position: absolute;width: 77%;}



.about-pro [class*='col-']:first-child .info-abpro {
    top: -370px;
    left: -10px;
}

.about-pro .info-abpro h4, .about-pro .info-abpro p {
    font-size: 15px;
    line-height: 21px;
}

.about-pro .info-abpro h4 {
    font-weight: 700;
    margin-bottom: 5px;
}

.about-pro [class*='col-']:last-child .info-abpro {
    top: -380px;
    right: -40px;
}

.about-pro [class*='col-']:nth-child(2) .info-abpro {
    left: -105px;
    top: -120px;
}

.about-pro [class*='col-']:nth-child(4) .info-abpro {
    right: -115px;
    top: -118px;
}

.about-pro [class*='col-']:nth-child(3) .info-abpro {
    position: relative;
    text-align: center;
    left: 30px;
}


.mobile-about span {
    font-size: 24px;
    font-weight: 600;
    color: #fd9600;
}

.mobile-about {display: none;}

.about-pro [class*='col-']:nth-child(2) .info-abpro span {
    color: #24c5d9;
}

.about-pro [class*='col-']:nth-child(3) .info-abpro span {
    color: #42a3f5;
}

.about-pro [class*='col-']:nth-child(4) .info-abpro span {
    color: #eb4079;
}

.about-pro [class*='col-']:last-child .info-abpro span {
    color: #5b36a1;
}

.img-abstep img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

section.abour-step .container {
    position: relative;
}

.info-abstep {
    background: #fff;
    padding: 50px 40px;
    border-radius: 25px;
    margin-bottom: 20px;
    width: 95%;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 17px #00000030;
}

.abour-step {
    background: #f6faff;
    position: relative;
    z-index: 1;
}

.info-abstep p {
    margin-bottom: 0;
}

.abour-step .row {
    padding: 133px 0;
}

.info-abstep:last-child {
    margin-bottom: 0;
}

.abour-step .container::before{
    position: absolute;
    content: "";
    left: 190px;
    top: -40px;
    background: url("../images/we-offer-before.png") no-repeat;
    max-width: 100%;
    width: 160px;
    height: 191px;
    background-size: 100%;
    transform: rotate(200deg);
}


.info-abstep::before{
    position: absolute;
    content: "";
    background: url("../images/step-bg1.png");
    right: -3px;
    top: 0;
    background-size: 100%;
    width: 162px;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
}

.info-abstep:nth-child(2)::before{
    background: url("../images/step-bg2.png");
    left: 0;
    top: 0;
    background-size: 100%;
    width: 317px;
    height: 173px;
}

.info-abstep:nth-child(3)::before{
    background: url("../images/step-bg3.png");
    right: 0;
    bottom: 0;
    top: inherit;
    background-size: 100%;
    width: 100%;
    height: 115px;
}

.info-vser.info-abchoose span {
    color: #0560fd;
}

.about-choose {
    background: url("../images/bg-aboutchoose.jpg") no-repeat;
    background-size: cover;
    max-width: 100%;
    padding-bottom: 0;
    height: 530px;
    z-index: 2;
}

.about-choose .heading h2, .about-choose .heading h3 , .about-choose .heading p {
    color: #fff;
}

.info-vser.info-abchoose {padding: 40px 30px;}

.about-choose .container{
    position: relative;
    z-index: 1;
}


.about-choose .container::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50px;
    background: url("../images/bg6.png") no-repeat;
    max-width: 100%;
    width: 160px;
    height: 191px;
    background-size: 100%;
    z-index: -1;
}


.about-choose .info-vser.info-abchoose::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    background: url("../images/bg-abchoose.png") no-repeat;
    max-width: 100%;
    width: 261px;
    height: 141px;
    background-size: 100%;
    z-index: -1;
    opacity: 0.7;
}

.about-choose .info-vser.info-abchoose:hover::before{
    display: none;
}

.about-choose .row {
    justify-content: center;
}

.about-choose .heading h3:after{
    background: url("../images/bg7.png") no-repeat;
    background-size: 100%;
}

.homepg .clush {
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 5px 25px #00000047;
}

canvas{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.exp-cirle {position: absolute;top: 0;height: 260px;width: 260px;text-align: center;left: 0;}

.exp-cirle img.lg-arr {    position: absolute;    top: -5px;    right: 0;    left: -10px;    margin: auto;    bottom: 0;    }  

.exp-cirle img.lg-expc {    position: absolute;    top: 0;    left: 0;    transform: rotate(0deg);    transition: transform 0.7s linear;        animation: rotate 40s infinite linear;   }

@-webkit-keyframes rotate {
  from {    -webkit-transform: rotate(0deg);      }
  to {    -webkit-transform: rotate(359deg);      }
}


section.faq_list{background:url("../images/faq-rthumb.png") no-repeat scroll right top #f6faff;}

.ftabs_content .tab-pane {    display: none;    }

.ftabs_content .tab-pane.show {    display: block;  }

.faq_nos ul.nav.nav-pills {    justify-content: space-between;  }

.ftabs_content {/* margin-top: 30px; */}

.faq_nos ul.nav.nav-pills a {    padding: 10px 15px;    border-bottom: 1px solid transparent;    font-weight: 500;  }

.faq_nos ul.nav.nav-pills a.active , .faq_nos ul.nav.nav-pills a:active , .faq_nos ul.nav.nav-pills a:hover , .faq_nos ul.nav.nav-pills a:focus {    border-bottom-color:#e34140;  color:#e34140;   } 

.faq_nos ul.nav.nav-pills li {    display: inline-flex; }

.faccordion .card {    margin-bottom: 10px;    background: #fff;    } 

.faccordion .card-header {    background: #38333e;    padding: 1.15rem; }

.faccordion .card-header a {color: #fff !important;width: 100%;display: block;padding: 0 33px 0 0;}

.ftabs_content p {    margin-bottom: 0;    color: #000;    letter-spacing: -0.2px;  font-size:15px;   }

.ftabs_content .card-header .btn-header-link::after {content: "\f068";position: absolute;right: 15px;top: 16px;color: #252936;font-weight: 900;font-family: 'FontAwesome';width: 30px;height: 30px;text-align: center;border-radius: 50%;background: #f4f4f5;align-items: center;display: flex;justify-content: center;}

.ftabs_content .card-header .btn-header-link.collapsed::after {     content: "\2b";     }

footer ul li a {color: #4e4d4d;}

footer ul li a i {
    color: #fe272d;
    margin-right: 7px;
}

footer h5 span i {
    font-size: 17px;
    margin-right: 6px;
    /* margin-left: -24px; */
}

footer h5:nth-last-of-type(1) {margin:0;border:none;padding:0}

ul.social li a i {
    color: #035ffc;
    font-size: 28px;
}
.top-bar ul.tel li.email a {
    color: #ffffff !important;
}

.cta:after{
    content: '';
    background: url("../images/cta-after.png")no-repeat;
    height: 402px;
    width: 372px;
    position: absolute;
    right: 100px;
    top: 80px;
    z-index: -1;
}


.banner-logo {
    padding: 10px 0 30px;
    margin-top: -40px;
}

main.home-ban {
    background: #0560fd;
}

.our-services .box i:after {
    display: none;
}

.our-process ul li:before {
    display: none;
}

.our-expertise:before {
    display: none;
}

.our-expertise:after {
    display: none;
}

.we-offer .heading p {
    margin: 10px 0 0;
}

.any-query .bg:after {
    display: none;
}

footer:after {
    display: none;
}

.copy:after {
    display: none;
}

.inner-banner .exp-cirle {
    width: 200px;
    height: 200px;
}

.inner-banner .exp-cirle img.lg-arr {
    width: 70px;
}
.inner-banner h1::before {
    display: none;
}

.info-vser.info-abchoose:hover span {
    color: #fff;
}

.heading.info-offr {
    margin: 40px 0 0;
}

.heading.head2.info-offr {
    margin: 0;
}

.heading.info-offr ul li {
    list-style-type: disc;
}

.top-bar .container-fluid {
    position: relative;
    z-index: 1;
}

.top-bar:before {
    content: '';
    background: #f6faff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 13%;
}

.top-bar .row {
    align-items: center;
}
.our-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: rgb(37 22 87 / 58%);
    background: linear-gradient(183deg, rgb(37 22 87 / 45%) 0%, rgb(6 19 61 / 48%) 100%);
}





/* ---- .element-item ---- */
.element-item{/* display: inline-block; */color: #262524;/* position: inherit !important; *//* float: left !important; *//* left: inherit !important; *//* top: inherit !important; */margin-bottom: 0;width: calc(100% / 3 - 15px);padding: 4px;/* transform: translate3d(0, 10px, 0) !important; */height: 310px;}
.grid{
    /* height: auto !important; */
}
.element-item > *{
    margin: 0;
    padding: 0;
}
.element-item img{
    width: 100%;
    height: 100%;
    /* clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); */
    transition: .5s all;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
.element-item:hover img{
    transform: scale(1.20);
    -ms-transform: scale(1.20);
    -webkit-transform: scale(1.02);
    position: relative;
    transition: 0.2s linear;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
section.new-pf{
    padding: 40px 0;
}
.element-item.col-md-4.video{
    height: 253px !important;
}
.hidden{visibility:hidden;
    width:0px!important;
    height:0px!important;
    margin:0px!important;
    padding:0px!important;
}
.element-item:hover{
    z-index: 1;
}
.grid{
    /* width: 93%; */
    /* margin: 0 auto; */
}
.auto-margi-null{ margin: 0 !important }
.width-auto{ width: 100% !important}
.grid{
    /* height: auto !important; */
    overflow-y: hidden;
    padding: 0;
}
.hidden{
    display: none!important;
}
.new-pf div#filters button:last-child {
    margin-right: 0;
}

div#filters button.is-checked {
    color: #f5613b;
}


/* End Portfolio */

div#filters button.is-checked {
    color: #f5613b;
}
div#filters button {
    border: none;
    background: none;
    color: #000;
    font-size: 1.25rem;
    margin: 0 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0 5px;
    cursor: pointer;
}
div#filters {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}
div#filters button:after {
    content: '';
    height: 2px;
    background: #6a4ef9;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s all;
}
div#filters button.is-checked:after {
    width: 100%;
}

button#showMore {
    margin: 30px auto 0;
    cursor: pointer;
    background: url(../images/loadmore.png) no-repeat;
    height: 60px;
    width: 145px;
    border: none;
    display: block;
}

.banner-form {
    background: #fff;
    padding: 22px 0 40px;
    border-radius: 5px;
    width: 90%;
    margin-left: auto;
}

.banner-form .head-cb {
    padding: 0 40px 10px;
}

.banner-form .head-cb h4 {
    color: #000000;
    font-size: 1.688rem;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}

.banner-form .head-cb h4 > span {
    font-size: 1.188rem;
}

.banner-form .head-cb p {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fc6c2f;
}

.banner-form .head-cb img.off-img {
    position: absolute;
    top: -35px;
    right: 25px;
}
.inner-banner span.tag-in {
    color: #4577ff;
}

header ul.head-ul li a:hover {
    background: #0c5ef9;
    box-shadow: 0px 0px 6px #ffffff75 !important;
}

.banner-form h3 {
    background: #0957d3;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 400;
    letter-spacing: 2.25px;
}

.banner-form .info-form {
    padding: 10px 40px 0;
}

.banner-form .info-form .form-control {
    background: #f1f1f1;
    font-size: 14px;
    height: 42px;
    border: none;
    border-radius: 0;
    margin: 0 0 10px;
    color: #838383;
}

.banner-form .info-form ::placeholder {
    color: #838383;
}

.banner-form .info-form textarea.form-control {
    height: 110px;
    margin: 0 0 20px;
}

.banner-form .info-form input.btn.btn-yel {
    display: block;
    width: 100%;
    background: #ffa800;
    font-weight: 600;
    color: #000000;
    font-size: 1.25rem;
    padding: 12px;
    text-transform: capitalize;
}

.our-banner .row {
    align-items: center;
}

.banner-form::before {
    position: absolute;
    content: "";
    left: 3px;
    top: -30px;
    background: url("../images/bg1.png") no-repeat;
    width: 76px;
    height: 174px;
    background-size: 100%;
    z-index: -1;
}

.banner-form .info-form input.btn.btn-yel:hover {
    background: #27004f;
    color: #fff !important;
}

.btn-orange:hover {
    background: #6a4ef9;
    color: #fff !important;
}

.btn-orange:hover::before {background: #fc6c2f;}

.banner-form::after {
    position: absolute;
    content: "";
    left: -210px;
    bottom: -30px;
    background: url("../images/bg2.png") no-repeat;
    width: 307px;
    height: 218px;
    background-size: 100%;
}

.main-menu {}

.main-menu .menu {
    text-align: center;
    display: inline-block;
    padding-right: 1%;
    float: right;
}

.main-menu .menu li {
    display: inline-block;
}.main-menu .dropdown-menu li {
    padding: 0 !important;
    border-bottom: 1px solid var(--primary);
    margin: 0 0 !important;
}

.main-menu .dropdown-menu a {
    padding: 14px 15px !important;
    border-bottom: 1px solid var(--primary);
    margin: 0 0 !important;
}


.main-menu .menu li a {
    text-transform: capitalize;
    color: #000000;
    padding: 0px 12px;!;!i;!;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
}a.btn.btn-outlinered span i {
    FONT-FAMILY: 'Font Awesome 5 Free';
}

.copy-brand {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -220px;
}

ul.inline-sticker li {
    display: inline-block;
    min-height: 90px;
    margin: 0px 1%;
}

ul.inline-sticker li:last-child {
    margin-right: 0px;
}

ul.inline-sticker li a {
    margin-top: 0px;
    display: block;
}

ul.inline-sticker {
    margin-top: 55px;
    display: flex;
    opacity: 1;
    position: relative;
    text-align: center;
    justify-content: center;
}

header ul.head-ul li {
    display: inline-block;
    align-items: center;
}
.dis-flex-just {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.main-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}


header ul.head-ul li:last-child a {
    background: #fff;
    color: #0261ff !important;!i;!;
}
header ul.head-ul li a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    background: #000000e8;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 10px;
}

header ul.head-ul li:first-child {
    margin-right: 15px;
}

header ul.head-ul {
    /* text-align: right; */
    margin-left: 0;
    float: right;
    padding: 0px 0px 0px 7px;
}

header ul.head-ul li a img {
    margin-right: 8px;
    border-radius: 5px;
}

.main-menu .dropdown-menu a {
    color: #000 !important;
    font-weight: 400 !important;
    padding: 12px 20px !important;
    display: block;
    font-size: 15px !important;
    width: 100% !important;
    font-weight: 500 !IMPORTANT;
}
.main-menu .dropdown-menu a:hover {
    background: #055ffc;
    color: #fff !important;
}

li.nav-item.dropdown {
    vertical-align: bottom;
}

a#navbarDropdownMenuLink {
    padding: 0 15px;
}

main.pricing-pack .our-package::before{
    background: url("../images/bg-pricing.png") no-repeat;
    background-size: cover;
    width: calc(100% - 80px );
    left: 40px;
    top: 0;
    background-position: bottom;
    border-radius: 20px;
}

main.pricing-pack .our-package::after{
    display: none;
}


main.pricing-pack .our-package {margin: -70px 0 0;padding: 100px 0 0;}

main.pricing-pack .our-package .head {
    display: none;
}

main.pricing-pack .our-package .nav-tabs {
    margin: 0  0  80px;
}

.img-compban {
    position: absolute;
    top: 0;
    z-index: 1;
}

.our-package .in-price ul {display: flex;justify-content: space-between;padding: 0;}

.our-package .in-price ul li {
    width: 49%;
    text-align: center;
    border: 1px solid #a7a6b0;
    border-radius: 30px;
    padding: 5px;
}

.our-package .in-price ul li a {
    font-size: 12.5px;
    font-weight: 700;
    color: #23272a;
}

.our-package .in-price ul li img {
    margin-right: 3px;
}

.our-package .info-price::before {
    position: absolute;
    content: "";
    background: url("../images/price-bg1.png") no-repeat;
    width: 134px;
    height: 106px;
    background-size: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.our-package .info-price.pr2::before {
    position: absolute;
    content: "";
    background: url("../images/price-bg2.png") no-repeat;
    width: 167px;
    height: 88px;
    background-size: 100%;
    top: -10px;
    right: -8px;
    z-index: -1;
}

.our-package .info-price.pr3::before {
    position: absolute;
    content: "";
    background: url("../images/price-bg3.png") no-repeat;
    width: 129px;
    height: 125px;
    background-size: 100%;
    top: -20px;
    right: -20px;
    z-index: -1;
}


.our-package .nav-tabs .nav-item.show .nav-link, .our-package .nav-tabs .nav-link.active,.our-package .nav-tabs .nav-link:hover {
    background: transparent;
    border: none;
    color: #ee5543;
}

.our-package .nav-tabs .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #1d1d1f;
    border: none;
    padding: 0 20px 25px;
    position: relative;
    z-index: 1;
    background: transparent;
    width: 100%;
}

.our-package .nav-tabs {
    border-bottom: 5px solid #3a3b3e;
    position: relative;
    margin: 50px 0px 120px;
    justify-content: space-evenly;
}

.our-package .nav-tabs .nav-item {
    position: relative;
    z-index: 1;
}

.our-package .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #f5613b;
    left: 0;
    bottom: -4px;
    opacity: 0;
    transition: .5s all;
    z-index: -1;
}

.our-package .nav-tabs .nav-link::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #f5613b;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: .5s all;
    z-index: -1;
}

.our-package .nav-tabs .nav-item.show .nav-link::before,.our-package  .nav-tabs .nav-link.active::before,.our-package  .nav-tabs .nav-item.show .nav-link::after,.our-package  .nav-tabs .nav-link.active::after,.our-package  .nav-tabs .nav-item .nav-link:hover::before {
    opacity: 1;
}

.our-package .nav-tabs.inner-tab {
    border-bottom: 0;
    border-left: 2px solid #78797d;
    position: relative;
    z-index: 1;
    padding: 80px 0 60px 20px;
    height: 100%;
    align-content: flex-start;
}

.our-package .nav-tabs.inner-tab .nav-link::before {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #78797d;
    background: transparent;
    left: -34px;
    top: 24px;
    background: #fff;
    opacity: 1;
}

.our-package .nav-tabs.inner-tab .nav-link::after {
    width: 16px;
    height: 16px;
    border: none;
    background: #3a3b3e;
    border-radius: 50%;
    left: -28px;
    margin: 0;
    top: 30px;
    opacity: 1;
}

.our-package .nav-tabs.inner-tab .nav-item.show .nav-link::after,.our-package  .nav-tabs.inner-tab .nav-link.active::after {
    background: #c6042f;
}

.our-package .nav-tabs.inner-tab::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #78797d;
    top: -14px;
    left: -14px;
    z-index: -1;
}

.our-package .nav-tabs.inner-tab .nav-link {
    padding: 20px 25px;
    font-size: 1.5rem;
}

.our-package .nav-tabs .nav-item::before {
    position: absolute;
    content: "|";
    right: -12px;
}

.our-package .nav-tabs .nav-item:last-child::before {
    display: none;
}

.row-tab1{
    margin-bottom: 30px;
}

.our-package::before{
    position: absolute;
    content: "";
    background: url("../images/bg-pack.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-position: 0;
}

.our-package::after{
    position: absolute;
    content: "";
    background: url("../images/bg-pack1.png") no-repeat;
    background-size: 100%;
    width: calc(100% - 60px);
    height: 246px;
    top: -200px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-position: 0;
}

.our-package {
    padding: 120px 0;
    margin: 200px 0 0;
}

.our-package .row {
    justify-content: center;
}
h6.sub-head {
    background: #0560fd;
    color: #fff;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin: 0 0 15px;
}

.info-price {
    padding: 30px 30px 20px;
    background: #fff;
    box-shadow: 0 5px 15px #00000040;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 0 30px;
}

.info-price h6.sub-head {
    font-size: 14px;
    font-family: 'Poppins' ,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    padding: 6px 15px;
    border-radius: 12px;
    margin: 0 0 40px;
    letter-spacing: -.5px;
}

.info-price h2 {
    color: #fc6c2f;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 00;
    margin: 0 0 30px;
    letter-spacing: -2px;
}

.info-price h2 > span {
    color: #6134a9;
    font-size: 1.5rem;
    vertical-align: middle;
    font-weight: 600;
    margin: 0 0 0 16px;
    letter-spacing: -2px;
    text-decoration: line-through;
    display: none;
}

.info-price h2 + ul {
    padding: 30px 0;
    height: 260px;
    border-top: 1px solid #a8a8a8;
}

.info-price h2 + ul li {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    line-height: 18px;
    margin-bottom: 6px;
}

.info-price h2 + ul li img {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

.info-price h5 {
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
}

.info-price h5 > span {
    color: #6134a9;
    font-weight: 400;
}

.info-price .btn {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.btn-purp-orange {background: rgb(221,97,72);background: linear-gradient(90deg, rgba(221,97,72,1) 0%, rgba(112,57,157,1) 100%) !important;color: #fff !important;}

.btn-purp-orange:hover {color: #fff !important;}

.btn-purp-orange::before {
    background: #fff !important;
}

.info-price h2 + ul li img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tab-content>.active {
    display: block;
}

.clush ul {
    margin-left: -60px;
}

.clush ul li {
    display: inline-block;
}

.clush ul li a {}


.img-testpi.text-center {
    margin-top: 40px;
}

@media screen and (max-width: 1660px) {
.main-menu .menu {
    padding-left: 0;
}
.main-menu .menu li a {
    font-size: 15.4px;
    padding: 0 8px !IMPORTANT;
}
header .main-menu .dropdown-menu a {
    padding: 9px 15px !important;
}
header ul.head-ul li a {
    font-size: 15px;
    padding: 11px 14px;
}

a.logo img {
    /* max-width: 80%; */
}
}

@media screen and (max-width: 992px) {
.our-portfolio:after {
    display: none;
}

    
}