@import url('https://fonts.googleapis.com/css?family=Teko&amp;display=swap');

header ul,
.header ul,
#header ul,
footer ul,
.footer ul,
#footer ul,
nav ul,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.services {
    width: 100%;
    float: left;
}

.service-banner {
    float: left;
    width: 100%;
}

.service-banner img {
    max-width: 100%;
}


/**
.logo  {
    width:180px;
    float: left;    margin-top: -19px;
}**/

.black {
    display: block;
}


/***
nav[data-slide="2"] .black{
    display:block;
}
nav[data-slide="2"] .white{
    display:none;
}**/
/**
.main-cont .slide-img {
    position: relative;
    margin: 18% 0;
    //display: flex;
    max-width: 80rem;
    flex-direction: row-reverse;
    transition: all .25s ease-out;
}
.slide-img>div {
    flex: 0 0 50%;
}
**/

.text,
.img-effect {
    float: left;
}




/***

.card-1 {
    transform: skewX(-50deg) translate(0rem, 0.75rem) skewY(23deg) rotateX(61deg) rotateY(-13deg) scaleZ(2);
    transition: all 1s cubic-bezier(0.25, 1, 0.25, 1);
    z-index: 30;
}

.card-2 {
    transform: skewX(-55deg) translate(2rem, 2rem) skewY(24deg) rotateX(65deg) rotateY(-13deg);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.25, 1);
    z-index: 20;
}

.card-3 {
    transform: skewX(-60deg) translate(4.7rem, 3.2rem) skewY(25deg) rotateX(67deg) rotateY(-14deg);
    transition: all 0.6s cubic-bezier(0.25, 1, 0.25, 1);
    z-index: 10;
}

.cards {
    transform: translate(0, -9rem) scale(1);
    width: 100%;
    float: left;
    margin-top: 15%;
}

.cards:hover {
    transform: translate(2rem, -8rem) scale(1);
}

.cards:hover .card-1 {
    //transform: skewX(0deg) translate(-1rem, 2rem) skewY(0deg) rotate(-20deg) perspective(20rem) scale(0.75);
    transform: skewX(0deg) translate(-5rem, 2rem) skewY(0deg) rotate(-16deg) perspective(20rem) scale(0.75);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.25, 1);
}

.cards:hover .card-2 {
    //transform: skewX(0deg) translate(5.2rem, -8rem) skewY(0deg) rotate(0deg) perspective(20rem) scale(0.6);
    transform: skewX(0deg) translate(6.5rem, -2rem) skewY(0deg) rotate(3deg) perspective(20rem) scale(0.6);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.25, 1);
}

.cards:hover .card-3 {
    //transform: skewX(0deg) translate(7rem, 0rem) skewY(0deg) rotate(20deg) perspective(20rem) scale(0.5);
    transform: skewX(0deg) translate(17rem, -2rem) skewY(0deg) rotate(17deg) perspective(20rem) scale(0.5);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
}***/


.col-md-4,
.col-md-8,
.col-md-5,
.col-md-7 {
    float: left;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.footer-logo {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 16%;
    z-index: 2;
}

.workingdiv {
    padding-left: 7%;
    text-align: left;
}

.our-working {
    padding: 0px 0 0 0px;
    list-style: none;
    text-align: left;
    margin: 20px 0 15px 0;
    width: 100%;
    float: left;
}

.our-working li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 20px;
}

.our-working li:before {
    background-color: #e52c58;
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: 0px;
}

.tagline {
    width: 100% !important;
    position: fixed;
    color: #fff;
    left: 0px;
    top: 40%;
    font-size: 45px;
    text-align: center;
}


/* Home fullpageSlider **/


/* keyframes #anim_slides */

