.main{
      height: auto; 
      width: 1420px;
      margin: auto;
      padding: 1%;
    }
  /*ARROW HEADER DESIGN*/
  #pointer {
    width: 180px;
    height: 40px;
    position: relative;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(6,60,101,1) 24%, rgba(87,122,150,1) 84%);
    padding-left: 3%;
    padding-top: 2px;
    margin-left: 0;
    margin-bottom: 0;
  }
  #pointer p{
    color: white;
    margin-left: 10px; 
    font-size: 22px;
  }
  #pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(87,122,150);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }


  .textcontent{
    padding-right: 10px;
    width: 60%;
    margin-left: 40%;
  }
  .ourstory{
    margin-top: 3%;
  }
  .textcontent p{
    text-align: justify;
  }
  .ourstory p{
    text-align: justify;
  }
  .services p{
    text-align: justify;
  }
  .main div img{
      width: 39%;
  }


  @media screen and (max-width: 1445px) {
    .main{
      height: auto; 
      width: 1200px;
      margin: auto;
    }
    .textcontent p{
      font-size: 12px
    }
    .ourstory p{
      font-size: 12px
    }
    .services p{
      font-size: 12px
    }
  }

  @media screen and (max-width: 1250px) {
    .main{
      height: auto; 
      width: 1000px;
      margin: auto;
    }
    .main div img{
      height: 330px;
    }
  }

  @media screen and (max-width: 600px) {
    .main{
      height: auto; 
      width: 100%;
      margin: auto;
      padding: 0;
    } 
  }


a.btn-social,
.btn-social
{
    border-radius: 5%;
    color: #ffffff !important;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 34px;
}
.btn-social .fa,.btn-social i
{
    backface-visibility: hidden;
    moz-backface-visibility: hidden;
    ms-transform: scale(1);
    o-transform: scale(1);
    transform: scale(1);
    transition: all .25s;
    webkit-backface-visibility: hidden;
    webkit-transform: scale(1);
    webkit-transition: all .25s;
}
.btn-social:hover,.btn-social:focus
{
    color: #fff;
    outline: none;
    text-decoration: none;
}
.btn-social:hover .fa,.btn-social:focus .fa,.btn-social:hover i,.btn-social:focus i
{
    ms-transform: scale(1.3);
    o-transform: scale(1.3);
    transform: scale(1.3);
    webkit-transform: scale(1.3);
}
.btn-social.btn-sm
{
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    margin: 6px 2px;
    width: 36px;
}
.btn-twitter
{
    background-color: #55acee;
}
.btn-twitter:hover
{
    background-color: #83c3f3;
}
.btn-facebook
{
    background-color: #3b5998;
}
.btn-facebook:hover
{
    background-color: #4c70ba;
}
.btn-instagram
{
    background-color: #0976b4;
}
.btn-instagram:hover
{
    background-color: #0b96e5;
}