@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900");
body, html {
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#6f6f6f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a {
    color: #6f6f6f;
    outline: 0 none;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}
a:active,
a:hover {
    color: #333333;
}
p a {
    color: #333333;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
    clear: both;
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}
address {
    font-style: italic;
}
table {
    background-color: transparent;
    width: 100%;
}
table thead th {
    color: #333;
}
table td {
    padding: 15px 10px;
}
p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}
 ::selection {
     color: #000;
     background:#dbdbdb;
}
 ::-moz-selection {
     color:#000;
     background:#dbdbdb;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.clear {
    clear: both;
}
.pull-none {
    float: none;
}
::-moz-selection {
    background: #3396d1;
    color: #fff;
}
::selection {
    background: #3396d1;
    color: #fff;
}
.op{
    font-family: 'Open Sans', sans-serif;
}
.dis-block{
    display:block;
    width: 100%;
}
/*---------------------------------------------------------------
2. HEADINGS
---------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #dc6910;
    font-family: 'Poppins', sans-serif !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #111111;
}
h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 700;
}
h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 700;
}
h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}
h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
/*---------------------------------------------------------------
3. TEXT & PARAGRAPH
---------------------------------------------------------------*/

p {
    line-height: 28px;
    margin-bottom: 24px;
}
strong {
    font-weight: 400;
}
.bg-primary a:hover{ 
    color:#fff; 
}
/*text align*/

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify
}
/*text vertical align*/

.v-align-t {
    vertical-align: top;
}
.v-align-m {
    vertical-align: middle;
}
.v-align-b {
    vertical-align: bottom;
}
/*text no line brack*/

.text-nowrap {
    white-space: nowrap
}
/*text transform*/

.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
/*text size*/
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
    line-height: 40px;
}
.font-35 {
    font-size: 35px;
    line-height:45px;
}
.font-40 {
    font-size: 40px;
    line-height:50px;
}
.font-45 {
    font-size: 45px;
    line-height:55px;
}
.font-50 {
    font-size: 50px;
    line-height:65px;
}
.font-55 {
    font-size: 55px;
    line-height:65px;
}
.font-60 {
    font-size: 60px;
    line-height:70px;
}
.font-70 {
    font-size: 70px;
    line-height:80px;
}
.font-75 {
    font-size: 75px;
    line-height:85px;
}
.font-80 {
    font-size: 80px;
    line-height:90px;
}
.font-90 {
    font-size: 90px;
    line-height:100px;
}
.font-100 {
    font-size: 100px;
    line-height:110px;
}
/*text weight*/

.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
/*---------------------------------------------------------------
4. LISTS
---------------------------------------------------------------*/

dl,
ul,
ol {
    list-style-position: outside;
    padding: 0;
}
ul,
ol {
    margin-bottom: 24px;
}
ul li,
ol li {
    padding: 0;
}
dl {
    margin-left: 0;
    margin-bottom: 30px;
}
dl dd {
    margin-bottom: 10px;
}
.list-inline > li{
    padding-left:2px;
    padding-right:2px;
    display:inline-block;
}

.package-box ul::-webkit-scrollbar {
    width: 5px;
}

.package-box ul::-webkit-scrollbar-track {
    background-color: transparent;
}

.package-box ul::-webkit-scrollbar-thumb {
    box-shadow: inset 0px 0px 100px rgb(0 0 0);
    border-radius: 100px;
}
.package-box:hover ul::-webkit-scrollbar-thumb {
    box-shadow: inset 0px 0px 100px rgb(220 105 16);
}
.flip-text-area p::-webkit-scrollbar {
    width: 5px;
}

.flip-text-area p::-webkit-scrollbar-track {
    background-color: transparent;
}

.flip-text-area p::-webkit-scrollbar-thumb {
    box-shadow: inset 0px 0px 100px rgb(220 105 16);
    border-radius: 100px;
}
/*---------------------------------------------------------------
5. BOX SPACING (inner & outer)
    >padding
    >marging
---------------------------------------------------------------*/
/*== >padding (around) ======*/

.p-a0 {
    padding: 0;
}
.p-a5 {
    padding: 5px;
}
.p-a10 {
    padding: 10px;
}
.p-a15 {
    padding: 15px;
}
.p-a20 {
    padding: 20px;
}
.p-a25 {
    padding: 25px;
}
.p-a30 {
    padding: 30px;
}
.p-a40 {
    padding: 40px;
}
.p-a50 {
    padding: 50px;
}
.p-a60 {
    padding: 60px;
}
.p-a70 {
    padding: 70px;
}
.p-a80 {
    padding: 80px;
}
.p-a90 {
    padding: 90px;
}
.p-a100 {
    padding: 100px;
}
/*== >Padding (top) ==*/

.p-t0 {
    padding-top: 0;
}
.p-t5 {
    padding-top: 5px;
}
.p-t10 {
    padding-top: 10px;
}
.p-t15 {
    padding-top: 15px;
}
.p-t20 {
    padding-top: 20px;
}
.p-t30 {
    padding-top: 30px;
}
.p-t40 {
    padding-top: 40px;
}
.p-t50 {
    padding-top: 50px;
}
.p-t60 {
    padding-top: 60px;
}
.p-t70 {
    padding-top: 70px;
}
.p-t80 {
    padding-top: 80px;
}
.p-t90 {
    padding-top: 90px;
}
.p-t100 {
    padding-top: 100px;
}
/*== >Padding (bottom) ==*/

.p-b0 {
    padding-bottom: 0;
}
.p-b5 {
    padding-bottom: 5px;
}
.p-b10 {
    padding-bottom: 10px;
}
.p-b15 {
    padding-bottom: 15px;
}
.p-b20 {
    padding-bottom: 20px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-b40 {
    padding-bottom: 40px;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-b60 {
    padding-bottom: 60px;
}
.p-b70 {
    padding-bottom: 70px;
}
.p-b80 {
    padding-bottom: 80px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-b100 {
    padding-bottom: 100px;
}
/*== >Padding (left) ==*/

.p-l0 {
    padding-left: 0;
}
.p-l5 {
    padding-left: 5px;
}
.p-l10 {
    padding-left: 10px;
}
.p-l15 {
    padding-left: 15px;
}
.p-l20 {
    padding-left: 20px;
}
.p-l30 {
    padding-left: 30px;
}
.p-l40 {
    padding-left: 40px;
}
.p-l50 {
    padding-left: 50px;
}
.p-l60 {
    padding-left: 60px;
}
.p-l70 {
    padding-left: 70px;
}
.p-l80 {
    padding-left: 80px;
}
.p-l90 {
    padding-left: 90px;
}
.p-l100 {
    padding-left: 100px;
}
/*== >Padding (right) ==*/

.p-r0 {
    padding-right: 0;
}
.p-r5 {
    padding-right: 5px;
}
.p-r10 {
    padding-right: 10px;
}
.p-r15 {
    padding-right: 15px;
}
.p-r20 {
    padding-right: 20px;
}
.p-r30 {
    padding-right: 30px;
}
.p-r40 {
    padding-right: 40px;
}
.p-r50 {
    padding-right: 50px;
}
.p-r60 {
    padding-right: 60px;
}
.p-r70 {
    padding-right: 70px;
}
.p-r80 {
    padding-right: 80px;
}
.p-r90 {
    padding-right: 90px;
}
.p-r100 {
    padding-right: 100px;
}
/*== >Padding (left right) ==*/

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}
.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}
.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}
.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}
.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}
.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}
/*== >Padding (top bottom) ==*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
/*== >margin (around) ======*/

.m-auto {
    margin: auto;
}
.m-a0 {
    margin: 0;
}
.m-a5 {
    margin: 5px;
}
.m-a10 {
    margin: 10px;
}
.m-a15 {
    margin: 15px;
}
.m-a20 {
    margin: 20px;
}
.m-a30 {
    margin: 30px;
}
.m-a40 {
    margin: 40px;
}
.m-a50 {
    margin: 50px;
}
.m-a60 {
    margin: 60px;
}
.m-a70 {
    margin: 70px;
}
.m-a80 {
    margin: 80px;
}
.m-a90 {
    margin: 90px;
}
.m-a100 {
    margin: 100px;
}
/*== >marging (top) ==*/

