@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
img {
    max-width: 100%;
}

a {
    color: #fe580b;
}

h1, h2, h3, h4, h5, h6 {
    color: #02717B;
}

.text-primary {
    color: #fe580b !important;
}

.btn-primary,
.bg-primary {
    background: #fe580b !important;
}

.btn-primary {
    border-color: #fe580b;
}

.btn {
    padding: 8px 26px;
    font-size: 16px;
    font-weight: 600;
}

.btn-success {
    background: #7AA641;
}

.line-break {
    border-top: 2px dashed #ddd;
}

header {
    background: #2B3832;
    color: #f3f3f3;
}

header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 4px 0;
    overflow: auto;
    white-space: nowrap;
}

header ul li {
    border-left: 1px solid rgba(255, 255, 255, .1);
    padding: 0 15px;
    display: inline-block;
}

header ul li:first-child {
    border-left: none;
    padding-left: 0;
}

nav.navbar {
    padding: 0 10px;
}.navbar-toggler {
    border-color: rgb(255,102,203);
  } 

.navbar-brand img {
    height: 50px;
}

.navbar>li>a:hover {
    color: #1a1a1a;
}

ul.navbar-nav li.nav-item a.nav-link {
    font-family: 'Fjalla One', sans-serif;
    padding: 30px 20px;
    font-size: 18px;
    color: #333;
}

.navbar li a {
    position: relative;
}

.navbar li.active a {
    color: #02717B !important;
}

.navbar li a:hover:before,
.navbar li.active a:before {
    left: 0;
    right: 0;
    height: 4px;
}

.navbar li.active a:before {
    border-radius: 0 0 8px 8px;
}

.navbar li.active a:before {
    height: 8px;
}

.navbar li a:hover:before {
    background: #999
}

@media (max-width: 750px) {
    .navbar h3 {
        font-size: 20px;
    }
    nav.navbar {
        padding: 0 !important;
    }
    nav.navbar .container {
        padding: 15px 10px;
    }
    .navbar-brand img {
        height: 40px;
    }
    nav.navbar .container:after {
        height: 20px;
    }
    .navbar {
        padding: 8px 10px !important;
    }
    .navbar li a:before {
        top: 50%;
        left: 0 !important;
        bottom: 50%;
        right: auto !important;
        height: auto !important;
        width: 0px;
        border-radius: 0 4px 4px 0;
    }
    .navbar li.active a:before {
        border-radius: 0 8px 8px 0;
    }
    .navbar li a:hover:before,
    .navbar li.active a:before {
        top: 0;
        bottom: 0;
        width: 4px;
    }
    .navbar li.active a:before {
        width: 8px;
    }
    ul.navbar-nav li.nav-item a.nav-link {
        padding: 10px 20px;
    }
}

body {
    font-size: 16px;
    background: #F1F1F1;
}

html,
body {
    width: 100%;
}

footer {
    background: #191919;
    color: #fff;
}

footer .line {
    border: 1px dashed #02717B;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #02717B;
}

footer h3 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin: 0;
    margin-bottom: 10px;
}

footer ul.social li {
    display: inline-block;
}

footer ul.social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #02717B;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.bg-dot {
    background: #02717B url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.bg-dot h1 {
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    line-height: 1.0;
}

.hero-text p {
    font-size: 20px;
}

blockquote {
    border-left: 2px solid #02717B;
    padding-left: 12px;
    font-size: 42px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
}

.section-2 {
    background: #535760 url(../images/istockphoto-1027328600-170667a.jpg) no-repeat center;
    background-size: cover;
}

.hero-cover {
    position: relative;
    min-height: 300px;
    width: 100%;
    padding: 110px 0;
    overflow: hidden;
    background: #535760 url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}

.hero-cover:before,
.bg-dot::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-text {
    position: relative;
    z-index: 100;
    max-width: 600px;
}

.hero-cover h1,
.tlt {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    line-height: 0.8;
}

.hero-cover h1 {
    font-size: 72px;
    display: block;
}

.hero-cover .btn,
.btn-default {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 25px;
    transition: 0.5 all;
    border-width: 2px;
}

.hero-cover .btn:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #02717B;
}

