img{
    
    max-width:100%;
    
}

.padd-0{
    padding: 0px;
}

.mar-20{
    margin-top: 20px;
}


.center{
    text-align: center;
}

.right-float{
    float: right;
    
}


.logo {
    
    width:15%;
    
}




header{
   /*background: #f9f35582;*/
   background-image: linear-gradient(to right, #f9f355c7,#f9f35582,#f9f355c7,#f9f35582, #f9f355c7,#f9f35582); 
    position: fixed;
    top: 0px;
   
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
}
.top{
    padding: 5px 0px;
}
.topadd {
    position: relative;
    padding-left: 40px;
    margin-top: 22px;
}

.topadd i {
    position: absolute;
    top: 21px;
    left: 0px;
    font-size: 21px;
    line-height: 30px;
    /* border-right: 1px solid #000; */
    /* padding: 8px 10px; */
    color: #ed1b24;
    /* border: 1px solid #fdb813; */
    width: 30px;
    height: 30px;
    text-align: center;
}
.topadd p {
    font-size: 12px;
    margin-bottom: 3px;
 font-family: 'Roboto', sans-serif;
    line-height: 17px;
    /* text-transform: uppercase; */
    font-weight: 600;
}
.topadd span {
   font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.wel{
    
   box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
    background: url(../image/transparent.png);
    position: relative;
   padding: 10px 0px 20px 0px; 
  
    
}




.heading h1{
          font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 400;
}

.heading h1 span{
    
    
    font-weight: 600;
    
}

.heading h3{
    
   font-size: 12px;
    background: #0fd6e8;
    padding: 5px 9px;
    color: #fff;
    display: inline-block;
    
}




.feature-section .icon{
        
           width: 50px;
    height: 50px;
    background: #0dd2e4;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    transition: 0.5s;

}



.feature-section:hover .icon{
    
    
    background: #000;
    
}


.landing-feature-header {
    border-bottom: 1px solid #9e9e9e;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 18px;
    padding-bottom: 12px;
    margin-top: 9px;
}

.feature-section .landing-feature-header:after {
    border-top-right-radius: 23px;
    border-top-left-radius: 23px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    background-color: #9e9e9e;
    content: "";
    display: block;
    height: 11px;
    left: 100%;
    position: relative;
    top: 18px;
    width: 11px;
}

.feature{
    margin-top:80px;
}





.addback1{
    background: url('../img/addback1.jpg');
   height:500px;
    background-attachment:fixed;
    background-size:cover;
    
}

.addback2{
    background: url('../img/addback2.jpg');
   height:500px;
    background-attachment:fixed;
    background-size:cover;
    
}
#client_tb h1 {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
   font-family: 'Quicksand', sans-serif;
    font-weight: 600;
 
}

.navbar-right {
    float: right!important;
    margin-top: 21px;
}

.bor {
   
    position: relative;
    overflow: hidden;
   

}


.bor:hover:before{
    
 height:100%;
    opacity: 1;
    
    
}




.bor:before{
    position: absolute;
    background-color: rgba(31, 30, 30, 0.18);
    width: 100%;
    height: 10%;
    content: "";
    opacity: 0;
    z-index: 2;
    transition: 0.5s;
    bottom: 0px;
    left: 0px;
    
}


.bor:hover .icon-links{
    
    top:50%;
    
}

.bor .icon-links {
    right: 5px;
    top: 5px;
    z-index: 9;
        position: absolute;
   top:-18%;
    transition: 0.5s;
    
    left: 45%;
    
    
    
}

.bor .icon-links a{
    
      background: #fff;
    color: #0fb9c9;
    font-size: 13px;
    display: table;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    text-align: center;
   
    
}

.bor .name h1{
    margin: 0px;
     padding: 10px 30px;
    
}

.bor .name {
    left: 0px;
    bottom: 20px;
    z-index: 9;
        position: absolute;
    transform: translate(-105px, -15px);
    transition: 0.5s;
    color: #0fb9c9;
    background: #fff;
   
    
}






.bor:hover .name{
    
 transform: translate(0px, -15px);
  
    
}






footer {
    background: #000;
    padding: 20px 0px 0px 0px;
    background: url('../img/footer.jpg');
}

.list {
    padding: 0px;
}

.list li {
    list-style: none;
     margin-bottom: 15px;
    padding-left: 16%;
    position: relative;
    line-height: 20px;
    color: #bfbfbf;
}

.list li span {
    position: absolute;
    left: 0px;
}

.copyright {
    color: #bfbfbf;
    border-top: 1px solid #6f6f6f;
    padding-top: 17px;
    margin-top: 20px;
}

.right-text {
    text-align: right;
}

.so {
    padding: 0px;
}

.so li {
    display: inline-block;
    width: 10%;
}

.foo{
    display: table;
}


.foo h1{
        font-size: 20px;
   
    padding-bottom: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
        font-family: Oswald,sans-serif;
    position: relative;
    color:#fff;
    display: inline-block;
}


.foo h1:before{
    
    content: '';
    background: #1dbdcc;
    position: absolute;
    width: 40px;
    height: 2px;
    top: 11px;
    right: -50px;
}



.list2{
    
    padding: 0px;
}


.list2 li {
    list-style: none;
float: left;
    position: relative;
    line-height: 30px;
    width: 50%;
    color: #bfbfbf
  
    
    
}

.list2 li span{
    
   padding-right: 5px; 
      transition: 0.5s;
    
}

.list2 li a{
    
    color: #bfbfbf;
}


footer p{
    color:#bfbfbf;
}

.container2{
    position: relative;
    display: -webkit-box;
    width: 100%;
    clear: both;

}

.black{
    
    
    background: url('../img/foo.jpg');
    padding: 20px 0px;
    
}

.black h1{
    font-family: Oswald,sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.black p{
    color:#ffff;
}


.pro{
    position: relative;
    
   
    padding-top: 20px;
    
}

.pro .one{
    position: absolute;
    top:0px;
    right: 0px;
    width:400px;

}


.icon_box {
    border: 1px transparent solid;
    position: relative;
    z-index: 1;
}

.box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 5px 12px rgba(0,0,0,.3);
    visibility: hidden;
}

.icon_box .box_icon.box-md-icon.icon_pad {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    background: #0fb9c9;
    color: #fff;
    /* border-radius: 100px; */
    font-size: 24px;
}

#icbx_5bc99de9a575a .box_icon:before {
    background-color: #fe4343;
    transition: 0.5s;
}