.m-t0 {
    margin-top: 0;
}
.m-t5 {
    margin-top: 5px;
}
.m-t10 {
    margin-top: 10px;
}
.m-t15 {
    margin-top: 15px;
}
.m-t20 {
    margin-top: 20px;
}
.m-t30 {
    margin-top: 30px;
}
.m-t40 {
    margin-top: 40px;
}
.m-t50 {
    margin-top: 50px;
}
.m-t60 {
    margin-top: 60px;
}
.m-t70 {
    margin-top: 70px;
}
.m-t80 {
    margin-top: 80px;
}
.m-t90 {
    margin-top: 90px;
}
.m-t100 {
    margin-top: 100px;
}
/*== >marging (bottom) ==*/

.m-b0 {
    margin-bottom: 0;
}
.m-b5 {
    margin-bottom: 5px;
}
.m-b10 {
    margin-bottom: 10px;
}
.m-b15 {
    margin-bottom: 15px;
}
.m-b20 {
    margin-bottom: 20px;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b40 {
    margin-bottom: 40px;
}
.m-b50 {
    margin-bottom: 50px;
}
.m-b60 {
    margin-bottom: 60px;
}
.m-b70 {
    margin-bottom: 70px;
}
.m-b80 {
    margin-bottom: 80px;
}
.m-b90 {
    margin-bottom: 90px;
}
.m-b100 {
    margin-bottom: 100px;
}
/*== >marging (left) ==*/

.m-l0 {
    margin-left: 0;
}
.m-l5 {
    margin-left: 5px;
}
.m-l10 {
    margin-left: 10px;
}
.m-l15 {
    margin-left: 15px;
}
.m-l20 {
    margin-left: 20px;
}
.m-l30 {
    margin-left: 30px;
}
.m-l40 {
    margin-left: 40px;
}
.m-l50 {
    margin-left: 50px;
}
.m-l60 {
    margin-left: 60px;
}
.m-l70 {
    margin-left: 70px;
}
.m-l80 {
    margin-left: 80px;
}
.m-l90 {
    margin-left: 90px;
}
.m-l100 {
    margin-left: 100px;
}
/*== >marging (right) ==*/

.m-r0 {
    margin-right: 0;
}
.m-r5 {
    margin-right: 5px;
}
.m-r10 {
    margin-right: 10px;
}
.m-r15 {
    margin-right: 15px;
}
.m-r20 {
    margin-right: 20px;
}
.m-r30 {
    margin-right: 30px;
}
.m-r40 {
    margin-right: 40px;
}
.m-r50 {
    margin-right: 50px;
}
.m-r60 {
    margin-right: 60px;
}
.m-r70 {
    margin-right: 70px;
}
.m-r80 {
    margin-right: 80px;
}
.m-r90 {
    margin-right: 90px;
}
.m-r100 {
    margin-right: 100px;
}
/*== >marging (left right) ==*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}
.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}
.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}
.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}
.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}
.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}
/*== >marging (top bottom) ==*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}
.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}
.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}
.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}
.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}
/*== > colum gap less ==*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}
/*---------------------------------------------------------------
6. BOX MAX-WIDTH CSS
---------------------------------------------------------------*/
.max-w50 {
    max-width: 50px;
}
.max-w60 {
    max-width: 60px;
}
.max-w80 {
    max-width: 80px;
}
.max-w100 {
    max-width: 100px;
}
.max-w200 {
    max-width: 200px;
}
.max-w300 {
    max-width: 300px;
}
.max-w400 {
    max-width: 400px;
}
.max-w500 {
    max-width: 500px;
}
.max-w600 {
    max-width: 600px;
}
.max-w700 {
    max-width: 700px;
}
.max-w800 {
    max-width: 800px;
}
.max-w900 {
    max-width: 900px;
}
.max-w1000 {
    max-width: 1000px;
}
/*---------------------------------------------------------------
7. POSITIONS ( absolute & relative & statice & z-index )
---------------------------------------------------------------*/

.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}
.z-index1 {
    z-index: 1;
}
.z-index2 {
    z-index: 2;
}
.z-index3 {
    z-index: 3;
}
.z-index4 {
    z-index: 4;
}
.z-index5 {
    z-index: 5;
}
.z-index6 {
    z-index: 6;
}
.z-index7 {
    z-index: 7;
}
.z-index8 {
    z-index: 8;
}
.z-index9 {
    z-index: 9;
}
.z-index10 {
    z-index: 10;
}
.z-index100 {
    z-index: 100;
}
.z-index999 {
    z-index: 999;
}
/*---------------------------------------------------------------
8. COLOR (text & background)
    >text color
    >background color
---------------------------------------------------------------*/
/*=== >text color ===*/

.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.text-gray {
    color: #f5f6f6;
}
.text-gray-dark {
    color: #d3d3d3;
}
.text-red {
    color: #FF4045;
}
.text-yellow {
    color: #ffb822;
}
.text-yellow-light {
    color: #FEC215;
}
.text-pink{
    color: #ff3c85;
}
.text-blue{
    color: #00c5dc;
}
.text-green{
    color: #34bfa3;
}
.text-orange{
    color: #ef9800;
}
/*=== >background color ===*/

.bg-transparent {
    background-color: transparent;
}
.bg-primary {
    background-color: #fff;
}
.bg-white {
    background-color: #FFF;
}
.bg-black {
    background-color: #000;
}
.bg-black-light {
    background-color: #1C1C1C;
}
.bg-gray {
    background-color: #f9f9f9;
}
.bg-gray-dark {
    background-color: #d3d3d3;
}
.bg-red {
    background-color: #FF4045;
}
.bg-green {
    background-color: #34bfa3;
}
.bg-yellow {
    background-color: #ffb822;
}
.bg-pink {
    background-color: #ff3c85;
}
.bg-blue {
    background-color: #00c5dc;
}
.bg-orange {
    background-color: #ef9800;
}
/* bg transperent */
.bg-tpw1{
    background-color:rgba(255,255,255,0.1)
}
.bg-tpw2{
    background-color:rgba(255,255,255,0.2)
}
.bg-tpw3{
    background-color:rgba(255,255,255,0.3)
}
.bg-tpw4{
    background-color:rgba(255,255,255,0.4)
}
.bg-tpw5{
    background-color:rgba(255,255,255,0.5)
}
.bg-tpw6{
    background-color:rgba(255,255,255,0.6)
}
.bg-tpw7{
    background-color:rgba(255,255,255,0.7)
}
.bg-tpw8{
    background-color:rgba(255,255,255,0.8)
}
.bg-tpw9{
    background-color:rgba(255,255,255,0.9)
}
/* Tb Black */
.bg-tpb1{
    background-color:rgba(0,0,0,0.05)
}
.bg-tpb2{
    background-color:rgba(0,0,0,0.2)
}
.bg-tpb3{
    background-color:rgba(0,0,0,0.3)
}
.bg-tpb4{
    background-color:rgba(0,0,0,0.4)
}
.bg-tpb5{
    background-color:rgba(0,0,0,0.5)
}
.bg-tpb6{
    background-color:rgba(0,0,0,0.6)
}
.bg-tpb7{
    background-color:rgba(0,0,0,0.7)
}
.bg-tpb8{
    background-color:rgba(0,0,0,0.8)
}
.bg-tpb9{
    background-color:rgba(0,0,0,0.9)
}


/*=== >background image ===*/

.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}
.dlab-bnr-inr.bg-pt,
.bg-pt{
    background-position:top;
    background-size: cover;
}
.dlab-bnr-inr.bg-pb,
.bg-pb{
    background-position:bottom;
    background-size: cover;
}
/*---------------------------------------------------------------
9. IMAGES OVERLAY EFFECTS (overly animation on images)
---------------------------------------------------------------*/

