@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #6E6E6E;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-weight: 400;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #151515
}

p {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #151515;
    text-decoration: none
}

button {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: none;
    background: transparent
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: medium none
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

section {
    padding: 100px 0
}

.header-area {
    box-shadow: 0px 4px 12px rgba(204, 204, 204, 0.12);
    padding: 15px 0
}

.navigation ul li {
    display: inline-block;
    margin-left: 30px
}

.navigation li a {
    display: block;
    font-weight: 600;

}

.hero_right ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end
}

.hero_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 20px
}

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

.cta_btn {
    display: inline-block;
    padding: 13px 30px;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 30px
}

.cta_btn:hover {
    box-shadow: 0 0 0;
    color: #fff
}

.btn_blue {
    background: #4870FF;
     box-shadow: 0px 4px 16px rgba(116, 20, 192, 0.32);
}
.btn_red{
    background: #FF8978;
    box-shadow: 0px 4px 16px rgba(255, 137, 120, 0.32);
}
.btn_green{
    background: #1BB55C;
    box-shadow: 0px 4px 16px rgba(18, 219, 158, 0.32);
}
.logo img {
    max-height: 55px;
}

.animTop1 {
    animation-name: float-bob;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 1.5s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: float-bob;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
}

.animTop2 {
    animation-name: float-bob;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 1.9s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 1.9s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 1.9s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: float-bob;
    -o-animation-duration: 1.9s;
    -o-animation-iteration-count: infinite;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.trust_inn {
    box-shadow: 0px 1.59681px 3.19361px rgba(0, 0, 0, 0.04);
    border-radius: 7.98403px;
    padding: 100px 50px
}

.trust_inn ul {
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: center;
    padding-top: 50px
}
.fade_rule {
        height: 1px;
        background-color: #E6E6E6;
        width: 66.0em;
        background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
}
.trust_inn h2 {
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 15px
}
.link_text{
    font-weight: 600;
}
.link_text i{
    transition: all 0.4s
}
.link_text:hover i{
    padding-left: 7px
}
.text_red{
    color: #FF725E
}
.text_green{
    color: #1BB55C
}
.text_red:hover{
    color:#FF725E
}
.text_green:hover{
    color: #1BB55C
}
.boost_title{
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.boost_title::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    content: "";
    background: #4870FF
}
.boost_heading{
    margin-bottom: 50px
}
.boost_heading h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}
.boost_box{
    background: #FCFCFC;
    padding: 30px;
    border: 1px solid #F0F0F0;
box-shadow: 0px 4px 32px rgba(204, 204, 204, 0.16);
border-radius: 40px;
}
.bg_red{
    background: #FFF1EF
}
.bg_green{
    background: #E4F6EB
}
.contnet_inn_box{
    padding: 50px
}
.service_text{
    margin-top: 30px
}
.service_title{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px
}
.service_box{
    margin-bottom: 30px
}
.map_title{
    line-height: 46px
}
.map_left p{
    font-size: 20px
}
.achivement_box {
    text-align: center;
    padding: 20px;
}
.achivement_box p{
    font-size: 18px
}
.achivement_title{
    font-size: 35px;
    margin-bottom: 10px
}
.achivement_heading {
    font-size: 28px;
    margin-bottom: 11px;
}

