@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Poppins', sans-serif; */


body {
    background: #fff;
    color: #414141;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
/*    -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;*/
    -webkit-font-smoothing: antialiased !important;
}

a {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.outline-btn {
    display: inline-block;
    font-weight: 600;
    color: #191300;
    font-size: 14px;
    border-radius: 22px;
    text-decoration: none;
    background-color: transparent;
    padding: 7px 25px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: 2px solid #fff;
    color: #fff!important;
}

.outline-btn:hover {
/*
    box-shadow: 0 15px 9px -12px rgba(0, 0, 0, .4);
    border-color: #000;
*/
    transform: translateY(-3px)
}

.solid-btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    background-color: #00bdfa;
    font-size: 14px;
    border-radius: 22px;
    text-decoration: none;
    padding: 8px 25px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
       border: none;
    cursor: pointer;
}

.solid-btn:hover {
/*    box-shadow: 0 15px 9px -12px rgba(0, 0, 0, .4);*/
    transform: translateY(-3px);
    color: #fff
}


.static-btns {}

.static-btns a{
	    margin-left: 15px;
    padding: 10px 25px!important;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.static-btns a.solid-btn{
	padding: 12px 25px!important;
}

.static-btns a.solid-btn:hover {
	background: #FFD900;
	transform: unset;
	color: #000;
}

.static-btns .top-phone {}
.static-btns a.top-phone{
	margin-right: 5px;
}
.static-btns a.top-phone img{}

.static-btns a.top-phone:hover{
	color: #FFD900;
}


.text-underline {
  text-decoration: underline;
}

.text-underline-offset-1 {
  text-underline-offset: 5px;
}

.text-underline-offset-2 {
  text-underline-offset: 10px;
}

.text-decoration-thickness-1 {
  text-decoration-thickness: 2px;
}

.text-decoration-thickness-2 {
  text-decoration-thickness: 5px;
}

.text-decoration-skip-ink-none {
  text-decoration-skip-ink: none;
}

.text-decoration-color-red {
  text-decoration-color: red;
}


a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
}

*:focus {
    outline: none;
}

img {
    max-width: 100%;
	height: auto;
}

strong,
b {
    font-weight: 700;
}

i,
em {
    font-style: italic;
}

.clear {
    border: 0;
    clear: both;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
}


.fw-meduim { font-weight: 500!important;}