.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12{
    position: relative;
}
.dlab-img-overlay1:before,
.dlab-img-overlay1:after,
.dlab-img-overlay2:before,
.dlab-img-overlay2:after,
.dlab-img-overlay3:before,
.dlab-img-overlay3:after,
.dlab-img-overlay4:before,
.dlab-img-overlay4:after,
.dlab-img-overlay5:before,
.dlab-img-overlay5:after,
.dlab-img-overlay6:before,
.dlab-img-overlay6:after,
.dlab-img-overlay7:before,
.dlab-img-overlay7:after,
.dlab-img-overlay8:before,
.dlab-img-overlay8:after,
.dlab-img-overlay9:before,
.dlab-img-overlay9:after,
.dlab-img-overlay11:before,
.dlab-img-overlay11:after,
.dlab-img-overlay12:before,
.dlab-img-overlay12:after{
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*header {*/
/*    padding: 15px 0;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    z-index: 1*/
/*}*/
/*.hdr-nav {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-wrap: wrap*/
/*}*/
/*.hdr-nav .banner-main img {*/
/*    max-width: 300px;*/
/*}*/
/*.hdr-btns a {*/
/*    margin: 0 3px;*/
/*}*/
/*.hdr-btns > a.call-btn {*/
/*    background-color: #fff;*/
/*    color: #000;*/
/*    padding: 10px 30px;*/
/*    border-radius: 0;*/
/*    border-color:#fff ;*/
/*}*/
/*.hdr-btns > a.call-btn:hover{*/
/*    background-color: #dc6910;*/
/*    color: #fff;*/
/*    border-color: #dc6910;*/
/*}*/
/*a.chat {*/
/*    color: #fff;*/
/*}*/

/*a.chat:hover {*/
/*    background-color: #fff;*/
/*    color: #000;*/
/*    border-color: #fff;*/
/*}*/
/*.hdr-btns a {*/
/*    margin: 0 3px;*/
/*}*/
header{
            -webkit-transition: all 0.4s ease-In-out;
            -moz-transition: all 0.4s ease-In-out;
            -o-transition: all 0.4s ease-In-out;
            transition: all 0.4s ease-In-out;
            padding: 35px 0;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 1;
        }
        .main-header .container{
            max-width:1240px;
            position:relative;
        }
        .logo-white, .logo-dark {
            display: none !important;
        }
        header:not(.sticky) .logo-white {
            display: block !important;
        }
        header.sticky .logo-dark {
            display: block !important;
        }
        .logo img{
            width:200px;
        }
        header .menu {
            font-size: 0px;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }
        header .menu li {
            display: inline-block;
            vertical-align: middle;
            margin-right: 24px;
        }
        header .menu li a {
            font-size: 15px;
            color: #fff;
            font-weight: 500;
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
        }
        header .menu li a:hover {
            color: #c4c3c3;
        }
        header .menu li.mobon {
            display: none;
        }
        header .menu li.phone .cred-btn {
            background-color: #fff;
            color: #000 !important;
            border-color:#fff;
        }
        header .menu li.phone .cred-btn:hover {
            background-color: #dc6910;
            color: #fff !important;
            border-color: #dc6910;
        }
        header .menu li.chat .cred-btn:hover {
            border-color: #000;
            color: #fff;
        }
        header.fixed.sticky {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            box-shadow: 0px 2px 5px 0px rgb(57 75 174 / 6%);
            background-color: #fff;
            z-index: 999;
            padding: 10px 0;
        }
        header.fixed.sticky li a:not(.btn-theme) {
            color: #000 !important;
            text-decoration: none;
            border: none;
        }
        header.fixed.sticky li.mobon {
            display: inline-block;
        }
        header .menu li.mobon .cred-btn {
            color: #fff !important;
        }
        header .menu-Bar {
            width: 30px;
            height: 20px;
            cursor: pointer;
            position: absolute;
            right: 15px;
            top: 0;
            bottom: 0px;
            margin: auto;
            z-index: 22;
            display: none;
        }
        header .menu-Bar span {
            display: block;
            height: 3px;
            width: 100%;
            background: #dc6910;
            position: absolute;
            transition: .6s all;
            border-radius: 100px;
        }
        header .menu-Bar span:nth-child(1) {
            top: 0;
        }
        header .menu-Bar span:nth-child(2) {
            top: 6.35px;
            transform-origin: left;
        }
        header .menu-Bar span:nth-child(3) {
            top: 13px;
        }
        .menu-Bar.open span:nth-child(1) {
            transform: rotate(45deg);
            top: 12px;
            transform-origin: right-center;
            background:#fff;
        }
        .menu-Bar.open span:nth-child(2) {
            width: 0;
            opacity: 0;
            background:#fff;
        }
        .menu-Bar.open span:nth-child(3) {
            transform: rotate(-45deg);
            top: 12px;
            transform-origin: right-center;
            background:#fff;
        }

/*End Header*/


.banner {
    padding: 150px 0;
    background-image: url('../../custom-logo/images/banner-bg2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner:before {
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    opacity: 0.3;
}
.banner-text-wrapper {
    position: relative;
    margin-top: 35px;
}

.banner .main-top.first {
    background: #00000052 !important;
    padding: 50px 15px 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
}
.banner .start-business{
    position: relative;
    padding: 20px 30px 50px 30px;
    display: flex;
    background: #00000052 !important;
    border-radius: 0px 0px 20px 20px !important;
}
.banner .multipopup {
    width: 100% !important;
    margin: auto;
    max-width: 100%;
    z-index: 999999 !important;
    height: 100% !important;
    overflow-y: hidden !important;
}
.banner .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.banner .main-top h1 {
    font-size: 35px !important;
    color: #fff;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.banner .main-top h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    line-height: 50px;
}
.banner .main-top h2 span {
    font-size: 40px;
    color: #dc6910;
    font-weight: 700;
}
.banner .start-business form {
    width: 100%;
    position: relative;
}
.banner .business-name {
    width: 100%;
    border: 4px solid #fff;
    padding: 1em 1.3em 1em 2.5em;
    height: 68px;
    border-radius: 4px;
    color: #000;
    vertical-align: middle;
    font-size: 19px;
    font-weight: 500;
    padding-right: 160px;
    position: relative;
    border-radius: 0;
    border-color: #dc6910 !important;
}
.banner .business.fa-pencil {
    position: absolute;
    left: 0;
    top: 5px;
}
.banner .business.fa-pencil:before {
    content: '\f040';
    position: absolute;
    left: 13px !important;
    top: 30px !important;
    transform: translateY(-50%);
    font-size: 30px;
}
.banner .start-business .open-modal {
    padding: 15px 30px !important;
    background-color: #dc6910 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border: 2px solid #dc6910;
    transition: 0.3ms all ease-out;
    height: 68px;
    line-height: 35px;
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    border-radius: 0;
    color: #fff !important;
}
.banner .start-business .open-modal:hover {
    background-color: #000 !important;
    border: 2px solid #000;
    color: #fff !important;
}

.hero-photos {
    position: absolute;
    right: 0;
    top: -50px;
    transform: translate(-50%, 0) rotate(0deg);
    width: 28rem
}
.hero-marquee-wrapper {
    position: relative
}
.box.hero-marquee {
    display: inline-grid;
    grid-template-columns: 200px;
    grid-template-rows: 200px;
    position: absolute;
    grid-gap: 15px;
    right:-189px;
    width: 200px;
}
.hero-marquee img.hero-photos-pic {
    width: 100%;
    max-width: 100%;
    transition: all ease 0.3ms;
}
.hero-marquee img.hero-photos-pic.one{
    position: absolute;
    right: 135px;
    bottom: -105px;
}
.hero-marquee img.hero-photos-pic.two {
    position: absolute;
    right: -139px;
    bottom: -105px;
}
.sec-title span {
    background-image: linear-gradient(45deg, #DC6910, #FBAE00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 90px;
    font-weight: 700;
}
.multipopup {
    width: 100% !important;
    margin: auto;
    max-width: 100%;
    z-index: 999999 !important;
    height: 100% !important;
    overflow-y: hidden !important;
}
.multipopup .modal-header {
    background: #000;
}
.multipopup .close {
    box-shadow: none;
    padding: 0 !important;
    top: 20px;
    right: 39px;
    color: #fff !important;
    opacity: 1 !important;
    line-height: 16px;
}
.multipopup .modal-body {
    padding: 0;
    height: 100%;
}
.multi_step_form {
    background: #f6f9fb;
    display: block;
    overflow-x: hidden;
    height: 100%;
}
.multi_step_form #msform {
  text-align: center;
  position: relative;
  padding-top: 50px;
  min-height: 100vh;
    height: auto;
  max-width: 100%;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
}
.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}
.multi_step_form #msform .tittle h2 {
  font: 500 24px/35px "Poppins", sans-serif;
  color: #3f4553;
  padding-bottom: 5px;
}
.multi_step_form #msform .tittle p {
  font: 400 16px/28px "Poppins", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform .tab {
    display: none;
}
.multi_step_form #msform .tab {
  border: 0;
  padding: 20px 105px 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}
