body{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    height: 100vh;
    font-family: 'Poppins',sans-serif;
    color: white;  
    background: transparent;
}
 .phone {
    border: 40px solid #ddd;
    border-width: 55px 7px;
    border-radius: 40px;
/*     margin: 50px auto; */
    overflow: hidden;
    transition: all 0.5s ease;
    height: 730px;
    width: 390px;
  }
  
  .phone iframe {
    border: 0;
    width: 100%;
    height: 100%;
  }
  
 

.thumbnail {
    margin-bottom: 0;
    padding: 0;
    border: 1px solid white;
    border-radius: 0px;
}
a.thumbnail {
    overflow: hidden;
    padding: 0;
    z-index: 1;
    position: relative;
    background: none;
}
.works{
	height:370px;   
	box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);  
	background-size: cover !important; 
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.card-body{
	padding: 0px !important;
}
.thumbnail{
	width: 66%;
	padding: 1%;
	background-color: #63c0ce;
} 
.wow{
	width: 100%;
	padding: 0.5% !important;

}
.container3{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1111px;
}

.container2{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    width: 10px;
    background: #212529;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

 

::-webkit-scrollbar-thumb{
    background-color: #abe9cd;
background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);

    width: 0;
    height: 15%;
    transition: 0.5s ease;
    cursor: pointer;
}
  

.transition,button,a,.button{
    transition: all 0.30s ease-in-out;
}

h1{
    font-size: 63px;
    font-weight: 400;
}

.header-top{
    height: 100%;
    width: 100%;
    background-image: url(../images/5.jpg);
    background-size: cover;
    background-position: center;
    z-index: 999;
    background-repeat: none;
    position: relative;
}

.header-top2{
    height: 100%;
    width: 100%;
    background-image: url(images/footerbkgd.png);
    background-size: cover;
    background-position: center;
    z-index: 999;
    background-repeat: none;
    position: relative;
}

.text-start-center{
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

b i{
    color: #63c0ce;
    font-style: normal;
}

.social-media{
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}


.social-media a{
    color: white;
    text-decoration: none;
    outline: 0 none;
    padding: 0 10px;
}

.social-media a:hover{
    color: #63c0ce;
}

.social-media .tooltip.bottom .tooltip-arrow{
    border-bottom-color: #63c0ce;
}


.social-media .tooltip-inner{
    background-color: transparent;
    color: #63c0ce;
    font-size: 16px;
}


#home nav a{
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 18px;
    display: inline-block;
    font-size: 3rem;
    position: relative;
    font-weight: 400;
     
    
}

#home nav a:hover{
    color: white;
}


.menu-top{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index:1111111 !important;
    height: 50px;
    text-align: right;
}





#particles-js{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.7);
}








.holder{
    position: relative;
    z-index: 11;
    background: #63c0ce;
    transform: translate(0, -55px);
}


.holder.active{
    transform: translate(0,0);
    box-shadow: 0 6px 17px 0px rgba(0,0,0,0.43);
}


.holder a:nth-child(1){
    transform: translateY(-12px);
}


.holder a:nth-child(2){
    transform: translateY(-20px);
}

.holder a:nth-child(3){
    transform: translateY(-30px);
}



.holder a:nth-child(4){
    transform: translateY(-40px);
}




.holder a:nth-child(5){
    transform: translateY(-50px);
}



.holder a:nth-child(6){
    transform: translateY(-60px);
}

.holder.active a:nth-child(1){
    transition: all 0.40s ease-in-out;
    transform: translateY(0);
}

.holder.active a:nth-child(2){
    transition: all 0.50s ease-in-out;
    transform: translateY(0);
}

.holder.active a:nth-child(3){
    transition: all 0.60s ease-in-out;
    transform: translateY(0);
}


.holder.active a:nth-child(4){
    transition: all 0.70s ease-in-out;
    transform: translateY(0);
}


.holder.active a:nth-child(5){
    transition: all 0.80s ease-in-out;
    transform: translateY(0);
}


.holder.active a:nth-child(6){
    transition: all 0.80s ease-in-out;
    transform: translateY(0);
}




.scroll-icon{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 5%;
    z-index: 11;
    width: 38px;
    height: 63px;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px white;
}


.scroll-icon:before{
    content: '';
    position: absolute;
    left: 50%;
    background-color: white;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px !important;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translateY(36px);
    }
}

button.menu-toggle.opened{
    transform: translate(0, -1px);
    color: #63c0ce;
}

button.menu-toggle{
    position: relative;
    border: none;
    border-radius: 0;
    background:rgb(46 46 46 / 69%);
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 12px 13px;
    text-transform: uppercase;
    border-radius: 0 0 3px 3px;
    transform: translate(0, -51px);
    box-shadow: 0 6px 26px 0px rgba(0,0,0,0.28);
    
}