.white {color: #fff!important;}

.yellow {color: #FFD900!important;}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

html,
body {
    height: 100%;
}

/**** NAV ****/

nav.navbar {
    position: relative;
    z-index: 2;
	padding: 10px 0;
}

.nav-link {
    color: #fff;
}

nav.navbar-default {
    background-color: rgba(0, 0, 0, 0.28);
    border-color: rgba(0, 0, 0, 0.05);
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar-default.affix {
    background-color:#222;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav.navbar-default .navbar-brand {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

nav.navbar-default .navbar-brand:focus, nav.navbar-default .navbar-brand:hover {
    color: #fff !important;
    background-color: transparent;
}

nav.navbar-default .navbar-nav>li>a{
  color:#fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

nav.navbar-default .navbar-nav>li>a:focus,
nav.navbar-default .navbar-nav>li>a:hover {
    color: #F05F40;
    background-color: transparent;
}

nav.navbar-default .navbar-nav li a.active,
nav.navbar-default .navbar-nav li a.active:focus,
nav.navbar-default .navbar-nav li a.active:hover {
    color: #F05F40;
    background-color: transparent;
}


/**** NAV END ****/
/**** HEADER ****/

header {
	    position: relative;
}
img.header-image{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
}

header,
header {
    position: relative;
    width: 100%;
    text-align: center;
	padding-bottom: 50px;
}

header .header-content {
 
}

header .header-content .header-content-inner {
	text-align: left;
}



.header-content-inner h1 {
        font-size: 45px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    max-width: fit-content;
}

.header-content-inner p {
    font-size: 22px;
	line-height: 38px;
	font-weight: 400;
    color: #fff;
}

.header-content-inner h1 span{
	font-size: 62px;
	color: #4BE1F7;
}

.header-content-inner h1 .header-bubble {
   position: absolute;
    right: -60px;
    top: -25px;
	 animation: zoom-in-zoom-out 2s ease-out infinite
}



@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1)
    }
    50% {
        transform: scale(1.1, 1.1)
    }
    100% {
        transform: scale(1, 1)
    }
}

.header-content-inner p {
    font-size: 22px;
    line-height: 1.8;
    color: #e4e4e4;
}

.start-project-form {
	    margin-top: 25px;
}

.start-project-form h2{
	 font-size: 36px;
	line-height: 40px;
	font-weight: 400;
    color: #fff;
}

.start-project-form h2 span{
	font-weight: 700;
}

.form-container {
	    background: #15C7E1;
    max-width: 475px;
    min-height: 65px;
    border-radius: 4px;
    margin: 25px 0;
    padding: 10px 20px 16px 20px;
}

form#formWizard {
    padding: 0;
    margin: 0;
    line-height: inherit;
}

/*
input#name {
    border: 0;
    font-size: 14px;
    color: #595656;
    padding: 5px 10px;
    max-width: 225px;
    display: inline-block;
}
*/



.form-container .step {
      display: none;
    }
    .form-container .step.active {
      display: block;
    }
    .form-container button {
      margin-top: 10px;
    }

	.start-project-form input {
		border: 0;
		background-color: #fff;
		max-width: 225px;
		display: inline-block;
		width: 100%;
		height: 40px;
		padding: 0 15px;
		font-weight: 500;
		font-size: 14px;
		border-radius: 2px;
		color:  #595656!important;
		margin-bottom: 0;
	}

	.start-project-form .succ-btn {
		border-radius: 2px;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    width: auto;
    border: none;
    margin-right: 10px;
    padding: 9px;
    margin-top: 9px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
	}

.header-img-block {
	max-width: 400px;
    padding: 0;
    display: grid;
    height: 50%;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
	float: right;
}

.product-card {
	max-width: 100%;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
    margin-bottom: 0;
    padding: 10px 0;
}

.product-card img {
    width: 92%;
}

.product-card:nth-child(1) {
    transform: translate(0,0);
    animation-name: rotate-first;
}

.product-card:nth-child(2) {
    transform: translate(0,0);
    animation-name: rotate-second;
}

.product-card:nth-child(3) {
    transform: translate(0,0);
    animation-name: rotate-third;
}

.product-card:nth-child(4) {
    transform: translate(0,0);
    animation-name: rotate-fourth;
}



@keyframes rotate-first {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(100%, 0)
    }
    50% {
        transform: translate(100%, 100%)
    }
    75% {
        transform: translate(0, 100%)
    }
}

@keyframes rotate-second {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(0, 100%)
    }
    50% {
        transform: translate(-100%, 100%)
    }
    75% {
        transform: translate(-100%, 0)
    }
}

@keyframes rotate-third {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(0, -100%)
    }
    50% {
        transform: translate(100%, -100%)
    }
    75% {
        transform: translate(100%, 0)
    }
}

@keyframes rotate-fourth {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(-100%, 0)
    }
    50% {
        transform: translate(-100%, -100%)
    }
    75% {
        transform: translate(0, -100%)
    }
}



/**** HEADER END ****/


/**** Logo Slider ****/
.bg-color{
    background:#F05F40;
}

section{
    padding: 80px 0;
    position: relative;
    text-align: center;
}

section h2{
   font-size: 36px;
   font-weight: 700;
   line-height: 40px;
   color: #15C7E1;
}

.logo-bar {
	padding-top: 25px;
}


.logo-bar .container {
	max-width: 1000px;
}

.logo-bar .section-title-x1{
	margin-bottom: 40px;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 58px;
    object-fit: contain;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**** PORTFOLIO ****/



.portfolio {
    padding: 0 0 70px 0;
}


.portfolio h2{
    margin-bottom: 15px;
}

.portfolio-inner-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 370px)
}

.portfolio-wrapper-grid-outer .owl-stage-outer {
    padding: 50px 0
}

.portfolio-title {
    padding-bottom: 20px
}

.portfolio-wrapper-grid-outer .nav-tabs {
    justify-content: center;
    border: 0;
    padding-bottom: 30px
}

.portfolio-wrapper-grid-outer ul li a {
   color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    border: none !important;
    line-height: 4px;
    font-size: 16px;
    padding: 0 15px;
}

.portfolio-wrapper-grid-outer ul li a:hover {
    border: none
}