.multi_step_form #msform .tab:not(:first-of-type) {
  display: none;
}
.multi_step_form #msform .tab h2 {
    font-family: "Oswald", sans-serif;
    color: #3f4553;
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 600;
}
.multi_step_form #msform .tab h3 {
    font-family: "Oswald", sans-serif;
    color: #3f4553;
    font-size: 13px;
}
.multi_step_form .text-center {
    position: fixed;
    bottom: 50px;
    width: 100%;
}
.multi_step_form #msform .tab h6 {
  font: 400 15px/28px "Oswald", sans-serif;
  color: #5f6771;
  padding-bottom: 30px;
}
.multi_step_form #msform .tab .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.multi_step_form #msform .tab .invalid{
    background-color: #ffdddd;
}
.multi_step_form #msform .tab .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}
.multi_step_form #msform .tab .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0;
}
.multi_step_form #msform .tab .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform .tab #phone {
  padding-left: 80px;
}
.multi_step_form #msform .tab .form-group {
  padding: 0 10px;
}
.multi_step_form #msform .tab .fg_2, .multi_step_form #msform .tab .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}
.multi_step_form #msform .tab .fg_3 {
  padding-bottom: 70px;
}
.multi_step_form #msform .tab .form-control, .multi_step_form #msform .tab .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font: 400 15px/48px "Poppins", sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.multi_step_form #msform .tab .form-control.placeholder, .multi_step_form #msform .tab .product_select.placeholder {
  color: #5f6771;
}
.multi_step_form #msform .tab .form-control:-moz-placeholder, .multi_step_form #msform .tab .product_select:-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform .tab .form-control::-moz-placeholder, .multi_step_form #msform .tab .product_select::-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform .tab .form-control::-webkit-input-placeholder, .multi_step_form #msform .tab .product_select::-webkit-input-placeholder {
  color: #5f6771;
}
.multi_step_form #msform .tab .form-control:hover, .multi_step_form #msform .tab .form-control:focus, .multi_step_form #msform .tab .product_select:hover, .multi_step_form #msform .tab .product_select:focus {
  border-color: #000;
}
.multi_step_form #msform .tab .form-control:focus.placeholder, .multi_step_form #msform .tab .product_select:focus.placeholder {
  color: transparent;
}
.multi_step_form #msform .tab .form-control:focus:-moz-placeholder, .multi_step_form #msform .tab .product_select:focus:-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform .tab .form-control:focus::-moz-placeholder, .multi_step_form #msform .tab .product_select:focus::-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform .tab .form-control:focus::-webkit-input-placeholder, .multi_step_form #msform .tab .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}
.multi_step_form #msform .tab .product_select:after {
  display: none;
}
.multi_step_form #msform .tab .product_select:before {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform .tab .product_select .list {
  width: 100%;
}
.multi_step_form #msform .tab .done_text {
  padding-top: 40px;
}
.multi_step_form #msform .tab .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform .tab .done_text h6 {
  line-height: 23px;
}
.multi_step_form #msform .tab .code_group {
  margin-bottom: 60px;
}
.multi_step_form #msform .tab .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  color: #5f6771;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}
.multi_step_form #msform .tab .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}
.multi_step_form #msform .tab .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform .tab .passport h4 {
  font: 500 15px/23px "Poppins", sans-serif;
  color: #5f6771;
  padding: 0;
}
.multi_step_form #msform .tab .input-group {
  padding-bottom: 40px;
}
.multi_step_form #msform .tab .input-group .custom-file {
  width: 100%;
  height: auto;
}
.multi_step_form #msform .tab .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px "Poppins", sans-serif;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771;
}
.multi_step_form #msform .tab .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px;
}
.multi_step_form #msform .tab .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform .tab .input-group .custom-file .custom-file-label:focus {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.multi_step_form #msform .tab .input-group .custom-file input {
  display: none;
}
.multi_step_form #msform .tab .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}
.multi_step_form #msform .tab .file_added li {
  font: 400 15px/28px "Poppins", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform .tab .file_added li a {
  color: #5cb85c;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.multi_step_form #msform .tab .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}
.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(40%/2);
  float: left;
  position: relative;
  font: 500 13px/1 "Poppins", sans-serif;
}
.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "\f275";
}
.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "\f1fc";
}
.multi_step_form #msform #progressbar li:nth-child(4):before {
  content: "\f0d0";
}
.multi_step_form #msform #progressbar li:nth-child(5):before {
  content: "\f129";
}
.multi_step_form #msform #progressbar li:before {
    content: '\f10d';
    font-family: 'FontAwesome' !important;
    font: normal normal normal 30px/50px Ionicons;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}
.multi_step_form #msform #progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}
.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}
.multi_step_form #msform #progressbar li.active {
  color: #000;
}
.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background: #dc6910;
  color: white;
}
.multi_step_form #msform .action-button {
  background: #dc6910;
  color: white;
  border: none;
  border-radius: 0;
  cursor: pointer;
  min-width: 130px;
  font-family:"Oswald", sans-serif;
  margin: 0 5px;
  display: inline-block;
  padding:10px 20px;
  font-weight: 500;
  transition: all ease 0.3ms;
}
.multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  background: #000;
  border-color: #000;
}
.multi_step_form #msform .previous_button {
  background: transparent;
  color: #000;
}
.multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #000;
  color: #fff;
}
.multipopup{
  width: 100% !important;
  margin: auto;
  max-width: 100%;
  z-index: 999999 !important;
  height: 100% !important;
  overflow-y: hidden !important;
}
.multipopup .modal-header {
    background: #000;
}
.multipopup .modal-body{
  padding: 0;
  height:100%;
}
.multipopup .close{
    box-shadow: none;
    padding: 0 !important;
    top: 20px;
    right: 39px;
    color: #fff !important;
    opacity: 1 !important;
    line-height: 16px;
}
.multipopup .close:hover{
    background: none;
}
.multipopup .form-row.color .col-md-2 {
    flex: 0 0 12%;
    max-width: 12%;
    padding: 0 15px;
}
.multipopup .form-row.industry .col-md-2 {
    flex: 0 0 10%;
    max-width: 10%;
    padding: 0 15px;
}
.multipopup input[type=checkbox], .multipopup input[type=radio] {
    display: block;
    opacity: 0;
    margin-left: 1px !important;
    position: absolute;
}
.form-row.color {
    justify-content: center;
}
.multipopup .tab .col-md-4{
    flex: 0 0 16%;
    max-width: 16%;
    padding: 0 15px;
}
.form-row.inputs{
    width: 50%;
    margin: auto;
}
.multipopup .form-row.industry{
    width: 100%;
    margin: auto;
}
.form-row.color{
    width: 100%;
    margin: auto;
}
.form-row.logostyle{
    width: 100%;
    margin: auto;
}
.logostyle label.step-label:after {
    display: none;
}
.multi_step_form input:focus, .multi_step_form input:hover {
    outline: none;
    border-color: #000 !important;
}
.white-popup {
    width: 100%;
    padding: 0;
    margin: 20px 0;
}

.white-popup .pop-set-new {
    max-width: 50%;
    margin: auto;
}
/* .multipopup .form-row.color .col-md-2 .step-label{
    padding:0;
} */
.multipopup .tab .col-md-2 .step-label, .multipopup .tab .col-md-4 .step-label {
    width: 100%;
    padding: 0 !important;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
}
.multipopup .tab .col-md-2 .step-label:before, .multipopup .tab .col-md-4 .step-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background-color: #3f1084;
    top: 10px;
    left: auto;
    right: 10px;
    transform: scale(0);
    color: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    transition-duration: .1s;
    font-weight: 900;
    font-size: 14px;
    transition: all .4;
    z-index: 1;
    border:none;
}
.multipopup .tab .col-md-2 .step-label:after{
    display: none;
}
.multipopup input[type=checkbox]:checked + label:before {
    transform: scale(1) !important;
}

.multipopup .tab .col-md-2 .step-imgs, .multipopup .tab .col-md-4 .step-imgs {
    width: 100%;
    position: relative;
}
.multipopup .form-row.industry .col-md-2 .step-imgs img{
    max-width: 70px;
}
.multipopup .form-row.color .col-md-2 .step-imgs img{
    border-radius: 5px;
}
.multipopup .tab .col-md-2 .step-imgs img{
    max-width: 100%;
}
.multipopup .tab .col-md-4 .step-imgs img {
    max-width: 100%;
}

