body{
    margin: 0;
    padding: 0;
}
body::before{
    display: block;
    content: '';
    height: 60px;
}
body a {
    font-size: 1rem;
    font-family: Lato !important;
}
body p {
    font-size: 1rem;
    font-family: Lato !important;
}

/* active menu */
.nav-link {
    border: none;
    outline: none;
    padding: 10px 16px;
    color: #666;
    cursor: pointer;
    font-size: 18px;
  }
  
  /* Style the active class, and buttons on mouse-over */
  .active, .nav-link:hover {
    /* color: #666; */
    color: white;
  }

nav {
    padding: 2rem !important;
}

.pink-button{
    border-radius: 0px 16px 0px 16px !important;
    transition: 0.4s;
    flex: 1;
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #38CDD2 !important;
    color: #fff !important;
    font-weight: bold;
    border: none;
    box-shadow: 0px 0px 16px rgb(255 255 255 / 20%);
}
.pink-button:hover{
    border-radius: 16px 0px 16px 0px !important;
    transition: 0.4s;
    background-color: #fff !important;
    color: #B9185B !important;
    font-weight: bold;
    border: none;
    box-shadow: 0px 0px 16px rgb(185 24 91 / 35%);
    transition: 1s ease;
    transition: 0.4s;
}
.pinkotab-heading h2{
    color:#B9185B;
}
.pinkotab-heading h3{
    color:rgb(45, 158, 161);
}
.pinkotab-heading p{
    color:#38CDD2;
    font-size: 1.5rem;
}
.solutions-wrapper {
    position: relative;
    z-index: 999;
    overflow: hidden;
    background: url(../img/solution-line.png) no-repeat scroll center 120px;
}
.solutions-wrapper a {
    text-decoration: none;
}
.our-solutions {
    position: relative;
    margin: 45px 5px 5px 5px;
    padding: 40px 15px 32px 15px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #38CDD2;
    border-radius: 8px 8px;
    transition: all 0.4s;
    box-shadow:
                1px 1px #B9185B,
                2px 2px #B9185B,
                3px 3px #B9185B;
    transform: translateX(-3px);
}
.solutions-title {
    color:#38CDD2 !important;
}
.bi {
    color:#B9185B !important;
    width: 50px;
    height: 50px;
}
.img-box {
    border-radius: 8px;
    box-shadow: 0px 8px 40px 0 rgb(0 0 0 25%);
    width: 100%;
}
.about h2 {
    color:#38CDD2;
    font-weight: bold;
}

/* services */

.bg {
    position: relative;
    z-index: 999;
    overflow: hidden;
    background: 
    linear-gradient(to bottom, rgba(9, 59, 61, 0.85), rgba(104, 9, 48, 0.85)),
    url(../img/marketing-media.jpg) no-repeat center;
    background-size: cover;
    height: 250px;
    background-attachment: fixed;
}
.tab-content {
    padding: 20px 0;
}
/* .header-sect {
    padding-top:;
} */

/* blog grid main bg */
.paralex {
    position: relative;
    z-index: 999;
    overflow: hidden;
    background: 
    linear-gradient(to bottom, rgba(52, 56, 56, 0.85), rgba(61, 41, 49, 0.85)),
    url(../img/the\ way\ you\ want\ it.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

/* equal column */
.col-container {
    display: table !important;
  }
.col {
    display: table-cell !important;
  }

/* portfolio */

.portfolio-wrapper {
    position: relative;
    z-index: 999;
    overflow: hidden;
    background: 
    linear-gradient(to bottom, rgba(56, 205, 210, 0.75), rgba(185, 24, 91, 0.75)),
    url(../img/pinkotab-marketing-and-advertising.jpg) no-repeat center;
    background-size: cover;
    /* height: 250px; */
    background-attachment: fixed;
}

/* team */

.our-team {
    position: relative;
    margin: 45px 5px 5px 5px;
    padding: 10px 15px 32px 15px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #38CDD2;
    border-radius: 8px 8px;
    transition: all 0.4s;
    box-shadow:
                1px 1px #B9185B,
                2px 2px #B9185B,
                3px 3px #B9185B;
    transform: translateX(-3px);
}

/* client */
.pinkotab-client img{
    width: 150px;
}
.pinkotab-client li {
    list-style-type: none;
    width: 50%;
    margin: auto;
}

/* Style inputs */
.contact input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  .contact input[type=submit] {
    background-color: #B9185B;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  .contact input[type=submit]:hover {
    background-color: #38CDD2;
  }
  
  /* Style the container/contact section */
  .contact .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
  }
  
  /* Create two columns that float next to eachother */
  .contact .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
  }
  
  /* Clear floats after the columns */
  .contact .row:after {
    content: "";
    display: table;
    clear: both;
  }  

  .contact h5 {
      color: #38CDD2;
  }
  .contact a {
      color: #fff;
      list-style-type: none;
  }
  .contact a:hover {
      color: #38CDD2;
  }

  ul.footer_social {
    display: flex;
    padding: 15px;
    text-align: center;
    list-style-type: none;
  }
.footer_social li{
      padding: 10px;
      width: 50%;
      margin: 0 auto;
  }


  a.footer-links {
      text-decoration: none;
      color: #fff;
      display: block;
      font-size: 1rem !important;
  }
  a.footer-links:hover {
      color: #38CDD2;
  }

  /* blog section */

  .page-header {
    background-color: #B9185B;
    color:#fff;
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
}