a.scrolldown {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #2899F3;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity .3s;
}

a.scrolldown span {
    position: absolute;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    margin-top: -25px;
    margin-left: 10px
}

a.scrolldown span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

a.scrolldown span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.btn-default {
    border: 2px solid #02717B;
    color: #02717B;
    display: inline-block;
}

.btn-default:hover {
    border: 2px solid #02717B;
    background: #02717B;
    color: #fff;
}

.pre {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    letter-spacing: 5px;
    font-size: 18px;
    position: relative;
    padding: 0 60px;
}

.pre::before,
.pre::after {
    content: '';
    top: 50%;
    width: 50px;
    background: #555;
    height: 2px;
}

.pre::before {
    left: 0;
}

.pre::after {
    right: 0;
}

@media (max-width: 600px) {
    .hero-cover h1,
    .tlt {
        font-size: 42px;
    }
}

.hero-cover p,
.sub-tlt {
    font-size: 18px;
}

@media (max-width: 600px) {
    .hero-cover h1 {
        font-size: 38px;
    }
    .hero-cover h1 span.size {
        font-size: 80px;
    }
    .hero-cover p {
        font-size: 14px;
    }
}

.tlt {
    color: #02717B;
}

p.sub-tlt,
p.pre {
    color: #555;
}

#arrowAnim {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow {
    width: 90px;
    height: 90px;
    border: 30px solid;
    border-color: rgba(255, 255, 255, .2) transparent transparent rgba(255, 255, 255, .4);
    transform: rotate(-45deg);
}

.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15vw);
    }
    20% {
        opacity: 1;
        transform: translateX(9vw);
    }
    80% {
        opacity: 1;
        transform: translateX(-9vw);
    }
    100% {
        opacity: 0;
        transform: translateX(-15vw);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(15vw);
    }
    20% {
        opacity: 1;
        transform: translateX(9vw);
    }
    80% {
        opacity: 1;
        transform: translateX(-9vw);
    }
    100% {
        opacity: 0;
        transform: translateX(-15vw);
    }
}

.ux-home1 {
    background: #f3f3f3;
}

@media (min-width: 1200px) {
    .ux-home2 {
        max-width: 800px;
    }
}

.ux-home3 {
    background: #02717B url('../images/bg2.jpg') no-repeat;
    background-size: cover;
    color: #fff;
}

.ux-home3 h1.tlt {
    color: #fff;
}

.ux-home3 p.sub-tlt {
    color: #fff;
}

.srvc-wthreegrids h5 {
    font-family: 'Poppins', sans-serif;
    margin: 18px 0;
    color: #333;
}

.srvc-wthreegrids i {
    font-size: 48px;
}

.srvc-wthreegrids:nth-child(1) i {
    color: #02717B;
}

.srvc-wthreegrids:nth-child(2) i {
    color: #7AA641;
}

.srvc-wthreegrids:nth-child(3) i {
    color: #FD4C4F;
}

.carousel {
    margin: 30px auto;
    padding: 0 40px;
    max-width: 700px;
}

.carousel .item {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 200px;
}

.carousel .item .img-box {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
}

.carousel .overview {
    font-family: 'Satisfy', cursive;
    font-size: 32px;
}

.carousel .overview b {
    color: #000000;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 32px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #fff, 0 0 0 #02717B;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
    background: #02717B;
    color: #fff;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }
    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }
    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

.slid_text {
    border: 10px solid #fff;
    width: 202px;
    height: 202px;
    margin: 0 auto;
    padding-top: 46px;
    border-radius: 100%;
    border-top-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-left-color: rgba(41, 171, 226, 0.67) !important;
    border-top-color: rgba(41, 171, 226, 0.67) !important;
}