.achivement_inn .row .col-lg-3{
    border-right: 1px solid rgba(21, 21, 21, 0.4);
    margin-top: 50px
}
.achivement_inn .row .col-lg-3:last-child{
    border: none
}
.footer_top_area {
    padding: 50px 0;
    background: #151515;
}
.footer_title {
    color: #fff;
    margin-bottom: 30px;
}
.footer_widget li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.footer_widget p{
    color: #ccc;
    font-size: 14px
}
.footer_widget form {
    border: 1px solid #777777;
    position: relative;
    height: 55px;
    border-radius: 4px;
    margin-top: 20px
}
.footer_widget form input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 5px 20px;
    border-radius: 4px;
    color: #BEBEBE;
}
.footer_widget form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 4px;
    background: #12DB9E;
    color: #000;
    font-weight: 500;
}
.footer_bottom {
    padding: 15px 0;
}
.footer_bottom_action p, .footer_bottom_action p a {
    display: inline-block;
    font-size: 14px;
    color: #6E6E6E;
    margin-bottom: 0;
    margin-right: 25px;
}
.footer_social ul{
    text-align: right
}
.footer_social ul li{
    display: inline-block;
    margin-left: 5px;
    transition: all 0.4s ease 0s
}
.footer_social ul li a {
    display: block;
    width: 29px;
    height: 29px;
    position: relative
}
.footer_social ul li a img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.4s ease 0s
}
.footer_social li a .active{
    opacity: 0;
    visibility: hidden
}
.footer_social li a:hover .deactive{
    opacity: 0;
    visibility: hidden
}
.footer_social li a:hover .active{
    opacity: 1;
    visibility: visible
}
.fixed-header{
    position: fixed;
    z-index: 99;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    	-webkit-animation: 300ms ease-in-out fadeInDown;
	animation: 300ms ease-in-out fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.breadcrumb_area{
    background: #FFF1EF
}
.contact_form form li{
    margin: 10px 0
}
.contact_form form input, .contact_form form textarea, .contact_form form select{
    width: 100%;
    height: 50px;
    border: none;
    background: #EDEDED;
    border-radius: 5px;
    padding: 10px 20px
}
.contact_form form textarea{
    height: auto
}
.contact_form form button{
    background: #F14E5E;
    width: 100%;
    border-radius: 0
}
.contact_form form select{
    color: #4d4d4d;
    font-weight: 500;
    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 12px;
  background-color: #EDEDED;
}


.files_up_box .et_pb_contact_form_label {
	display: block;
	color: black;
	font-weight: bold;
  letter-spacing: 1.2px;
	font-size: 18px;
	padding-bottom: 5px;
}
.files_up_box input[id="et_pb_contact_brand_file_request_0"] {
	display: none;
}
.files_up_box label[for="et_pb_contact_brand_file_request_0"] {
    background: #EDEDED;
    height: 145px;
    position: absolute;
    color: transparent;
    margin: auto;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border: 1px dashed #888888;
    border-radius: 5px;
    box-sizing: border-box;
    height: 100%;
}
.files_up_box label[for="et_pb_contact_brand_file_request_0"] span, .file_names {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #888;
    font-weight: 400;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.files_up_box label[for="et_pb_contact_brand_request_0"]:after {
	content: " (Provide link or Upload files if you already have guidelines)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
.files_up_box label[for="et_pb_contact_design_request_0"]:after {
	content: " (Provide link or Upload design files)";
	font-size: 12px;
	letter-spacing: -0.31px;
	color: #7a7a7a;
	font-weight: normal;
}
.files_up_box label[for="et_pb_contact_brand_file_request_0"].changed, .files_up_box label[for="et_pb_contact_brand_file_request_0"]:hover {
  background-color: #e3f2fd;
}
.files_up_box label[for="et_pb_contact_brand_file_request_0"] {
  cursor: pointer;
  transition: 400ms ease;
}

.files_up_box{
        position: relative;
    width: 100%;
    height: 150px;
}
.file_names{
    margin-bottom: 30px
}
.hide{
    display: none !important
}

.price_option input[type="checkbox"] {
    display: none;
}
.price_option input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}
.price_option input[type="checkbox"] + label {
    display: block;
    position: relative;
    margin-bottom: 20px;
    color: #4d4d4d;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 500;
    padding-left: 0;
}
.price_option label {
    text-align: left;
    padding-left: 30px;
}
.price_option input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
    background: #fff;
}
.price_option input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 44%;
    right: 20px;
    border-radius: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    background: transparent;
        border-bottom-color: #888;
    border-right-color: #888;
}
.price_option label {
    margin-top: 10px;
    background: #EDEDED;
    padding: 15px 20px !important;
    border-radius: 5px;
    position: relative;
}