.bordered-side {
    border-right-style: solid;
    border-right-width: thin;
    height: 80px;
    border-right-color: #B9185B;
}

.sidebar-wrap{
    padding:0 !important;
}

.rounded-img {
    margin-top: -15px;
}

.card-title {
    margin-bottom: 0.5rem !important;
}

.card-body img.rounded-circle {
    border: 4px solid rgb(248, 128, 178) !important;
}

.card-footer{
    background: #38CDD2 !important;
}
.card-footer .text-muted{
    color:#fff !important;
}

.carousel-indicators {
    bottom: -60px !important;
}

/* Sidebar Style
=================*/
.sidebar-wrap {
    padding-left: 40px;
}
.sidebar-wrap .widget-content:not(:last-of-type) {
    margin-bottom: 40px;
}
.widget-content.blog-widget h4 {
    color: #204163;
}
.widget-content.blog-widget .widget-links li a {
    color: #ffffff;
    text-decoration: none;
}
.widget-content.blog-widget .widget-links li a:hover {
    color: #000000;
}
.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}
.sidebar-wrap .widget-content h4:before {
    background-color: #2500f9;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -5px;
}
.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: none;
}

/* Search Form Style
===================*/
.search-form {
    position: relative;
    margin-left: -2px;
}
.search-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    color: #204163;
    height: auto;
    padding: 15px 20px;
    border-radius: 2px;
    padding-right: 60px;
}
.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #204163;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}
.search-form input::-webkit-input-placeholder {
    color: #8495a7 !important;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
    color: #8495a7 !important;  
}
.search-form input::-moz-placeholder {  /* Firefox 19+ */
    color: #8495a7 !important;  
}
.search-form input:-ms-input-placeholder {  
    color: #8495a7 !important;  
}

/* Thumbnails Post Style
========================*/

.thumb-post li {
    display: flex;
    align-items: top;
    margin-bottom: 20px;
}
.thumb-post li:last-child {
    margin-bottom: 0;
}
.thumb-post li img {
    width: 100px;
    display: block;
    
}
.thumb-post li a {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #204163;
    padding-left: 15px;
    letter-spacing: -0.5px;
    text-decoration: none;
}
.thumb-post li a:hover {
    color: #2500f9;
    text-decoration: underline;
}

  /* blog section end */

@media (min-width: 768px) {
    .news-input {
        width:50% !important;
    }

    .contact .column, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
    
    .bg {
        height: 450px;
    }
    .header-sect {
        padding-top: 75px;
    }
    .img-fluid {
        width: 100%;
        height: auto !important;
    }
} 
@media (min-width: 450px) {
    .client .d-flex {
        display: blok !important; 
    }
    .pinkotab-client li {
        padding: 20px;
    }
    .map {
        width: 300px;
    }
    .img-fluid {
        width: 100%;
        height: 50%;
    }


} 

/*========== Animated Elements ==========*/
.anim-elements {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.anim-elements .anim-element{ position: absolute; }
.anim-elements .anim-element:nth-child(1) {
    background: rgba(0, 201, 157,0.6);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 12%;
    left: 15%;
    animation: animTwo 13s infinite linear;
}
.anim-elements .anim-element:nth-child(2) {
    border: 5px solid rgba(0, 153, 229,0.30);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 15%;
    left: 45%;
    -webkit-animation: animOne 15s infinite linear;
    animation: animOne 15s infinite linear;
}
.anim-elements .anim-element:nth-child(3) {
    border: 5px solid rgba(244, 34, 104,0.3);
    width: 25px;
    height: 25px;
    bottom: 20%;
    left: 30%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}
.anim-elements .anim-element:nth-child(4) {
    background: rgba(252, 162, 73,0.80);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 15%;
    right: 25%;
    -webkit-animation: animFive 15s infinite linear alternate;
    animation: animFive 15s infinite linear alternate;
    
}
.anim-elements .anim-element:nth-child(5) {
    background: rgba(100, 45, 250,.4);
    width: 3px;
    height: 20px;
    top: 18%;
    right: 25%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}
.anim-elements .anim-element:nth-child(5):after, 
.anim-elements .anim-element:nth-child(5):before {
    content: "";
    display: block;
    width: 100%;
    height: calc(50% - 2px);
    top: 6px;
    background: inherit;
    position: absolute;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.anim-elements .anim-element:nth-child(5):before {
    right: -6px;
}
.anim-elements .anim-element:nth-child(5):after {
    left: -6px;
}
@keyframes animOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(73px, -1px) rotate(35deg)
    }
    40% {
        transform: translate(141px, 72px) rotate(75deg)
    }
    60% {
        transform: translate(83px, 122px) rotate(110deg)
    }
    80% {
        transform: translate(-40px, 72px) rotate(145deg)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(35deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(75deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(110deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(145deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animThree {
    0% {
        transform: translate(165px, -179px)
    }
    100% {
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }
    100% {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@-webkit-keyframes animFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg)
    }
}

@media (max-width: 450px) {
    form {
        width: 100%;
    }
    iframe {
        width: 100%;
        margin: 0 auto;
    }
    nav {
        padding: 1rem !important;
    }
    .news {
        padding: 35px !important;
    }
    .big-header {
        padding: 35px !important;
    }
}