.slid_text p {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 1;
}

@media (max-width: 991px) {
    .slid_text {
        width: 150px;
        height: 150px;
        padding-top: 40px;
        border: 6px solid #fff;
    }
    .slid_text .tlt {
        font-size: 42px;
    }
}

.deep-blue-container {
    background: rgb(20, 30, 87);
    color: #FFFFFF;
}

.section1-content,
.section2-content,
.section3-content {
    position: relative;
}

.section1-content .content span {
    display: block;
}

.section1-content .icon {
    float: left;
    width: 70px;
}

.section2-content .icon {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #02717B;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 22px;
    color: #02717B;
}

.section3-content .icon {
    width: 70px;
    height: 70px;
    border: 1px solid #cccccc;
    margin-top: 20px;
    line-height: 70px;
    font-size: 30px;
    color: #333333;
    display: inline-block;
    background: #FFFFFF;
    transition: 0.4s all;
}

.section3-content:hover .icon {
    border-color: #02717B;
    background: #02717B;
    color: #FFFFFF;
}

.section3-content h4 {
    font-size: 20px;
}

.section3-content p {
    font-size: 16px;
    color: #777777;
}

.section2-content .content {
    float: left;
    width: calc(100% - 50px);
    padding-left: 20px;
}

.section1-content .icon i {
    font-size: 40px;
    color: #02717B;
}

.section1-content .content {
    float: left;
    width: calc(100% - 70px);
}

.section1-content h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.section1-content p {
    font-size: 16px;
    color: #999;
}

.timeline.item {
    display: flex;
    flex: auto;
    overflow: auto;
    padding: 0rem 1rem 0rem 1rem;
}

#timeline {
    position: relative;
    display: table;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
}

#timeline div:after {
    content: "";
    width: 2px;
    position: absolute;
    top: 0.5rem;
    bottom: 0rem;
    left: 60px;
    z-index: 1;
    background: #3c699e;
}

#timeline h3 {
    width: 139px;
    text-align: center;
    border-radius: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
    color: #fff;
    margin-left: -140px;
    background: #153666;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 500;
}

@media (min-width: 92em) {
    #timeline h3 {
        font-size: 1.1em;
    }
}

#timeline section.year {
    position: relative;
}

#timeline section.year:first-child section {
    margin-top: -2.7em;
    padding-bottom: 0px;
}

#timeline section.year section {
    position: relative;
    padding-bottom: 1.25em;
    margin-bottom: 2.2em;
}

#timeline section.year section ul>li {
    list-style: none;
}

#timeline section.year section h4 {
    position: absolute;
    bottom: 0;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0 0 0 89px;
    color: #3c699e;
}

@media (min-width: 62em) {
    #timeline section.year section h4 {
        font-size: 1em;
    }
}

#timeline section.year section ul {
    list-style: none;
    padding: 0 0 0 75px;
    margin: -1.35rem 0 1em;
    max-width: 32rem;
    font-size: 1em;
}

@media (min-width: 62em) {
    #timeline section.year section ul {
        font-size: 1.1em;
        padding: 0 0 0 81px;
    }
}

#timeline section.year section ul:last-child {
    margin-bottom: 0;
}

#timeline section.year section ul:first-of-type:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #9753c8;
    border: 4px solid #9753c8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 54px;
    top: -7px;
    z-index: 2;
}

@media (max-width: 600px) {
    #timeline h3 {
        top: 0.5rem;
        margin-left: 140px;
    }
    #timeline div:after {
        left: 0px;
    }
    #timeline section.year section ul:first-of-type:after {
        left: -6px;
    }
    #timeline section.year section ul {
        padding: 0 0 0 10px;
    }
}

#timeline section.year section ul li {
    margin-left: 0.2rem;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    list-style: none !important;
}

#timeline section.year section ul li:before {
    content: "Â·";
    list-style: none;
    margin-left: -0.5rem;
    padding-right: 0.3rem;
    list-style-type: none !important;
}