@-webkit-keyframes anim_slides {
    0% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes anim_slides {
    0% {
        opacity: 0;
    }
    6% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.view-detail-btn {
    width: 100%;
    float: left;
}

.view-detail-btn a {
    width: auto;
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    background-color: rgb(204, 26, 81);
       padding: 11px 30px;
 
  
    border-radius: 61px;
}

a.viewportfolio {

    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;

    padding: 11px 30px;
    text-transform: capitalize;
     margin: 17px 0; 

}

.call2action {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.call2action p {
    font-size: 32px;
    color: #000;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.call2action span {
    font-size: 18px;
    color: #000;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.call2action a {
    padding: 15px 25px;
    font-size: 22px;
    background-color: rgb(204, 31, 85);
}

.call2action a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.call2action a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 255.35) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.call2action a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
    text-decoration: none;
}

.call2action a:hover,
.call2action a:focus,
.call2action a:active {
    color: #fff;
    text-decoration: none;
}

.call2action a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}


/************backtotop********/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/********************dots****/

.navdots {
    position: fixed;
    right: 2%;
    z-index: 999;
    top: 36%;
}

.navdots a {
    display: block;
    margin-top: 13px !important;
    margin-right: 0px !important;
    margin-bottom: 13px !important;
    height: 4px !important;
    width: 4px !important;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navdots a:hover {
    width: 10px !important;
    height: 10px !important;
    margin: 9px -3px !important;
    background-color: #0e3b4c;
    border: 1px solid #0e3b4c
}

.navdots a.active {
    width: 10px !important;
    height: 10px !important;
    margin: 9px -3px !important;
    background-color: #fff;
    border: 1px solid #fff;
}


/*********
.navdots a .active{  width: 10px;
    height: 10px;}***/

.gotobottom {
    position: absolute;
    width: 44px;
    height: 34px;
    bottom: 15%;
    left: 50%;
    float: left;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.gotobottom.black {
    width: 71px;
    bottom: 19%;
    left: 50%;
}


/******vertical***/

.vertical-dash {
    position: relative;
    height: 45px;
    display: inline-block;
}

.vertical-dash:after,
.vertical-dash:before {
    background: #FFFFFF;
}

.vertical-dash:after,
.vertical-dash:before {
    background: #363636;
    content: "";
    height: 0;
    position: absolute;
    width: 1px;
}

a.know.more {
    background-color: #d6295e;
    color: #fff;
    top: 68%;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 7px 28px;
    text-transform: capitalize;
}

ul li.explore-link.center {
    position: absolute;
    left: 1.25em;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

a.veiwsection3 {
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    background-color: rgb(204, 26, 81);
   padding: 11px 30px;
    text-transform: capitalize;
    margin: 17px 0;
    border-radius: 61px;
}

.footer-logo img {
    height: 219px;
}


/***********portfolio*************/

.uppersectionportfolio {
    background-image: url(../img/portfolio_section_back.png);
    width: 100%;
    float: left;
    padding: 89px 0px 32px 0;
    text-align: center;
}

.portfolio h2 {
    font-size: 73px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.uppersectionportfolio span {
    color: #fff !important;
    font-family: 'Teko', sans-serif;
}

.uppersectionportfolio .view-detail-btn a {
    width: auto;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    background-color: rgba(204, 26, 81, 0);
    padding: 11px 30px;
    border: 2px solid #fff;
    text-transform: capitalize; -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
}
.uppersectionportfolio .view-detail-btn a:hover{  background-color: rgb(204, 26, 81);

    border: 2px solid rgb(204, 26, 81);}
.uppersectionportfolio .red-border {
    margin: 0 auto 28px;
}

.belowfooter {
    background: #000;
    width: 100%;
    color: #fff;
    padding: 36px 0;
    float: left;
}

.belowfooter h4 {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

img.logofooter {
    width: 171px;
    display: block;
}

ul.contactlist li i{
    float: left;
    margin-right: 14px;
    margin-top: 0px;
    font-size: 22px;
    width: 24px;
}
ul.contactlist {
    margin-top: 27px;
}ul.contactlist a {
    color: #fff;
    text-decoration: none;
}ul.socialmedia li a {
   display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    padding: 7px 10px 11px 12px;
    border-radius: 50%;
    color: #fff;
}
ul.socialmedia li a .fab {
    font-size: 17px;}ul.socialmedia li {
    display: inline-block;
    margin: 14px 10px 0 0;
}ul.quicklink li {
    text-transform: capitalize;
    line-height: 30px;
}
.margin-left {
    margin-left: 101px;
}p.copyright {
    text-align: center;
    float: left;
    width: 100%;font-size: 14px;    margin-top: 10px;
}.belowfooter a {
    color: #fff;
    text-decoration: none;
}
/************portfoilioi***/

.text-area.text-center.text-left {

    top: 19%;
    width: 43%;
}
img.portfolio_logo.img-fluid {
    width: 109px;
}h3.portfolio_head {
    font-family: 'Teko', sans-serif;
    font-size: 46px;
    text-transform: uppercase;
    margin-top: 17px;

}.text-area.text-center h4 {
    text-transform: capitalize;
}

/***************portfolio page***********/
@media (min-width:992px) {
    .one-pager.portfolio .banner-2-col__bg-inner--width-2-3 {
    
        width:50% !important;
    }
}

@media (min-width:992px) {
    .one-pager.portfolio .banner-2-col__bg-gradient--width-1-3 {
        width: 50% !important;
    }
}ul.technology li {
    display: inline-block;
    margin: 19px;
}
.text-area.text-center.text-right {

    width: 86%;
    top: 17%;
}
@media (min-width: 768px){
 .one-pager.portfolio .banner-2-col__text {
     padding:0;overflow-x: visible;
    overflow-y: visible;
}}


.portfolioimg.img-fluid img {
    width: 100%;
}

.learning_back {
    background: linear-gradient(50deg, #026e82, #6abea0);
}
/*****************/
.portfoliosection {
    height: 100vh;
    position: relative;
    overflow: hidden;    width: 100%;
    background: url(../img/digital_marketing.jpg);float: left;background-size: cover;
}
.section1, .section2, .section3, .section4 {
   /** width: 25%;**/
        width: 33.3%;float: left;    opacity: 0.9;
}

.section1 {
    background-color: #cf3460;
   
}
.section2 {
    background-color: #f2a138;
   
}
.section3 {
    background-color: #0d3546;
   
}
.section4 {
    background-color: #839812;
   
}

.section1, .section2, .section3, .section4 {
   
    height: 100vh;
    transform: skewX(-10deg);
    
    position: relative;
    color: #fff;border-right: 4px solid #fff;
    transition:all 0.2s ease-in-out;
}

.section1 .sectioncontent {
 
  
    top: 18%;
    
}
.section2 .sectioncontent {
 
  
    top: 32%;
    
}
.section3 .sectioncontent {
 
  
    top: 51%;
    
}
.section4 .sectioncontent {
 
  
    bottom: 1%;
    
}

 .sectioncontent {
       transform: skewX(10deg);
    position: absolute;
    left: 7%;
    padding: 0 9px;
}

h1.heading1 {
    font-family: 'Teko', sans-serif;
    font-size: 46px;
    text-transform: uppercase;
    margin-top: 17px;
}
.sectioncontent p {
    font-size: 14px;
    line-height: 26px;    margin-bottom: 7px;font-family: 'Open Sans', sans-serif;
}.sectioncontent a {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;  font-family: 'Teko', sans-serif;
    text-decoration: none;
}


.section1:hover, .section2:hover, .section3:hover, .section4:hover {
    opacity: 1;
}
.section1:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #cf3460;
    z-index: -1;
    bottom: 0;
    transform-origin: bottom left;
    transform: skewY(-80deg);
    left: -59px;
}
.section4:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #839812;
    z-index: 999;
    bottom: 0;
    transform-origin: bottom left;
    transform: skewY(-98deg);
    right: -337px;
}

.joveeback{background: url(../img/jovees_back.png);



}
.c2connect{background: url(../img/c2connect_back.png);}
.text_black{color: #000;}

.button-2{
  width:140px;
  height:50px;
  border:2px solid #fff;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;    margin: 12px 0;

}
.button-2 a{
  font-family:arial;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-2{
  width:140px;
  height:50px;
  top:-68px;
  background:#fff;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-2:hover .eff-2{
  top:-20px;
}
.button-2:hover a{
  color:#000;
}
i.fas.fa-map-marker-alt {
    height: 96px;
}