.menu-toggle:focus{
    outline: none;
    outline-offset: 0;
}

.icon{
    display: inline-block;
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    position: relative;
    top: -0.0625em;
}

.icon-menu-toggle{
    width: 5em;
    height: 5em;
    top: 0;
}

.svg-menu-toggle .line{
    opacity: 1;
    transform: rotate(0) translateY(0) translateX(0);
    transform-origin: 1em 1em;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}



.svg-menu-toggle .line-1{
    transform-origin: 1em 2.5em;
}


.svg-menu-toggle .line-3{
    transform-origin: 10px 67px;
}


.menu-toggle.opened .svg-menu-toggle .line-1{
    transform: rotate(45deg) translateY(0) translateX(0);
}

.menu-toggle.opened .svg-menu-toggle .line-2{
    opacity: 0;
}

.menu-toggle.opened .svg-menu-toggle .line-3{
    transform: rotate(-45deg) translateY(0em) translateX(0em);
}
 



.about img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}


.title{
    text-align: center;
}

.title h1{
    font-size: 36px;
    font-weight: 500;
    color: #333;
}

.title h2{
    background: #63c0ce;
    display: inline-block;
    padding: 2px 10px;
    color: white;
    margin: 7px 0;
    clear: both;
    font-size: 18px;
    font-weight: 400;
}


.left-about h4{
    font-size: 25px;
    color: #111;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
}


.left-about p{
    font-family: 'Poppins',sans-serif;
    color: #727272;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 300;
}

@media only screen and (max-width: 1140px) {



.container3{

    padding: 0px !important;

}

}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

.left-about p{
    font-size: 22px;
}

a.button-download{
      font-size: 20px;
}

.skills h5{
    font-size: 20px;

}
.box1 {
font-size: 18px;
}

}

.button-download{
    display: block;
    background: #63c0ce;
    color: white;
    border: 1px solid #63c0ce;
    margin: 20px 100px;
/*     max-width: 220px; */
    padding: 6px 19px;
    transition: all 0.3s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  
}


.button-download:hover{
    color: white;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

a.button-download{
      font-family: 'Poppins',sans-serif;
}

.skills h5{
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    margin: 3px 0 9px;
}

.skills h5 span{
    float: right;
}


.progress{
    height: 4px;
    overflow: hidden;
    background-color: #eee;
    margin-bottom: 35px;
}


.progress-bar{
    float: left;
    width: 0;
    height: 100%;
    background-color: #63c0ce;
}


.image img{
    max-width: 340px;
    border: 8px solid white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.separated{
    background-image: url(border.png);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: repeat-x;
    background-size: auto 6px;
    background-position: center;
    color: #222;
}


.title2 h3 {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
}
 
.title2 h3:after {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffc107;
  position: absolute;
  top: -8px;
  left: -15px;
  z-index: -1;
}
.theme-light .title h3:after {
  background: rgba(255, 147, 1, 0.5);
}

.box1{
    background: #63c0ce;
    padding-top: 4rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
}

.box1:before{
    content: "";
    position: absolute;
    top: -220px;
    left: -220px;
    width: 200px;
    height: 200px;
    border-radius: 0;
    z-index: -1;
    background: #63c0ce;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.box1:after{
    content: "";
    position: absolute;
    top: -72px;
    left: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -2;
    background-color: #f5d020;
    background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.15s;
}

.box1 .icon{
    font-size: 60px;
    color: white;
}



.box1 h5{
    margin-bottom: 30px;
    color: white;
    font-size: 39px;
    padding-top: 11px;
}

.box1:hover:before{
    top: -72px;
    left: -40px;
    border-radius: 50%;
}

.box1:hover:after{
    content: "";
    width: 120%;
    left: -10%;
    top: -10%;
    height: 120%;
    border-radius: 0;
    transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.55s;
}

.sevices{
    background: #f8f7f5 !important;
    margin-top: 100px;
    font-family: 'Poppins',sans-serif;
}



.services:before{
    content: "";
    position: absolute;
    background: #f9f9f9;
    height: 20px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}


.title-section h2{
    text-align: center;
    position: relative;
    font-size: 5rem;    
    margin: 27px 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #343333;
     
}

.title-section a:hover {
    text-decoration: none !important;
     
}

/*
.title-section h2::before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 5%;
    background: #63c0ce;
    height: 2px;
    bottom: -8px;
}
*/



    #cross {
      background: blue;
      height: 35px;
      position: relative;
      width: 3px;
    }
    #cross:after {
      background: blue;
      content: "";
      height: 3px;
      left: -45px;
      position: absolute;
      top: 15px;
      width: 100px;
    }

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    color: #63c0ce;
    font-size: 28px;
    transform: scaleX(5);
    width: 100%; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #63c0ce;
    font-size: 28px;
    transform: scaleX(5);
    width: 100%;
}