#timeline section.year section ul li:not(:first-child) {
    margin-top: 0.5rem;
    list-style: none !important;
}

#timeline section.year section ul li span.price {
    color: mediumturquoise;
    font-weight: 500;
}

#price {
    display: inline;
}

#timeline svg {
    border: 1px solid white;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.serviceList {
    text-align: center;
}

.serviceList img {
    max-height: 120px;
    width: auto
}

.serviceList h5 {
    font-size: 18px;
    margin-top: 8px;
}

.nav-tabs .nav-link {
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px 20px;
}

.nav-tabs .nav-link.active {
    border-top: 4px solid #02717B;
    color: #02717B;
    padding: 8px 40px;
}

.nav-tabs .nav-link:not(.active) {
    color: rgba(0, 0, 0, 0.1);
}

.icon-item {
    display: block;
    background-color: #fff;
    transition: all 0.5s;
}

.icon-item h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.icon-item:hover {
    text-decoration: none;
    background-color: #F1F1F1;
}

@media (min-width: 768px) {
    .icon-item {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .icon-item .content {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .icon-item {
        text-align: center;
    }
    .icon-item .content {
        margin-top: 12px;
    }
    .icon-item h4 {
        font-size: 16px;
    }
}



.img-featured {
    width: 220px;
    height: 220px;
    display: inline-block;
    margin: 20px;
  }
  
  .ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
  }
  
  .ch-info-wrap,
  .ch-info {
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
  }
  
  .ch-info-wrap {
    top: 20px;
    left: 20px;
    background: #f9f9f9 url(../images/bg.jpg);
    box-shadow:
      0 0 0 20px rgba(255, 255, 255, 0.2),
      inset 0 0 3px rgba(115, 114, 23, 0.8);
  
  }
  
  .ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-position: center center;
  
    -webkit-backface-visibility: hidden;
    /*Just for webkit to have a smooth font*/
    display: grid;
    align-items: center;
  }
  
  .ch-info .ch-info-front {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }
  
  .ch-info .ch-info-back {
    opacity: 0;
    background: #02717B;
    pointer-events: none;
  
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
  }
  
  .ch-img-1 {
    background-image: url(../images/air-delivery.jpg);
    background-size: cover;
  }
  
  .ch-img-2 {
    background-image: url(../images/ground-shipping.jpg);
    background-size: cover;
  }
  
  .ch-img-3 {
    background-image: url(../images/sea-delivery.jpg);
    background-size: cover;
  }
  
  .ch-img-4 {
    background-image: url(../images/warehouse.jpg);
    background-size: cover;
  }
  
  .ch-info h4 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0 15px;
    font-family: 'Poppins', sans-serif;
    text-shadow:
      0 0 1px #fff,
      0 1px 2px rgba(0, 0, 0, 0.3);
  }

/*----*
.ch-info p {
  color: #fff;
  padding: 10px 5px 0;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: #e7615e;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
}

.ch-info p a:hover {
  color: #fff;
}

.ch-item:hover .ch-info-front {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  opacity: 0;
}
/*----*/
.ch-item:hover .ch-info-back {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
  }
  
  @media all and (max-width:1080px) {
    .img-featured {
      width: 200px;
      height: 200px;
      display: inline-block;
      margin: 10px;
    }
  
    .ch-info-wrap,
    .ch-info {
      position: absolute;
      width: 160px;
      height: 160px;
      border-radius: 50%;
    }
  
    .features-4 .features4-grid h5 a {
      font-size: 20px;
    }
  
  }  



/*.services-wrap .hny-title{font-size: 24px;}*/
.services {text-align: center;}
.services .card-body{font-size: 30px;}

.services i{font-size: 30px;
    background: #fe580b;
    color: #fff;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
} 

.professional_builder .builder i {
    font-size: 80px;
    color: #fff;
    padding-bottom: 35px;
    background: #f54646;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    padding: 28px 21px;
    margin-bottom: 19px;
}