.multipopup .tab .col-md-2 h3.step-heading, .multipopup .tab .col-md-4 h3.step-heading {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}
.banner .contact-form{
    display:none;
}
#emailValidation{
    position: absolute;
    top: 17px;
    right: 25px;
}
#emailValidation.fa-times{
    color: red;
}
#emailValidation.fa-check{
    color: green;
}
/*Reviews*/
.review-fixed
{
    box-shadow: 0px 0px 20px #d4d4d4;
    position: absolute;
    top: 34%;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    padding:0;
    z-index: 1;
}
.review-fixed.google {
    top: 45%;
}
.review-content{
    width: 130px;
}
.review-content h1
{
    color: #323232;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: -10px;
}
.review-content h1 span
{
    color: #24ae7c;
    font-size: 15px;
    font-weight: 600;
}
.review-content p.first
{
    font-size: 12px;
    color: #323232;
    line-height: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.review-content p.first span
{
    color: #323232;
    font-weight: 600;
    display: block;
}
.review-content p.last
{
    color: #333;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin-top: 6px;
    font-weight: 500;
    margin-bottom: 0;
}
/* Portfolio */
.portfolio {
    padding: 70px 0;
    background-color: #000;
}
.portfolio .container {
    max-width: 100%;
}
.lp-sec-title-wrapper {
    padding-bottom: 36px;
    text-align: center;
}
.portfolio-title {
    padding-bottom: 20px;
}
.portfolio-wrapper-grid-outer .nav-tabs {
    justify-content: center;
    border: 0;
    padding-bottom: 30px;
}
.portfolio .nav-tabs .nav-item {
    margin-bottom: -1px;
}
.portfolio-wrapper-grid-outer ul li a {
    border: 2px solid #FBAE00 !important;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    position: relative;
    transition: all .3s;
    font-weight: 400;
    border-radius: 4px;
    margin: 0 5px;
    text-transform: uppercase;
    border-radius: 0 !important;
}
.portfolio-wrapper-grid-outer ul li a.active {
    background-color: #FBAE00 !important;
    color: #fff !important;
}
.portfolio-wrapper-grid-outer ul li a:hover {
    background-color: #FBAE00;
    color: #fff;
}
.portfolio-tab-pane-inner-wrapper .col {
    padding: 5px !important;
    flex: 0 0 25%;
    max-width: 25%;
    height: 400px;
}
.portfolio-box {
    display: block;
    position: relative;
    overflow: hidden;
}
.portfolio-box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    transform: scale(0);
    transition: all .3s ease-in-out;
    transform-origin: center;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    border-radius: 10px;
    border: none;
}
.portfolio-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #dc691080;
    transition: all .3s ease-in-out;
    transform: scale(0);
    transform-origin: center;
    border-radius: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    border: none;
}
.portfolio-box:hover:before {
    transform: scaleX(1);
}
.portfolio-box:hover:after {
    transform: scaleX(1);
}
.portfolio-box img:first-child {
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    border-radius: 10px;
    object-fit: cover;
}
.portfolio-box img:last-child {
    position: absolute;
    left: 50%;
    top: 112%;
    transform: translate(-50%, -50%) scale(.1);
    pointer-events: none;
    transition: all .3s ease-in-out .1s;
    width: 104px;
    height: 104px;
    z-index: 1;
}
.portfolio-box:hover img:last-child {
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
}
.heading-title {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 50px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 3px;
    display: inline-block;
}
.heading-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 2px;
    background: #dc6910;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.heading-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 10px;
    background: #dc6910;
    height: 10px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
}

