body{
background-color: #000;
font-size: 15px;
font-weight: 400;
line-height: 1.5;
color: #fff;
}
body p{
font-size: 15px;
font-weight: 400;
line-height: 1.5;
}
body *{
box-sizing: border-box;
}
.section_title{
font-size: 36px;
line-height: 1.3;
font-weight: 400;
}
.header-logo{
user-select: none;
}
.navbar-collapse{
position: absolute;
top: 0;
right: 0;
}
.menu_wrapper{
position: absolute;
top: 0;
right: 0;
}
.menu_wrapper ul{
list-style: none;
display: flex;
flex-wrap: wrap;
}
.menu_wrapper ul li{
position: relative;
padding: 0 27px;
}
.menu_wrapper ul li:not(.menu-item):before{
display: none;
}
.menu_wrapper ul li a{
position: relative;
font-size: 15px;
line-height: 1;
color: #fff;
text-decoration: none;
}
.menu_wrapper ul li a:after{
content: "";
position: absolute;
top: calc(100% + 10px);
left: 50%;
transform: translateX(-50%);
width: 0;
height: 2px;
background-color: #1AA2DD;
transition: .3s;
}
.menu_wrapper ul li a:hover:after{
width: 100%;
}
.logos_wrapper{
display: flex;
justify-content: flex-end;
align-items: center;
}
.blockchain_header{
position: fixed;
top: 0;
left: 0;
padding-top: 40px;
width: 100%;
height: 80px;
background-color: rgba(0, 0, 0, 0.7);
z-index: 80;
}
.hero{
position: relative;
padding-top: 140px;
height: 100vh;
min-height: 700px;
overflow: hidden;
}
.hero_bg{
position: absolute;
width: 100%;
height: 100%;
top: 120px;
left: 0;
background-image: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/hero-bg.svg);
background-repeat: no-repeat;
background-position: center center;
z-index: 2;
}
.hero_bg_overlay{
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 3;
}
.hero .container{
position: relative;
z-index: 4;
}
.hero_title{
padding-top: 25px;
margin-bottom: 30px;
font-size: 40px;
line-height: 1.3;
font-weight: 400;
color: #1AA2DD;
text-transform: uppercase;
}
.hero_subtitle{
margin-bottom: 100px;
padding-right: 40px;
}
.trusted_by_logos_section{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 35px 0;
background-color: #2F2F2F;
z-index: 5;
}
.trusted_by_logos{
display: flex;
}
.trusted_by_logos .logos_wrapper{
width: calc(100% - 120px);
align-items: center;
}
.trusted_by_logos .logos_wrapper .logo{
margin-left: 80px;
}
.trusted_title{
margin-bottom: 0;
position: relative;
width: 120px;
top: 10px;
font-size: 20px;
line-height: 1.5;
font-weight: 700;
}
.stat_box{}
.stat_box .title{
margin-bottom: 5px;
font-size: 32px;
line-height: 1.2;
font-weight: 700;
color: #1AA2DD;
}
.hubspot_form_wrapper{
position: relative;
padding: 25px 20px;
background-color: rgba(243, 243, 243, 0.15);
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
}
.hubspot_form_wrapper .line1{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: linear-gradient(
90deg,
#fff,
#767778
);
}
.hubspot_form_wrapper .line2{
position: absolute;
top: 0;
right: 0;
width: 1px;
height: 100%;
background: linear-gradient(
to bottom,
#767778,
rgba(0, 0, 0, 0)
);
}
.hubspot_form_wrapper .line3{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: linear-gradient(
90deg,
#767778,
rgba(0, 0, 0, 0)
);
}
.hubspot_form_wrapper .line4{
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 100%;
background: linear-gradient(
to bottom,
#fff,
#767778
);
}
.hubspot_form_title{
padding-bottom: 10px;
font-size: 20px;
line-height: 30px;
font-weight: 400;
}
.hubspot_form_wrapper .logos_wrapper{
margin-bottom: 25px;
justify-content: space-between;
}
.hubspot_form_wrapper .hbspt-form .hs-form{
padding: 0;
}
.hubspot_form_wrapper .hs-input{
padding: 0;
height: 42px;
line-height: 42px;
}
.hubspot_form_wrapper .hbspt-form .hs-form div.hs-fieldtype-text input {
background-color: transparent;
border: none;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 12px;
line-height: 42px;
}
.contact_experts_section .hubspot_form_wrapper .hbspt-form .hs-form div.hs-fieldtype-text input{
border-bottom: 1px solid #cccccc;
color: #000;
}
.hubspot_form_wrapper .hbspt-form .hs-form .hs_email{
flex-basis: 100%;
}
.hubspot_form_wrapper .hbspt-form .hs-form div.input textarea{
background-color: transparent;
border: none;
border-bottom: 1px solid #fff;
height: 42px;
line-height: 1.4;
}
.contact_experts_section .hubspot_form_wrapper .hbspt-form .hs-form div.input textarea{
font-family: "Lato", sans-serif;
font-size: 12px;
border-bottom: 1px solid #cccccc;
}
.hubspot_form_wrapper .hs_consent_label.hs-fieldtype-booleancheckbox.field.hs-form-field{
flex-basis: 100%;
}
.hero .hubspot_form_wrapper .hs_consent_label.hs-fieldtype-booleancheckbox{
color: #8B8D8D;
accent-color: #1AA2DD;
}
.contact_experts_section .hubspot_form_wrapper .hs_consent_label.hs-fieldtype-booleancheckbox{
color: #4D4D4D;
accent-color: #1AA2DD;
}
.hubspot_form_wrapper .hs_consent_label label{
font-size: 12px!important;
}
.hubspot_form_wrapper .hs_consent_label .hs-input{
flex: none;
margin: 0 10px 0 0 !important;
width: 18px!important;
height: 18px;
background-color: transparent;
font-size: 12px;
line-height: 42px;
}
.hubspot_form_wrapper .hs-submit {
flex-basis: 100%;
}
.hubspot_form_wrapper .hs-submit .hs-button{
padding: 0;
border: none;
display: block;
margin: 0 auto;
width: 100%;
height: 42px;
font-size: 14px;
line-height: 42px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
background-color: #F58220;
color: #fff;
transition: .3s;
user-select: none;
}
.hubspot_form_wrapper .hs-submit .hs-button:hover{
opacity: .8;
}
.hubspot_form_wrapper .hs_consent_label a{
color: #1AA2DD;
}
.hubspot_form_wrapper ul.no-list.hs-error-msgs{
bottom: unset;
top: calc(100% + 2px);
}
.hero .hubspot_form_wrapper ::-webkit-input-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #BBBCBC;
}
.hero .hubspot_form_wrapper ::-moz-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #BBBCBC;
}
.hero .hubspot_form_wrapper :-ms-input-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #BBBCBC;
}
.hero .hubspot_form_wrapper :-moz-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #BBBCBC;
}
.contact_experts_section .hubspot_form_wrapper ::-webkit-input-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #4D4D4D;
}
.contact_experts_section .hubspot_form_wrapper ::-moz-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #4D4D4D;
}
.contact_experts_section .hubspot_form_wrapper :-ms-input-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #4D4D4D;
}
.contact_experts_section .hubspot_form_wrapper :-moz-placeholder {
font-family: "Lato", sans-serif;
font-size: 12px;
color: #4D4D4D;
}
.blockchain_development_services{
position: relative;
padding: 120px 0;
}
.blockchain_development_services .bg{
position: absolute;
width: 311px;
height: 651px;
top: 62px;
right: 0;
background-image: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/bg2.svg);
background-size: cover;
}
.blockchain_development_services .section_title{
margin-bottom: 80px;
font-size: 42px;
text-align: center;
}
.service_boxes_section{
}
.service_boxes_section .col-lg-4{
margin-bottom: 25px;
}
.service_box{
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
background-color: rgba(255, 255, 255, 0.1);
padding: 30px 30px 60px;
}
.service_box .icon{
margin-bottom: 30px;
display: flex;
justify-content: center;
align-items: center;
width: 82px;
height: 82px;
border-radius: 9px;
background-color: rgba(26, 162, 221, 0.1);
}
.service_box .title{
margin-bottom: 15px;
font-size: 20px;
line-height: 1.2;
font-weight: 700;
text-align: center;
}
.service_box .text p{
margin: 0;
text-align: center;
}
.cta_section{}
.cta_section .cta_title{
padding-top: 30px;
font-size: 20px;
line-height: 28px;
font-weight: 700;
text-align: center;
}
.cta_section .site_btn{
margin: 30px auto 0;
}
.site_btn{
display: block;
margin: 0 auto;
width: 300px;
height: 50px;
font-size: 14px;
line-height: 50px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
background-color: #000;
color: #fff;
transition: .3s;
user-select: none;
}
.site_btn.orange{
background-color: #F58220;
color: #fff;
}
.site_btn:hover{
background-color: #fff;
color: #000;
text-decoration: none;
}
.site_btn.orange:hover{
opacity: .8;
background-color: #F58220;
color: #fff;
}
.technologies_section{
position: relative;
padding: 50px 0 60px;
background-color: #fff;
overflow: hidden;
}
.technologies_section .section_title{
margin-bottom: 60px;
color: #000;
text-align: center;
}
.technologies_section .bg1{
position: absolute;
width: 266px;
width: 310px; height: 100%;
top: 0;
left: 5px; background-image: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/bg-1-tech.png);
background-size: cover;
background-repeat: no-repeat;
}
.technologies_section .bg2{
position: absolute;
width: 266px;
width: 310px;
height: 267px;
height: 100%;
top: 0;
right: 5px; background-image: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/bg-2-tech.png);
background-size: cover;
background-repeat: no-repeat; }
.technologies_section .logos_wrapper {
justify-content: space-between;
flex-wrap: wrap;
max-width: 1140px;
}
.technologies_section .logos_wrapper .logo{ width: 14.2%;
text-align: center;
}
.technologies_section .logos_wrapper .logo img{
max-width: 100%;
width: 80px;
height: 50px;
margin-bottom: 38px;
}
.portfolios_section{
padding: 120px 0 60px;
overflow: hidden;
}
.portfolios_section .section_title{
margin-bottom: 60px;
text-align: center;
}
.portfolio_carousel{
z-index: 4 !important;
}
.portfolio_carousel_wrapper{
position: relative;
width: 86%;
margin: 0 auto;
z-index: 6;
}
.portfolio_carousel_wrapper .dot_bg{
left: unset;
right: -60px;
top: unset;
bottom: -80px;
}
.portfolio_slide{
display: flex;
}
.portfolio_slide .company_info{
padding: 30px;
width: 50%;
background-color: #191919;
}
.portfolio_slide .company_info .text{
margin-bottom: 15px;
}
.company_info .company_logo{
margin-bottom: 30px;
}
.company_info .title{
font-size: 20px;
line-height: 1.4;
font-weight: 700;
margin-bottom: 10px;
}
.company_info .company_technologies{
display: flex;
}
.company_info .text p{
margin: 0 0 15px;
}
.company_info .company_technologies .icon{
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
}
.company_info .company_technologies .list{
padding-left: 20px;
width: calc(100% - 48px);
}
.portfolio_slide .portfolio_info{
padding: 30px;
width: 50%;
background-color: #1AA2DD;
}
.portfolio_slide .portfolio_info .text{
margin-bottom: 15px;
}
.portfolio_info .text p{
margin: 0 0 15px;
}
.portfolio_info:after{
content: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/arrs.svg);
position: absolute;
right: 0;
bottom: 0;
width: 80px;
height: 80px;
}
.portfolios_section .cta_section .cta_title{
padding-top: 65px;
}
.portfolio_arr{
position: absolute;
top: calc(50% - 19px);
width: 38px;
height: 38px;
background-color: #05202C;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: .3s;
user-select: none;
cursor: pointer;
z-index: 3;
}
.portfolio_arr:hover{
background-color: #1AA2DD;
}
.portfolio_arr div{
position: relative;
width: 12px;
height: 12px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
}
.portfolio_arr_prev{
left: -69px;
}
.portfolio_arr_next{
right: -69px;
}
.portfolio_arr_prev div{
left: 2px;
transform: rotate(45deg);
}
.portfolio_arr_next div{
left: -2px;
transform: rotate(-135deg);
}
.team_box{
display: flex;
align-items: center;
}
.team_box .photo{
position: relative;
width: 90px;
height: 90px;
border-radius: 50%;
overflow: hidden;
}
.team_box .photo img{
position: absolute;
top: 0;
left: 0;
max-width: 100%;
}
.team_box .info{
padding-left: 20px;
width: calc(100% - 90px);
}
.team_box .info .title{
font-size: 14px;
font-weight: 700;
}
.team_box .info .text{
font-size: 12px;
font-weight: 400;
}
.mobile_team{
display: none;
}
.mobile_team img{
max-width: 100%;
display: block;
margin: 0 auto;
}
.about_dev_pro{
position: relative;
padding-top: 60px;
overflow: hidden;
}
.about_dev_pro .container{
padding-top: 60px;
}
.about_dev_pro .bg1{
position: absolute;
width: 311px;
height: 651px;
bottom: 26px;
left: 0;
background-image: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/bg2.svg);
background-size: cover;
background-repeat: no-repeat;
transform: scaleX(-1);
}
.about_dev_pro .section_title{
margin-bottom: 60px;
}
.about_dev_pro .stat_box{
margin-bottom: 50px;
}
.img_container{
position: absolute;
top: 226px;
left: calc(50% + 75px);
width: calc(50% - 75px);
}
.img_container .scrollmagic-pin-spacer{
display: inline-block!important;
}
.img_container img{
position: relative;
width: 488px;
z-index: 3;
}
.dot_bg{
position: absolute;
width: 494px;
top: 80px;
left: 60px;
background-image: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/dot_bg.svg);
background-size: cover;
z-index: 2;
}
.dot_bg .padding_el{
padding-top: 68%;
}
.icon_box .icon{
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
width: 64px;
height: 64px;
border-radius: 9px;
background-color: rgba(26, 162, 221, 0.1);
}
.about_dev_pro .accelerate_your_project{
padding-top: 100px;
padding-bottom: 120px;
}
.accelerate_your_project .section_title{
margin-bottom: 60px;
}
.accelerate_your_project .feature_box{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.accelerate_your_project .feature_box .icon{
margin-bottom: 10px;
}
.accelerate_your_project .feature_box p{
font-size: 20px;
line-height: 1.4;
font-weight: 700;
text-align: center;
}
.contact_experts_section{
position: relative;
padding: 60px 0 110px;
background-color: #fff;
overflow: hidden;
}
.contact_experts_section .bg{
position: absolute;
width: 436px;
height: 438px;
bottom: 0;
left: 0;
background-image: url(//dev.pro/wp-content/themes/dev.pro-website/page-templates/assets/blockchain-development-services/img/contacts-bg.png);
background-size: cover;
background-repeat: no-repeat;
}
.contact_experts_section .section_title{
margin-bottom: 60px;
color: #000;
}
.contact_experts_section .team_box{
margin-bottom: 60px;
color: #000;
}
.contact_experts_section .team_box:last-child{
margin-bottom: 0;
}
.contact_experts_section .team_box .photo{
width: 124px;
height: 124px;
}
.contact_experts_section .team_box .title{
font-size: 17px;
}
.contact_experts_section .team_box .text{
font-size: 15px;
}
.footer{
position: relative;
padding-top: 60px;
padding-bottom: 80px;
overflow: hidden;
}
.footer-logo{
user-select: none;
}
.footer-contacts ul li:not(.menu-item):before{
display: none;
}
.footer-contacts ul {
margin-bottom: 0;
}
.footer-contacts ul li {
margin-bottom: 22px;
padding-bottom: 0;
font-size: 15px;
line-height: 1.5;
color: #fff;
}
.footer-contacts ul li:last-child{
margin-bottom: 0;
}
.footer-contacts ul li a{
color: #fff;
transition: .3s;
}
.footer-contacts ul li a:hover{
color: #1AA2DD;
text-decoration: none;
}
.c-box{
display: flex;
flex-wrap: wrap;
}
.c-box .icon{
width: 20px;
user-select: none;
}
.c-box .text{
width: calc(100% - 40px);
padding-left: 20px;
}
.footer-social{
margin-bottom: 30px;
}
.footer-social ul{
margin-left: 0;
list-style:none;
display:flex;
justify-content:center
}
.footer-social ul li{
margin-left:40px;
padding-bottom: 0;
}
.footer-social ul li a{
width: 40px;
height: 40px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
border: 1px solid #fff;
margin: 0!important;
line-height: 0!important;
user-select: none;
transition: .3s;
}
.footer-social ul li a:hover{
background-color: #1AA2DD;
border: 1px solid #1AA2DD;
}
.footer-social ul li:first-child{margin-left:0}
.footer-social ul li:not(.menu-item):before{
display: none;
}
.copyright{
margin-top: 28px;
font-size: 12px;
color: #808080;
}
.copyright a{
font-size: 12px;
color: #808080;
text-decoration: underline;
}
@media(max-width: 1200px){
.trusted_by_logos .logos_wrapper .logo{
margin-left: 40px;
}
.img_container{
left: calc(50% + 45px);
width: calc(50% - 45px);
}
.img_container img{
width: 360px;
}
.dot_bg{
width: 366px;
top: 60px;
left: 40px;
}
}
@media(max-width: 992px){
.hero{
height: unset;
}
.trusted_by_logos_section {
margin-top: 100px;
position: relative;
}
.trusted_by_logos{
flex-direction: column;
}
.trusted_title{
width: 100%;
margin-bottom: 30px;
text-align: center;
}
.trusted_by_logos .logos_wrapper{
width: 100%;
}
.trusted_by_logos .logos_wrapper .logo{
width: 17%;
margin-left: 3%;
}
.trusted_by_logos .logos_wrapper .logo img{
max-width: 100%;
}
.img_container {
top: 124px;
}
}
@media(max-width: 992px){
.section_title {
font-size: 33px;
}
.hero {
padding-top: 100px;
}
.hero_subtitle{
margin-bottom: 40px;
}
.hero .stat_box_wrapper{
margin-bottom: 30px;
}
.blockchain_development_services {
padding: 100px 0;
}
.portfolios_section{
padding: 100px 0 60px;
}
.technologies_section{
padding: 50px 0 40px
}
.technologies_section .logos_wrapper{
flex-wrap: wrap;
}
.technologies_section .logos_wrapper .logo{ margin-bottom: 30px;
}
.technologies_section .bg1{ }
.technologies_section .bg2{ }
.about_dev_pro{
padding-top: 0;
}
.about_dev_pro .container {
padding-top: 40px;
}
.about_dev_pro .section_title {
margin-bottom: 40px;
}
.accelerate_your_project br{
display: none;
}
.contact_experts_section {
padding: 60px 0 60px;
}
.contact_experts_section .section_title{
text-align: center;
}
.blockchain_experts{
margin-top: 45px;
}
.contact_experts_section .hubspot_form_wrapper{
padding: 0;
}
.contact_experts_section .team_box .photo {
width: 90px;
height: 90px;
}
}
@media(max-width: 767px){
.technologies_section .bg1{
display: none;
}
.technologies_section .bg2{
display: none;
}
.navbar-mobile {
position: absolute;
top: -3px;
right: 0;
width: 22px;
display: block;
cursor: pointer;
z-index: 100;
}
.navbar-mobile .burger-menu, .navbar-mobile:after, .navbar-mobile:before {
background-color: #fff;
content: "";
display: block;
height: 2px;
margin: 6px 0;
transition: .5s;
}
.navbar-mobile .burger-menu, .navbar-mobile:after, .navbar-mobile:before {
background-color: #fff;
content: "";
display: block;
height: 2px;
margin: 6px 0;
transition: .5s;
}
.navbar-mobile .burger-menu, .navbar-mobile:after, .navbar-mobile:before {
background-color: #fff;
content: "";
display: block;
height: 2px;
margin: 6px 0;
transition: .5s;
}
.navbar-mobile.close:before {
transform: translateY(8px) rotate(135deg);
background-color: #fff;
}
.navbar-mobile.close .burger-menu {
transform: scale(0);
}
.navbar-mobile.close:after {
transform: translateY(-8px) rotate(-135deg);
background-color: #fff;
}
.close {
float: unset;
font-size: unset;
font-weight: unset;
line-height: unset;
color: unset;
text-shadow: unset;
opacity: unset;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
opacity: unset;
}
.close:hover {
color: unset;
text-decoration: unset;
}
.menu_overlay {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 0;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.7);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
overflow-y: hidden;
opacity: 0;
transition: .5s;
}
.menu_overlay.active {
height: 100%;
padding: 0;
opacity: 1;
}
.menu_wrapper{
position: relative;
}
.menu_wrapper ul{
display: flex;
flex-direction: column;
}
.menu_wrapper ul li {
margin-bottom: 20px;
}
.menu_wrapper ul li a{
font-size: 20px;
}
.portfolio_arr{
top: calc(100% + 30px);
}
.portfolio_arr_prev {
left: 15px;
}
.portfolio_arr_next {
right: 15px;
}
.portfolios_section {
padding: 80px 0 60px;
}
.portfolios_section .container{
padding: 0;
}
.portfolios_section .section_title {
margin-bottom: 40px;
}
.portfolio_carousel_wrapper{
width: 100%;
}
.portfolio_slide{
flex-wrap: wrap;
}
.portfolio_slide .company_info{
width: 100%;
padding: 30px 15px;
}
.portfolio_slide .portfolio_info{
width: 100%;
padding: 30px 15px;
}
.portfolios_section .cta_section{
padding: 0 15px;
}
.portfolios_section .cta_section .cta_title {
padding-top: 115px;
}
.mobile_team{
display: block;
}
.img_container{
display: none;
}
.footer{
padding-bottom: 50px;
}
.footer-social ul{
margin-bottom: 50px;
}
.footer-contacts ul{
margin-left: 0;
margin-bottom: 45px;
}
.footer-logo{
width: 114px;
display: block;
margin: 0 auto;
}
.copyright{
text-align: center;
}
}
@media(max-width: 576px){
body p{
margin-top: 0;
}
.navbar-mobile {
right: 20px;
}
.blockchain_development_services .section_title,
.section_title{
font-size: 32px;
}
.hero {
padding-top: 110px;
}
.hero_title{
padding-top: 0;
font-size: 32px;
}
.hero_subtitle{
font-size: 14px;
}
.hero .stat_box br{
display: none;
}
.trusted_by_logos_section{
display: none;
}
.cta_section .cta_title br{
display: none;
}
.blockchain_development_services .section_title{
margin-bottom: 40px;
}
.service_box{
padding: 30px 10px;
}
.technologies_section{
padding: 40px 0 15px;
}
.technologies_section .section_title{
margin-bottom: 40px;
}
.technologies_section .logos_wrapper .logo {
width: 50%;
}
.about_dev_pro{
padding-top: 0;
}
.about_dev_pro .section_title{
text-align: center;
}
.about_dev_pro .accelerate_your_project {
padding-bottom: 60px;
}
.contact_experts_section .section_title{
text-align: center;
}
.contact_experts_section .team_box{
margin-bottom: 30px;
}
}
@media(max-width: 370px){
.site_btn{
width: 100%;
}
}