@font-face{
    src: url('../fonts/Lato-Regular.ttf');
    font-family: Lato-Regular;
}
@font-face{
    src: url('../fonts/materialdesignicons-webfont.woff2');
    font-family: mdi-fonts;
}
*{
    font-family: Lato-Regular;
}
body{
    padding: 0;
    margin: 0;

}
.text {
    position: absolute;
    width: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 50;
    width: 100%;
    top: 150px;
    padding: 10px 0;
}

.text h1{
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 60px;
    padding-left: 20%;
    background:  linear-gradient( #5192ff, #4594e3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.word {
    font-size: 60px;
    position: absolute;
    width: 220px;
    opacity: 0;
    float: left;
    width: 50%;
    margin-top: -22px;
    font-weight: bold;
    right: 60px;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    -webkit-transform: translateZ(25px);
    transform: translateZ(25px);
    -webkit-transform-origin: 50% 50% 25px;
    transform-origin: 50% 50% 25px;
}

.letter.out {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.letter.in {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
    color: #fff;
}

.belize {
    color: #fff;
}



/*.common-classs*/
.no-padding{
    padding: 0px;
}
.celebr-text::after{
    display: none;
}
.celebr-head h6{
    margin-left: -7px;   
}
h3{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
}
.p-text{
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    padding: 0px 233px 28px;
    color: #777;
    letter-spacing: 1px;
    position: relative;
}
.row{
    margin-bottom: 0px;
}
.our-ser{
    position: relative;
}
.our-ser::after{
    position: absolute;
    content: '';
    width: 90px;
    height: 3px;
    background-color: #869092;
    right: 0;
    margin: auto;
    top: 60px;
    bottom: 0 ;
    left: 0;
}
.img{
    position:absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.top-nav{
    width: 100%;
    float: left;
    background: linear-gradient(to right, #6e70ff, #43a1ff) !important;
}
.top-nav .nav-wrapper{
    width: 100%;
    float: left;
}
.nav-wrapper figure{
    margin: 0 !important;
}
.top-nav .nav-wrapper .brand-logo img{
    max-width: 100%;
    max-height: 100px;
}
.top-nav nav{
    background: none !important;
    box-shadow: none;
}
.top-bar{
    width: 100%;
    float: left;
    background: #794efd;
    background: linear-gradient(to right, #6e70ff, #43a1ff);
}
.top-bar ul{
    margin: 0;
}
.top-bar ul li{
    color: #fff;
    display: inline-block;
    padding: 15px 0px;
    padding-right:  20px;
    font-size: 13px;
    letter-spacing: 1px;
}
.top-bar .dropdown-button{
    cursor: pointer;
}
.top-bar ul  .dropdown-content{
    min-width: 200px;
}
.top-bar ul  .dropdown-content li{
    padding: 0;
}
.top-bar ul  .dropdown-content li a{
    color: #333;
    font-size: 12px;
}
.top-bar .social-top li{
    padding: 10px 2px;
}
.social-top li a{
    width: 30px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #333;
    transition: .5s all;
}
.social-top li a:hover{
    background: #f34580;
    color: #fff;
    transition: .5s all;
}
.m-bar{
    background: #fff;
    position: relative;
    z-index: 25;
    width: 100%;
    float: left;
}
.menubar{
    width: 100%;
    float: left;
    padding: 15px 0 0 0;
    height: auto;
    background: #fff;
    padding: 0;
    box-shadow: none;
    z-index: 150;
    position: relative;
}
.menubar .menu-links li a{
    color: #333;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding: 0px 2px;
    margin: 0px 20px;
    transition: .3s all;
}
.menubar .menu-links .active{
    background: transparent;
    color: #f34580;
    transition: .3s all;
}
.menubar .menu-links .active a{
    color: #5192ff;
    transition: .3s all;
    font-weight: bold;
}
.menubar .menu-links .active a::after{
    width: 100%;
}
/*.menubar .menu-links li a::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 3px;
    background:#794efd;
    width: 0%;
    transition: .3s all;
}*/
.menubar .menu-links li a:hover{
    background: transparent;
    color: #5192ff;
    transition: .3s all;
}
.menubar .menu-links li a:hover::after{
    width: 100%;
    transition: .3s all;
}
.menubar .logo-image{
    position: relative;
    width: 10%;
    float: left;
    z-index: 10;
    height: 60px;
}
.menubar .logo-image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.st-btn{
    background: #f34580;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 12px;
    margin: 10px 0px;
}
.st-btn:hover{
    background: #794efd;
}
.slider{
    /*margin-top: -60px;*/
    height: 700px !important; 
}
.slider .indicators .indicator-item{
    border-radius: 0;
    margin: 0 4px;
}
.slider .indicators .indicator-item.active{
    background: #794efd;
}
.slides{
    height: 800px !important; 
}
.banner-wrap .slider .slides .ban-image .ban-ov{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}


.banner-wrap{
    width: 100%;
    float: left;
}
.banner-wrap .slider .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 10;
}
.slider .slides li img{
    height: 100%;
    width: 100%;
    background-position: 100% 0% !important;
    background-repeat: no-repeat !important;
}
.banner-wrapper .ban-image .caption h3{
    color: #fff !important;
}









/*.banner-wrapper*/
/*.banner-wrapper{
    position: relative;
    width:100%;
    float: left;
}
.banner-wrapper .carousel.carousel-slider{
    height:100vh !important;
    position: relative;
}
.banner-wrapper .carousel.carousel-slider .banner-content nav{
    z-index: 10;
    position: relative; 
}
.carousel .carousel-item img {
    width: 100%;
    height: 100%;
}
.banner-wrapper .carousel.carousel-slider .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(39, 56, 72, 0.59);
}*/
/*nav*/
.header{
    position: fixed;
    right: 0;
    top: 0;
    background-color: #132332;
    z-index: 50;
    height: 100%;
    width: 5%;
}
.header .logo{
    position: relative;
    width: 100%;
    height: 100px;
    margin: auto;
    top: -10px;
}
.header .logo img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header .banner-menu{
    width:100%;
    float: left;
    text-align: center;
}
.header .banner-menu li{
    width: 100%;
    text-align: center;
    list-style: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    margin: 16px 0;
}
.header .banner-menu li a i{
    font-size:21px;
    color: #9fa4a7;
    height: 45px;
}
/*.social-wrapper*/
.social-wrapper ul{
    margin-top: 60px;
    width:100%;
    float: left;
    text-align: center;
}
.social-wrapper ul li{
    list-style: none;
    width: 100%;
    float: left;
    margin: 5px 0;
}
.social-wrapper ul li a i{
    font-size: 17px;
    color: #334456;
    height: 45px;
}
.header ul li:hover a i{
    color: #5192ff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
/*section-icon*/
.services-wrapper{
    width: 100%;
    float: left;
    margin-top: 150px;
    text-align: center;
    position: relative;
}
.sec-icon{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 4px solid #fff;
    position: relative;
    bottom: 21px;
    margin: auto;
    background: -webkit-linear-gradient(left, #5192ff, #4594e3);
    background: -o-linear-gradient(right, #5192ff, #4594e3);
    background: -moz-linear-gradient(right,#5192ff, #4594e3);
    background: linear-gradient(to right, #6e70ff, #43a1ff) !important;
    text-align: center;
    display: inline-block;
    float: none;
    z-index: 1;
}
.sec-icon i{
    margin: auto;
    line-height: 59px;
    font-size: 28px;
    color: #fff;
}
.sec-icon::after{
    position: absolute;
    content: '';
    top: 80px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 47px;
    background-color:#9fa4a7;
    height: 1px;
    transform: rotate(90deg);
}
.sec-icon::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -50px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #4594e3;
    z-index: 1;
}
.sec-icon h6{
    text-transform:uppercase;
    font-size:10px;
    margin-top: 55px;
    letter-spacing: 3px;
}
.services-wrapper{
    width: 100%;
    float: left;
}
.services-wrapper .sub-block{
    width: 100%;
    float: left;
    padding-bottom: 100px;
    position: relative;
    z-index: 80;
}
.services-wrapper .sub-block div{
    margin-top: 30px;
}
.services-wrapper .sub-block div i{
    font-size:45px;
    color: #5192ff;
}
.services-wrapper .sub-block div h4{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}
.services-wrapper .sub-block div p{
    font-size: 13px;
    color: #869092;
}
.cele{
    width: 100%;
    float: left;
    margin-top: 100px;
}

/*new-wrapper*/

/*new-icon*/
.new-icon{
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    background-color:#4594e3;
    text-align: center;
    margin: auto;
    top: 17px;
    border: 3px solid #fff;
}
.new-icon i{
    line-height: 62px;
    margin: auto;
    font-size: 21px;
    color: #fff;
}
/*best-wrapper*/
.best-wrapper,.gallery-wrapper{
    /*padding: 50px 0px 80px;*/
    width: 100%;
    float: left;
}
.footer-main{
    width: 100%;
    float: left;
}
.best-wrapper h6{
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 0px;
}
.best-wrapper .p-text{
    padding: 0px;
}
.best-wrapper .p-text::after{
    right: initial;
    width:40px;
}
.best-wrapper  p{
    font-size:13px;
    color: #869092;
    text-align: justify;
}
.best-wrapper .left-best p span{
    width: 17px;
    height: 20px;
    border-radius: 0px 0px 20px 20px;
    background-color: #ed008c;
    padding: 4px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 5px;
}
.best-wrapper .sub-block{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.best-wrapper .sub-block-img{
    position: relative;
    margin-bottom: 20px;
}
.best-wrapper .sub-block-img figure{
    position: relative;
    width: 100%;
    height: 217px;
    margin: auto;
}
.best-wrapper .sub-block-img figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(103,58,183,0.78);
    border: 13px solid rgba(159, 164, 167, 0.45);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.best-wrapper .sub-block-img:hover figcaption{
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.best-wrapper .sub-block-img figure figcaption h6{
    position:relative;
    z-index: 1;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}
.best-wrapper .sub-block-img figure figcaption h4{
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    z-index: 1;
    color: #fff;
    margin-top: 6px;
}
/*right-best*/
.best-wrapper .right-best p span{
    width: 17px;
    height: 20px;
    border-radius: 0px 0px 20px 20px;
    background-color: #4594E3;
    padding: 4px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-right: 5px;
}
.best-wrapper .right-best .sub-block-img h5{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 34px;
    text-align: center;
    letter-spacing: 1px;
}

/*percentage circule*/
.outer {
    width: 150px;
    height: 150px;
    background-color:#869092;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    top: 19px;
}
.outer .sq1 {
    width: 135px;
    height: 135px;
    position: absolute;
    left: 75px;
    background-color:#4594e3;
}
.outer .sq2 {
    width: 75px;
    height: 76px;
    position: absolute;
    top: 85px;
    background-color:#4594e3;
    right: 32px;
}
.outer .inner {
    width: 144px;
    height: 144px;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color:#fff;
    overflow: hidden;
}
.outer .inner h4 {
    text-align: center;
    line-height: 102px;
    font-size: 40px;
    color: #6A7152;
    font-weight: 300;
}
/*outer-2*/
.outer-2 {
    width: 150px;
    height: 150px;
    background-color:#869092;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    top: 19px;
    margin: auto;
}
.outer-2 .sq1-2 {
    width: 153px;
    height: 157px;
    position: absolute;
    left: 75px;
    background-color: #00c4cb;
}
.outer-2 .sq2-2 {
    width: 85px;
    height: 93px;
    position: absolute;
    top: 110px;
    background-color: #00c4cb;
    right: 74px;
}
.outer-2 .inner-2 {
    width: 144px;
    height: 144px;
    border-radius: 100%;
    position: absolute;
    top:3px;
    left:3px;
    background-color: #fff;
    overflow: hidden;
}
.outer-2 .inner-2 h4 {
    text-align: center;
    line-height: 102px;
    font-size: 40px;
    color: #6A7152;
    font-weight: 300;
}
/*outer-3*/
.outer-3 {
    width: 150px;
    height: 150px;
    background-color:#869092;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    top: 19px;
    margin: auto;
}
.outer-3 .sq1-3 {
    width: 153px;
    height: 155px;
    position: absolute;
    left: 49px;
    background-color: #ed008c;
}
.outer-3 .sq2-3 {
    width: 85px;
    height: 93px;
    position: absolute;
    top: 66px;
    background-color: #ed008c;
    right: 101px;
}
.outer-3 .inner-3 {
    width: 144px;
    height: 144px;
    border-radius: 100%;
    position: absolute;
    top:3px;
    left:3px;
    background-color: #fff;
    overflow: hidden;
}
.outer-3 .inner-3 h4 {
    text-align: center;
    line-height: 102px;
    font-size: 40px;
    color: #6A7152;
    font-weight: 300;
}
/*outer-4*/
.outer-4 {
    width: 150px;
    height: 150px;
    background-color:#869092;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: auto;
    top: 19px;
}
.outer-4 .sq1-4 {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 75px;
    background-color:#fb9183;
}
.outer-4 .sq2-4 {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 75px;
    background-color:#fb9183;
}
.outer-4 .sq3-4 {
    width: 75px;
    height: 75px;
    background-color: #fb9183;
    transform-origin: bottom;
    transform: skewX(36deg);
}
.outer-4 .inner-4 {
    width: 144px;
    height: 144px;
    border-radius: 100%;
    position: absolute;
    top:3px;
    left:3px;
    background-color: #fff;
    overflow: hidden;
}
.outer-4 .inner-4 h4 {
    text-align: center;
    line-height: 108px;
    font-size: 40px;
    color: #6A7152;
    font-weight: 300;
}
/*some-wrapper*/

/*gallery*/
#filters {
    margin: 4% 0px;
    list-style: none;
    text-align: center;
    /* background-color: #f8f8f8; */
    box-shadow: none;
}
#filters li {
    display: inline-block;
    padding: 2px 2px;
    /* text-transform: capitalize; */
    border: 1px solid #eee;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
#filters li span {
    display: inline-block;
    padding: 10px 15px;
    text-decoration:none;
    color:#666;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 3px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;

}
#filters li span.active,.gallery-wrapper li:hover span {
    color: #fff!important;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
#portfoliolist{
    float:left;
    width:100%;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width:30%;
    margin:1%;
    display:none;
    float:left;
    overflow:hidden;
}
.portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    cursor:pointer;
}
.gallery-wrapper li .active,.gallery-wrapper li:hover{
    position:relative;
    background-color: #5192ff;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.gallery-wrapper .tabs .tab a.active{
    color: #5192ff;
}
.gallery-wrapper .tabs .indicator{
    display: none;
}
.gallery-wrapper .tabs .tab a{
    color: #333;
}
.gallery-wrapper .tabs .tab{
    color: #333;
    border-right: 1px solid #ddd;
}
.gallery-wrapper .tabs li:nth-of-type(2){
    border-right: 1px solid transparent !important;
}
.gallery-wrapper .row .col.s3{
    width: 13%;
    position: relative;
    left: 12px;
}
.gallery-wrapper li:hover{
    background: #5192ff !important;
}
.gallery-wrapper li:hover a{
    color: #fff !important;
}
.gallery-wrapper .gall-video .utube-videos{
    margin: 5%;
}
.portfolio img {
    width:100%;
    position: relative;
    top:0;
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.portfolio-wrapper .overlay{
    position: absolute;
    width: 90%;
    height:90%;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(69, 148, 227, 0.78);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
/*contact-wrapper*/
.contact-wrapper{
    position: relative;
    width: 100%;
    float: left;
    padding-bottom:50px;
    text-align: center;
    margin: 20px 0;
    margin-top: 50px;
}

.contact-wrapper .sub-block{
    width: 100%;
    float: left;
    padding: 40px 0px;
}
.contact-wrapper .sub-block form i{
    float: right;
    color: #869092;
    position: relative;
    top: 38px;
    right: -6px;
    font-size: 21px;
}
.contact-wrapper .sec-icon h6{
    margin: 55px -31px 7px -34px;
}
.contact-wrapper .sub-block form .input-field .validate{
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 0px 0px 0px 10px;
    margin-bottom: 0px;
}
.contact-wrapper .sub-block form .input-field .validate:focus{
    box-shadow: none;
    border: 1px solid #4594E3;
}
.contact-wrapper .sub-block form .materialize-textarea{
    height: 180px;
}
.contact-wrapper .sub-block .btn{
    background: linear-gradient(to right, #6e70ff, #43a1ff) !important;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size:12px;
    letter-spacing: 2px;
    width: 100%;
    padding: 7px 5px;
    height: inherit !important;
}

/*footer-wrapper*/
.footer-wrapper{
    width: 100%;
    float: left;
    background-color:#191919;
    padding: 40px 0 0 0px;
}
.footer-wrapper .footer-logo{
    position: relative;
    float: left;
}
.footer-logo img{
    max-width:75%;
}
.footer-content .p-para{
    width:100%;
    float: left;
    margin-top: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 12px;
}
.footer-content p{
    font-size:13px;
    color: #fff;
    text-align: left;
}
.footer-content a{
    font-size: 12px;
    text-transform: capitalize;
}
.footer-content a i{
    position: relative;
    top:1px;
}
.footer-content .social-wrapper,.footer-content ul{
    width:100%;
    float: left;
}
.footer-content ul li{
    list-style: none;
    display: inline-block;
}
.footer-content ul li a i{
    width: 12px;
    height: 13px;
    background-color: #fff;
    color:#333;
    padding: 1px;
    border-radius: 3px;
    margin-right: 2px;
}
.footer-content ul li:hover i{
    background-color: #4594E3;
}
.footer-content h5{
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
}
.footer-content h5::after{
    position: absolute;
    content: '';
    left: 0;
    top:28px;
    width: 40px;
    height:2px;
    background-color: #4594E3;
}
.footer-content .sub-block{
    width: 100%;
    float: left;
    margin-top:40px;
}
.footer-content .sub-block1 ul li{
    padding: 5px 4px;
}
.footer-content .sub-block1 ul li img{
    height: 70px;
    max-width: 90px;
}
.footer-content .sub-block img{
    position: relative;
    top: 18px;
    height: 50px;
    width: 100%;
    border-radius: 4px;
}
.footer-content .ff{
    border-bottom: 1px solid #333;
}
.ftr-phone{
    font-size: 14px !important;
    color: inherit !important;
    padding-right: 5px;
}
.ftr-phone1{
    font-size: 14px !important;
    color: inherit !important;
    padding-left: 20px;
    padding-right: 5px;
}
.footer-content .sub-block ul li{
    list-style: none;
    display: inline-block;
    border: 1px solid #9fa4a7;
    padding: 1px 6px;
    margin-bottom:8px;
    margin-right: 1px;
}
.footer-content .sub-block ul li a{
    color: #869092;
}
/*.footer-content .sub-block ul li:hover{
    background: -webkit-linear-gradient(left, #5192ff, #4594e3);
    background: -o-linear-gradient(right, #5192ff, #4594e3);
    background: -moz-linear-gradient(right,#5192ff, #4594e3);
    background: linear-gradient(to right, #6e70ff, #43a1ff) !important;
}*/
.footer-content .sub-block ul li:hover a{
    color: #fff;
}
.footer-content span{
    font-size: 13px;
    color:#fff;
    text-transform: capitalize;
    position: relative;
    top:10px;
}
.bottom-footer-wrapper{
    background-color: #131313;
    width:100%;
    float: left;
}
.copy-right p{
    font-size:13px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    top: 9px;
    padding-bottom: 10px;
}
.ff1{
    border-bottom: none;   
}
.bottom-footer-wrapper ul{
    width: 100%;
    float:left;
}
.bottom-footer-wrapper ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 6px;
}
.bottom-footer-wrapper ul li a{
    font-size: 12px;
    color: #9fa4a7;
    text-transform: capitalize;
}
.bottom-footer-wrapper ul li:hover a{
    color:#4594E3;
}
.bottom-footer-wrapper .footer-logo{
    margin-top:9px;
}
.media-partners{
    width: 100%;
    background: #132332;
    color: #fff;
    float: left;
    margin-top: 35px;
    padding: 20px 0;
}
.media-partners ul{
    padding: 0;
    list-style: none;
}
.media-partners ul li{
    display: inline-block;
    margin: 0 20px; 
}
.media-partners ul{
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
}
.media-partners ul li{
    display: inline-block;
    margin: 0 10px; 
}
.media-partners ul li a img{
    max-width: 100px;
    max-height: 100px;
    border-radius: 2px;
}
.med-title h3{
    margin-top: 50px;
}
.sponcers .sponcers-ul li img{
    max-width: 70px;
    max-height: 70px;
    border-radius: 2px;
}
.sponcers .sponcers-ul{
    padding: 0;
    margin-top: 0 !important;
    list-style: none;
}
.sponcers .sponcers-ul li{
    display: inline-block;
    margin: 0 5px;
    border: none !important;
}

.sponcers .sponcers-ul li:first-child{
    margin-left: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    top: 0px;
    font-size: 11px;
}
.partners-list ul li:first-child{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    font-size: 20px;
}
.partners-list h4{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 20px;
    color: #fff;
}
.sponcers .sponcers-ul li:hover{
    background-color: transparent !important;
}
.copy-right p a{
    margin-left: 5px;
}



.mob-ban-title{
    display: none !important;
}



/*responsive*/


@media(min-width:1401px){
    .service-nth:nth-of-type(4){
        margin-left: 200px !important;
    }
}
@media(max-width:1400px) and (min-width:1200px){
    .helvetica-animate-words span{
        left: 40% !important;
    }
    .service-nth:nth-of-type(4){
        margin-left: -100px !important;
    }

}
@media(max-width:1199px) and (min-width:991px){
    .helvetica-animate-words span{
        left: 50% !important;
    }
    .service-nth:nth-of-type(4){
        margin-left: -100px !important;
    }
}
@media(max-width:990px) and (min-width:768px){
    .helvetica-animate-words span{
        left: 60% !important;
    }

}

@media(max-width:992px) and (min-width:600px){
    .service-nth:nth-of-type(4){
        margin-left: 100px !important;
    }
    .our-ser::after {
        top: 30px;
    }

}

@media(max-width:1199px) and (min-width:992px){
    .text h1{
        padding-left: 20%;
    }
    .social-wrapper ul li a i{
        height: 40px;
    }
    .header .banner-menu li{
        margin: 1px 0;
    }
    .header .logo{
        height: 75px;
    }
    .social-wrapper ul{
        margin-top: 20px;
    }
    .banner-wrapper .carousel.carousel-slider .carousel-item{
        font-size: 45px;
        line-height: 50px;
    }
    .services-wrapper .sub-block div h4{
        font-size: 10px;
    }
    .mob-ban-title{
        display: none !important;
    }
}
@media(max-width:991px) and (min-width:768px){


    .text h1{
        padding-left: 17%;
    }
    .header .banner-menu li{
        margin: 1px 0;
    }
    .para-hig{
        height: 80px!important;
        overflow: hidden!important;
    }
    .header .logo{
        height: 75px;
    }
    .social-wrapper ul{
        margin-top: 20px;
    }
    .header .banner-menu li a{
        padding: 0 10px!important;
    }
    .social-wrapper ul li a i{
        height: 27px;
    }
    .contact-wrapper .sub-block .btn{
        height: 0;
        letter-spacing: 0;
        padding: 1px 5px;
    }
    .contact-wrapper .sub-block{
        width: 97%;
        margin: 0 auto;
    }
    .sub-block1 ul li img{
        width: 75px;   
    }
    .services-wrapper .sub-block div h4{
        font-size: 9px;
    }
    .banner-wrapper .carousel.carousel-slider .carousel-item{
        font-size: 25px;
        line-height: 40px;
    }
    .p-text{
        padding: 0px 110px 28px;
    }
    .services-wrapper .sub-block div {
        margin-top: 13px;
    }
    .new-icon{
        width: 60px;
        height: 60px;
    }
    .new-icon i{
        line-height: 52px;
        font-size: 19px;
    }  
    .best-wrapper{
        padding: 17px 0px 25px;
    }
    /*    .best-wrapper .sub-block{
            padding-top: 35px;
            width: 100%;
            float: left;
        }*/
    .best-wrapper .sub-block-img figure figcaption ul li{
        padding: 0px 5px;
    }
    .outer .inner,.outer-2 .inner-2,.outer-3 .inner-3,.outer-4 .inner-4{
        width: 112px;
        height: 112px;
        top: 4px;
        left: 4px;
    }
    .outer,.outer-2,.outer-3,.outer-4{
        width: 120px;
        height: 120px;
        top:16px;
    }
    .outer .inner h4,.outer-2 .inner-2 h4,.outer-3 .inner-3 h4,.outer-4 .inner-4 h4{
        line-height:16px;
        font-size: 32px;
        margin-top: 49px;
    }
    .outer-2 .sq2-2{
        top: 73px;
        right: 44px;
    }
    .outer-3 .sq2-3{
        top: 61px;
        right: 69px;
    }
    .best-wrapper .sub-block-img figure{
        height: 175px;
    }
    .best-wrapper .sub-block-img{
        margin-bottom: -11px;
    }
    .best-wrapper h6{
        margin-top: 20px;
    }
    #filters li{
        padding: 2px 0px;
    }
    #filters li span{
        padding: 5px 3px;
    }
    .portfolio-wrapper .overlay i{
        line-height: 186px;   
        font-size: 80px;
    }
    .choose-wrapper{
        padding: 10px 0px 38px;
    }
    .choose-wrapper img{
        right:0px;
    }
    .choose-wrapper ul li {
        padding-bottom: 7px;
    }
    .choose-wrapper p {
        padding: 32px 0px 0px;
    }
    .choose-wrapper h6{
        margin-top:30px;
    }
    .testi-wrapper,.mobile-wrapper,.client-wrapper{
        padding: 10px 0px;
    }
    .testi-content {
        padding: 12px 0px 21px; 
    }
    .contact-wrapper .sub-block{
        padding: 0px;
    }
    .client-wrapper .sub-block{
        padding: 36px 0px;
    }
    .footer-content{
        width:33%!important;
    }
    .bottom-footer-wrapper ul li{
        padding: 0px;
    }
    .mob-ban-title{
        display:  none !important;
    }
    .service-nth
    {
        min-height: 250px !important;
    }
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 64px;
        line-height: 64px;
        float: right;
        color: #333; *{

        }
    }
}
@media(max-width:767px){
    .service-nth
    {
        min-height: 250px !important;
    }

    .gallery-wrapper .tabs{
        overflow-y: hidden;
        overflow-x: hidden;
    }
    nav a.button-collapse i{
        color: #333 !important;
        float: right !important;
    }
    .text{
        top:56px;  
    }
    .text h1,.word{
        font-size: 23px;
    }
    .word{
        margin-top: -40px;
    }
    .contact-wrapper .sub-block .btn{
        height: 35px!important;
        padding: 0;
    }
    .contact-wrapper{
        padding-bottom: 0;
    }
    .header{
        padding-bottom: 62px;
    }
    .contact-wrapper .sub-block form i{
        top: 3px;
        right: 25px;
    }
    .header{
        width:100%;
        height: 10%;
    }
    .header .logo{
        height: 60px;
    }
    #sidenav-overlay{
        height: auto!important *{

        };
    }
    .banner-wrapper .carousel.carousel-slider {

        position: relative;
    }
    .sub-block1 ul li img{
        width: 65px;   
    }
    .account-icon{
        display: none!important;
    }
    .res-form{
        margin-bottom: 25px!important;
    }
    .p-text::after{
        bottom: 12px;
    }
    .social-wrapper ul{
        display: none;
    }
    .sec-icon {
        width: 50px;
        height: 50px;}
    .sec-icon i {
        line-height: 40px;
        font-size: 23px;
    }
    .sec-icon::after {
        top: 58px;
        left: 1px;
        right: 3px;
        width: 31px;
    }
    .sec-icon::before{
        bottom: -38px;
    }
    h3{
        letter-spacing: 1px;
        font-size: 15px;
        margin-top: 0px;
    }
    .p-text {
        line-height: 20px;
        padding: 0px 5px 18px;
    }
    .services-wrapper .sub-block div {
        margin-top:0px;
    }
    .services-wrapper .sub-block div i {
        font-size: 35px;
    }
    .services-wrapper .sub-block {
        padding-bottom: 30px;
    }
    .new-icon{
        width: 60px;
        height:60px;
        top: 0px;
        float:left;
    }
    .new-icon i {
        line-height: 54px;
        font-size: 18px;
    }
    .best-wrapper{
        padding: 0px 0px 15px;
    }
    .best-wrapper h6{
        margin-top: 35px;
    }
    .side-nav .userView .circle {
        height: 86px;
        width: 93px;
    }
    .best-wrapper .sub-block{
        padding: 35px 0px;
    }
    .best-wrapper .sub-block-img figure{
        height: 170px;
    }
    .outer,.outer-2,.outer-3,.outer-4{
        width: 100px;
        height: 100px;
    }
    .best-wrapper .sub-block{
        overflow: hidden;
        padding: 2px 0px;
    }
    .outer .inner,.outer-2 .inner-2,.outer-3 .inner-3,.outer-4 .inner-4{
        width: 92px;
        height: 92px;
        top: 4px;
        left: 4px;
    }
    .outer .sq2{
        right: 14px;
    }
    .outer-2 .sq2-2{
        top: 67px;
        right: 13px;
    }
    .outer-3 .sq2-3{
        right: 50px;
        top: 36px;
    }
    .outer .inner h4,.outer-2 .inner-2 h4,.outer-3 .inner-3 h4,.outer-4 .inner-4 h4{
        font-size: 23px;
        line-height: 58px;
    }
    .contact-wrapper .sub-block .row, .sub-block .row,.services-wrapper .sub-block .row{
        width:100%;
        float: left;
        margin: auto;
    }
    #filters li span{
        padding: 5px 2px;
        font-size: 12px;
    }
    #filters li{
        padding: 2px 0px;
        margin: 2px 0;
    }
    .portfolio-wrapper .overlay i{
        font-size: 40px;
        line-height: 83px;
    }
    .contact-wrapper .sub-block form .input-field .validate{
        width: 93%;
    }
    .contact-wrapper .sub-block form .input-field{
        margin: 0px;
    }
    .contact-wrapper .sub-block .btn{
        width: 98%;
    }
    .footer-wrapper .footer-logo{
        text-align: center;
    }
    .footer-wrapper .footer-logo img,.footer-logo img{
        max-width: 55%;
    }
    .footer-content .sub-block{
        margin-top: 8px;
    }
    .copy-right p{
        font-size: 11px;
    }

    .bottom-footer-wrapper ul li{
        padding: 0px 2px;
    }
    .res-align{
        text-align: center;
    }



    /*------------------------*/

    .mob-ban-title{
        z-index: 99;
        position: absolute;
        font-size: 40px;
        text-align: center !important;
        width: 100%;
        color: #fff;
        display: block !important;
        top: 30%;
        text-transform: uppercase;
        line-height: 50px;
    }

    .waves{
        display: none;
    }
    .slides,.slider {
        height: 300px !important;
    }
    /*    .service-nth:nth-of-type(4){
            margin-left: 0 !important;
        }*/
    .services-wrapper{
        margin-top: 50px;
    }
    .side-nav .userView .name {
        margin-top: 16px;
        color: #fff;
        font-size: 22px;
    }
    .side-nav{
        width: 260px;
    }
    .side-nav .userView .email {
        padding-bottom: 16px;
        font-weight: 400;
        padding-top: 15px;
        color: #fff;
        letter-spacing: 1px;
    }
    .top-bar{
        text-align: center;
    }
    .social-top {
        width: 285px;
    }
    .top-bar ul li{
        padding: 10px 0;
    }
    .cd-intro{
        display: none !important;
    }
    nav .button-collapse{
        float: right;
    }
    .p-text1{
        text-align: justify !important;
        padding: 10px;
    }
    .p-text{
        font-size: 12px;
        text-align: justify !important;
    }

    .contact-wrapper .sub-block form i{
        top: 38px;
    }
    .res-form{
        margin-bottom: 0 !important;
    }
    .g-top i{
        z-index: 99;
    }

    .side-nav .userView{
        background: #132332 !important;
    }


}
@media(max-width:480px){
    .text h1{
        padding-left: 17%;
    }
    .word{
        font-size: 20px;
    }
    .contact-wrapper .sub-block form i {
        top: 23px;
        right: 14px;
    }
    .res-form{
        margin-bottom: 0x!important;
    }

}
@media(min-width: 319px) and (max-width: 479px){
    .mob-ban-title {
        top: 250px !important;
    }
}

/*paperplane*/
svg{
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 8px;
}

.planePath {
    stroke: #F7F7F7;
    stroke-width: 0.8%;
    stroke-width: .5%;
    stroke-dasharray: 1% 2%;
    stroke-linecap: round;
    fill: none;
}

.fil1 {
    fill: #D9DADA;
}

.fil2 {
    fill: #C5C6C6;
}

.fil4 {
    fill: #9D9E9E;
}

.fil3 {
    fill: #AEAFB0;
}
.p-text1{
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    padding: 0px 0px 0px;
    color: #869092;
    position: relative;
}
.p-text1::after{
    position: absolute;
    content: '';
    bottom: -20px;
    width: 90px;
    height: 3px;
    background-color: #869092;
    margin: auto;
    right: 0px;
    left: 0px;
}
.heading-blk{
    width: 100%;
    float: left;
}


#contactform .input-field .validate.fa-boxsuccess{border-bottom: 3px solid green;}
#contactform .input-field .validate.fa-boxerror{border-bottom: 3px solid red;}
.alert-sucess{background: #0ba335;color: #fff;padding: 5px;}
.alert-dager{background: #ff3737;color: #fff;padding: 5px;}


.waves{position: absolute;top: 100px;z-index: 5;width:100%;transform: scaleY(-1)}
.waves svg{height: 100px;width: 100% !important;position:relative;}
.waves svg {fill: #FFF;}


.sub-block{
    width: 100%;
    float: left;
    padding-bottom: 30px;
    position: relative;
    z-index: 80;
}
.sub-block div{
}
.sub-block div i{
    font-size:45px;
    color: #5192ff;
}
.sub-block div h4{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}
.sub-block div p{
    font-size: 13px;
    color: #869092;
}
.para-hig{
    height: 80px!important;
    overflow: hidden!important;
}



/*wrap*/

.wrap {
    max-width: 800px;
    margin: 0 auto;
}

.wrap h2 {
    position: relative;
    perspective: 500px;
    top: 50%;
    padding: 0 20px;
    transform: translateY(-50%);
    font-weight: 300;
}
.wrap h2 span {
    opacity: 0;
}






.masonry { /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count:4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}






.g-top i{
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    background: #43a1ff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.sec-add{
    position: relative;
}
.sec-add span{
    position: absolute;
    left: 0;
    top: 25px;
    width: 1px;
    height: 75px;
    background: #333;
}


.helvetica-animate-words {
    display: inline;
}

.helvetica-animate-wrapper {
    position: relative;
    padding: 10px;
    font-size: 3rem;
    top: 150px;
    right: 150px;
}

.helvetica-animate-words span {
    color: #fff;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    left: 30%;
}

.helvetica-words {
    display: inline;
    text-indent: 10px;
}
.helvetica-words-2 span {
    animation: helveticaAnimation 4.5s ease-in infinite 0s;
}
.helvetica-words span:nth-child(2) { 
    animation-delay: 1.5s;
}
.helvetica-words span:nth-child(3) { 
    animation-delay: 3s;
}
@keyframes helveticaAnimation {
    0% { opacity: 0; transform: translateY(10%); }
    4% { transform: translateY(0%) }
    10% { opacity: 1; }
    31% { opacity: 1; transform: translateY(0%) }
    35% { transform: translateY(-10%) }
    36% { opacity: 0; }
}