@font-face{
    src: url(../fonts/gtwalsheim/GT\ Walsheim\ Regular.ttf);
    font-family: gtwalsheim;
}
a:hover{
    text-decoration: none !important;
}
body{
    margin: 0;
    padding: 0;
    font-family: gtwalsheim;
}
.header{
    position: relative;
    display: flex;
    background: #7833f3;
    align-items: center;
    padding-left: 3.3%;
    height: 100px;
    position: relative;
    font-family: gtwalsheim;
    transition: all .5s ease;
    z-index: 1;
}
.menu-icon{
    flex: 1;
}
.logo{
    flex: 1;
    text-align: center;
}
.header-contact{
    flex: 1;
    text-align: right;

}
.logo img{
    width: 180px;
    height: 55px;
}
.open-button{
    background: transparent;
    border: none;
}
.open-button i{
    font-size: 26px !important;
    color: white;
}
.open-button:focus{
    outline: none;
}
.logo h4{
    color: #fff;
    font-weight: bold;
    transition: all .3s ease;
}
.logo a:hover{
    text-decoration: none;
}
.phone{
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    transition: all .3s ease;
}
.phone:hover{
    text-decoration: none;
    color: black;
}
.phone i{
    margin-right: 10px;
    font-size: 30px !important;
    display: inline-block;
    position: relative;
    top: 5px;
}
.quote{
    width: 170px;
    line-height: 100px;
    margin: 0 0 0 40px;
    text-align: center;
    padding: 0 20px;
    transition: all .3s ease;
    color: #7833f3;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
    border: none;

}
.quote:hover{
    box-shadow: inset 0px 0px 64px -4px rgba(0,0,0,.75); 
}
.quote:focus{
    outline: none;
}
.video-div{
    height: 90%;
}
.video-div video{
    height: 120%;
    padding-top: 27vh;
    margin-left: -15px;
    position: absolute;
    bottom: 0;
}
.first-section{
    background: #f3f3f3;
    overflow: hidden;
}
.clogo{
    width: 100%;
    height: 51px;
    flex: 1;
    margin-right: 30px;
}
.clogo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.company{
    display: flex;
    padding-bottom: 20px;
}
.presentation1{
    width: 100%;
    padding-top: 20px;
}
.presentation{
    display: flex;
    align-items: center;
    min-height: calc(100vh - 100px);
}
.first-line{
    font-size: 80px;
    font-weight: 600;
    color: #7833f3;
    font-family: gtwalsheim;
    margin: 0;
}
.second-line{
    font-size: 65px;
    font-weight: 600;
    color: #7833f3;
    font-family: gtwalsheim;
    margin: 0;
}
.presentation p{
    font-weight: 600;
    color: #272727;
    line-height: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: gtwalsheim;
    margin-top: 20px;
}
.learn-more{
    display: inline-block;
    background-color: #7833f3;
    color: #fff !important;
    border: 1px solid transparent;
    padding: 16px 60px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    margin: 15px 0;
    text-decoration: none;
    font-weight: bold;
}
.learn-more:hover{
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000;
    text-decoration: none;
}
.first-row{
    min-height: calc(100vh - 100px) !important;
}
.first-col{
    position: relative;
    min-height: calc(100vh - 100px) !important;
}
.fixed-menu{
    position: fixed;
    width: 100%;
    height: 60px;
    box-shadow: 0px -6px 20px 0px #000;
    z-index: 999;
}
.re{
    width: 100%;
    height: 100vh;
    background: purple;
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.visibility{
    display: none;
    animation: fadeIn 5s;
}
.line-height{
    line-height: 60px;
}
.cover-second{
    background-image: url(https://clearwateragency.com.au/wp-content/uploads/2019/01/clearwater-homepage-leaf.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 95vh;
    overflow: hidden;
    position: relative;
}
.blue-div{
    position: absolute;
    left: -30%;
    background: #7833f3;
    width: 1400px;
    height: 700px;
    border-bottom-left-radius: 1400px;
    border-bottom-right-radius: 1400px;
}
.circle{
    background: #00ffe0;
    position: absolute;
    right: 10%;
    border-top-left-radius: 540px;
    border-top-right-radius: 540px;
    width: 350px;
    height: 175px;
    bottom: 0;
}
.blue-txt{
    font-size: 40px;
    line-height: 41px;
    margin: 0 50px;
    padding-bottom: 20px;
    font-weight: 500;
    font-family: gtwalsheim;
    color: #fff;
    max-width: 472px;
    position: absolute;
    right: 20%;
    line-height: 80px;
}
.blue-txt-p{
    font-size: 18px;
    font-family: gtwalsheim;
    color: #fff;
    
}
.blue-p{
    max-width: 600px;
    margin-left: 40%;
    margin-top: 10%;
}
.video1 video{
    display: block;
    width: 150%;
    /* padding-top: 160px; */
    margin-bottom: -1px;
    padding-bottom: 0;
    position: relative;
    
}
.third-section{
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
}

/* swiper slider */


.third-section .swiper-container {
    width: 100%;
    height: 100%;
}
.slider-items{
    padding: 0 65px;
}
.right-box .swiper-container {
    width: 100%;
    height: 100%;
}
.third-section .swiper-slide, .right-box .swiper-slide{
    max-width: 870px !important;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet-active {
  color:#fff;
  background: #007aff;
}
.swiper-button-next:focus{
    outline: none;
}
.swiper-button-prev:focus{
    outline: none;
}
/* swiper slider */

.slider-h{
    font-weight: 500;
    color: #7833f3;
    font-size: 65px;
    line-height: 77px;
    padding-bottom: 20px;
    font-family: gtwalsheim;
}
.slider-p{
    color: #272727;
    font-size: 20px;
    line-height: 30px;
    font-family: gtwalsheim;
    /* max-width: 691px; */
}
.fourth{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.driven-search{
    background: #7833f3;
    width: 100%;
    margin-left: auto;
    padding: 10% 20% 10% 10%;
}
.driven-search p{
    color: #fff;
    font-size: 52px;
    font-weight: 500;
    /* padding-bottom: 40px; */
    font-family: gtwalsheim;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: block-axis;
    display: -webkit-box;
}
.driven-search a{
    padding: 16px 60px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    background: white;
    color: black;
    font-size: 20px;
    font-weight: 600;
    transition: all .3s ease;
    font-family: gtwalsheim;
    border: 1px solid #7833f3;
    margin-top: 30px;
}
.driven-search a:hover{
    background: #7833f3;
    color: #fff !important;
    border: 1px solid #fff;
    text-decoration: none;
}
.fourth-row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.row1{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.article-img{
    width: 30vh;
    height: 30vh;
    margin-right: auto;
    margin-left: auto;
}
.article-img img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-item{
    max-width:100%;
    text-align: center;
    background-color: #f1f1f1;
    padding: 40px 7% 40px;
    height: auto;
    cursor: grab;
    transition: all .3s ease;
    margin-left: 10px;
    margin-right: 10px;
}
.article-item:hover{
    background-color: #dbdbdb;
}

.article-head a{
    display: inline-block;
    font-weight: 600;
    color: #7833f3;
    font-family: gtwalsheim;
    font-size: 32px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    display: -webkit-box;
}
.article-txt{
    line-height: 1.4;
    color: #000;
    font-family: gtwalsheim;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: block-axis;
    display: -webkit-box;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-title{
    height: 115px;
    line-height: 115px;
}

.article-head a:hover{
    text-decoration: none;
    color: #7833f3;
}
.carousel{
    padding-top: 60px;
}
.address{
    background-color: #7833f3;
    /* margin-top: 60px; */
    padding-top: 50px;
    padding-bottom: 50px;
}
.address-items{
    list-style: none;
    
}
.address li{
    color: #fff;
    font-family: gtwalsheim;
    font-size: 16px;
    margin-top: 5px;
}
.address-items h4{
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}
.add-email{
    padding: 15px 30px;
    height: 60px;
    text-align: center;
    color: #7833f3;
    border: 1px solid transparent;
    font-weight: 300;
    font-size: 16px;
    width: 378px;
    height: 60px;
    outline: none;
    transition: all .3s ease;
    margin-right: 50px;
    font-family: gtwalsheim;
}
.add-email::placeholder{
    color: #7833f3;
}
.add-email:focus{
    border-color: #7833f3;
}
.login-section{
    background-color: #f3f3f3;
    padding: 35px 0;
    
}
.client-login-link{
    display: inline-block;
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000;
    padding: 16px 60px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    margin: 15px 0;
    text-decoration: none;
    font-weight: bold;
    font-family: gtwalsheim;
}
.client-login-link:hover{
    background-color: black;
    color: #fff !important;
    border: 1px solid #000;
    text-decoration: none;
}
.social-net{
    display: inline-block;
    background-color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0 6px;
    transition: all .3s ease;
    position: relative;
    transition: all .3s ease;
}
.social-net:hover{
    background: black;
}
.social-net i{
    font-size: 26px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.client-login{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.carousel .owl-nav{
    display: none;
}
.carousel{
    margin-bottom: 50px;
}
.footer-logo{
    width: 80px;
    height: 82px;
}
.footer-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-section{
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 25px;
}
.footer-head{
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #7833f3;
    padding-bottom: 20px;
    font-family: gtwalsheim;
    margin-top: 0;
}
.footer-ul{
    list-style: none;
    padding: 0;
}
.f-links{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease;
}
.f-links:hover{
    color: #7833f3;
    text-decoration: none;
}
.footer-links{
    display: flex;
    justify-content: space-between;
}
.post-date{
    color: #7d7d7d;
    vertical-align: top;
    font-size: 12px;
    line-height: 23px;
    margin: 0;
}
.google-partner{
    width: 100%;
    height: 100px;
}
.google-partner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.last-div{
    text-align:center;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    font-family: gtwalsheim;
    padding-top: 15px;
    padding-bottom: 25px;
}
.quote-popup{
    background: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transition: all .6s ease;
}
.for-quote-popup{
    pointer-events: all;
    opacity: 1;
}
.quote-window{
    width: 60%;
    height: 80%;
    min-height: 750px;
    max-height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999999999;
    background: #f3f3f3;
    overflow: auto;
    transition: all .6s ease;
    opacity: 0;
    right: -100%;
    overflow-y: scroll;
}
.for-quote-window{
    opacity: 1;
    right: 0;
}
.exit-button{
    padding: 10px 60px;
    display: inline-block;
    background: #7b16f7;
    cursor: pointer;
    border: none;
    position: absolute;
    right: 0;
}
.exit-button i{
    display: inline-block;
    font-size: 30px !important;
    color: white;
}
.fa-times-thin:before {
    content: '\00d7';
    display: inline-block;
    font-size: 60px !important;
}
.exit-button:focus{
    outline: none;
}
.phone-line{
    width: 100%;
    margin-top: 85px;
    margin-bottom: 50px;
    text-align: center;
}
.window-phone{
    color: #7833f3 !important;
    font-size: 50px;
    font-weight: bold;
    transition: all .3s ease;
}
.window-phone:hover{
    color: black !important;
}
.window-phone i{
    font-size: 50px !important;
}
.window-form{
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}
.window-form p{
    color: black;
    line-height: 30px;
    font-size: 20px;
    font-family: gtwalsheim;
    font-weight: 600;
}
.window-form h3{
    color: #7833f3;
    font-size: 40px;
    font-family: gtwalsheim;
    font-weight: 600;
    margin-bottom: 20px;
}
.w-input{
    padding: 15px 0 15px 25px;
    height: 60px;
    color: #7833f3;
    border: 1px solid transparent;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    height: 60px;
    outline: none;
    transition: all .3s ease;
    font-family: gtwalsheim;
}
.w-input::placeholder{
    color: #7833f3;
    opacity: 0.5;
}
.w-input:focus{
    border-color: #7833f3;
}
.w-submit{
    transition: all .3s ease;
    margin: 15px 0;
    text-decoration: none;
    background: #7833f3;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    padding: 16px 50px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.w-submit:hover{
    color: #000;
    background: transparent;
    border: 1px solid #000;
    text-decoration: none;
    text-align: right;
}
.menu-popup{
    position: fixed;
    width: 65%;
    height: 100vh !important;
    z-index: 999999999;
    top: 0;
    left: -100%;
    transition: all .6s ease;
    padding-bottom: 1px;
}
.menu-back{
    background: rgba(0,0,0,.8);
    position: fixed;
    pointer-events: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    opacity: 0;
    transition: all .6s ease;
}
.for-menu-back{
    pointer-events: all;
    opacity: 1;
}
.for-menu-popup{
    left: 0;
    opacity: 1;
}
.menu-window{
    width: 100%;
    height: 100%;
}
.menu-exit-button{
    padding: 20px 70px;
    display: inline-block;
    background: #7b16f7;
    cursor: pointer;
    border: none;
}
.menu-exit-button i{
    display: inline-block;
    font-size: 30px !important;
    color: white;
}
.menu-exit-button:focus{
    outline: none;
}
.menu-phone{
    color: #7833f3;
    font-size: 24px;
    font-weight: bold;
    transition: all .3s ease;
}
.menu-phone:hover{
    color: black !important;
}
.menu-top-line{
    padding: 15px 20px;
    background: white;
    display: flex;
    justify-content: space-between;
}
.menu-row{
    width: 100%;
    background: #7833f3;
}
.menu-box{
    padding: 15px;
}
.menu-img{
    width: 90px;
    height: 115px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.menu-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menu-name{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding-top: 25px;
}
.bottom-line{
    background: #fff;
    width: 100%;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
}
.res-logo{
    width: 45px;
    height: 56px;
}
.res-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.seo-bg{
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url(https://clearwateragency.com.au/wp-content/uploads/2019/04/melb-uni-seo-case-study.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.seo-row{
    background: #F1F1F1;
}
.img-seo{
    width: 100%;
    height: 100px;
    margin: 30px;
    text-align: center;
}
.img-seo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.seo-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
}
.seo-circle{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 525px;
    height: 525px;
    border: 15px solid white;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.seo-circle p{
    color: white;
    font-size: 36px;
    font-weight: bold;
}
.seo-image{
    position: absolute;
    top: 10%;
    left: 10%;
    background: #7833f3;
    border-radius: 50%;
    width: 215px;
    height: 215px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seo-image img{
    width: 80%;
    height: 80%;
    object-fit: cover;
}
.seo-learn:hover{
    color: wheat !important;
    border-color: #fff !important;
}
.seo-presentation{
    padding-left: 60px;
}
.seo-visibility-img{
    width: 100%;
    height: 668px;
    background-image: url(https:/clearwateragency.com.au/wp-content/uploads/2018/08/about-how-background-730x730.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s ease;
}
.seo-right{
    padding-left: 60px;
    padding-top: 60px;
    background: #F3F3F3;
    height: 668px;
    transition: all .5s ease;
}
.first-p{
    font-weight: 500;
    color: #272727;
    line-height: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    font-family: gtwalsheim;
    margin-top: 20px;
}
.less-more{
    width: 100%;
    text-align: center;
}
.more-class{
    color: black;
    font-family: gtwalsheim;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.more-class i{
    font-size: 16px !important;
    font-weight: 300 !important;
}
.more-class:hover{
    color: black;
}
.get-in-touch{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.middle-head{
    font-size: 30px;
    line-height: 40px;
    color: #7833f3;
    font-weight: 500;
    padding-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
}
.hide-text{
    height: 0;
    transition: all .5s ease;
    overflow: hidden;
    padding: 0;
}
.for-hide-text{
    height: 550px;
    padding-bottom: 20px;
}

.more_text_more:before{
    content: 'More';
}

.more_text_less:before{
    content: 'Less';
}
.for-height{
    height: 1150px;
    transition: all .5s ease;
}
.seo-section{
    position: relative;
}
.seo-video{
    position: relative !important;
}
.seo-video video{
    width: 100%;
}
.seo-form{
    right: 100px;
    top: 50px;
    max-width: 700px;
    position: absolute;
    z-index: 17;
}
.seo-line{
    font-size: 52px !important;
    margin-bottom: 25px;
}
.seo-input{
    width: 270px;
    padding-left: 30px;
    padding-right: 30px;
    height: 58px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid transparent;
    color: #7833f3;
    transition: all .3s ease;
}
.seo-input::placeholder{
    color: #7833f3;
    font-family: gtwalsheim;
    font-size: 16px;
    font-weight: 200;
    opacity: 0.5;
}
.seo-input:focus{
    border: 1px solid #7833f3;
    outline: none;
}
.sw-right{
    width: calc(100% - 490px);
}
.sw-left{
    margin-right: 100px;
    width: 390px;
    height: 390px;
    display: flex;
    justify-content: center;
    align-content: center;
    background: #f3f3f3;
    border-radius: 50%;
}
.seo-slider{
    display: flex;
    justify-content: space-between;
}
.seo-h{
    color: #7833f3 !important;
    font-weight: 500 !important;
    font-size: 40px !important;
    padding: 0;
}
.dbd{
    margin-bottom: 70px;
}
.sw-line{
    text-align: center;
    margin-bottom: 35px;
}
.seo-swiper{
    padding-bottom: 70px;
    padding-top: 55px;
}
.seo-sw-img{
    width: 83px;
    height: 53px;
    margin: 30px auto;
}
.seo-sw-img img{
    width: 100%;
    height: 100%;
    object-fit: contain; 
    text-align: center;
}
.swiper-names{
    padding: 0 65px !important;
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 20px !important;
    display: flex !important;
    justify-content: space-between !important;
}
.slider-name{
    min-width: 150px;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 16px;
    max-width: 100%;
    height: auto;
    border: 1px solid #232424;
    opacity: 1;
    position: relative;
    background: #f3f3f3;
    display: inline-block;
    margin-right: 55px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}

.swiper-pagination-bullet{
    width: unset !important;
    padding: 5px 20px !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    height: auto !important;
    border: 1px solid #232424 !important;
    opacity: 1 !important;
    position: relative !important;
    background: #f3f3f3 !important;
    display: inline-block !important;
    margin-right: 55px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all .3s ease !important;
}

.swiper-pagination-bullet-active{
    width: unset !important;
    padding: 5px 20px !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    height: auto !important;
    border: 1px solid #232424 !important;
    opacity: 1 !important;
    position: relative !important;
    background: #000 !important;
    display: inline-block !important;
    margin-right: 55px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all .3s ease !important;
    color:#fff;
}

.slider-name:hover{
    background: #000;
    color: #fff;
}
.swiper-pagination-bullet:not(:last-child)::before{
    content: '';
    position: absolute;
    top: 50%;
    right: -100%;
    margin-top: -.5px;
    width: 100%;
    height: 1px;
    background: #232424;
    z-index: -1;
}
.swiper-pagination-bullets{
    padding: 0 65px;
    display: block;
    /* justify-content: space-between; */
}
.swiper-pagination-bullet{
    white-space: nowrap;
}
.index-swiper .swiper-pagination-bullets{
    flex-direction: row;
    display: flex;
    overflow-x: scroll;
}
.index-swiper .swiper-pagination-bullets::-webkit-scrollbar {
    display: none;
}
.double-logo{
    width: 220px;
    height: 70px;
    margin-bottom: 20px;
}
.double-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.double-texts{
    width: 45%;
}
.double-img{
    width: 45%;
}
.double-slide{
    display: flex;
    justify-content: space-between;
}
.double-img{
    width: 580px;
    height: 580px;
    border-radius: 50%;
    position: relative;
}
.double-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
}
.double-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    border-radius: 50%;
}
.double-circle{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 420px;
    border: 15px solid white;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.double-items span{
    color: white;
    font-size: 72px;
}
.double-items p{
    color: white;
    font-size: 30px;
}
.double-items{
    padding: 0 20px;
}
.double-blue{
    width: 160px;
    height: 160px;
    background: #7833f3;
    border-radius: 50%;
    position: absolute;
    right: 0;
    text-align: center;
}
.d-n{
    font-size: 48px;
    color: white;
}
.d-t{
    color: white;
    font-size: 18px;
}
.double-green{
    width: 160px;
    height: 160px;
    background: #00ffe0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
}
.double-slider{
    padding-top: 70px;
    padding-bottom: 50px;
}
.world-texts{
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
}
.world-logo{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}
.world-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.world-items{
    width: 420px;
    margin-right: auto;
    margin-left: auto;
    background: #f1f1f1;
    padding: 30px 8% 20px;
    color: #131313;
    text-align: center;

}
.stars{
    margin-bottom: 20px;
    margin-top: 20px;
}
.world-text{
    font-size: 18px;
}
.world-author{
    font-size: 18px;
    color: #828282;
}
.world-section{
    padding-bottom: 50px;
    padding-top: 50px;
}
.seo-search{
    background: #f5f5f5;
    padding: 10% 20% 10% 10%;
}
.seo-tt{
    color: black;
    font-size: 20px;
    line-height: 30px;
}
.seo-more{
    display: inline-block;
    background-color: #7833f3 ;
    color: #fff;
    border: 1px solid transparent;
    padding: 16px 60px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    margin: 15px 0;
    text-decoration: none;
    font-weight: bold;
}
.seo-more:hover{
    background-color: transparent ;
    color: black ;
    border: 1px solid #000 ;
    text-decoration: none;
}
.cro-1{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #DBDBDB;
}
.cro-img{
    width: 100%;
    height: 350px;
}
.cro-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cro-text{
    color: black;
    font-size: 18px;
    line-height: 30px;
}
.cro-texts{
    padding-right: 50px;
    padding-left: 50px;
}
.cro-slide{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cro-txts{
    width: 60%;
}
.cro-image{
    width: 45%
}
.cro-h{
    font-weight: 600;
    color: #7833f3;
    font-size: 45px;
    line-height: 77px;
    padding-bottom: 20px;
    font-family: gtwalsheim;
}
.cro-slide{
    padding: 0 100px;
}
.cro-ul{
    list-style: none;
    padding-left: 0;
}
.cro-ul li{
    font-size: 18px;
    margin-bottom: 10px;
    color: black;
    font-family: gtwalsheim;
}
.cro-ul li::before{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7833f3;
    margin-right: 20px;
    margin-bottom: 3px;
}
.cro-image{
    background: #f3f3f3;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cro-icon{
    width: 352px;
    height: 352px;
}
.cro-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news{
    background: #F3F3F3;
}
.news-img{
    width: 500px;
    height: 500px;
    margin: 70px auto;
}
.news-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.news-date{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.news-texts{
   padding-left: 50px;
   padding-right: 50px;
   margin-top: 180px;
}
.news-more{
    font-size: 24px;
    line-height: inherit;
    font-weight: bold;
}
.news-section{
    /* padding-bottom: 0; */
}
.news-slide{
    width: 100%;
    height: 600px;
    position: relative;
    cursor: grab;
}
.news-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-layer{
    top: 0;
    left: 0;
    position: absolute;
    width: 60%;
    height: 100%;
    background: #7833F3;
    border-bottom-right-radius: 100%;
    transition: all .5s ease;  
    /* transform: rotate(-60deg);
    opacity: 0; */
}
.for-news-layer{
    opacity: 1;
    transform: rotate(0);
}
.news-link{
    display: inline-block;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 16px 60px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    margin: 15px 0;
    text-decoration: none;
    font-weight: bold;
}
.news-link:hover{
    background-color: #7833F3;
    color: #fff;
    text-decoration: none;
}
.news-layer{
    padding-left: 60px;
    padding-top: 50px;
}
.news-h{
    font-weight: 500;
    color: #fff;
    font-size: 55px;
    line-height: 70px;
    padding-bottom: 20px;
    font-family: gtwalsheim;
}
.slider-time{
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
    font-family: gtwalsheim;
}
.news-logo{
    width: 220px;
    height: 67px;
    margin-bottom: 20px;
}
.news-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact{
    background: #E4E4E4;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    transition: all .5s ease;
}
.contact1{
    background: #F3F3F3;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    transition: all .3s ease;
}
.contact-icon{
    width: 310px;
    height: 310px;
    margin-right: auto;
    margin-left: auto;
}
.contact-icon img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .3s ease;
}
.contact-text{
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    font-family: gtwalsheim;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: block-axis;
    display: -webkit-box;
}
.contact-items{
    width: 323px;
    margin-right: auto;
    margin-left: auto;
}
.contact:hover{
    background: #dbdbdb;
}
.contact1:hover{
    background: #dbdbdb;
}
.contact:hover .contact-icon img{
    transform: scale(0.8);
}
.contact1:hover .contact-icon img{
    transform: scale(0.8);
}
.contact-swiper{
    margin-bottom: 50px;
}
.head-office{
    font-size: 20px;
    color: #131313;
    font-weight: 600;
    font-family: gtwalsheim;
    height: 10px;
    margin-bottom: 30px;
    margin-top: -20px;
    display: inline-block;
}
.contact-texts{
    color: #888888;
}
.about-texts{
    color: #272727;
    font-size: 20px;
    line-height: 30px;
}
.about-div{
    background: #F3F3F3;
    padding-top: 70px;
    padding-bottom: 70px;
}
.about-img{
    width: 650px;
    height: 650px;
    padding: 20px;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.about-txt{
    margin-top: 50px;
    padding-right: 50px;
}
.about-left{
    background: #7833F3;
    padding: 50px;
    height: 700px;
}
.about-left h5{
    color: white;
    font-weight: 500;
    font-size: 70px;
    line-height: 77px;
    font-family: gtwalsheim;
    padding-top: 50px
}
.about-left p{
    color: white;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 20px;
    font-family: gtwalsheim;
    margin-top: 30px;
}
.about-links{
    margin-top: 30px;
    position: relative;
    z-index: 0;
}
.about-links a{
    display: inline-block;
    color: #000;
    border: 1px solid #fff !important;
    padding: 5px 60px;
    border-radius: 30px;
    font-size: 16px;
    max-width: 100%;
    height: auto;
    border: 1px solid #232424;
    text-align: center;
    opacity: 1;
    position: relative;
    transition: all .3s ease;
    background: #fff;
    min-width: 175px;
    font-weight: bold;
    margin-right: 30px;
    z-index: 2;
}
.about-links a:hover{
    background: #7833f3;
    color: #fff;
}
.about-links a:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -100%;
    margin-top: -.5px;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 1;
}
.about-right{
    background: #EAEAEA;
    padding: 50px;
    height: 700px;
}
.about-right h5{
    color: #7833F3;
    font-weight: 500;
    font-size: 70px;
    line-height: 77px;
    font-family: gtwalsheim;
    margin-top: 0;
}
.about-right p{
    color: black;
    font-weight: 500;
    font-size: 20px;
    font-family: gtwalsheim;
    margin-top: 20px;
}
.work-left{
    background: #DBDBDB;
}
.work-left h5{
    color: #7833F3
}
.work-left p{
    color: black;
}
.work-links a{
    color: #232424;
    padding: 5px 20px;
    border-radius: 30px;
    width: 120px;
    font-size: 16px;
    margin-right: 30px;
    max-width: 100%;
    height: auto;
    background: 0 0;
    border: 1px solid #232424;
    opacity: 1;
    position: relative;
    transition: all .3s ease;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: bold;
    z-index: 5;
}
.work-links a:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -37px;
    margin-top: -.5px;
    width: 37px;
    height: 1px;
    background: #232424;
    z-index: 4;
}
.work-links a:hover{
    background: #232424;
    color: #fff;
    text-decoration: none;
}
.work-links{
    margin-top: 50px;
}
.work-right{
    background: #DBDBDB;;
    padding: 50px;
    height: 700px;
}
.work-img{
    max-width: 620px;
    height: 620px;
}
.work-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work-img1{
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.work-img1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    /* filter: brightness(80%); */
}
.work-logo{
    width: 200px;
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
}
.work-logo img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.work-black{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}
.work-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    background: #7833f3;
    transition: all .4s ease;
}
.work-anchor{
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    background-color: #fff;
    color: #000000;
    border: 1px solid transparent;
    padding: 16px 60px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    margin: 15px 0;
    text-decoration: none;
    font-weight: bold;
    z-index: 3;
}
.work-circle{
    opacity: 0;
    transition: all .4s ease;
    width: 0;
    height: 0;
} 
.work-circle span{
    width: 0;
    height: 0;
}
 
.work-circle p{
    width: 0;
    height: 0;
}
.work-img1:hover .work-layer{
    bottom: 0;
}
.work-img1:hover img{
    position: absolute;
    top: -100%;
}
.work-img1:hover .work-anchor{
    background: transparent;
    border-color: white;
    color: white;
}
.work-img1:hover .work-circle{
    width: 420px;
    height: 420px;
    opacity: 1;
}
.work-img1:hover .work-circle span, .work-circle p{
    width: inherit;
    height: inherit;
}
.work-layer1{
    background: #05FFE0;
}
.owl-dots{
    display: none;
}
.social-h{
    font-weight: 500;
    color: #7833f3;
    font-size: 48px;
    line-height: 65px;
    padding-bottom: 20px;
    font-family: gtwalsheim;
}
.social-p{
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding-bottom: 20px;
    font-family: gtwalsheim;
}
.social-items{
    padding: 50px;
    position: relative;
}
.social-content{
    width: 30%;
    text-align: center;
}
.work1-section{
    background: #DBDBDB;
}
.social-icon{
    width: 157px;
    height: 110px;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
}
.social-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .6s ease;
    filter: grayscale(60%);
}
.social-row{
    padding-top: 50px;
    padding-bottom: 50px;
}
.social-anchor{
    display: inline-block;
    background-color: #B9B9B9;
    color: #fff;
    border: 1px solid transparent;
    padding: 16px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    transition: all .3s ease;
    margin: 15px 0;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
}
.social-anchor:focus{
    outline: none;
}
.social-contents{
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.social-content:hover .social-img{
    transform: scale(0.7) rotate(360deg);
    filter: grayscale(0);
}
.social-content:hover .social-anchor{
    background: #7833F3;
}
.social-network{
    position: absolute;
    bottom: 10px;
    left: 55px;
}
.single-bg{
    background-image: url(https://clearwateragency.com.au/wp-content/uploads/2019/03/boris-smokrovic-174784-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.post{
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(54,47,45,.7);
    width: 80%;
    min-height: calc(100vh - 100px);
    color: #fff;
    padding: 70px 50px 0 50px;
}
.post p{
    font-size: 20px;
    font-family: gtwalsheim;
    font-weight: 600;
}
.post h2{
    color: #fff;
    padding-bottom: 55px;
    font-size: 50px;
    line-height: 65px;
    font-family: gtwalsheim;
}
.single-texts{
    padding-top: 100px;
    padding-bottom: 100px;
}
.single-texts p{
    font-size: 20px;
    font-family: gtwalsheim;
    font-weight: 500;
}
.single-img{
    width: 100%;
    height: 475px;
}
.single-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-blue{
    width: 100%;
    height: 475px;
    background: #7833F3;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.single-blue h2{
    color: #fff;
    font-size: 50px;
    margin: 0;
    font-family: gtwalsheim;
}
.single-section{
    background: #f3f3f3;
}
.news-single-bg{
    background-image: url(https://clearwateragency.com.au/wp-content/uploads/2019/05/688_0_shopfront_20181022_163510.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-single-bg1{
    background-image: url(https://jugaad.az/blog/wp-content/uploads/2018/11/SEO-vs-ASO1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-single-bg2{
    background-image: url(https://images.unsplash.com/photo-1533750349088-cd871a92f312?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-single-bg3{
    background-image: url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1002&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-single-bg4{
    background-image: url(../img/taxi2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-single-bg5{
    background-image: url(../img/slide1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-single-bg6{
    background-image: url(https://i1.wp.com/influencerday.org/wp-content/uploads/2018/09/Foto2.jpg?zoom=2&fit=1261%2C700&ssl=1);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-single-bg7{
    background-image: url(https://images.unsplash.com/photo-1547448415-e9f5b28e570d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 150px);
    background-attachment: fixed;
    bottom: 0;
    position: relative;
}
.news-head .swiper-container{
    z-index: -1;
}
.single-texts h5{
    font-size: 20px;
    font-family: gtwalsheim;
    font-weight: 600;
    color: #7833F3;
    margin-bottom: 30px;
}
.news-single-texts{
    margin-bottom: 0;
}
.social-info{
    position: absolute;
    left: -150%;
    padding: 50px;
    transition: all .4s ease;
    opacity: 0;
}
.info-show{
    left: 0;
    opacity: 1;
    display: block;
}
.for-social-icon{
    filter: grayscale(0);
    transform: scale(1) rotate(0);
}
.for-social-anchor{
    background: #7833F3;
    box-shadow: inset 0px 0px 64px -4px rgba(0,0,0,.75);
}
.index-double-swiper .swiper-pagination{
    bottom: 0;
}

.index-double-swiper .swiper-container{
    padding-bottom: 100px;
}
.index-double-swiper .swiper-pagination-bullets{
    display: block;
}
.index-double-swiper .swiper-pagination-bullet{
    /* width: inherit !important; */
    font-size: 14px !important;
}

.swiper-pagination-bullet:focus{
    outline: none;
}

[data-aos="new-animation"] {
    opacity: 0;
    transition-property: transform, opacity;
}
[data-aos="new-animation"].aos-animate {
    opacity: 1;
}
@media screen and (min-width: 768px) {
    [data-aos="new-animation"] {
        transform: rotate(-90deg);
   }
    [data-aos="new-animation"].aos-animate {
        transform: rotate(0);
   }
}
.blue-text-center{
    top: 20%;
}
.blue-text-after{
    /* padding-top: 150px; */
    line-height: 30px;
    font-size: 20px;
}
.seo-p-text{
    /* padding-top: 150px; */
    line-height: 30px;
    font-size: 20px;
}
.address-items{
    text-align: center;
}