.portfolio-wrapper-grid-outer .nav-tabs .nav-item.show .nav-link,
.portfolio-wrapper-grid-outer .nav-tabs .nav-link.active {
    color: #00bdfa;
    background-color: #fff
}

.portfolio-box {
    display: block;
    position: relative;
    overflow: hidden
}

.animated-logo .media img {
    width: 568px;
    height: 534px
}

.portfolio-box img:first-child {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
    border-radius: 10px
}

.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;
    border-radius: 0;
	border-radius: 0;
    border: 1px solid #fff
}

.portfolio-box img:last-child {
	filter: invert(1) brightness(2);
    position: absolute;
    left: 50%;
    top: 112%;
    transform: translate(-50%, -50%) scale(.1);
    pointer-events: none;
    transition: all .3s ease-in-out .1s
}

.package-box:hover i.packages-icon-sprite {
    filter: invert(68%) sepia(97%) saturate(897%) hue-rotate(4deg) brightness(102%) contrast(104%)
}

.portfolio-box:hover::before {
    transform: scaleX(1)
}

.portfolio-box:hover img:last-child {
    top: 50%;
    transform: translate(-50%, -50%) scale(1)
}

.portfolio-tab-pane-inner-wrapper .col {
    padding: 5px
}

.portfolio-btn {
    margin-top: 40px
}

/* Expert Designers */


.ed_sec {
    padding: 35px 0;
    background-color: #000F27;
    position: relative
}

.ed_sec img {
    position: absolute;
    right: 130px;
    top: 50%;
	    z-index: 1;
    transform: translateY(-50%)
}


.ed_sec_content>p {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
    color: #FFD900;
}

.ed_sec_content {
	    text-align: left;
}

.ed_sec_content>h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 40px;
    margin-top: 10px
}

.ed_sec-btns a:first-child {
    margin: 0 10px 0 0;
}

.ed_sec-btns {
    margin: 20px 0 0 0
}

/*Logo Making*/

.logo-making {
	background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,97,206,1) 0%, rgba(3,43,130,1) 100%);
    padding: 50px 0 0;
	position: relative;
}


.logo-making .right-pattern{
	position: absolute;
    right: 0;
    top: 0;
}

.logo-making .left-pattern{
	position: absolute;
    left: 0;
    bottom: 0;
}

.logo-making .bottom-pattern {
	position: absolute;
    bottom: -114px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}

.logo-making .left-pattern img{
	height: 375px;
}

.logo-making h2{
	
	color: #fff;
	margin-bottom: 20px;
	
}


.carousel-item {
  transition: transform 0.6s ease-in-out;
	padding-bottom: 100px;
}

.carousel-indicators {
    bottom: 20px;
}


.carousel-item .img-holder {
	text-align: left;
}

.carousel-item .img-holder img{
	    height: 225px;
    object-fit: cover;
}

.carousel-item.active.left {
  transform: translateX(-100%);
}

.carousel-item.next {
  transform: translateX(100%);
}

.carousel-item.prev {
  transform: translateX(-100%);
}


.caption {
	text-align: left;
}

.caption h3{
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	color: #FFD900;
	text-decoration: underline;
}

.caption p{
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #fff;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 17px;
    height: 10px;
    margin-right: 4px;
    margin-left: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 100;
    transition: opacity .6s ease;
    border-radius: 20px!important;
}

.carousel-indicators .active {
    background-color: #FFD900;
    opacity: 100;
}



/*PACKAGES*/

.packages-section {
    background: #E2EDFF;
	padding-bottom: 150px;
}

.packages-section  .carousel-indicators li {
    background-color: #000F27;
}

.packages-section  .carousel-indicators .active {
    background-color: #FFD900;
    opacity: 100;
}

.packages-section .section-header{
	position: relative;
	z-index: 2;
	margin-bottom: 40px;
}

.packages-section .section-header h2{
    color: #000F27;
}

.packages-section .section-header p{
    color: #000;
    font-size: 16px;
    margin-top: 20px;
}


.packages-inner-container {
	margin-left: 15px;
}

/*
.package-box:hover .package-price-wrapper * {
    color: #000 !important
}

.package-box:hover .package-body li,
.package-box:hover .package-hdr>h3 {
    color: #fff
}
*/

