/* You can add global styles to this file, and also import other style files */
body {
    font-family: "montserrat";
    background: #fafafa !important;
    background: url('./images/body-bg7.b40e39a8e3747e74f4df.png') #fff!important;
    
    overflow-x: hidden;
    position: relative;
  }
  .list-inline-item {
    font-size: 9vh !important;
}

  /* vietnamese */
  @font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58m-xDwxUD2GF9Zc.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58i-xDwxUD2GF9Zc.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v20/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-xDwxUD2GFw.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  @import url("https://fonts.googleapis.com/css?family=Quicksand");
  * {
    font-family: "Quicksand", sans-serif;
    font-size: 0.9srem;
  }
  @media (min-width: 768px) and (max-width: 5000px) {
    .Mobile_Spacer {
      height: 50px !important;
    }
  }
  
  .Mobile_Spacer {
    height: 0px;
  }
  
  @media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
      float: left;
    }
  }
  
  @media (min-width: 980px) {
    .col-lg-9 {
      flex: 1;
    }
  }

  .profile {
    background: #fff;
    border-radius: 6px;
    padding-bottom: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    animation: animateleft 1.5s;
  }
  @keyframes animateleft {
    from {
      left: -300px;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  
  .profile .name {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
  }
  .profile_name {
    line-height: 18px;
    padding: 20px;
  }
  
  .profile .job {
    font-size: 13px;
    color: #777777;
  }
  
  .profile-image {
    margin-top: -18px;
    -webkit-clip-path: polygon(0 9%, 100% 0, 100% 94%, 0% 100%);
    clip-path: polygon(0 9%, 100% 0, 100% 94%, 0% 100%);
  }
  .profile-image img {
    width: 100%;
  }
  ul.profile-information {
    list-style: none;
    // margin: 8px 0px 8px 35px;
  }
  
  ul.profile-information li:first-child:before {
    margin-left: -45px;
    margin-top: -47px;
    margin-bottom: 20px;
    position: relative;
    border: 0;
    width: 45px;
    height: 45px;
    padding: 11px 14px;
    box-shadow: 0px 2px 32px 0px rgba(4, 123, 248, 0.3);
  }
 
  .timeline li:before,
  ul.profile-information li:before {
    border-color: #190072 !important;
  }
  ul.profile-information li:before {
    border-color: #190072;
  }
  ul.profile-information li:before {
    content: "";
    border: solid 2px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    margin-left: -25px;
    margin-top: 2px;
    font-weight: 400;
    background: #fff;
    display: block;
    position: absolute;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.profile-information li:first-child:after {
    background: url(./images/media_round-icon.png) no-repeat;
    //   background-size: 27px 10px;
  }
  ul.profile-information {
    position: relative;
  }
  ul.profile-information li:first-child:after {
    background: url(./images/media_round-icon.png) no-repeat;
  
    z-index: 1111;
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: -11px;
    left: 37px;
    margin: 16px -15px;
    background-size: 35px 35px;
  }
  
  ul.profile-information li p span {
    color: #000;
  }
  ul.profile-information li {
    border-left: solid 2px #eee;
    padding: 0 0 1px 20px;
    font-size: 12px;
    color: #787878;
  }
  header nav a.home-btn,
  .estate figure .imgout .price,
  .site-btn,
  .timeline li:first-child i,
  nav ul li a:after,
  .owl-theme .owl-controls .owl-page span,
  .skill-list .progress .percentage,
  ul.profile-information li:first-child:before {
    background: #190072 !important;
  }
  .socialIcon {
    text-align: center;
  }
  .socialIcon > a {
    margin: 0px 8px;
    color: #190072 !important;
  }
  .socialIcon > a:hover {
    color: #999 !important;
  }
  ul.profile-information li:first-child:after {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 5000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 5000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  }
  
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
    }
  
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  .profile .site-btn {
    margin: 18px auto 30px;
    display: block;
  }
  .site-btn.icon {
    text-align: left;
    padding: 1px 6px 1px 19px;
  }
  .site-btn {
    font-size: 14px;
    color: #eee;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px;
    line-height: 35px;
  }
  .site-btn.icon i {
    color: #000;
    background: #fff;
    margin-left: 15px;
    border-radius: 50px;
    font-size: 11px;
    height: 27px;
    width: 27px;
    float: right;
    text-align: center;
    line-height: 29px;
    margin-top: 4px;
  }
  
  header nav {
    background: #fff;
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 70px;
    width: 100%;
    margin-bottom: 30px;
    line-height: 70px;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
  }
  header {
    position: relative;
    animation: animatetop 1.5s;
  }
  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0;
    }
    to {
      top: 0;
      opacity: 1;
    }
  }
  section.graybg {
    background: #fafafa;
  }
  
  section:last-child {
    border: 0;
  }
  .padbot_50 {
    padding-bottom: 50px;
  }
  .padding_50 {
    padding-top: 50px;
  }
  .service {
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    padding: 20px;
    height: 220px;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    min-height: 186px;
  }
  .skill-list li {
    list-style: none;
    margin: 40px 0px;
  }
  .section-title h2 {
    margin-top: 20px;
  }
  .skill-list h3 {
    font-size: 12px;
  }
  @media screen and (min-width: 120px) and (max-width: 480px){

    header nav a.home-btn {
      padding:0px 5px !important;
    }
}
  @media screen and (min-width: 320px) and (max-width: 780px){
    .mobilehide {
      display: none;
    }
    header nav ul li a {
      font-size: 10px !important;
    }
  }
  .rowsx {
    margin-right: 15px;
    margin-left: 15px;
    min-height: 380px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
  }
  .little-text {
    color: #989898;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .services .service span.title {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  footer .footer a {
    color: #999;
  }
  footer .footer {
    background: #1e1e1e;
    min-height: 70px;
    color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    line-height: 72px;
    text-align: center;
    font-weight: lighter;
    font-size: 10px;
  }
  .bottom_30 {
    margin-bottom: 30px;
  }
  .top_30 {
    margin-top: 30px;
  }
  footer .footer .name {
    color: #fff;
    font-size: 15px;
  }
  .sz {
    font-size: 40px;
    margin: 10px 0px;
    color: #222;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .rows {
    margin-right: 15px;
    margin-left: 15px;
  }
  nav ul {
    list-style: none;
  }
  header nav ul li {
    float: left;
  }
  header nav a.home-btn {
    color: #fff;
    border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    padding: 0px 24px;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 10px;
    transition: all ease 0.4s;
    line-height: 77px;
  }
  
  header nav ul li a {
    font-size: 12px;
  
    font-weight: bold;
    color: #190072;
    padding: 0 10px;
    line-height: 73px;
    text-decoration: none;
    display: block;
  }
  .site-btn {
    background: #190072 !important;
  }
  .site-btn {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
  }
  .top_30 {
    margin-top: 20px;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 24px;
  }
  .section-title h2 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
  }
  #content {
    min-height: 380px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
  }
  
  .fa-paper-plane {
    color: #000;
    background: #fff;
    margin-left: 15px;
    border-radius: 50px;
    font-size: 11px;
    height: 27px;
    width: 27px;
    float: right;
    text-align: center;
    line-height: 29px;
    margin-top: 4px;
  }
  header nav .site-btn {
    margin: 18px 18px 0 5px;
  }
  header nav a.home-btn {
    background: #190072 !important;
    color: #eee !important;
  }
  
  .home-btn {
    font-size: 25px !important;
  }
  footer {
    position: relative;
    animation: animatebottom 1.5s;
  }
  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }
    to {
      bottom: 0;
      opacity: 1;
    }
  }
  .text-none a {
    text-decoration: none !important;
  }
  

  .contact {
    min-height: 500px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0px 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    animation: animateleft 1.5s;
  }
  
  @keyframes animateleft {
    from {
      left: -300px;
      opacity: 0;
    }
  
    to {
      left: 0;
      opacity: 1;
    }
  }
  
  .padbot_45 {
    padding-bottom: 45px;
  }
  
  .padding_30 {
    padding-top: 30px;
  }
  
  .bottom_30 {
    margin-bottom: 30px;
  }
  
  .top_15 {
    margin-top: 15px;
  }
  
  .section-title {
    position: relative;
    display: inline-block;
    padding: 0 3px;
  }
  
  h2 {
    font-size: 1rem !important;
    font-weight: bold;
  }
  
  .site-form .site-input {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: 0;
  }
  
  .site-form .site-area {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    min-height: 100px;
    margin-bottom: 15px;
  }
  
  .site-btn {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px;
    line-height: 35px;
    background: #290074;
    color: #ddd;
  }
  
  .contact-info ul li {
    list-style: none;
    font-size: 14px;
    color: #787878;
    line-height: 34px;
  }
  
  .contact-info ul li span {
    color: #000;
    font-weight: bold;
  }
  
  .blogBox {
    display: flex;
    flex-wrap: wrap;
  }
  
  .inBlogBox {
    background-color: #fff;
    max-width: 225px;
    width: 100%;
    margin: 15px 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 13px 11px #dee2e62e;
  }
  
  .inBlogBox:hover {
    box-shadow: 0px 0px 5px 3px #dee2e62e !important;
  }
  
  #blog .cbp-item {
    padding: 15px !important;
  }
  
  .cbp-ready .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0;
  }
  
  .cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  
  #blog a.blog-box {
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -moz-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
  }
  
  .cbp-item-wrapper img {
    width: 100%;
  }
  
  
  #screen {
  
    padding-top: 90%;
    margin: auto;
  
    border-radius: 0.75em 0.75em 0 0;
  
    background-size: 100% auto;
    cursor: pointer;
    transition: background-position 5s linear;
  }
  
  #screen:hover {
    background-position: 0 100%
  }
  
  
  
  @media (max-width: 30em) {
    #screen {
      width: 15.56em;
      padding-top: 9.725em;
    }
  
  }
  
  @media (max-width: 22em) {
    #screen {
      width: 13.2em;
      padding-top: 8.25em;
    }
  
  }
  
  .portfolioCard {
    text-align: center;
  }
  
  .portfolioCard>h2 {
    margin: 0;
    padding-top: 10px;
  }
  
  .portfolioCard>span {
    font-size: 12px;
  }
  
  
  
  
  .inBlogBox {
    position: relative;
    display: inline-block;
    /* padding: 0.5em 2em; */
    cursor: pointer;
    overflow: hidden;
  }
  .inBlogBox:before, .inBlogBox:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
  }
  .inBlogBox:before {
    top: 0;
  }
  .inBlogBox:after {
    bottom: 0;
  }
  .inBlogBox:hover > * > *:before, .inBlogBox:hover > * > *:after {
    transform: translate3d(0, 0, 0);
  }
  .inBlogBox:hover > * > * > *:before, .inBlogBox:hover > * > * > *:after {
    transform: translate3d(0, 0, 0);
  }
  .inBlogBox > *:before, .inBlogBox > *:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
  }
  .inBlogBox > *:before {
    left: 0;
  }
  .inBlogBox > *:after {
    right: 0;
  }
  .inBlogBox > * > *:before, .inBlogBox > * > *:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 9;
    height: 2px;
    width: 100%;
    background-color: #190072;
  }
  .inBlogBox > * > *:before {
    top: 0;
    transform: translate3d(-105%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .inBlogBox > * > *:after {
    bottom: 0;
    transform: translate3d(105%, 0, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .inBlogBox > * > * > *:before, .inBlogBox > * > * > *:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 9;
    height: 100%;
    width: 2px;
    background-color: #190072;
  }
  .inBlogBox > * > * > *:before {
    left: 0;
    transform: translate3d(0, 105%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .inBlogBox > * > * > *:after {
    right: 0;
    transform: translate3d(0, -105%, 0);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .contact {
    min-height: 500px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0px 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    animation: animateleft 1.5s;
  }
  @keyframes animateleft {
    from {
      left: -300px;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  .padbot_45 {
    padding-bottom: 45px;
  }
  
  .padding_30 {
    padding-top: 30px;
  }
  .bottom_30 {
    margin-bottom: 30px;
  }
  .top_15 {
    margin-top: 15px;
  }
  .section-title {
    position: relative;
    display: inline-block;
    padding: 0 3px;
  }
  h2 {
    font-size: 1rem !important;
    font-weight: bold;
  }
  .site-form .site-input {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: 0;
  }
  .site-form .site-area {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    min-height: 100px;
    margin-bottom: 15px;
  }
  .site-btn {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px;
    line-height: 35px;
    background: #290074;
    color: #ddd;
  }
  .contact-info ul li {
    list-style: none;
    font-size: 14px;
    color: #787878;
    line-height: 34px;
  }
  .contact-info ul li span {
    color: #000;
    font-weight: bold;
  }
  
  #blog .cbp-item {
    padding: 15px !important;
  }
  .cbp-ready .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0;
  }
  .cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  #blog a.blog-box {
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -moz-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
  }
  .cbp-item-wrapper img {
    width: 100%;
  }
  .blogBox {
    display: flex;
    flex-wrap: wrap;
  }
  .inBlogBox {
    background-color: #fff;
    max-width: 230px;
    
    margin: 15px 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 13px 11px #dee2e62e;
  }
  .inBlogBox:hover {
    box-shadow: 0px 0px 5px 3px #dee2e62e !important;
  }
  .contentBox {
    background: #fff;
  }
  .contentBox h4 {
    height:50px;
    font-weight: bold;
    font-size: 1rem;
    font-weight: bold !important;
    padding: 0px 10px;
    text-align: justify;
  }
  .contentBox p {
    font-size: 0.8rem;
    color: #777;
    font-weight: bold !important;
    padding: 0px 10px;
    text-align: justify;
  }
  .contentBox span {
    font-size: 0.8rem;
    color: #999;
    padding-left: 10px;
    line-height: 3;
  }
  .inBlogBox img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  
    width: 100%;
  }
  .slideright
  {
    background: #fff;
  }
  .customPostP{
    height: 150px;
  }
  .blog_post_cont_img{
    height: 150px;
  }
  .customPostP p
  {
    -webkit-line-clamp: 8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .anchorLink
  {
    text-decoration: none !important;
    color:#333;
  }

  .thumb-custimage
  {
height: 400px;
    display: inline-block;
    width: 100%;
  }


  .publish_date{
    font-size: 12px !important;
    position: initial;
    float: right;
    bottom: 0px;
    /* right: 11px; */
    /* right: 21px; */
    margin-right: 10px;
	  margin-top:20px;
  }


  .contact {
    min-height: 500px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0px 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    animation: animateleft 1.5s;
  }
  @keyframes animateleft {
    from {
      left: -300px;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  .padbot_45 {
    padding-bottom: 45px;
  }
  
  .padding_30 {
    padding-top: 30px;
  }
  .bottom_30 {
    margin-bottom: 30px;
  }
  .top_15 {
    margin-top: 15px;
  }
  .section-title {
    position: relative;
    display: inline-block;
    padding: 0 3px;
  }
  h2 {
    font-size: 1rem !important;
    font-weight: bold;
  }
  .site-form .site-input {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: 0;
  }
  .site-form .site-area {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    min-height: 100px;
    margin-bottom: 15px;
  }
  .site-btn {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px;
    line-height: 35px;
    background: #290074;
    color: #ddd;
  }
  .contact-info ul li {
    list-style: none;
    font-size: 14px;
    color: #787878;
    line-height: 34px;
  }
  .contact-info ul li span {
    color: #000;
    font-weight: bold;
  }
  
  #blog .cbp-item {
    padding: 15px !important;
  }
  .cbp-ready .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .cbp .cbp-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0;
  }
  .cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  #blog a.blog-box {
    cursor: pointer;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    -moz-box-shadow: 0px 0px 48px 0px rgba(4, 6, 4, 0.08);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
  }
  .cbp-item-wrapper img {
    width: 100%;
  }
.cust-thumb{
	height : 40% !important;
}
  
  .contact-form img { 
    width: 100%;
	  height:100%;
  }
  .contact-form h3,
  h2,
  h1,
  h4,
  h5 {
    text-align: justify;
    font-size: 1.5rem;
    padding: 15px 0px;
    font-weight: bold;
  }
  a{
    text-decoration: none !important;
  }
  .contact-form p {
    padding: 4px;
    text-align: justify;
    font-size: 14px;
  }
  .tag_Etc {
    color: #999;
    padding: 0px 10px;
  }
  


  /* contact style */
  .contact {
    min-height: 500px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 0px 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    animation: animateleft 1.5s;
  }
  @keyframes animateleft {
    from {
      left: -300px;
      opacity: 0;
    }
    to {
      left: 0;
      opacity: 1;
    }
  }
  .padbot_45 {
    padding-bottom: 45px;
  }
  
  .padding_30 {
    padding-top: 30px;
  }
  .bottom_30 {
    margin-bottom: 30px;
  }
  .top_15 {
    margin-top: 15px;
  }
  .section-title {
    position: relative;
    display: inline-block;
    padding: 0 3px;
  }
  h2 {
    font-size: 1rem !important;
  }
  .site-form .site-input {
    width: 100%;
    height: 45px;
    border: 0;
    color: #000;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 15px;
    outline: 0;
  }
  .site-form .site-area {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #dfdfdf;
    font-size: 13px;
    padding: 20px 0 0 10px;
    min-height: 100px;
    margin-bottom: 15px;
  }
  .site-btn {
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 29px;
    line-height: 35px;
    background: #290074;
    color: #ddd;
  }
  .contact-info ul li {
    list-style: none;
    font-size: 14px;
    color: #787878;
    line-height: 34px;
  }
  .contact-info ul li span {
    color: #000;
    font-weight: bold;
  }
  .white{
    color:#fff !important;
  }
  
  /* contact style  */

  .socialIcon img{
    height: 30px;
  }



  /* -------- 404 error  */
  .mainbox {
    background-color: #1D1D71;
    margin: auto;
    height: 600px;
    width: 100%;
    position: relative;
  }
  
  @media screen and (min-width: 120px) and (max-width: 480px){
    .err {
      font-size: 5rem !important;

    }
    .far {
      
      font-size: 5rem !important;
       
    }
    .err2 {
       
      font-size: 5rem !important;
       
    }
}
    .err {
      color: #ffffff;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 11rem;
      position:absolute;
      left: 20%;
      top: 8%;
    }
  
  .far {
    position: absolute;
    font-size: 8.5rem;
    left: 42%;
    top: 15%;
    color: #ffffff;
  }
  
   .err2 {
      color: #ffffff;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 11rem;
      position:absolute;
      left: 68%;
      top: 8%;
    }
  
  .msg {
      text-align: center;
      font-family: 'Nunito Sans', sans-serif;
      font-size: 1.6rem;
      position:absolute;
      color:#fafafa;
      left: 16%;
      top: 45%;
      width: 75%;
    }

  /* -------- 404 error  */


/*-------------- added timeline css*/

/* The actual timeline (the vertical ruler) */
.main-timeline {
position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: #939597;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}

/* Container around content */
.timeline {
position: relative;
background-color: inherit;
width: 50%;
}

/* The circles on the timeline */
.timeline::after {
content: '';
position: absolute;
width: 25px;
height: 25px;
right: -13px;
background-color: #939597;
border: 5px solid #290074;
top: 15px;
border-radius: 50%;
z-index: 1;
}

/* Place the container to the left */
.left {
padding: 0px 40px 20px 0px;
left: 0;
}

/* Place the container to the right */
.right {
padding: 0px 0px 20px 40px;
left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
content: " ";
position: absolute;
top: 18px;
z-index: 1;
right: 30px;
border: medium solid white;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
content: " ";
position: absolute;
top: 18px;
z-index: 1;
left: 30px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
	.card-right
	{display:none}
	.card-left
	{display:none}
/* Place the timelime to the left */
	
	.thumb-custimage
  {
height:200px !important;
  }
	.main-timeline::after
	{display:none}
.main-timeline::after {
left: 31px;
}

/* Full-width containers */
.timeline {
width: 100%;
padding-left: 0px;
	text-align:justify;
padding-right: 0px;
}
.timeline::after {
	width: 20px;
    height: 20px;
	    top: 5px;
	}
/* Make sure that all arrows are pointing leftwards */
.timeline::before {
left: 60px;
border: medium solid white;
border-width: 10px 10px 10px 0;
border-color: transparent white transparent transparent;
	display:none;
}

/* Make sure all circles are at the same spot */
.left::after, .right::after {
left: 5px;

}
	.profile{display:none}
	#wpdcom .wpd-sbs-toggle i.fa-envelope{
		display:none;
	}
.left::before {
right: auto;	display:none;
}

/* Make all right containers behave like the left ones */
.right {
left: 0%;
}
}

.card-right {
    right: 0;
    position: absolute;
    top: 0;
    margin-top: 50%;
}
.card-left {
    left: 0;
    position: absolute;
    top: 0;
    margin-top: 50%;
}
.card-image img{
	border-radius: 3%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card-image-left img{
	border-radius: 3%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media (max-width: 768px) {
	.card-image{
		display:none !important;
	}
	.card-image-left{
		display:none !important;
	}
}
.card-image{
	float: right;
    position: absolute;
    right: -85%;
    top: 30%;
    border-radius: 50%;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}
.card-image-left{
	float: left;
    position: absolute;
    left: -85%;
    top: 30%;
    border-radius: 50%;
}