.single-service i{
    position: relative;
    font-size: 40px;
    margin-bottom: 10px;
    color: #2f2e2e;
    border-radius: 50%;
    margin: -10px;
    border: 1px solid transparent;
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    transition: all 0.3s;
}

.single-service i:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    border: 3px solid #63c0ce;
    transform: scale(0.4);
    
}

 

.single-service:hover i{
    transform: scale(1.15);
}

.single-service{
    text-align: center;
    padding: 0 13px;
}


.single-service h2{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 20px 0;
    color: #000;
    
    
}

.single-service p{
    margin-bottom: 56px;
    color: #000;
    font-family: 'Poppins',sans-serif;
}

 
.cube{
    overflow-x: hidden !important;
     
}

.btn-work{
    border: 2px solid #000;
    background: transparent;
    color: #000;
    border-radius: 50px;
    font-size: 16px;
}

.cbp-l-caption-alignCenter{
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    color: white;
}


.cbp-caption:hover .cbp-l-caption-alignCenter{
    opacity: 1;
}



.plus{
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before{
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after{
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}


.plus::before,
.plus::after{
    content: "";
    position: absolute;
    background: white;
}


.cbp-item a img{
    transition: all 0.5s ease-in-out;
}

.cbp-item a:hover img{
    transform: scale(2) !important;
}


.cbp-popup-lightbox .cbp-popup-next{
    background: url(cbp-sprite.png) no-repeat scroll -46px 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
 


.cbp-popup-lightbox .cbp-popup-prev{
    background: url(cbp-sprite.png) no-repeat scroll 0 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}
 

.cbp-popup-lightbox .cbp-popup-close{
    background: url(cbp-sprite.png) no-repeat scroll -92px 0 transparent;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
     
}
 
 
#testimonials-cover{
    color: #343333;
}



#customers-testimonials{
    padding: 80px 0;
}


.testimonial img{
    max-width: 220px;
    margin: 0 auto 0 auto;
    border: 3px solid #63c0ce;
    padding: 5px;
}


.testimonial blockquote{
    border: 0;
    font-family: 'Poppins',sans-serif;
    font-style: italic;
    color: #343333;
    padding: 6px 150px;
    position: relative;
    
}

.testimonial blockquote p{
    color: #343333;
    
   
}

.maps{
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
}

.testimonial blockquote::before,
.testimonial blockquote::after{
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}

.testimonial blockqoute::before{
    content: "\201C";
    top: 0;
    left: 100px;
    
}

.testimonial blockqoute::after{
    content: "\201D";
    bottom: 0;
    right: 100px;
}


.testimonial-author p{
    color: #343333;
    font-size: 17px;
}

.testimonial-author p strong{
    display: block;
}


.input-form{
    position: relative;
    margin-bottom: 25px;
}


.input-form i{
    font-size: 20px;
    color: #d8d8d8 !important;
    position: absolute;
    top: 10px;
    z-index: 5;
    left: 10px;
    transition: all 0.3s;
}


.input-form input,
.input-form textarea{
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 50px;
    font-size: 14px;
    line-height: 1.428571;
    color: #333;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #343333;
    margin-bottom: 25px;
    text-transform: uppercase;
}




.input-form textarea{
    max-width: 100%;
/*     min-height: 120px; */
    color: #555;
    padding-top: 10px;
}

.input-form input:focus,
.input-form input:hover,
.input-form textarea:focus,
.input-form textarea:hover{
    border-color: transparent;
    outline: 0;
    box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
    border-color: #45caff;

}

.button-send{
    background: none;
    border-radius: 2px;
    border: 1px solid #343333;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s;
}

.button-send:hover{
    background: #63c0ce;
    color: white;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
}


.input-form i{
    color: #63c0ce;
}



footer{
    text-align: center;
    padding: 50px 0;
    background-color: #abe9cd;
		background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);
    color: white;
}

.copy-my-text{
    font-size: 18px;
    color: white;
}

.copy-my-text a{
    font-weight: 700;
    color: white;
    transition: all 0.5s ease-in;
}

.copy-my-text a:hover{
    color: #000;
    transform: rotateX(10deg);
    text-decoration: none;
}


.content-footer .social-media-footer{
    padding: 10px 0 0;
    
}
 

.social-media-footer a{
    padding: 0 3px;
    font-size: 33px;
    margin-right: 15px;
    color: white;
}


.social-media-footer a:hover{
    color: #63c0ce;
    text-decoration: none;
}

.card-header {
    padding: 6rem 1.25rem !important;}