.package-box {
    text-align: center;
    background: #fff;
	    border-radius: 14px;
    padding: 40px 30px;
    width: 316px;
	min-height: 500px;
box-shadow: 3px -5px 63px -45px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px -5px 63px -45px rgba(0,0,0,0.75);
-moz-box-shadow: 3px -5px 63px -45px rgba(0,0,0,0.75);
    transition: background-color .3s linear
}

.package-hdr>h3 {
    font-size: 18px;
    color: #0e0f15;
    font-weight: 600
}

.package-hdr .pkg-title1 {
    color: #1C1C1C;
    font-size: 14px;
	line-height: 16px;
	font-weight: 400;
    margin: 0 0 25px 0
}

.package-hdr .pkg-title2 {
  	color: #15C7E1;
    font-size: 20px;
	line-height: 20px;
	font-weight: 700;
    margin: 0 0 25px 0
}

.packages-slider .owl-stage-outer .owl-item img {
    width: auto;
    height: 60px
}

.packages-slider .owl-stage-outer {
    padding: 0 30px
}

.package-price-wrapper {
/*    background-image: linear-gradient(to top, #0e0f15, #13141b, #171920, #1b1d26, #1f212c);*/
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(6,7,172,1) 0%, rgba(10,96,204,1) 1%, rgba(8,94,201,1) 5%, rgba(3,44,132,1) 98%);
    font-size: 52px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    line-height: 39px;
    min-width: 357px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    padding: 25px 0;
	border-radius: 5px 5px 0px 0px;
}

/*
.package-box:hover {
    background: #12247d
}

.package-box:hover .package-price-wrapper {
    background-image: none;
    background: #fec931
}

.package-box:hover .package-price-wrapper::before {
    border-top-color: #cf8c92
}

.package-box:hover .package-price-wrapper::after {
    border-top-color: #cf8c92
}

.package-box:hover .package-price-wrapper span:last-child {
    text-decoration-color: #000
}
*/

.package-price-wrapper * {
    color: #fff
}

.package-price-wrapper span:first-child {
    font-size: 39px
}

.package-price-wrapper .actual-price{
	color: #FFD900;
}

.package-price-wrapper span:last-child {
    font-size: 39px;
	font-weight: 400;
	padding-left: 10px;
    align-self: flex-end;
    text-decoration: line-through
}

.package-hdr>img {
    margin: 20px auto
}

.package-body ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.package-body li {
    font-size: 14px;
    color: #1C1C1C;
    margin: 0 0 12px 0;
    text-align: left;
    background-image: url(../img/tick-mark-1.svg);
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding: 0px 20px 0px 25px;
    background-size: 15px;
}

.package-body li i {
    margin-right: 5px
}

.package-price-wrapper::before {
    content: "";
    position: absolute;
    border-width: 15px 0 0 20px;
    border-style: solid;
    border-top-color: #000F27;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 0;
    bottom: -14px
}

.package-price-wrapper::after {
    content: "";
    position: absolute;
    border-width: 15px 20px 0 0;
    border-style: solid;
    border-top-color: #000F27;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    right: 0;
    bottom: -14px
}

.package-ftr {
    display: block;
    justify-content: center
}

.package-ftr .cred-btn {
        padding: 15px 30px;
    background-color: #FFD900;
    border-radius: 0;
    margin-top: 15px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
}

.package-ftr .cred-btn:hover {
    background-color: #000F27;
    color: #fff;
}

.del-note {
	margin-top: 50px;
}

.del-note p{
	color: #1C1C1C;
    font-size: 14px;
	line-height: 16px;
}


.user-contact {
	    margin-top: 25px;
}

.user-contact a.tel-btn{
	color: #1C1C1C;
	font-size: 14px;
	margin-right: 15px;
}

.user-contact a.tel-btn:hover{
	color: #15C7E1;
}

.user-contact a.chat-btn{
	display: inline-block;
    font-weight: 400;
    font-size: 12px;
    border-radius: 50px;
    text-decoration: none;
    background-color: transparent;
    padding: 4px 16px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    border: 2px solid #1C1C1C;
    color: #1C1C1C;
    cursor: pointer;
}

.user-contact a.chat-btn:hover{
	background-color: #1C1C1C;
	color: #fff;
}

.scrollbar{
    float: left;
    height: 220px;
    width: 100%;
    background: transparent;
    overflow-y: scroll;
    padding-top: 0;
    margin-bottom: 50px;
    margin-top: 35px;
}

.force-overflow
{
	 min-height: 250px;
}