.box_content {
    position: relative;
    z-index: 9;
}

.icon_box .box_title {
    line-height: 1;
    margin-bottom: 15px;
    font-size: 19px;
    font-family: Oswald,sans-serif;
    font-weight: 400;
}

.icon_box .box_text {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: justify;
}

.p-a-4 {
        padding: 20px 30px;
}



#icbx_5bc99de9a575a{
   transition: 0.5s;
  
}


.detail{
    padding:30px 0px;
}

.gray{
    background:#f5f5f5;
}

.work .one{
    text-align: center;
    position: relative;
}

.work .one div{
    
    
     background: #000;
    color: #fff;
    line-height: 100px;
    text-align: center;
    border-radius: 100px;
    margin: auto;
    font-family: Oswald,sans-serif;
    font-weight: 500;
   
    font-size: 40px;
    width: 100px;
    height: 100px;
        z-index: 1;
    position: relative;
    transition: 0.5s;
    
}

.work:hover .one div{
    
  background: #0fd6e8;  
    
}




.work .two h1{
    font-size: 20px;
    font-family: Oswald,sans-serif;
    
}




.work .two .p{
    text-align: center;
}



.work .one:before{
    
    position: absolute;
    content: '';
    background:#0fd6e8;
    height: 2px;
    width:100%;
    top:50%;
    
    
}

.work .one:after{
    
    position: absolute;
    content: '';
    background:#0fd6e8;
    height: 10px;
    width:10px;
    top:45%;
    border-radius: 100px;
    right: 0px;
    
    
}


.hh .one:before , .hh .one:after{
    display: none !important;
}


.workback{
    
    background: url('../img/workback.html');
    padding: 20px 0px;  
    background-size: cover;
}











.tools .tools-panel {
    position: fixed;
    background-color: #0dd2e4;
    top: 60%;
    right: 10px;
    border-radius: 50px;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.22);
    z-index: 1;
    padding: 20px 0;
}

.tools .tools-panel>a {
    display: block;
    position: relative;
    padding: 8px 12px;
    color: #fff;
    font-size: 18px;
}

.tools .tools-panel>a span {
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    font-size: 13px;
    background-color: #0dd2e4;
    border-radius: 4px 0 0 4px;
    color: #fff;
    padding: 11px 17px 12px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    white-space: nowrap;
}

.tools .tools-panel>a:hover {
    color: #fff;
    background-color: #0dd2e4;
}


.tools .tools-panel>a:hover span {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}





.en span{
    
    
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
}


.en span b {
      font-size:13px;
    color: #232222;
}



.get .imagee{
    
  width:70%;
    margin: auto;
    
}


.get h1 {
        font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-bottom: 27px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    font-family: 'Exo 2', sans-serif;
    padding: 0px 20px;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff !important;
}

.jojo{
    padding: 0px;
    margin: 0px;
}

.jojo li{
    
   list-style: none;
    text-align: center;
    text-transform: uppercase;
        font-family: 'Quicksand', sans-serif;
    padding: 10px 0px;
    /* border-bottom: 1px dashed #7d7a7a; */
    
}
.jojo li a {
    color: #fff !important;
}


.hum h1 {
    position: absolute;
    right: -32%;
    bottom: 6%;
    font-size: 18px;
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    line-height: 25px;
}


.hum h1:before{

background: #fed104;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: -25%;}



.tum h1 {
    position: absolute;
    left: 58%;
   bottom: -16%;
    font-size: 18px;
    padding-bottom: 5px;
     font-family: 'Oswald', sans-serif;
    line-height: 25px;
    text-align: right;
    
}

.tum h1 span{
    font-weight: 700;
}
.hum h1 span{
    font-weight: 700;
}

.tum h1:before {
    background: #fed104;
    content: '';
    width: 2px;
    height: 89px;
    position: absolute;
    top: -68%;
    left: 106%;
}


.client2 img{
    border:1px solid #d4d1d1;
}



	

.point {
  
    background:#fff;
    padding-bottom: 30px;
}

.point h2{
        color: #0c0c0c;
    padding: 0px 0px 10px 0px;
   
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
}

.icon{
    
    
    width:10%;
    
}

.innovative{
    padding: 35px 35px 0px 35px;;
}

.innovative p{
    color:#000;
    line-height: 25px;
}


.social {
					display: table;
					width: 100%;
					margin-top: 14px;
					
				}
				.social .fa-facebook {
					background: #3B5998;
					color: white;
				}
				.social .fa-twitter {
					background: #55ACEE;
					color: white;
				}
				.social .fa {
					padding: 9px;
					font-size: 13px;
					width: 30px;
					text-align: center;
					text-decoration: none;
					margin: 5px 2px;
					border-radius: 50%;
					height: 30px;
				}
			
			.img1s
			{
				height:40px;
				weight:80px;
			}