/* Pricing */
.packages-section {
    padding: 90px 0 90px;
}
.packages-section .container {
    max-width: 1500px;
}
.packages-title-cont {
    padding-bottom: 36px;
    text-align: center;
}
.sec-title {
    font-size: 50px;
    color: #555;
    font-weight: 600;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.sec-para {
    font-size: 18px;
    color: #6a6a6a;
    font-weight: 400;
    width: 700px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}
.packages-section ul.nav.nav-tabs{
    justify-content: center;
    margin-bottom: 50px;
    border: none;
}
.packages-section ul.nav.nav-tabs li a {
    border: 2px solid #dc6910 !important;
    color: #000;
    padding: 10px 30px;
    font-size: 16px;
    position: relative;
    transition: all .3s;
    font-weight: 400;
    border-radius: 4px;
    margin: 0 5px;
    text-transform: uppercase;
    border-radius: 0 !important;
}
.packages-section ul.nav.nav-tabs li a.active {
    color: #fff !important;
    background-color: #dc6910 !important;
    border-color: #DC690F !important;
}
.packages-section ul.nav.nav-tabs li a:hover {
    background-color: #dc6910;
    color: #fff;
}
.packages-section .row {
    justify-content: center;
}
.packages-section .col-md-3.col-sm-6 {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
}
.package-box {
    text-align: center;
    background: #dc691024;
    padding: 40px 30px;
    width: 316px;
    transition: background-color .3s linear;
}
.package-box:hover {
    background: #555;
}
.package-box:hover h3 {
    color: #fff;
}

.package-box:hover .package-body li {
    color: #fff;
}

.package-box:hover .package-price-wrapper {
    background-image: linear-gradient(to top, #DC6910, #DC6910, #DC6910, #DC6910, #DC6910);
}
.package-box:hover .package-price-wrapper:before{
    border-top-color:#FBAE00;
}
.package-box:hover  .package-price-wrapper:after{
    border-top-color:#FBAE00;
}
.package-hdr>h3 {
    font-size: 22px;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins' ,sans-serif;
}
.packages-icon-sprite {
    background-image: url(../../custom-logo/images/packages-icon.webp);
    background-repeat: no-repeat;
    display: block;
    filter: invert(100%) sepia(5%) saturate(1443%) hue-rotate(198deg) brightness(88%) contrast(111%);
}
.packages-icon-sprite-package-icon-1 {
    width: 70px;
    height: 66px;
    background-position: -5px -5px;
    margin: 20px auto;
}
.packages-icon-sprite-package-icon-2 {
    width: 70px;
    height: 79px;
    background-position: -85px -5px;
    margin: 14px auto;
}
.packages-icon-sprite-package-icon-3 {
    width: 70px;
    height: 67px;
    background-position: -165px -5px;
    margin: 20px auto;
}
.packages-icon-sprite-package-icon-4 {
    width: 70px;
    height: 67px;
    background-position: -245px -5px;
    margin: 20px auto;
}
.package-price-wrapper {
    background-image: linear-gradient(to top, #555, #555, #555, #555, #555);
    font-size: 72px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-width: 357px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    padding: 6px 0;
    align-items: baseline;
}
.package-price-wrapper::before {
    content: "";
    position: absolute;
    border-width: 15px 0 0 20px;
    border-style: solid;
    border-top-color: #3e3f49;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 0;
    bottom: -15px;
}
.package-price-wrapper * {
    color: #fff;
}
.package-price-wrapper span:first-child {
    font-size: 36px;
}
.package-price-wrapper sup {
    font-size: 30px;
    align-self: flex-end;
    text-decoration: line-through;
}
.package-price-wrapper::after {
    content: "";
    position: absolute;
    border-width: 15px 20px 0 0;
    border-style: solid;
    border-top-color: #3e3f49;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: 0;
    bottom: -15px;
}
.package-body ul {
    list-style-type: none;
    margin: 20px 0;
    height: 186px;
    overflow-x: hidden;
}
.package-body li {
    font-size: 14px;
    color: #000;
    margin: 5px 0;
    text-align: left;
}
.package-body li i {
    margin-right: 5px;
}
.package-ftr {
    display: flex;
    justify-content: center;
}
.package-ftr .cred-btn {
    padding: 10px 30px;
    background-color: #555;
    border-radius: 4px;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
}
.package-box:hover .package-ftr .cred-btn {
    background-color: #dc6910;
}
.cred-btn {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    color: #191300;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none;
    background-color: #dc6910;
    padding: 10px 30px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: none;
    text-decoration: none !important;
    border: 1px solid #dc6910;
}
.cred-btn.br{
    background-color: transparent;
    /* border: 1px sold #dc6910 !important; */
    color: #fff;
}
.cred-btn.bg:hover{
    background-color: #fff;
    color: #000;
}
.cred-btn:hover{
    background-color: #555;
    color: #fff;
    border-color: #fff;
}
.portfolio-btn{
    margin-top:20px;
}
.portfolio-btn .cred-btn{
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "Oswald";
    margin-right: 10px;
    color: #fff;
}
/*Our Process*/
.process {
    padding: 50px 0;
    background-color:#dc691024;
}

.process .container {
    max-width: 100%;
}

.process .mgraphic {
    display: none;
}

/* Combo Package */
.update-combo-sec{
    background-image: url('../../custom-logo/images/combo-bg.webp');
    background-size: cover;
    padding: 100px 0px;
}
.update-combo-sec .container{
    max-width: 1300px;
}
.update-combo-sec .inner-combb h5 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.update-combo-sec .inner-combb img {
    margin-bottom: 20px;
    width: 50%;
}
.update-combo-sec .list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.update-combo-sec .inner-combb ul h6 {
    color: white;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}
.update-combo-sec .inner-combb ul li {
    color: white;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}
.update-combo-sec .inner-combb ul li img {
    flex: 0 0 15px;
    margin: 0px 5px 0px 0;
}

.update-combo-sec .inner-combb .lbn-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}
.update-combo-sec .inner-combb .lbn-btns .open_package_model {
    background: #dc6910;
    color: #fff;
}
.update-combo-sec .inner-combb .lbn-btns .open_chat_btn {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.update-combo-sec .inner-combb .lbn-btns a {
    width: 250px;
    display: flex;
    min-height: 60px;
    background: #ffd200;
    color: black;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    font-family: 'MONTSERRAT', sans-serif;
    border-radius: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
}
.update-combo-sec .inner-combb .lbn-btns .open_package_model:hover {
    background-color: #fff;
    color: #000;
}

.update-combo-sec .inner-combb .lbn-btns .open_chat_btn:hover {
    background-color: #dc6910;
    color: #fff;
}
.update-combo-sec .contct-inf {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    padding-top: 40px;
}
.update-combo-sec .contct-inf a {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: none;
}

.update-combo-sec .inner-chevr {
    border: 1px solid #dc6910;
    display: flex;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: -12px;
}
.update-combo-sec .inner-chevr h3 {
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    width: 60%;
}
.update-combo-sec .inner-chevr h3 span {
    font-size: 25px;
    color: #dc6910;
    font-weight: 700;
    display: block;
}
.update-combo-sec .pricee-cher{
    width: 40%;
}
.update-combo-sec .pricee-cher .price small {
    font-size: 50px;
    font-weight: 700;
    color: white;
}
.update-combo-sec .pricee-cher .price strong {
    font-size: 80px;
    text-decoration: none;
    line-height: 0px;
}
.update-combo-sec .pricee-cher .cut-price {
    display: flex;
    align-items: baseline;
    text-align: end;
    justify-content: start;
    position: relative;
}
.update-combo-sec .pricee-cher strong {
    color: white;
    font-size: 40px;
    font-weight: 900;
    text-decoration: line-through;
}
.update-combo-sec .pricee-cher .cut-price small {
    font-size: 24px;
    font-weight: 800;
    color: white;
}
.update-combo-sec .sd-chevron-inner img {
    margin-top: 20px !important;
    width: 100%;
    margin: auto;
    height: 380px;
    object-fit: cover;
}
.security img{
    width: 600px;
    padding-top: 10px;
    padding-bottom: 0px !important;
}

/* CTA */
.cta {
    padding: 35px 0;
    background-color: #000;
    position: relative;
    /* margin-bottom: 100px; */
}
.cta-wrapper>p {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    color: #FBAE00;
}
.cta-wrapper>h3 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    margin-top: 10px;
}
.cta-btns {
    margin: 20px 0 0 0;
}
.cta-btns a:first-child {
    background: 0 0;
    border: 1px solid #dc6910;
    padding: 10px 30px;
    margin: 0 10px 0 0;
    color: #fff;
}
.cta-btns a:first-child:hover {
    background-color: #dc6910;
}
.cyellow-btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background-color: #dc6910;
    font-size: 16px;
    border-radius: 0;
    text-decoration: none !important;
    border: 1px solid #dc6910;
    padding: 10px 30px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.cyellow-btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.cta img {
    position: absolute;
    right: 160px;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    object-fit: contain;
}

/* Why */
.whychoosesec {
    background: #fff;
    padding: 90px 0;
}
.whychoosesec .row:last-child {
    margin-top: 50px;
}
.whychoosesec .benefit {
    text-align: center;
    min-height: 260px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%) !important;
    margin: 15px 0;
    height: 320px;
    padding: 30px;
    transition: all 0.3s ease-In-out;
}
.whychoosesec .benefit:hover {
    scale: 1;
    transform: scale(1.1);
}
.whychoosesec .benefit img {
    margin: 10px 0;
    width: 65px;
    height: auto;
}
.whychoosesec .benefit h3 {
    color: #555;
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
}
.whychoosesec .benefit p {
    line-height: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
/* Logo Type */
.logo-type.sec-pad {
    background-color: #f3f3f3;
    padding: 50px 0 100px 0;
}
.logos-flip-area {
    margin-top: 10vh;
}
.flip-crad-wrapper {
    background-color: transparent;
    width: 100%;
    height: 318px;
    perspective: 1000px;
    display: inline-block;
}
.flip-crad-wrapper:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0.3rem 0.3rem 2.5rem rgb(0 0 0 / 15%) !important;
    border-radius: 15px;
}
.flip-card-back, .flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-text-area {
    padding: 30px 40px 30px 30px;
}
.flip-text-area p {
    height: 220px;
    overflow-x: hidden;
}
.flip-card-back {
    transform: rotateY(180deg);
}
.flip-img {
    border-radius: 15px;
    height: 318px !important;
    width: 100% !important;
}
.testiSec.pad-sec {
    background: url(../../custom-logo/images/reviews-bng.png);
    padding: 50px 0;
    background-size: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.testi-sliderr .row.slider-boxx {
    align-items: center;
}
.testiSec .slick-slide{
    height:auto !important;
}
.testiSec p, .testiSec p>a {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    letter-spacing: -0.1px;
    font-weight: 500;
}
.testiProfile {
    display: flex;
    align-items: center;
}
.testiProfile span {
    border-radius: 100%;
    overflow: hidden;
}
.testiProfile h6 {
    padding-left: 15px;
    font-size: 16px;
    color: #424242;
    line-height: 22px;
    font-weight: 400;
}
.testiSec .slick-dots {
    text-align: center;
    position: absolute;
    right: 22%;
    bottom: -8%;
}
.testiSec .slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}
.testiSec .slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    padding: 0px;
    background: rgb(0 0 0 / 20%);
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}   
.testiSec .slick-dots li.slick-active button {
    background: #2a4a71;
}
/* Contact Form */
.contact-form {
    background: url(../../custom-logo/images/footer-back.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
    margin-bottom: -50px;
    position: relative;
    padding: 50px 0;
}
.overlay-black-light .container, .overlay-black-middle .container, .overlay-black-dark .container, .overlay-white-light .container, .overlay-white-middle .container, .overlay-white-dark .container, .overlay-primary-light .container, .overlay-primary-middle .container, .overlay-primary-dark .container, .overlay-primary .container, .overlay-black-light .container-fluid, .overlay-black-middle .container-fluid, .overlay-black-dark .container-fluid, .overlay-white-light .container-fluid, .overlay-white-middle .container-fluid, .overlay-white-dark .container-fluid, .overlay-primary-light .container-fluid, .overlay-primary-middle .container-fluid, .overlay-primary-dark .container-fluid, .overlay-primary .container-fluid {
    position: relative;
    z-index: 1;
}
.contact-form:after {
    opacity: 0.8;
    background-color: #1a1a1a !important;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contact-form .row:first-child {
    align-items: center;
}
.contact-form .widget_getintuch {
    padding-top: 10px;
}
.widget_categories ul, .widget_archive ul, .widget_meta ul, .widget_pages ul, .widget_recent_comments ul, .widget_nav_menu ul, .widget_rss ul, .widget_recent_entries ul, .widget_services ul, .widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    display: block;
    text-transform: capitalize;
    color: #b0b0b0;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.widget_getintuch strong {
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
}
.contact-form .inquiry-form {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    border-radius: 15px;
    margin-top: -120px;
}
.contact-form .inquiry-form .input-group-addon{
	border-width: 0 0 1px;
	font-size: 18px;
	padding: 9px 0 0;
	vertical-align: top;
	border-style: solid;
}
.contact-form .inquiry-form .form-control{
	border-width: 0 0 1px;
	font-size: 16px;
}