/*
 *  STYLE 8
 */

#style-8::-webkit-scrollbar-track
{
	border: 1px solid #999696;
	background-color: #fff;
	border-radius: 50px;
}

#style-8::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
	
	padding-top: 10px;
	
	
}

#style-8::-webkit-scrollbar-thumb
{
	background-color: #B8B8B8;
	padding-top: 10px;
	border-radius: 50px 50px 0 0;
	
}

.limited-time-offer {
	    margin-top: 50px;
    position: relative;
}

.limited-offer-label {
	    position: absolute;
    top: -37px;
    left: 70px;
    z-index: 1;
}

.limited-time-offer-box {
	    background-color: #000F27;
    border-radius: 15px;
    min-height: 500px;
    color: #fff;
    padding: 0 60px;
}

.limited-time-offer-box h2{
	margin-bottom: 30px;
}


.limited-time-offer  .carousel-indicators li {
    background-color: #fff;
}

.limited-time-offer .carousel-indicators .active {
    background-color: #FFD900;
    opacity: 100;
}

.limited-time-offer-box .lt-offer-detail-first{
	padding-top: 125px;
	text-align: left;
}

.limited-time-offer-box .lt-offer-detail-last{
	padding-top: 60px;
}

.limited-time-offer-box .lt-offer-detail-last .strike-price {
	color: #15C7E1;
    font-size: 36px;
    line-height: 41px;
    font-weight: 400;
    text-decoration: line-through;
}
.limited-time-offer-box .lt-offer-detail-last .actual-price {
	color: #fff;
	font-size: 36px;
	line-height: 41px;
	font-weight: 700;
}
.limited-time-offer-box .lt-offer-detail-last .solid-btn {
	color: #000F27;
    margin-top: 15px;
}

.limited-time-offer-box .lt-offer-detail-last .labels-holder {
	margin-top: 25px;
}
.limited-time-offer-box .lt-offer-detail-last .labels-holder img{
	margin: 25px 0;
}

.limited-time-offer-box ul{
	    margin: 0;
    padding: 0;
    list-style: outside;
    padding-left: 15px;
	column-count: 2;
}

.limited-time-offer-box ul li{
	font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}


.ed_sec.mark2 {}

.about-sec {}

.about-sec .column-img,
.about-sec .column-txt {
	text-align: left;
}

.about-sec h2{
	margin-bottom: 25px;
}

.about-sec .img-holder {
	text-align: center;
	margin-top: 30px;
}

.testimonial {}

.testimonial .carousel-item .img-holder {
    text-align: center;
}

.testimonial .carousel-item .img-holder img {
	height: 280px;
    object-fit: cover;
}

.testimonial .carousel-item p {}
.testimonial .carousel-item p.customer-name {
	    font-weight: 700;
    margin-top: 30px;
}

.testimonial.logo-making .bottom-pattern {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: unset;
    right: 100px;
    z-index: 1;
}




/**** FOOTER ****/

.footer {
        padding: 60px 0;
    position: relative;
    text-align: center;
    background-image: url("../img/footer-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .disclaimer{
	text-align: center;
}

.footer .disclaimer p.headline{
	margin-bottom: 30px;
	font-weight: 700;
}

.footer .disclaimer p{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.footer p{
    font-size: 18px;
    line-height: 1.6;
    color: #adadad;
}

.gap{
    display: block;
    margin-top: 50px;
}

.footer .hr{
	height: 1px;
    width: 90%;
    background-color: #fff;
    margin: 35px auto 40px auto;
}

.footer .bottom {}
.footer .bottom img.payment-cards {}

.footer .bottom ul{
	padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}
.footer .bottom ul li{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	display: inline-block;
	margin: 0 5px;
	
}
.footer .bottom ul li a{
	color: #fff;
	text-decoration: none;
}
.footer .bottom ul li a:hover{
	text-decoration: underline;
}


p.copyright-line {
	    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-top: 20px;
}

p.copyright-line a{
	color: #fff;
	text-decoration: none;
}
p.copyright-line a:hover{
	text-decoration: underline;
}

footer a{
    color: #adadad;
    
}

footer a:hover{
    color: #F05F40;
}
/* Popup */
/* Popup */

.model_form input {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #FFf !important;
    border: none;
    padding: 30px 20px 10px 20px;
    background: transparent;
    text-align: center;
    color: #fff;
}
#exampleModalCenter .modal-content{
    border-radius: 10px;
}
.model_form input::placeholder {
    color: #fff !important;
}
#exampleModalCenter .modal-body{
    background-color: #15C7E1;
    padding-bottom: 30px;
    border-radius: 10px;
    position: relative;
   
}
.model_main_form {
    
   
    border-radius: 10px;
    width: 80%;
}
#exampleModalCenter .modal{
background: #0000004d;
}
button.btn_submit_popup {
    padding: 12px 50px;
    border-radius: 50px;
     font-weight: 600;
    border: none;
    font-size: 18px;
    margin-top: 35px;
    background: #FFD900;
    color: #000;
}
button.btn_submit_popup:hover {
 
    background: #333;
    color: #fff;
}
 #exampleModalCenter button.close {
    position: absolute;
    right: 4% ;
    color: #fff;
    box-shadow: none !important;
    text-shadow: 0 0 0 #fff !important;
    opacity: 1;
}
#exampleModalCenter button.close span:focus-visible {
    outline: 0px !important;
}
#exampleModalCenter button.close:focus-visible {
    outline: 0px !important;
}

