body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.container {
    width: 1200px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

h3 {
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    color: #333333;
}

h4 {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    color: #333333;
}

h5 {
    font-size: 24px;
    color: #333333;

    font-weight: 500;
    text-align: center;
}

.button-blue {
    background: #03BBD3;
    width: 255px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    font-family: inherit;
}
.button-blue:hover {
    background: #0e8e9f;
}
.button-blue-empty {
    width: 255px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #03BBD3;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #03BBD3;
    cursor: pointer;
    transition: 0.3s;
}
.button-blue-empty:hover {
    background-color:#03BBD3;
    color:#ffffff;
}

input {
    width: 100%;
    height: 56px;
    background: #F7F8FB;
    padding-left: 24px;
    font-size: 18px;
    outline: none;
    border: none;
}

label {
    display:block;
    margin:0 0 24px;
}

label span {
    font-weight: 500;
    font-size: 18px;
    color: #6C6B70;
    display:block;
    margin:0 0 9px;
}

textarea {
    width: 100%;
    height: 148px;
    background: #F7F8FB;
    padding: 17px 0 0 24px;
    font-size: 18px;
    resize: none;
    border: none;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 34px;
    height: 34px;
    display: block;
    background-color: #03bbd3;
    background-image: url(../img/up-arrow.svg);
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateX(150%);
    z-index: 10
}

.scroll-top.active {
    opacity: 1;
    transform: none;
}

p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    letter-spacing: 0.01em;
}

p.text-medium {
    font-weight: 500;
}



/* Pagination
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

.pagination {
    text-align: center;
    margin: 10px 0 40px;
}

.pagination li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    height: 40px;
}

.pagination li a {
    color: #333333;
    display: inline-block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination li a:hover {
    color: #03BBD3;
}

.pagination li.active{
    border: 1px solid #03BBD3;
}

.pagination li.disabled a{
    cursor: default;
}

.pagination li.active a{
    color: #03BBD3;
}

.pagination li i{
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 40px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination li:first-child{
    margin-right: 5px;
}
.pagination li:last-child{
    margin-left: 5px;
}

.pagination li i:hover{
    opacity: 0.5;
}

.pagination li.disabled i:hover{
    opacity: 1;
}

.pagination li .chevron-left{
    background-image: url(../img/icons/chevron-left-blue.svg);  
}

.pagination li .chevron-right{
    background-image: url(../img/icons/chevron-right-blue.svg);  
}

.pagination li.disabled .chevron-left{
    background-image: url(../img/icons/chevron-left-grey.svg);
}

.pagination li.disabled .chevron-right{
    background-image: url(../img/icons/chevron-right-grey.svg);
}

#footer.footer-long{
    padding-top:380px;
}
.menu-mob{
    display:none;
}
.menu-mob {
  top:6px;
  position: relative;
  height: 33px;
  width: 30px;
}
.menu-mob span {
  background: #03BBD3;
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.menu-mob span:nth-child(2) {
  top: 8px;
}
.menu-mob span:nth-child(3) {
  top: 16px;
}
.active-drop-men span:nth-child(1) {
  background: #ffffff;
  transform: rotate(225deg);
  top: 8px;
}
.active-drop-men span:nth-child(2) {
  background: #ffffff;
  transform: rotate(135deg);
  top: 8px;
}
.active-drop-men span:nth-child(3) {
  background: #ffffff;
  transform: rotate(225deg);
  top: 8px;
}

.banner_web_dev{
    background: url('../img/web_development_outsourcing/dots_bg.png');
    color: #333333;
    background-size: 6px;
}
.banner_web_dev .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 544px;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}
.banner_web_dev .text{
    max-width: 560px
}
.banner_web_dev h1{
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    display: flex;
    align-items: center;
    padding-bottom: 45px;
}
.banner_web_dev p{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #333333;
    opacity: 0.6;
    max-width: 530px;
}
.banner_web_dev .img_banner{
    max-width: calc( 100% - 590px);
}
.banner_web_dev .button-blue{
    margin-top: 26px;
}

.img_banner,
.img404 {
    opacity: 0;
    animation: svg-appear 1 1s 0.5s ease forwards;
}

@keyframes svg-appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#latest-developments + #review-slider {
    margin-top: 35px;
}

.services-container {
    display: flex;
    justify-content: space-between;
}
.services-block{
    width:calc(25% - 18px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-image{
    height:80px;
    margin:0 0 20px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
}

.service-name {
    min-height: 40px;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    color: #5C5C5C;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 20px;
    line-height: 1;
}
.service-text {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #87889B;
    margin:0 0 5px;
    min-height:100px;
}
.button-service.button-blue-empty {
    width: 165px;
    height: 48px;
    margin: 0 auto;
}