/* Footer */
.bg-primary-img {
    background: url(../../custom-logo/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #292929;
    padding: 80px 0 20px;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
    padding: 0;
}
.widget.border-0 ul li {
    border: 0 none;
    position: relative;
}
.widget.border-0 ul li::before{
    color: #b0b0b0;
}
footer .widget_services ul li {
    transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    padding: 10px 0px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}
footer .widget_services ul li:hover {
    transform: translateX(10px);
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
}
.widget_categories ul li:before, .widget_archive ul li:before, .widget_meta ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_recent_entries ul li:before, .widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
}
footer .widget_categories ul li a, footer .widget_archive ul li a, footer .widget_meta ul li a, footer .widget_pages ul li a, footer .widget_recent_comments ul li a, footer .widget_nav_menu li a, footer .widget_recent_entries ul li a, footer .widget_services ul li a {
    color: #b0b0b0;
    text-transform: capitalize;
    text-decoration: none;
}
.site-footer .widget_getintuch {
    padding-top: 0;
}
.site-footer p{
    color: #b0b0b0;
}
.site-footer .disclaimer {
    width: 100%;
    margin: 20px auto 0;
    float: left;
    border-top: 2px solid #252e39;
    padding: 20px 0 0 0;
}

        header .drop-menu-li .drop-menu {
        position: absolute;
        bottom: -23px;
        background: #fff;
        padding: 30px;
        transform: translateY(100%);
        visibility: hidden;
        opacity: 0;
        box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
        transition: all .5s;
        width: 900px;
        left: 30%;
        transform: translate(-50%, 100%);
        border-radius: 5px;
    }
    header.fixed.sticky .drop-menu-li .drop-menu{
        left: 42%;
    }
    header   .drop-menu-li:hover .drop-menu:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #dc6910 transparent;
    }
    header   .drop-menu-li:hover .drop-menu {
        visibility: visible;
        opacity: 1;
    }
    .drop-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .drop-menu-li .drop-menu ul > li {
        margin: 0.5rem 0;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.5;
    }
    .drop-menu ul li a {
        padding: 0 30px 0 30px;
        color: var(--nav-item-color)!important;
        transition: all .3s;
        text-transform: capitalize;
    }
    .drop-menu .row{
        
    }
    .drop-menu .col-lg-6 .inner-menu {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .drop-menu .col-lg-6 {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .drop-menu .col-lg-6 .menu-text{
        text-align:left;
    }
    .drop-menu .col-lg-6 .menu-img {
        padding-right: 15px;
    }
    
    .drop-menu .col-lg-6 .menu-img img {
        border-radius: 50%;
        width: 70px;
        height: auto;
        object-fit: cover;
    }
    .drop-menu .col-lg-6 .menu-text a {
        text-transform: capitalize;
        font-size: 16px;
        line-height: 2;
        color: #000 !important;
    }
    .drop-menu .col-lg-6 .menu-text a:hover {
        color: #dc6910 !important;
    }
    .drop-menu .col-lg-6 .menu-text p {
        font-size: 13px;
        text-transform: capitalize;
        line-height: 1.5;
        margin: 0;
    }
    header .menu li a:hover {
        color: #dc6910 !important;
    }
    .success-message{
        display:none;
    }
    .success-message p{
        font-size:18px;
    }
    .alertsuccess, .alertinvalid, .calertinvalid, .calertsuccess{
        display:none;
    }
    .multi_step_form #msform .tab.active{
        display:block;
    }
    .click-term .input-group {
        display: block;
    }
    .testimonial9 {
        font-family: "Poppins", sans-serif;
        color: #8d97ad;
        font-weight: 300;
        padding: 100px 0;
    }
    .click-term .input-group input {
        opacity: 1;
        position: relative;
        margin: 0;
    }
    h2.sec-head {
        font-size: 50px;
        color: #3e4555;
        font-weight: 500;
    }
    .contact-form .contact-detials h2.sec-head {
        color: #fff;
    }
    h2.sec-head span {
        color: #dc6910;
        font-weight: 700;
    }
    /* Contact Form Section */
    .contact-form{
      background: url(../../pro/img/footer-back.jpg) no-repeat center;
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 30px 0 50px 0;
    }
    .contact-form .container{
        max-width: 1320px;
    }
    .contact-form::before {
      opacity: 0.8;
      background-color: #1a1a1a !important;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }
    .contact-form:after{
        display: none;
    }
    .contact-form .row:first-child{
        align-items: self-start;
    }
    .contact-form .contact-detials {
      /* background-color: #dc6910; */
      color: #fff;
      padding: 80px;
      z-index: 1;
    }
    
    .contact-form .contact-detials h2.sec-head {
      color: #fff;
    }
    .contact-form .contact-detials ul {
      list-style: none;
      padding: 0;
      margin-top: 50px;
    }
    .contact-form .contact-detials ul li {
      display: flex;
      gap: 35px;
      margin-bottom: 25px;
    }
    
    .contact-form .contact-detials ul i {
      font-size: 35px;
    }
    .contact-form .contact-detials ul li h5 {
      color: #fff;
    }
    
    .contact-form .col-contact-form {
      padding:80px;
      box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
      background-color: #fff;
      z-index: 1;
      margin-top: -100px;
    }
    .contact-form .inquiry-form {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0 !important;
    }
    .contact-form .col-contact-form input {
      line-height: 40px;
      border-radius: 0;
      margin-bottom: 10px;
    }
    
    .contact-form .col-contact-form select {
      line-height: 40px;
      border-radius: 0;
      margin-bottom: 10px;
      height: auto !important;
    }
    .contact-form{
        margin-bottom: 0 !important;
    }
    .contact-form .inquiry-form .form-control{
        border-width: 1px !important; 
    }
    .bg-primary-img{
        background: url(../../pro/img/footer-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #292929;
        padding: 0;
    }
    .bg-primary-img .container{
      padding: 50px 0 0 0;
    }
    .bg-primary-img h6 {
      font-size: 20px;
      margin-bottom: 30px;
    }
    .bg-primary-img ul {
      padding: 0;
      list-style: none;
    }
    .bg-primary-img ul li {
      padding: 10px 0 0 20px;
      position: relative;
      transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
    }
    .bg-primary-img ul a {
      text-decoration: none;
      color: #b0b0b0;
      position:relative;
    }
    .bg-primary-img ul a i {
      position: absolute;
      left: -20px;
      top: 3px;
      font-size: 13px;
    }
    .bg-primary-img .info ul li{
      display: flex;
      padding: 0;
      align-items: center;
      transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
    }
    .bg-primary-img ul li:hover{
      transform: translateX(10px);
        -moz-transform: translateX(10px);
        -webkit-transform: translateX(10px);
        -o-transform: translateX(10px);
        -ms-transform: translateX(10px);
    }
    .bg-primary-img .info ul li i{
      font-size: 30px;
    }
    .bg-primary-img .info ul li div{
      padding: 0px 0px 10px 20px;
    }
    .bg-primary-img .info ul li h5 {
      font-size: 17px;
      margin: 0;
    }
    .bg-primary-img .info ul li div p{
      margin: 0;
    }
    .footer-call-btn {
      position: fixed;
      left: 20px;
      bottom: 15px;
      z-index:1111;
    }
    .footer-call-btn a {
      display: flex;
      align-items: center;
      gap: 12px;
      -webkit-animation: beat 2s infinite;
      animation: beat 2s infinite;
      text-decoration: none;
    }
    .footer-call-btn a span:nth-child(odd) {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      background: #dc6910;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    
    .footer-call-btn a span {
      color: #dc6910;
      font-size: 12px;
      text-transform: uppercase;
      font-weight:700;
    }
    .footer-call-btn a span i {
      font-size: 18px;
      color: #fff;
    }
    .footer-call-btn.w {
      bottom: 75px;
    }
    .footer-call-btn.t {
      bottom: 135px;
    }
    
    .footer-call-btn .call-text {
      display: none;
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      color: #fff;
      font-weight: 400;
      padding: 5px 10px;
      border-radius: 5px;
      white-space: nowrap;
      margin-left: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }
    .footer-call-btn .call-text {
      background-color: #dc6910;
    }
    
    .footer-call-btn.w .call-text {
      background-color: #25D366;
    }
    
    .footer-call-btn a:hover .call-text {
      display: inline-block;
    }
    
    .footer-call-btn.w span:nth-child(1) {
      background-color: #25D366;
    }
    
    .footer-call-btn.t span:nth-child(1) {
      background-color: #fff;
    }
    .footer-call-btn.t span:nth-child(1) img {
      width: 35px;
      height: 35px;
    }
    .footer-call-btn.t .call-text{
      background-color: #fff;
      color: green;
    }
    .footer-call-btn.g {
      bottom: 195px;
    }
    
    .footer-call-btn.g span:nth-child(1) {
      background-color: #F7F7F7;
    }
    
    .footer-call-btn.g span:nth-child(1) img {
      width: 35px;
      height: 35px;
    }
    
    .footer-call-btn.g .call-text {
      background-color: #E14133;
    }
    /* Keyframes for Animations */
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slideInFromLeft {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @keyframes float {
    	0% {
    		transform: translatey(0px);
    	}
    	50% {
    		transform: translatey(-20px);
    	}
    	100% {
    		transform: translatey(0px);
    	}
    }
    /* Animation */
    .fadein{
        animation: fadeIn 1.5s ease-in-out;
    }
    .combo-sec{
        background-image: url(../../pro/img/combo-bg.jpg);
        background-size: cover;
        padding: 100px 0px;
        position:relative;
    }
    .combo-sec:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        opacity: 0.4;
    }
    .combo-sec .container {
        max-width: 1300px;
    }
    .combo-sec .col-lg-6.col-md-12 {
        z-index: 1;
    }
    .combo-sec .inner-combb h5 {
        font-size: 20px;
        font-weight: 600;
        color: white;
        text-transform: uppercase;
    }
    .combo-sec h2.sec-head {
        font-style: italic;
        font-weight: bold;
        color: #fff;
        font-size: 85px;
        line-height: 70px;
        margin-bottom:30px;
    }
    
    .combo-sec h2.sec-head span {
        background: linear-gradient(to right, #dc6910, #f8a21b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-right: 25px;
    }
    .combo-sec .inner-combb img {
        margin-bottom: 20px;
        width: 50%;
    }
    .combo-sec .list-unstyled {
        padding-left: 0;
        list-style: none;
        margin-bottom: 20px;
    }
    .combo-sec .inner-combb ul h6 {
        color: white;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 20px;
    }
    .combo-sec .inner-combb ul li {
        color: white;
        display: flex;
        align-items: baseline;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 500;
    }
    .combo-sec .inner-combb ul li img {
        margin-bottom: 20px;
        flex: 0 0 15px;
        margin: 0px 5px 0px 0;
        width: 50%;
    }
    .combo-sec .inner-combb .lbn-btns {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .combo-sec .inner-combb .lbn-btns a {
        width: 250px;
        display: flex;
        min-height: 60px;
        background: -webkit-linear-gradient(legacy-direction(to right), #dc6910 0%, #f8a21b 100%);
        background: -webkit-gradient(linear, left top, right top, from(#dc6910), to(#f8a21b));
        background: -webkit-linear-gradient(left, #dc6910 0%, #f8a21b 100%);
        background: -o-linear-gradient(left, #dc6910 0%, #f8a21b 100%);
        background: linear-gradient(to right, #dc6910 0%, #f8a21b 100%);
        background: linear-gradient(to right, #dc6910 0%, #f8a21b 100%);
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        font-family: 'MONTSERRAT', sans-serif;
        border-radius: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius:5px;
    }
    .combo-sec .inner-combb .lbn-btns a:hover {
        background-color: #fff;
        color: #000;
    }
    .combo-sec .inner-combb .lbn-btns .open_chat_btn {
        background: #fff;
        color: #000;
        border-color: #fff;
    }
    .combo-sec .inner-combb .lbn-btns .open_chat_btn:hover {
        background-color: #dc6910;
        color: #fff;
    }
    .combo-sec .contct-inf {
        display: flex;
        align-items: center;
        gap: 20px;
        color: white;
        padding-top: 40px;
    }
    .combo-sec .contct-inf a {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        font-family: 'Montserrat';
        text-decoration: none;
    }
    .combo-sec .inner-chevr {
        border: 1px solid #fff;
        background-color:#ffffff80;
        display: flex;
        align-items: center;
        padding: 30px 40px;
        margin-bottom: -12px;
        border-radius:5px;
    }
    .combo-sec .inner-chevr h3 {
        font-size: 32px;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        width: 60%;
    }
    .combo-sec .inner-chevr h3 span {
        font-size: 25px;
        color: #333;
        font-weight: 700;
        display: block;
    }
    .combo-sec .pricee-cher {
        width: 40%;
    }
    .combo-sec .pricee-cher .price small {
        font-size: 50px;
        font-weight: 700;
        color: #333;
    }
    .combo-sec .pricee-cher .price strong {
        font-size: 80px;
        text-decoration: none;
        line-height: 0px;
        background: linear-gradient(to right, #dc6910, #f8a21b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
    }
    .combo-sec .pricee-cher .cut-price {
        display: flex;
        align-items: baseline;
        text-align: end;
        justify-content: start;
        position: relative;
    }
    
    .combo-sec .sd-chevron-inner img {
        margin-top: 20px !important;
        width: 100%;
        margin: auto;
        height: 380px;
        object-fit: cover;
        border-radius:5px;
    }
    .combo-sec .pricee-cher strong {
        color: #333;
        font-size: 40px;
        font-weight: 900;
        text-decoration: line-through;
    }
    .combo-sec .pricee-cher .cut-price small {
        font-size: 24px;
        font-weight: 800;
        background: linear-gradient(to right, #dc6910, #f8a21b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
  @media (max-width: 767px) {
    .testimonial9 .owl-dots {
      position: relative;
      top: 0px;
      left: 0px;
    }
    .hero-section{
        height: auto;
        padding: 100px 15px 80px 15px;
    }
    /*.hero-content ul.banner-list{*/
    /*    padding:0 !important;*/
    /*}*/
    .hero-content ul.banner-list li{
        width:100%;
    }
    .hero-content h1{
        font-size:35px;
    }
    .hero-content .first-row .col-md-5.col-sm-12{
        margin-top: 30px;
    }
    .hero-content h2{
        font-size:30px;
    }
    .portfolio{
        padding:50px 0;
    }
    h2.sec-head{
        font-size:30px;
    }
    .fifty-per-boxes.active{
        display:block;
    }
    .banner-questionnaire-box label, .fifty-per-boxes.active label{
        width:80%;
    }
    .fifty-per-boxes.active .banner-questionnaire-input-area {
        width: auto;
        float: none;
    }
    .sec-para.one, .sec-para{
        width: auto;
    }
    .call-to-action img{
        width:390px;
        margin-top:30px !important;
    }
    p{
        font-size:16px;
    }
    .package-inner-container .nav.nav-tabs{
        display:block;
    }
    .package-inner-container .nav.nav-tabs:before {
        content: '\f078';
        position: absolute;
        right: 23px;
        top: 20px;
        font-size: 20px;
        color: #000;
        font-family: 'FontAwesome';
    }
    .package-inner-container .nav.nav-tabs.open:before {
        content: '\f077';
    }
    .package-inner-container li.nav-item{
        max-width: 100% !important;
        flex: 0 0 100% !important;
        display: none;
        cursor: pointer;
        text-align:left !important;
    }
    .package-inner-container li.nav-item > a{
        padding:20px !important;
    }
    .package-inner-container li.nav-item:first-child {
        display: block;
        border-top: 0px;
    }
    
    .package-inner-container .nav.nav-tabs {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .package-inner-container li.nav-item:hover {
        background-color: #ddd;
    }
    
    .package-inner-container li.nav-item:first-child:hover {
        background-color: transparent;
    }
    .pricing3 .nav-pills{
        display:block !important;
    }
    .pricing3 .btn-md{
        position:relative !important;
    }
    .pricing3 .display-5{
        position:relative !important;
        right: 0 !important;
        top: 0 !important;    
    }
    .package-inner-container .nav.nav-tabs.open li {
        display: block;
    }
    .pricing3 .tab-content .bg-image .quote-box{
        padding:200px 40px !important;
    }
    .portfolio .nav-tabs{
        display: block;
        text-align: center;
        padding: 0 15px 30px 15px;
    }
    .testimonial9, .services.section, .call-to-action, .faqs{
        padding:50px 0 !important;
    }
    .combo-sec{
        padding:50px 0 !important;
    }
    .combo-sec .contct-inf{
        display: block !important;
        text-align: center;
        margin-bottom: 30px;
    }
    .combo-sec .inner-chevr{
        display:block !important;
    }
    .combo-sec .inner-chevr h3{
        width:100% !important;
    }
    .combo-sec .pricee-cher{
        width:100% !important;
    }
    .call-to-action h2{
        font-size:40px;
    }
    .contact-form{
        padding:50px 15px !important;
    }
    .contact-form .contact-detials, .contact-form .col-contact-form{
        padding:20px !important;
        margin:0 !important;
    }
    .mob{
        text-align: left;
        padding: 0 15px;
    }
    .bg-primary-img ul a i{
        left: -20px ;
        top: 3px;
    }
    .footer-call-btn{
        display:none;
    }
  }