@media screen and (max-width: 1200px) {
  .container {
		max-width: 95%;
	}
	
	.packages-section .container {
		max-width: 100%;
	}
}




@media screen and (max-width: 1160px) {
	  .header-content-inner h1 {
		font-size: 34px;
		line-height: 48px;
	}
	.header-content-inner h1 span {
    font-size: 50px;
	}
	.header-content-inner p {
    font-size: 18px;
    line-height: 1.6;
	}
	.start-project-form h2 {
    font-size: 26px;
    line-height: 28px;
	}
	
	.header-content-inner h1 .header-bubble {
    right: -60px;
    top: -50px;
	}
}


@media screen and (max-width: 1160px) and (min-width: 992px) {
		.package-price-wrapper {
			min-width: 314px;
			}
	
	.package-box {
    width: 274px;
	}
	
}

@media screen and (max-width: 992px) and (min-width: 850px) {
		.package-price-wrapper {
			min-width: 260px;
			font-size: 30px;
			padding: 20px 0;
			}
	
	.package-box {
    padding: 30px 15px;
    width: 220px;
	}
	
	.package-hdr .pkg-title2 {
    font-size: 16px;
    margin: 0 0 15px 0;
	}
	.package-hdr .pkg-title1 {
    margin: 0 0 14px 0;
	}
	.package-price-wrapper span:last-child {
    font-size: 34px;
	}
	.package-price-wrapper span:first-child {
    font-size: 26px;
	}
}

@media screen and (max-width: 849px) and (min-width: 768px) {
		.package-price-wrapper {
			min-width: 235px;
			font-size: 30px;
			padding: 20px 0;
			}
	
	.package-box {
    padding: 30px 15px;
    width: 194px;
	}
	
	.package-hdr .pkg-title2 {
    font-size: 16px;
    margin: 0 0 15px 0;
	}
	.package-hdr .pkg-title1 {
    margin: 0 0 14px 0;
	}
	.package-price-wrapper span:last-child {
    font-size: 34px;
	}
	.package-price-wrapper span:first-child {
    font-size: 26px;
	}
}


@media screen and (max-width: 1024px) {
  
}


@media screen and (max-width: 992px) {
	
	.header-content-inner h1 {
    font-size: 24px;
    line-height: 44px;
	}
	.header-content-inner h1 span {
    font-size: 36px;
	}
	.start-project-form h2 {
    font-size: 22px;
    line-height: 22px;
	}
	.header-content-inner h1 .header-bubble {
    right: -25px;
    top: -19px;
    width: 67px;
	}
	.portfolio-wrapper-grid-outer ul li a {
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
	}
	section h2 {
    font-size: 30px;
	}
	
	.ed_sec_content>p {
    font-size: 20px;
	}
	.ed_sec_content>h3 {
    font-size: 30px;
    margin-top: 0;
	}
	.ed_sec img {
    right: 25px;
	max-width: 250px;
	}
	
	.limited-time-offer-box .lt-offer-detail-last .strike-price,
	.limited-time-offer-box .lt-offer-detail-last .actual-price {
    font-size: 30px;
	}
	
	.carousel-item .img-holder img {
    height: 160px;
	}
  
}


