@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,800;1,900&display=swap');
@import url('font-awesome.css');
@font-face {
    font-family: 'Euclid-Circular-Regular';
    src: url('../fonts/EuclidCircularA-Regular.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Euclid-Circular-Bold';
    src: url('../fonts/EuclidCircularA-Bold.woff2') format('woff2'),
        url('../fonts/EuclidCircularA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
     padding: 0;
     margin: 0;
     font-family: 'Euclid-Circular-Regular';
     font-weight: 400;
     background-color: #fff;
}
 html, body {
     width: 100%;
     height: 100%;
}
 a {
     text-decoration: none;
     transition: all 0.6s ease;
     -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
     color: #4c4d64;
	 font-size: 18px;
}
 a:hover {
     text-decoration: none;
     cursor: pointer;
     color: #ff445f;
}
 a:focus {
     color: #ff445f;
     text-decoration: none;
     transition: all 1s ease;
}
 *:focus {
     outline: none;
}
 ::-moz-selection {
     background-color: #2b3347;
     color: #fff;
}
 ::selection {
     background-color: #2b3347;
     color: #fff;
}
 img {
     max-width: 100%;
     height: auto;
}
 .custom-css h1 { font-size: 42px; color: #4c4d64; font-weight: 700; font-family: 'Euclid-Circular-Regular'; margin-bottom: 15px; line-height: normal; }
 .custom-css h2 { font-size: 38px; color: #4c4d64; font-weight: 700; font-family: 'Euclid-Circular-Regular'; margin-bottom: 15px; line-height: normal; }
 .custom-css h3 { font-size: 34px; color: #4c4d64; font-weight: 700; font-family: 'Euclid-Circular-Regular'; margin-bottom: 15px; line-height: normal; }
 .custom-css h4 { font-size: 30px; color: #4c4d64; font-weight: 700; font-family: 'Euclid-Circular-Regular'; margin-bottom: 15px; line-height: normal; }
 .custom-css h5 { font-size: 26px; color: #4c4d64; font-weight: 700; font-family: 'Euclid-Circular-Regular'; margin-bottom: 15px; line-height: normal; }
 .custom-css h6 { font-size: 22px; color: #4c4d64; font-weight: 700; font-family: 'Euclid-Circular-Regular'; margin-bottom: 15px; line-height: normal; }
 .custom-css h1 a, .custom-css h2 a, .custom-css h3 a, .custom-css h4 a, .custom-css h5 a, .custom-css h6 a {
    color: #5c88ff;
}
 .custom-css h1 a:hover, .custom-css h2 a:hover, .custom-css h3 a:hover, .custom-css h4 a:hover, .custom-css h5 a:hover, .custom-css h6 a:hover {
    color: #4c4d64;
}
 .custom-css h1 b {
    font-weight: 700;
}
 .custom-css h2 b {
    font-weight: 700;
}
 .custom-css h3 b {
    font-weight: 700;
}
 .custom-css h4 b {
    font-weight: 700;
}
 .custom-css h5 b {
    font-weight: 700;
}
 .custom-css h6 b {
    font-weight: 700;
}
 .custom-css iframe {
    width: 100%;
    height: 550px !important;
}
 .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}
 .alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}
 .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px;
    text-align:center
}
 .custom-css p, p { font-size: 16px; color: #4c4d64; font-weight: 400; font-family: 'Euclid-Circular-Regular'; line-height: 26px; margin-bottom:15px; }
 .custom-css p a { color: #5c88ff }
 .custom-css p a:hover { color: #4c4d64 }
 .custom-css ul { padding: 0px; display: block; margin: 0px 0px 15px 0px; }
 .custom-css ol { padding: 0 0 0 22px }
 .custom-css ul li, .custom-css ol li { font-size: 16px; color: #4c4d64; font-weight: 400; font-family: 'Euclid-Circular-Regular'; margin-bottom: 10px; line-height: 26px; }
 .custom-css ul li a, .custom-css ol li a {
    color: #5c88ff
}
 .custom-css ul li a:hover, .custom-css ol li a:hover {
    color: #4c4d64
}
 .custom-css ul li {
     list-style: none;
     background: url(../images/list-icon.png) no-repeat;
     background-position: 0 8px;
     padding-left: 24px;
}
 .custom-css p img {
    padding: 0
} 
 

.header-section {
    background: #f1f4f9;
    padding: 12px 0px;
}
.header-btn a {
    background: #ff445f;
    color: #fff;
    font-size: 18px;
    padding: 12px 44px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500; 
}
.header-btn a:hover {
    background: #4c4d64;
    color: #fff; 
}

.header-section .row { 
    align-items: center;
}
.header-btn {
    text-align: right;
}
.menu-bar {
    text-align: center;
}
.banner-section img{
	width:100%;
}
.main-banner-section {
    padding: 100px 0px;
}
.main-banner-section .row { 
    align-items: center;
	padding: 0px 60px;
}
.mb-img {
    text-align: right;
}
.gray-button{
    background: #4c4d64;
    color: #fff;
    font-size: 18px;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500; 
	border:1px solid #4c4d64;
}
.gray-button:hover{
    background: #ff445f;
    color: #fff;  
	border:1px solid #ff445f;
}
.border-button{
    background: #fff;
    color: #4c4d64;
    font-size: 18px;
    padding: 12px 50px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500; 
	border:1px solid #ff445f;
	margin-left:15px;
}
.border-button:hover{
    background: #ff445f;
    color: #fff;  
	border:1px solid #ff445f;
}
.mb-text h1 {
    color: #4c4d64;
    font-size: 110px;
    line-height: 110px;
    font-family: 'Euclid-Circular-Bold';
    margin-bottom: 30px;
}
.mb-button {
    margin-top: 35px;
}
.mb-text h1 span{  
    background: linear-gradient(to top, #ff495a 1%, #ff495a 1%, #ff495a 3%, #ff7640 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 
.mb-text p{
	color:#78799b;
	font-size:20px;
}
.heading {
    font-size: 50px;
    font-family: 'Euclid-Circular-Bold';
    background: linear-gradient(to top, #ff495a 1%, #ff495a 1%, #ff495a 3%, #ff7640 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 55px;
    text-align: center;
    margin-bottom: 15px;
}
.sub-heading {
    font-size: 20px;
    color: #4c4d64;
    font-weight: 400;
    font-family: 'Euclid-Circular-Regular';
    line-height: 30px;
    margin-bottom: 20px;
}
.heading span{  
	color:#ff445f;
	display:block;
}
.services-section {
    padding: 100px 0px 50px;
}
.servives-list .row{
	justify-content: center;
}
.services-section .custom-css {
    text-align: center;
    max-width: 650px;
    margin: 0px auto 0px;
}
.servive-box {
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 55px;
    transition: .6s;
    width: 500px;
    height: 500px;
}
.servive-box:hover{
	background: linear-gradient(to top, #ff495a 1%, #ff495a 1%, #ff495a 3%, #ff7640 99%); 
	transition: .6s;
}
.servive-box:hover h2, .servive-box:hover p, .servive-box:hover .explore{
	color:#fff;
}
.servive-box:hover img{filter: brightness(0) invert(1);}
.servive-box h2, .servive-box h2 a {
    font-size: 40px;
    font-family: 'Euclid-Circular-Bold';
    line-height: 40px;
    color: #4c4d64;
    margin-bottom: 10px;
}

.servive-box .explore {
    font-size: 18px;
    color: #4c4d64;
    font-weight: 400;
    font-family: 'Euclid-Circular-Regular';
    line-height: 28px;
}
.servive-box .explore img{
	margin-left:20px;
}
.servive-icon{
	margin-bottom:10px;
}




/* 17 */

/* section.awesome-work-section */
section.awesome-work-section .sub-heading{
    color: #2b3348;
}
.heading-title {
    font-family: 'Euclid-Circular-Bold';
    font-size: 50px;
    line-height: 50px;
    color: #4c4d64;
    font-weight: bold;
    margin-bottom: 20px;
}
.awesome-work-heading {    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.awesome-work-row {
    overflow: hidden;
    position: relative;
}
.gallery-slider.owl-carousel .owl-nav .owl-next, .gallery-slider.owl-carousel .owl-nav .owl-prev {height: 30px;width: 60px;background: transparent;z-index: 1;transform: translateY(-50%);position: absolute;top: 50%;border: none !important;}
.gallery-slider.owl-carousel .owl-nav .owl-next span, .gallery-slider.owl-carousel .owl-nav .owl-prev span {display: none;}
.gallery-slider.owl-carousel .owl-nav .owl-prev {background: url(../images/Shape-2.png) no-repeat;left: 0;background-position: center !important;transform: rotate(-180deg);border: none !important;}
.gallery-slider.owl-carousel .owl-nav .owl-next {background: url(../images/Shape-2.png) no-repeat;background-position: center !important;right: 0;border: none !important;}
.owl-carousel .owl-stage {display: flex;}
.owl-carousel .item {height: 100%;}
.owl-item {flex: 1 0 auto;}
.gallery-box figure img {
    width: 100%;
    border-radius: 10px;
}
.brand-btn {
    position: relative;
    left: 27%;
}

/* section.sell-anything-section */
section.sell-anything-section {
    position: relative;
}
section.sell-anything-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    bottom: 0;
    background: #eff5fa;
}
.gm-image {
    padding-top: 50px;
}
.gm-image figure {
    margin: 0;
}
section.sell-anything-section .section-heading {
    max-width: 950px;
    margin: 0 auto;
}
.sell-anything-btn {
    padding-top: 10px;
}
section.premium-clients-section {
    padding-bottom: 80px;
}
.premium-clients-row {
    max-width: 1350px;
    margin: 0 auto;
}
.premium-clients ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.premium-clients ul li {
    width: 16.66%;
    text-align: center;
    list-style: none;
    padding: 11px;
    height: 100%;
}
.premium-clients-box {
    border-radius: 8px;
    background-color: rgba(199,114,114,0);
    border: 1px solid #e0e8eb;
    padding: 10px;
}
.premium-clients-box figure{
   margin: 0;
}
.premium-clients-box figure:hover {
    transform: scale(0.95);
    transition: 0.6s;
}
 


/* section.testimonials-section */
section.testimonials-section {
    padding: 100px 0;
}
.client-say-box {
    text-align: center;
    padding: 60px 50px 0;
}
.quote {
    padding-bottom: 40px;
}
.start-icon {
    padding: 10px 0 10px;
}
.client-logo {
    padding-top: 30px;
}
.client-say-box p {
    font-size: 16px;
    line-height: 26px;
    color: #8c8c8c;
}
.client-nm-text h6 {
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    font-family: 'Euclid-Circular-Bold';
}
.client-logo figure {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #f1f5f9;
    border: 1px solid #c8ced5;
    display: inline-table;
    margin: 0 5px;
    line-height: 65px;
}
.testimonial-slider {
    overflow: hidden;
    position: relative;
    max-width:850px;
    margin: 0 auto;
}

.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev {height: 30px;width: 60px;background: transparent;z-index: 1;transform: translateY(-50%);position: absolute;top: 50%;border: none !important;}
.testimonial-slider.owl-carousel .owl-nav .owl-next span, .testimonial-slider.owl-carousel .owl-nav .owl-prev span {display: none;}
.testimonial-slider.owl-carousel .owl-nav .owl-prev {background: url(../images/Shape-4.png) no-repeat;left: 0;background-position: center !important;border: none !important;}
.testimonial-slider.owl-carousel .owl-nav .owl-next {background: url(../images/Shape-3.png) no-repeat;background-position: center !important;right: 0;border: none !important;}
 
.counter p {
    color: #505050;
}

.count-bx {
    padding: 20px;
  }
  .count-digit-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 180px;
    line-height: 165px;
    color: #e4eaf0;
    text-align: center;
    font-family: 'Euclid-Circular-Bold';
    justify-content: center;
}
  .counter-row .col-md-3 .count-bx{
    border-right: 1px solid #e4eaf0;
    border-left: 1px solid #e4eaf0;
}
.counter h2 {
    font-size: 180px;
    line-height: 165px;
    color: #e4eaf0;
    text-align: center;
	font-family: 'Euclid-Circular-Bold';
}
.counter {
    text-align: center;
}
.count-bx p {
    font-size: 20px;
    color: #4c4d64;
    font-weight: 400;
    font-family: 'Euclid-Circular-Regular';
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.counter-row .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
.counter-row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
}
.counter-row .col-md-3 .counter h2{
    border-right: 1px solid #e4eaf0;
    border-left: 1px solid #e4eaf0;
}
.counter-row {
    padding-top: 80px;
    max-width: 1350px;
    margin: 0 auto;
}


/* section.services-package-section */
section.services-package-section {
    padding: 90px 0;
}
.services-package-default-css ul li {
    list-style: none !important;
    font-size: 16px;
    line-height: 26px;
    color: #4c4d64;
    font-family: 'Euclid-Circular-Regular';
    border-bottom: 1px solid #4c4d64;
    padding: 5px 0;
    margin: 0;
}
.services-package-box {
    border-radius: 200px;
    background: linear-gradient(0deg, #f1f5f9 0%, #ffffff 100%);
    text-align: center;
    padding: 50px 50px 80px;
}
.services-package-box:hover {
    background: linear-gradient(0deg, #ff475b 0%, #ff753f 100%);
}
.services-package-box h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 15px;
}
.services-package-default-css ul {
    padding: 0;
}
.services-package-box figure {
    margin-bottom: 40px;
}
section.services-package-section .row {
    justify-content: center;
}
section.services-package-section .col-md-4 {
    padding: 15px;
}
.services-package-box p {
    font-size: 16px;
    line-height: 26px;
    color: #4c4d64;
}
.services-package-row {
    padding-top: 70px;
}
.services-package-box:hover p{color: #fff;}
.services-package-box:hover li{color: #fff;border-color: #fff;}
.services-package-box:hover .sell-anything-btn a.explore {
    color: #fff;
}
.services-package-box:hover .sell-anything-btn a.explore img {
    filter: brightness(0) invert(1);
}


/* section.blog-section */
section.blog-section {
    padding: 100px 0 50px;
}
.blog-info a {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #9da2b1;
    font-family: 'Euclid-Circular-Bold';
}
.blog-info a:hover{
	color: #ff495a ;
    transition: 0.6s;
}
.blog-info {
    margin-bottom: 13px;
}
.blog-info a img {
    margin: -4px 7px 0 10px;
}
.blog-content h3 {
    color: #2b3348;
    font-weight: bold;
    font-family: 'Euclid-Circular-Bold';
}
.blog-content h3 a {
    color: #2b3348;
    font-size: 32px;
    line-height: 38px;
}
.blog-item:hover .blog-content h3 a{
    color: #ff495a;
}
.blog-row .col-md-6 {
    padding: 40px;
}
.blog-row .row{justify-content: center;}
.blog-row .col-md-6:nth-child(even) {
    padding-top: 130px;
}button:focus {
    outline: 0px;
    outline: none;
}
.blog-item figure {
    overflow: hidden;
    transition: all 0.6s;
    border-radius: 20px;
}
.blog-item figure img{width: 100%;}
.blog-item:hover figure img {
    transform: scale(1.1);
    transition: all 0.6s;
}
section.blog-section .container {
    max-width: 1200px;
}


.form-hero .gform_body {margin: 0 -8px;}
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0!important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.gform_wrapper .gfield {padding: 0 8px 20px;clear: both;text-align: left;width: 100%;margin: 0;}
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.gform_wrapper .gfield.gfield--width-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.form-hero .gform_wrapper label.gfield_label {font-family: 'Source Sans Pro', sans-serif;font-style: normal;font-weight: 400 !important;font-size: 16px !important;line-height: 22px;color: #666666 !important;margin-bottom: 3px;}
.form-hero .gform_wrapper .medium {
    width: 100%!important;
    padding: 10px 10px 5px 5px!important;
    -webkit-appearance: none;
    resize: none;
    position: relative;
    height: 50px;
    transition: all 1s;
    margin: 0!important;
    font-style: normal;
    background: #FFFFFF;
    text-transform: capitalize;
    font-size: 16px !important;
    color: #4c4d64 !important;
    font-weight: 400;
    border-radius: 0;
    background-color: rgba(188,32,51,0);
    border: none;
    border-bottom: 1px solid #9199af;
    line-height: 36px;
    font-family: 'Euclid-Circular-Bold';
}
.form-hero  label.ginput_container{
    font-size: 14px !important;
    line-height: 20px;
    color: #acadb1 !important;
    font-weight: 400;
}
.form-hero  label.ginput_container a{
    font-size: 14px !important;
    line-height: 20px;
    color: #1e4bb8 !important;
    font-weight: 400;
}
.form-hero  label.ginput_container a:hover{
    color: #acadb1 !important;
}
.form-hero .gform_wrapper .medium::-webkit-input-placeholder { /* Edge */
color: #4c4d64;opacity: 1;}
.form-hero .gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #4c4d64;opacity: 1;}
.form-hero .gform_wrapper .medium::placeholder {color: #4c4d64;opacity: 1;}
.form-hero input.button.gform_button {
    padding: 15px 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 1s;
    border: none;
    box-shadow: none;
    width: auto;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    float: right;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Bold';
    position: absolute;
    right: 0;
    bottom: 20px;
    border-radius: 30px;
    background-color: #2b3348;
}
.form-hero input.button.gform_button:hover {background-color: #ff495a;color: #fff;transition: 0.6s;}
.gform_wrapper textarea.medium {height: 92px!important;border-radius: 0;display: block;}
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0 0 0 0 !important;position: relative;z-index: 1;}
.form-hero {
    padding-top: 70px;
}
section.contact-section {
    background-color: #eff4f8;
    padding: 100px 0;
}
.gform_wrapper .medium.gfield_select {
    background: rgba(188,32,51,0) url(../images/select-arrow.png) no-repeat right 13px center!important;
    background-size: 16px !important;
}
.contact-form {
    max-width: 1100px;
    margin: 0 auto;
}
.form-hero .gform_wrapper .ginput_container p {
    font-size: 12px;
    line-height: 20px;
    color: #4c4d64;
    font-family: 'Euclid-Circular-Bold';
    margin: 0;
    padding-left: 20px;
}
.ginput_container.ginput_recaptcha {
    display: flex;
    align-items: center;
}




/*  */

.ftr-top-row {
    background: #2b3348;
    padding-top: 60px;
}
.ftr-logo figure {
    margin-bottom: 40px;
}
.ftr-top-row .row {
    max-width: 1115px;
    margin: 0 auto 0px;
    justify-content: center;
}
.ftr-top-row .col-sm-3 {
    padding: 20px;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff;
    padding-top: 5px;
}
.social-name h5 {
    font-size: 18px;
    line-height: 28px;
    color: #fefeff;
    font-family: 'Euclid-Circular-Bold';
}
.social-name p {
    font-size: 16px;
    line-height: 28px;
    color: #fefeff;
    font-family: 'Euclid-Circular-Regular';
    margin: 0;
}
.social-icon a {
    width: 41px;
    height: 41px;
    border-radius: 20px;
    background-color: #3f4963;
    display: block;
    line-height: 36px;
    text-align: center;
}
.social-icon a:hover {
    background-color: #ff495a;
    transition: all 0.6s;
}
footer h5 {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Bold';
}
footer p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Regular';
    padding: 0;
}
.ftr-text {
    padding-bottom: 40px;
}
.ftr-text {
    padding-bottom: 40px;
}
.ftr-text ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Regular';
    text-align: center;
}
.ftr-text ul li a {color: #fff;transition: 0.6s;}
.ftr-text ul li a:hover {color: #ff495a;}
.ftr-text ul li::after {
    content: '|';
    text-align: center;
    font-family: 'Euclid-Circular-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 0 8px;
}
.ftr-text ul li:last-child:after {display: none;}
.ftr-text.text-center.our h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ftr-center-row {
    background: #202430;
    padding: 50px 0 25px;
}
.ftr-dtl {
    padding-bottom: 25px;
}
.ftr-dtl.contact p a {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Regular';
    padding: 0;
}
.ftr-dtl.contact p a:hover {
    color: #ff495a;
}


.newsletter-form .medium {
    padding: 13px 78px 13px 19px;
    display: block;
    height: 50px;
    width: 100%;
    margin: 0 !important;
    background: transparent;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    border-radius: 0;
    font-size: 12px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Regular';
    border: none;
    border-bottom: 1px solid #fff;
}
input.button.gform_button {
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0px 14px;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Bold';
    background: transparent;
}
input.button.gform_button:hover {
    color: #ff495a;
}
.newsletter-form form {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.newsletter-form .medium::-webkit-input-placeholder { /* Edge */
    color: #fff;opacity: 1;}
.newsletter-form .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;opacity: 1;}
.newsletter-form .medium::placeholder {color: #fff;opacity: 1;}
.ftr-btn a.explore {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Euclid-Circular-Bold';
}
.ftr-btn a.explore:hover {
    color: #ff495a;
}

.copyright-sections {
    background: #ff445f;
}
.copyright p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    position: relative;
}
.copyright p a{
    color: #000000;
}
.copyright p a:hover{
    color: #fff;
}
.copyright p::after {
    content: '|';
    text-align: center;
    font-family: 'Euclid-Circular-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 0 8px;
}
.copyright p:last-child:after {display: none;}
.copyright {
    padding: 10px 0;
}
.social-row {
    padding-bottom: 60px;
}
.owl-carousel .owl-item img {
    display: inline-block;
}
.awesome-work-row .explore img {
    margin-left: 20px;
}
  .sell-anything-btn .explore img{
    margin-right: 20px;
}



/* inner page start */
header.header-section.stick-fixed {
    position: fixed;
}
.header-section {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
/* about inner pagr */
section.inner-banner {
    position: relative;
}
section.inner-banner::before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.302;
    background-color: #000000;
}
section.inner-banner .caption-absolute {
    position: absolute;
    top: 63%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
section.inner-banner>img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
section.our-story-section .heading {
    margin-bottom: 30px;
}
.banner-caption h6 {
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
}
.banner-caption .inner-banner {
    font-size: 70px;
    line-height: 74px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
}


section.our-story-section {
    padding: 100px 0;
}
.our-story-top-row {
    max-width: 950px;
    margin: 0 auto;
}
.our-story-bottum-row {
    max-width: 1340px;
    margin: 100px auto 0;
}
.visionary-approach-img figure {
    margin: 0;
}
.visionary-approach-img figure img{
    width: 100%;
}
.our-story-bottum-row .row {
    align-items: center;
}
.visionary-approach-text {
    padding-left: 40px;
}
section.think-about-section {
    background-color: #2b3348;
    padding: 110px 0;
}
section.think-about-section p{color: #fff;}
.vthink-about-left {
    position: relative;
    height: 100%;
    max-width: 650px;
    padding-bottom: 230px;
}
.vthink-about-left-bottum {
    position: absolute;
    bottom: 0;
}
.vthink-about-left .heading-title {
    color: #ffc000;
}
.vthink-about-left.custom-css h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    font-family: 'Euclid-Circular-Regular';
    margin-bottom: 15px;
    line-height: normal;
}
.vthink-about-left-bottum .custom-css h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: 'Euclid-Circular-Regular';
    margin-bottom: 15px;
    line-height: normal;
}
.vthink-about-right .custom-css h2 {
    font-size: 30px;
    line-height: 32px;
    color: #ffc000;
    font-weight: bold;
    font-family: 'Euclid-Circular-Bold';
}
.vthink-about-right .custom-css p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
.vthink-about-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vthink-about-right .custom-css {
    width: 50%;
    padding: 10px 15px;
}
.think-about-button {
    padding-top: 10px;
}
.think-about-button a.gray-button {
    background: #ffc000;
    color: #2b3348;
    min-width: 300px;
    text-align: center;
}
.think-about-button a.gray-button:hover {
    background: #ff445f;
    color: #fff;
}
.vthink-about-left-bottum .heading-title {
    color: #fff;
}
section.premium-clients-section.inner-premium {
    padding-top: 100px;
}
.our-leadership-box figure {
    width: 345px;
    height: 539px;
    border-radius: 173px;
    background-color: #ff445f;
    padding: 0 2px 6px 0;
    margin: 0 30px 0 0;
}
.our-leadership-box figure img {
    width: 100%;
    margin: -1px;
}
.our-leadership-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}
.our-leadership-text {
    width: calc(100% - 375px);
}
.our-leadership-text .heading-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 4px;
}
.our-leadership-text .custom-css h3 {
    font-size: 18px;
    line-height: 38px;
    text-transform: uppercase;
}
.our-leadership-text p {
    font-size: 14px;
    line-height: 24px;
}
.our-leadership-row .row {
    justify-content: center;
}
.our-leadership-row {
    padding-top: 60px;
}
section.our-leadership-section {
    padding-bottom: 140px;
}
section.unique-solutions-section {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #2b3348;
    padding: 160px 30px;
}
.unique-solutions-text {
    max-width: 660px;
    margin: 0 auto;
}
.unique-solutions-text .heading-title {
    color: #ffc000;
}
.unique-solutions-text p {
    color: #fff;
}
.unique-solutions-text a.explore {
    color: #fff;
}
.unique-solutions-text a.explore:hover {
    color: #ffc000;
}
section.technology-worked-section {
    padding-top: 150px;
}
section.technology-worked-section .row {
    align-items: center;
    margin-bottom: 120px;
}
section.technology-worked-section .row:last-child {
    margin-bottom: 0;
}
section.technology-worked-section .row:nth-child(even) {
    flex-direction: row-reverse;
}
.technology-worked-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 0;
    padding: 0;
}
.technology-worked-text ul li {
    list-style: none;
    width: 25%;
    padding: 10px;
}
.technology-worked-img figure {
    margin: 0;
}
.technology-worked-img figure img {
    width: 100%;
}
section.technology-worked-section .row:nth-child(even) .technology-worked-text {
    padding-left: 20px;
}


/* service inner */


section.inner-banner.services-inn {
    background: #2b3348;
    padding: 10px 0;
}
section.inner-banner.services-inn .caption-absolute {
    position: relative;
    top: 0;
    transform: inherit;
}
section.inner-banner.services-inn .caption-absolute .banner-caption h6{text-align: left;}
section.inner-banner.services-inn .caption-absolute .banner-caption .inner-banner {
    text-align: left;
    margin-bottom: 20px;
}
section.inner-banner.services-inn .caption-absolute p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Euclid-Circular-Regular';
    line-height: 30px;
}
section.inner-banner.services-inn .row {
    align-items: center;
}
.services-inn-button {
    padding-top: 20px;
}
.services-inn-button a.gray-button {
    background-color: #ff445f;
}
.services-inn-button a.gray-button:hover {
    background: transparent;
    border-color: #ff445f;
    color: #fff;
}
.services-inn-button a.border-button {
    background: transparent;
    border-color: #ff445f;
    color: #fff;
}
.services-inn-button a.border-button:hover {
    background-color: #ff445f;
}
section.technology-worked-section.inn-services {
    padding: 0 0 100px 0;
}
section.awesome-work-inn-section {
    background: #eff5fa;
    padding: 100px 0;
}
section.awesome-work-inn-section .awesome-work-heading {
    border-bottom: 1px solid #ced8e0;
}
section.awesome-work-inn-section .awesome-work-heading .custom-css {
    display: flex;
    align-items: center;
}
section.awesome-work-inn-section .awesome-work-heading .custom-css figure {
    margin: 0 60px 0 0;
}
section.awesome-work-inn-section .awesome-work-heading .custom-css .awesome-heading{
    width: calc(100% - 280px);
    padding-top: 10px;
}
section.awesome-work-inn-section .awesome-work-heading .awesome-work-button {
    width: 20%; 
    text-align: right;
}
section.premium-clients-section.services-page {
    padding-bottom: 100px;
}



section.think-about-section.inn.main {
    background-color: #eff5fa;
    padding-top: 0;
}
section.think-about-section.inn.main .vthink-about-left .heading-title {
    color: #4c4d64;
}
section.think-about-section.inn.main .vthink-about-left.custom-css h3{
    color: #4c4d64;
}
section.think-about-section.inn.main p{
    color: #4c4d64;
}
section.think-about-section.inn.main .vthink-about-right .custom-css h2 {
    color: #4c4d64;
}
section.think-about-section.inn.main .cthink-about-inn-btn a.explore {
    color: #4c4d64;
}
section.think-about-section.inn.main .cthink-about-inn-btn a.explore:hover {
    color: #ffc000;
}
section.premium-clients-section.main {
    padding: 100px 0 0;
}

/*  */
section.inner-banner.services-inn.inn2 .caption-absolute .banner-caption .inner-banner {
    font-size: 110px;
    line-height: 120px;
    color: #2b3348;
}
section.inner-banner.services-inn.inn2 .caption-absolute .banner-caption p {
    color: #2b3348;
}
section.inner-banner.services-inn.inn2 {
    background: #fff;
    padding: 90px 0;
}
section.inner-banner.services-inn.inn2 .caption-absolute .banner-caption h6 {
    color: #2b3348;
}
section.inner-banner.services-inn.inn2 .caption-absolute .banner-caption .inner-banner span {
    background: linear-gradient(to top, #ff495a 1%, #ff495a 1%, #ff495a 3%, #ff7640 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services-inn2-button {
    padding-top: 25px;
}
.services-inn-banner-img {
    text-align: right;
}
section.services-package-section.design-inn {
    padding-left: 160px;
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
}
section.services-package-section.design-inn::before {
    content: '';
    height: 216px;
    width: 216px;
    top: 11%;
    position: absolute;
    background: url(../images/discount=img-before.png) no-repeat;
    left: 28%;
}
.services-package-row {
    padding-top: 0;
}
section.services-package-section.design-inn .col-md-6 {
    padding: 0;
}
section.services-package-section.design-inn .design-services-package-img {
    text-align: right;
    padding-left: 40px;
}
section.services-package-section.design-inn .heading {
    text-align: left;
}
section.services-package-section.design-inn .services-package-default-css ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.services-package-section.design-inn .services-package-default-css ul li {
    width: 50%;
    background: url(../images/lis-arrow.png) no-repeat;
    background-position: 0 5px;
    background-size: 17px;
    padding: 0 10px 0 23px;
    border: none;
    color: #4c4d64;
}
section.services-package-section.design-inn .services-package-box p {
    color: #4c4d64;
}
section.services-package-section.design-inn .services-package-default-css h5 {
    font-size: 20px;
    line-height: 24px;
    color: #2b3348;
    font-family: 'Euclid-Circular-Bold';
    margin-bottom: 25px;
}
section.services-package-section.design-inn .sell-anything-btn {
    padding-top: 30px;
}
section.services-package-section.design-inn .sell-anything-btn a.gray-button {
    margin-right: 30px;
}
section.services-package-section.design-inn .services-package-box {
    border-radius: 0;
    background: transparent;
    text-align: left;
    padding: 0;
}


section.awesome-services-clients-section {
    padding: 0px 0 100px;
}
.awesome-services-clients-row {
    max-width: 942px;
    margin: 0 auto;
}
.awesome-services-clients-row .heading {
    margin-bottom: 25px;
}
.awesome-services-clients-row .sub-heading {
    line-height: 30px;
    margin-bottom: 35px;
}
.awesome-services-clients-bottum-row {
    padding-top: 60px;
}
.clients-logo-box {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.clients-logo-box .clients-logo-img {
    width: 40%;
}
.clients-logo-box .clients-logo-text {
    width: 60%;
    padding: 10px 10px 10px 40px;
}
.clients-logo-box .clients-logo-text .heading-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.clients-logo-box .clients-logo-text p {
    font-size: 16px;
    color: #2b3348;
    line-height: 20px;
    margin-bottom: 20px;
}
.clients-logo-btn a.gray-button {
    margin-right: 30px;
}
.awesome-services-clients-bottum-row .col-md-6 {
    padding: 40px 20px;
}
.awesome-logo-row .row {
    justify-content: center;
}
.awesome-logo-row .col-md-4 {
    padding: 12px 10px;
}
section.awesome-work-section.inn2 {
    padding-bottom: 130px;
}
section.think-about-section.inn .vthink-about-left {
    position: relative;
    height: auto;
    max-width: 100%;
    padding-bottom: 40px;
}
.vthink-about-right {
    margin: 0 -15px;
}
section.think-about-section.inn .row {
    align-items: center;
}
.cthink-about-inn-btn {
    padding-top: 20px;
}
.cthink-about-inn-btn a.explore {
    color: #fff;
}
.cthink-about-inn-btn a.explore:hover {
    color: #ffc000;
}
.cthink-about-inn-btn a.explore img {
    padding-left: 10px;
}
section.premium-clients-section.services-inn2 {
    padding-top: 100px;
}


section.awesome-work-section {
    padding: 100px 0;
}
.awesome-logo-row .col-md-4:nth-child(odd) {
    border-radius: 50px;
    overflow: hidden;
}
.awesome-logo-row .col-md-4:nth-child(even) {
    border-radius: 50%;
    overflow: hidden;
}
.awesome-logo figure {
    margin: 0;
}
.awesome-logo figure img {
    width: 100%;
}

.awesome-logo {
    position: relative;
}
.awesome-logo-row .col-md-4:nth-child(even) .awesome-logo:hover::before {
    border-radius: 50%;
}
.awesome-logo:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.800;
    background-color: #01091c;
} 
.awesome-logo.round:hover::before {
    border-radius: 50%;
}
.awesome-logo-hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    right: 60px;
    text-align: center;
    display: none;
}
.awesome-logo:hover .awesome-logo-hover {display: block;}
.awesome-logo-hover h3 {
    font-size: 22px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
}
.awesome-logo-hover h5 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
}
.awesome-logo-slider.owl-carousel {
    overflow: hidden;
}
.awesome-logo-slider .owl-nav.disabled {
    display: none;
}
.awesome-logo-slider .owl-carousel .owl-stage { display: flex; }
.awesome-logo-slider .owl-item { display: flex; flex: 1 0 auto; }
.awesome-logo-slider button.owl-dot {
    margin: 0 4px !important;
    border: none !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50px !important;
    background-color: #4c4d64 !important;
}
.awesome-logo-slider button.owl-dot.active {
    width: 23px !important;
    height: 23px !important;
    position: relative;
}
.awesome-logo-slider .owl-dots {
    padding-top: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.awesome-work-section .awesome-logo-hover p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
.logo-brand-identity-logo-container {
    background-color: #f1f4f9;
    padding: 40px;
}
.logo-brand-identity-logo-row {
    background-color: #e5e5e5;
    margin-bottom: 25px;
}
.logo-brand-identity-logo {
    text-align: center;
    padding: 250px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-brand-identity-logo figure {
    margin: 0;
}
.logo-brand-identity-logo-row .col-md-4 {
    padding: 0;
    border-right: 1px solid #fff;
}
.logo-brand-identity-logo-row .col-md-4:last-child{
    border-right: none;
}
.logo-brand-identity-logo-container h4 {
    font-size: 18px;
    line-height: 36px;
    color: #4c4d64;
    font-weight: 500;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
}
.logo-brand-identity-logo-container p {
    font-size: 16px;
    line-height: 22px;
    color: #4c4d64;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
}
.amir-bhatti-section {
    background-color: #2b3348;
    padding: 80px;
    margin-bottom: 35px;
}
.amir-bhatti-section .col-md-6 {
    padding: 0;
}
.amir-bhatti-left {
    margin-right: -100px;
    position: relative;
    z-index: 1;
}
.amir-bhatti-right {
    margin: 260px 0 0 -100px;
}
.mega-launch-img .col-md-12 {
    padding: 0;
}
section.inner-banner.services-inn.inn2.portfolio .caption-absolute .banner-caption .inner-banner {
    color: #4c4d64;
}
section.inner-banner.services-inn.inn2.portfolio .caption-absolute .banner-caption h6 {
    color: #4c4d64;
}
.inner-banner-sub {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    color: #4c4d64;
    font-weight: bold;
    font-family: 'Euclid-Circular-Bold';
    margin-bottom: 5px;
}
section.inner-banner.services-inn.inn2.portfolio .caption-absolute .banner-caption p {
    font-size: 16px;
    line-height: 22px;
    color: #4c4d64;
}
.banner-services-box-contant h5 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4c4d64;
    font-family: 'Euclid-Circular-Bold';
    margin-bottom: 5px;
}
section.inner-banner.services-inn.inn2.portfolio .caption-absolute .banner-caption .banner-services-box-contant p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #4c4d64;
    margin-bottom: 0;
}
section.inner-banner.services-inn.inn2.portfolio .caption-absolute .banner-caption .banner-services-box-contant p a{
    color: #4c4d64;
}
section.inner-banner.services-inn.inn2.portfolio .caption-absolute .banner-caption .banner-services-box-contant p a:hover{
    color: #ff445f;
}
.banner-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    margin: 0 -10px;
}
.banner-services-box-contant {
    padding-bottom: 20px;
}
.banner-services-box {
    padding: 10px;
    width: 50%;
}
.amir-bhatti-section2 .col-md-6:first-child {
    padding-right: 0;
}
.amir-bhatti-section2 .col-md-6:last-child {
    padding-left: 0;
}
.amir-bhatti-2  {
    height: 100%;
}
.amir-bhatti-2 figure {
    height: 100%;
}
.amir-bhatti-2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.amir-bhatti-section2 {
    margin-bottom: 35px;
}
.social-box {
    text-align: center;
    padding-top: 30px;
}
.social-box h2 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ff445f;
    font-weight: 500;
    font-family: 'Euclid-Circular-Bold';
}
.social-box h2 strong{
    color: #2b3348;
}
.social-box figure {
    background-color: #2b3348;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    margin: 0 auto 25px;
}
.social-info a {
    font-size: 14px;
    line-height: 24px;
    color: #2b3348;
    font-family: 'Euclid-Circular-Bold';
    padding: 0 10px;
}
.social-info a img {
    padding-right: 5px;
}
section.logo-brand-identity-section {
    padding-bottom: 110px;
}
section.inner-banner.services-inn::before{display: none;}



/* blog inner page */
section.inner-banner.services-inn.inn2.blog {
    text-align: center;
    padding-bottom: 30px;
}
section.inner-banner.services-inn.inn2.blog .caption-absolute .banner-caption h6 {
    text-align: center;
}
section.inner-banner.services-inn.inn2.blog .caption-absolute .banner-caption .inner-banner {
    text-align: center;
}
section.blog-section.blog-inn {
    padding: 0 0 30px;
}
section.blog-section.blog-inn .container {
    max-width: 1270px;
}
section.blog-section.blog-inn .col-md-12 {
    padding: 15px;
}
section.blog-section.blog-inn .blog-item figure {
    overflow: hidden;
    transition: all 0.6s;
    border-radius: 20px;
    margin-bottom: 30px;
}


section.blog-dtl-section {
    background-color: #eff4f8;
    margin: 0 80px;
    padding: 40px 0 60px;
}
.blog-keywords ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    color: #4c4d64;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
}
.blog-keywords ul li a {color: #4c4d64;transition: 0.6s;}
.blog-keywords ul li a:hover {color: #ff495a;}
.blog-keywords ul li::after {
    content: '|';
    text-align: center;
    font-family: 'Euclid-Circular-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #4c4d64;
    padding: 0 8px;
}
.blog-keywords ul li:last-child:after {display: none;}

.blog-keywords {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.blog-keywords::before {
    content: '';
    height: 6px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: url(../images/blog-keywords-border.png) no-repeat;
    right: 0;
    background-size: 100%;
}
.blog-keywords ul {
    margin: 0;
    padding: 0 20px 0 0;
    width: 83%;
}
.search-btn {
    width: 17%;
}
.search-btn form {position: relative}
.search-medium {
    width: 100%;
    padding: 10px 70px 10px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #515151;
    font-family: 'Euclid-Circular-Bold';
    height: 50px;
    border-radius: 8px;
    background-color: rgba(188,32,51,0);
    border: 2px solid #e5e7eb;
}
.search-btn button {
    border: none;
    position: absolute;
    top: 1px;
    width: 50px;
    right: -16px;
    background: #2b3348;
    height: 50px;
    border-radius: 50%;
}
.search-btn button:hover {cursor: pointer;
    background: #ff445f;}
.search-medium::-webkit-input-placeholder { /* Edge */
color: #515151;opacity: 1;}
.search-medium:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #515151;opacity: 1;}
.search-medium::placeholder {color: #515151;opacity: 1;}
.blog-dtl-row .row {
    padding: 30px 0;
    align-items: center;
}
.blog-dtl-row .row .blog-item {
    max-width: 830px;
}
.blog-dtl-row .col-sm-5 figure {
    border-radius: 20px;
    overflow: hidden;
}
.wp-pegination {
    text-align: center;
    padding-top: 50px;
}
.wp-pagenavi {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;}
.wp-pegination .page, .wp-pegination span, .wp-pagenavi a {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 0px;
    text-align: center;
    font-style: normal;
    font-size: 22px;
    line-height: 56px;
    color: #515151;
    font-family: 'Euclid-Circular-Bold';
    border-radius: 50%;
}
.wp-pegination span.current, .wp-pegination .page:hover {
    color: #ff445f;
    background: transparent;
}
.wp-pegination a.nextpostslink {
    background: #2b3348 url(../images/blog-next.png);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 0;
    margin-left: 30px;
}
.wp-pegination a.previouspostslink {background: #2b3348 url(../images/blog-next.png);background-repeat: no-repeat !important;background-position: center center !important;font-size: 0;transform: rotate(180deg);}
.wp-pegination a.nextpostslink:hover { background-color: #ff445f;}






/* hire-us inner page */
section.inner-banner.services-inn.inn2.hire {
    background-color: #fee6c1;
}
section.testimonials-section.hire-counter {
    background: #4c4d64;
}
section.testimonials-section.hire-counter .counter-row {
    padding: 0;
}
section.testimonials-section.hire-counter .counter-row h2 {
    color: #fff;
}
section.testimonials-section.hire-counter .counter-row .counter p {
    color: #fff;
}
section.testimonials-section.hire-counter .counter-row .col-md-3 .counter h2{border-color: #fff;}
section.inner-banner .border-button {
    background: transparent;
}
section.inner-banner .border-button:hover {
    background: #ff445f;
}
section.services-package-section.design-inn.hire-1 {
    background: transparent;
    padding: 130px 0 110px 160px;
}
section.services-package-section.design-inn.hire-1::before{display: none;} 
section.services-package-section.design-inn.hire-1 .heading {
    text-align: center;
    margin-bottom: 100px;
}
section.services-package-section.design-inn.hire-1 .services-package-box .heading {
    text-align: left;
    margin-bottom: 15px;
}
section.services-package-section.design-inn.hire-1 .row {
    align-items: center;
}
.hire-services-package-row {
    max-width: 1300px;
    margin: 0 auto;
}
.hire-services-package ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.hire-services-package ul li {
    width: 33.33%;
    text-align: center;
    list-style: none;
    padding: 10px 15px;
}
.hire-services-package ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #474e60;
    font-weight: 500;
    font-family: 'Euclid-Circular-Bold';
    text-align: center;
    border-radius: 30px;
    background-color: rgba(43,51,72,0);
    border: 1px solid #ff445f;
    padding: 14px 10px;
    margin: 0;
}
.hire-services-package .sell-anything-btn {
    text-align: center;
    padding-top: 35px;
}
section.brand-developmen-section {
    background: #fee2b5;
    padding: 100px 0;
}
section.services-package-section.design-inn.hire-1 .design-services-package-img::before {
    content: '';
    height: 216px;
    width: 216px;
    top: 4%;
    position: absolute;
    background: url(../images/discount=img-before-2.png) no-repeat;
    right: 18%;
}
section.services-package-section.design-inn.hire-1 .services-package-row.hire-2 .design-services-package-img::before {
    background: url(../images/discount=img-before.png) no-repeat;
}
section.services-package-section.design-inn.hire-1.hire-2 .hire-services-package-row {
    padding-bottom: 130px;
}
section.services-package-section.design-inn.hire-1.hire-2 .hire-services-package-row:last-child {
    padding-bottom: 0;
}
section.think-about-section.hire-inn {
    padding: 170px 0;
}
section.think-about-section.hire-inn .vthink-about-left {
    padding: 0;
}
section.think-about-section.hire-inn .vthink-about-left .custom-css h6 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}



/* performance-driven-plans-section */
section.performance-driven-plans-section {
    padding: 100px 0 0;
}
section.performance-driven-plans-section .section-heading {
    max-width: 910px;
    margin: 0 auto 80px;
}
section.performance-driven-plans-section p {
    font-size: 16px;
    line-height: 24px;
}
.performance-driven-plans-row {
    border-radius: 158px;
    background-image: linear-gradient(0deg, #ff475b 0%, #ff753f 100%);
    max-width: 1345px;
    margin: 0 auto;
    padding: 0 40px 0 70px;
}
.performance-driven-plans-image figure {
    border-radius: 50%;
    margin: 0 auto;
}
.performance-driven-plans-image figure img{
    width: 100%;
}
.performance-driven-plans-row .row {
    align-items: center;
}
.performance-driven-plans-image {
    margin: -50px 0;
}
.performance-driven-plans-row .performance-driven-plans h2 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Euclid-Circular-Bold';
    margin-bottom: 0px;
}
.performance-driven-plans-row .performance-driven-plans .sub-heading {
    color: #ffffff;
}
.performance-driven-plans-row .performance-driven-plans p {
    color: #ffffff;
}
.consultant-btn a {
    color: #fff;
    font-size: 14px;
}
.consultant-btn a:hover {
    color: #4c4d64;
}
.consultant-btn a img{
    padding-left: 10px;
}
.performance-driven-plans-row .col-sm-8 {
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}
.performance-driven-plans-row .col-sm-4 {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
.performance-driven-plans figure {
    margin-bottom: 0;
}
section.testimonials-section.inn-2 {
    padding-top: 0;
}




/* elevate-your-business-section */
section.elevate-your-business-section {
    position: relative;
}
section.elevate-your-business-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 174%;
    top: 36%;
    transform: translateY(-50%);
    background: url(../images/elevate-your-business-bg.png) no-repeat;
    right: 0;
    background-size: 100% 100%;
}
section.elevate-your-business-section .row {
    align-items: center;
}

section.sell-anything-section.main::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 197px;
    bottom: 0;
    background: #4c4d64;
}
.technology-worked-text.custom-css {
    max-width: 560px;
}
section.inner-banner.services-inn.inn2.main {
    text-align: center;
}
section.inner-banner.services-inn.inn2.main .caption-absolute .banner-caption h6 {
    text-align: center;
}
section.inner-banner.services-inn.inn2.main .caption-absolute .banner-caption .inner-banner {
    text-align: center;
}
section.inner-banner.services-inn.inn2.main .hero-banner-content {
    max-width: 1040px;
    margin: 0 auto;
}
section.inner-banner.services-inn.inn2.main .services-inn-button .gray-button {
    background: #4c4d64;
    color: #fff;
    border-color: #4c4d64;
}
section.inner-banner.services-inn.inn2.main .services-inn-button .gray-button:hover {
    background: transparent;
    color: #ff445f;
    border-color: #ff445f;
}
section.inner-banner.services-inn.inn2.main .services-inn-button a.border-button {
    background: transparent;
    border-color: #ff445f;
    color: #ff445f;
}
section.inner-banner.services-inn.inn2.main .services-inn-button a.border-button:hover {
    background: #4c4d64;
    border-color: #4c4d64;
    color: #fff;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
  .menu-item-has-children > a::after{ line-height:7px; }

}
button.sub-menu-toggle {
  display: none;
}

@media (min-width: 1200px){

  .navbar-collapse ul {    margin:0; padding: 0px 0 0; text-align: right;display: inline-block;vertical-align: middle;}
  .navbar-collapse .menu-top-menu-container > ul > li {display: inline-block; list-style: none; position: relative; margin: 0px 15px;padding: 0;vertical-align: middle;}
  .navbar-collapse ul li a { vertical-align: middle; margin: 0; padding: 5px 0; font-size: 18px; line-height: 20px; color: #2b3348; font-weight: 400;font-family: 'Montserrat', sans-serif;}
  .navbar-collapse .menu-top-menu-container>ul li:hover a, .navbar-collapse .menu-top-menu-container>ul li.current-menu-item a {color: #ff445f; }
  .navbar-collapse .menu-top-menu-container > ul > li:last-child{padding-right: 0;  margin-right: 0;}
  .navbar-collapse.collapse { display: block!important; }
  .navbar-toggle { display: none; }
  .menu-item-has-children > a:after {   content: "\f107"; font-family: FontAwesome; color: #ff445f; font-size: 19px; margin-left: 2px; transition: 1s; font-weight: 500; position: relative; top: 2px;}
  .menu-item-has-children > ul > li.menu-item-has-children > a:after { content:"\f105"; font-family: 'FontAwesome'; margin-left: 0; font-size: 16px; float: right; margin-top: 0; position: static; width: auto; height: auto; background: none; color: #452a63; }

  .menu-item-has-children > ul > li.menu-item-has-children > a:hover:after { color: #452a63; }
  .navbar-collapse > ul > li.menu-item-has-children:hover > a::after { content: "\f106"; color: #452a63; }
  .menu-item-has-children ul { position: absolute; width: 250px; list-style: none; text-align: left; z-index: 999; top: 110%; display: block !important; padding: 0 0 0; left: 0px; border-radius: 10px; visibility: hidden; transform-origin: top; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; padding-top: 15px;     border-bottom: 5px solid #ff445f;}
  
  .menu-item-has-children ul li { position: relative; width: 100%; float: left; padding: 0 !important; text-align: left; margin: 0px 0 0 !important; border-bottom: 1px #c1c8ce solid; background: #f5f9fd; transition: 1s; border-right: none;border-radius: 0;}
  .menu-item-has-children ul li:last-child{ border-bottom: none; border-radius: 0 0 6px 6px; }
  .menu-item-has-children ul li.active >a{ color:#fff !important; }
  .menu-item-has-children ul li a { margin-left: 0; color: #2d2a3b !important; white-space: normal; width: 100%; float: none; text-decoration: none;  text-align: left;  padding: 8px 15px 8px 16px; display: block; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; letter-spacing: 0;   background: #f5f9fd; line-height: normal;  font-size: 16px; }
  .menu-item-has-children ul li a:before{ border-left: none; border-right: none; display: none; }
  .menu-item-has-children ul ul{ position: absolute; list-style: none; text-align: left; padding-left: 0; z-index: 999; display: block; padding:0px 0 0 0px; left: 100%; border-radius:0px; top: 0px !important; border-bottom: none; }
  .menu-item-has-children ul ul li { position: relative; width: 100%; float: left;}
  .menu-item-has-children ul ul li a:hover { color: #fff !important;  position: relative; background-color: #ff445f ;  }
  .menu-item-has-children ul li:hover ul{ opacity: 1; visibility: visible; }
  .menu-item-has-children:hover > ul { top: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); visibility: visible; opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); transform: rotateX(0deg); }

  .menu-item-has-children ul li a:hover { background: #ff445f ;color:#fff !important; padding-left: 20px; }
  .menu-item-has-children ul li:hover > a { background: #ff445f ;color:#fff !important; }
  .menu-item-has-children ul li:hover > a::after { color: #fff !important; }


.menu-item-has-children ul li:last-child::before{display: none;}
 .navbar-collapse .header-menu-right .menu-top-menu-container > ul > li:first-child{padding-right: 0; }
.header-menu-right { text-align: left;    padding: 8px 0 0 27px; }
.header-menu-left { text-align: right;padding: 8px 12px 0 0; }
.navbar-collapse .header-menu-right .menu-top-menu-container > ul > li:last-child{ margin-left: 117px; }
.menu-item-has-children ul li:last-child a {
    border-radius: 0 0 6px 6px;
}
.container {max-width: 100%;}
}
 
@media(min-width:1300px) {
.container {max-width: 1290px;}
}
@media(min-width:1400px) {
.container {max-width: 1320px;}
}
@media (min-width:1500px) {
.container {max-width: 1420px;}
}
@media (min-width:1600px) {
.container {max-width: 1520px;}
}
@media (min-width:1700px) {
.container {max-width: 1620px;}
}
@media (max-width: 1699px ){
.menu-item-has-children ul { position: absolute; width: 190px; }

}
 
@media (max-width: 1499px ){
.navbar-collapse .menu-top-menu-container > ul > li { margin: 0px 12px; }
.menu-item-has-children ul li a {
    font-size: 14px;
}
}

@media (max-width: 1399px ){
.navbar-collapse ul li a { font-size: 18px; }
.navbar-collapse .menu-top-menu-container > ul > li { margin: 0px 10px; }
}

@media (max-width: 1199px ){
.mobile-logo { display: block !important; width: 180px; padding: 0px 0px 20px; margin-left: 20px; }
.navbar-collapse .menu-top-menu-container > ul > li:first-child { margin-left: 0px; }
li.menu-header-item.menu-item-has-children.parentMenu { background: #ff445f; }
.navbar-collapse ul li a { text-transform: uppercase; font-size: 16px; padding: 8px 20px; font-weight: normal; text-align: left;   margin: 0px; color: #fff; display: block; font-family: 'Montserrat', sans-serif;}
  div#myNavbar.collapse.show { right: 0; }
  button:focus { outline: 0px dotted; outline: 0px auto -webkit-focus-ring-; }
  .menu-item-has-children > a:after { font-size: 15px; display: none; }
  .main_navigation .navbar-inverse{position: unset;}
  .navbar-header { position: absolute; top: 8px; right: 15px; z-index: 999; display: block; }
  .navbar-toggle.collapsed .icon-bar{background-color:#ff445f !important;width: 25px;height: 3px;float: left;}
  .navbar-toggle .icon-bar{background-color: #fff !important;width: 38px;height: 5px;}

  .navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
  div#navbarOpened.openMenu {width: 100%;height: 100%;top: 0;left: 0;position: fixed;background: rgba(0, 0, 0, 0.47); z-index: 99;}
  .navbar-toggle { height: 42px; cursor: pointer; width: 36px; background: none; right: 10px; float: right; padding: 0px 0px; margin: 0; z-index: 999999; position: fixed; top: 32px; transform: scale(0.7); -webkit-transform: scale(0.7); -moz-transform: scale(0.7); border: none; border-radius: 4px;display: block;border-color: transparent; }
  .navbar-toggle.collapsed {position: static;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);height: 24px;
    width: 25px;}
  div#myNavbar { position: fixed;  width: 350px; height: 100vh !important; z-index: 99; bottom: 0; top: 0; right: -100%; left: inherit; padding: 20px 0 20px; display: block !important;  background: #1d2025; background-size: cover;overflow-y: auto;}
  div#myNavbar.navbar-collapse.show {right: 0;}
  /* div#myNavbar::after {background: rgba(68, 68, 68, 0.9);top: 0;bottom: 0;width: 100%;height: 100%; position: fixed;} */
  .navbar-collapse ul{text-align: left; margin:0;display: block;padding: 0;position: relative;z-index: 9;float: left;width: 100%;}
  .navbar-collapse ul > li { display: block; float: left; width: 100%; margin-left: 0px !important; margin-top: 0px !important; padding: 0; border-right: none;   margin: 0;}
  .navbar-collapse ul >li + li {border-top: solid 1px#757376;}
  .navbar-collapse ul > li > a { text-transform: uppercase; font-size: 16px; padding: 8px 20px; font-weight: normal; text-align: left;    margin: 0px; color: #fff; display: block;font-family: 'Montserrat', sans-serif;}

  .navbar-collapse ul > li > a:hover, .navbar-collapse ul > li.current-menu-item > a {    color: #fff; background: #ff445f;}
  .collapse.show ul > li > a:focus { color: #fff; }
  .navbar-toggle.collapsed .icon-bar:first-child{transform: rotate(0deg);margin-top: 0px;}
  .navbar-toggle.collapsed .icon-bar:last-child{transform: rotate(0deg);margin-top: 5px;}
  .navbar-toggle .icon-bar:first-child{transform: rotate(45deg);margin-top: 5px;    float: left;}
  .navbar-toggle .icon-bar:last-child{transform: rotate(-45deg);margin-top: -5px;    float: left;}
  .navbar-toggle .icon-bar:nth-child(2){display: none;}
  .navbar-toggle.collapsed .icon-bar:nth-child(2){display: block;margin-top: 5px;width: 25px;}
  .menu-item-has-children .subItem { width: 43px; position: absolute; margin-top: 0; right: 0; z-index: 999; text-align: center; cursor: pointer; height: 40px; }
  .menu-item-has-children .subItem:before { content: '\f107'; font-family: 'FontAwesome'; font-size: 20px; float: left; width: 100%; color: #fff; position: relative; top: 50%; transform: translateY(-50%); }
  .menu-item-has-children.parentMenuActive > .subItem:before{content:'\f106';color: #fff;}
  .navbar-collapse .menu-item-has-children ul li a { background: #ff445f;  color: #fff; }
  .navbar-collapse .menu-item-has-children ul li ul li a { background: #1d1d1d; color: #fff; }
  .navbar-collapse .menu-item-has-children ul li a:hover{color: #fff; background: #1d2025;}
  .menu-item-has-children{position: unset;}
  .menu-item-has-children:hover > a:before{display: none;}
  .menu-item-has-children ul li {display: block;float: left;width: 100%;padding: 0; border:none;}
  .menu-item-has-children ul li + li{border-top: solid 1px#757376;}
  .menu-item-has-children ul li.active >a {color: #fff !important;}
  .menu-item-has-children ul li ul{    background: #232323;left:0;}

  .header-menu-right .menu-item-has-children ul ul { left: 0; }

  body.open-menu div#myNavbar { animation: slide-in-right 0.6s forwards; }

@keyframes slide-in-right{ 
  0%		{ right:-100%; }
  100%	{ right:0px; }
}
@keyframes slide-out-right{
  0%		{ right:0px; }
  100%	{ right:-100%; }
}
.navbar-collapse .menu-top-menu-container > ul > li {
    margin: 0px 0;
}

}
@media (max-width: 1024px ){ 

}
@media (max-width: 991px ){ 

}
@media (max-width: 812px ){
.navbar-header { top: -35px;}
 div#myNavbar {width: 100%;}

}
@media (max-width: 768px ){


}
@media (max-width: 575px ){


}

@media (max-width: 480px ){
  .navbar-inverse .navbar-collapse.collapse{top: 53px;}
  
}

@media (max-width: 425px ){
.navbar-toggle.collapsed {
    height: 25px;
    width: 25px;
}
}