@media screen and (max-width: 768px) {
    .model_form input {
        font-size: 16px;
    }
	button.btn_submit_popup {
        padding: 12px 50px;
    
        font-size: 15px;

    }
	.mobile-hidden {
		display: none;
	}
	
	button.navbar-toggler {
    background: gainsboro;
	}
	
	.container, .container-sm {
    max-width: 90%;
	}
	
	.header-content-inner h1 {
    font-size: 24px;
    line-height: 35px;
	}
	
	.header-content-inner h1 .header-bubble {
        right: -85px;
    top: -9px;
	}
	
	.header-content-inner h1 span {
    font-size: 30px;
	}
	
	.header-content-inner p {
    font-size: 16px;
    line-height: 20px;
    color: #e4e4e4;
	}
	
	.start-project-form h2 {
    font-size: 20px;
    line-height: 24px;
	}
	
	.navbar-brand {
    width: 25%;
	}
	.static-btns {
    width: 70%;
    display: inline-block;
		text-align: right;
	}
	
	.static-btns li.nav-item {
    display: inline-block;
	}
	
	.static-btns li.nav-item:first-child {
    width: 100%;
	}
	.static-btns a.top-phone {
    margin-right: 0;
    font-size: 12px;
	}
	.static-btns a {
    margin-left: 0;
    padding: 8px 30px!important;
		   font-size: 12px;
	}
	
	.static-btns a.solid-btn {
    padding: 10px 30px!important;
		    font-size: 12px;
	}
	
	header .header-content {
    	margin-top: 25px;
	}
	
	.logo-bar {
    padding-top: 25px;
    padding-bottom: 25px;
	}
	
	.logo-bar .section-title-x1 {
    margin-bottom: 20px;
	}
	
	section h2 {
    font-size: 24px;
	}
	
	.portfolio-title {
    	padding-bottom: 0;
	}
	.portfolio-wrapper-grid-outer ul li a {
    line-height: 18px;
    font-size: 13px;
    padding: 0 7px;
	}
	
	.ed_sec_content>h3 {
    font-size: 20px;
    margin-top: 0;
    line-height: 30px;
	}
	
	.ed_sec_content>p {
    font-size: 16px;
	}
	.ed_sec img {
    display: none;
	}
	
	.ed_sec_content {
    text-align: center;
	}
	
	.caption {
    text-align: center;
    margin-top: 25px;
	}
	
	.carousel-item .img-holder {
    text-align: center;
	}
	
	.about-sec {
    padding: 40px 0;
    text-align: center;
	}
	.about-sec h2 {
    margin-bottom: 15px;
    text-align: center;
	}
	.about-sec p {
    text-align: center;
	}
	.package-box {
    margin: 0 auto 50px;
	}
	.packages-section {
    padding-top: 40px;
	}
	
	.limited-time-offer-box ul {
    column-count: 1;
	}
	.limited-time-offer-box .lt-offer-detail-first {
    padding-left: 0;
	}
	.packages-section {
    padding-bottom: 60px;
	}
	
	.footer {
    padding: 40px 0;
	}
	.limited-time-offer-box .lt-offer-detail-last .labels-holder {
    display: none;
	}
	
	.packages-inner-container {
    	margin-left: -15px;
	}
  
}





@media screen and (max-width: 575px) {
	
	.form-container .step.active {
    display: block;
    text-align: center;
	}
	.start-project-form input {
    max-width: 100%;
	}
	
/*
	.static-btns {
    width: 100%;
    display: inline-block;
    text-align: center;
	}
	
	.navbar-brand {
    	width: 100%;
	}
	
	.navbar-brand img{
    	width: 50%;
	}
*/
  
}
@media screen and (max-width: 421px) {
	
	.ed_sec-btns .solid-btn {
		margin-top: 15px;
	}
}


@media screen and (max-width: 430px) {
	
	.limited-offer-label {
		    left: 0;
    right: 0;
    top: -33px;
	}
	
	.limited-offer-label img{
		    width: 75%;
	}
	
	.header-content-inner h1 .header-bubble {
		right: -60px;
		top: -9px;
		width: 50px;
	}
	.static-btns {
    width: 100%;
    display: inline-block;
    text-align: center;
	}
	
	.navbar-brand {
    	width: 100%;
	}
	
	.navbar-brand img{
    	width: 50%;
	}
  
}












