.box{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    position: relative;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fcac0c75;
    width: 25%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.35s;
}
.box:after{ left: 25%; }
.box .box-content:before{ left:50% }
.box .box-content:after{ left:75% }
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{ transform: scaleX(1); }
.box img{
    width: 100%;
    height: auto;
}
.box-content{
    color: #fff;
    text-align: left;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease 0.1s;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}
.box .post{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0 0 5px;
    list-style: none;
    opacity: 0;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover .icon{ opacity: 1; }
.box .icon li{
    margin: 0 4px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    background: rgba(0,0,0,0.4);
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    transition: all 0.35s ease 0s;
}
.box .icon li a:hover{
    color: #fff;
    background: transparent;
    box-shadow: 0 0 0 2px #fff;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}





	#webcoderskull{
    position: absolute;
    left: 0;
    top: 33%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

canvas{
     height:112px;
    background-color:#717eb1;
	width: 100%;
}
#webcoderskull h1{
  letter-spacing: 5px;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}











.about-section{
	position:relative;
	padding:120px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-right:100px;
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.about-section .image-column .inner-column{
	position:relative;
	    padding: 87px 130px 0px 0px;
	margin-left:50px;
}

.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	/*border:2px solid #717eb1;*/
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#d7a449;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #d7a449;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}




















.serviceBox{
    text-align: center;
}
.serviceBox .service-icon{
    width: 84px;
    height: 84px;
    line-height: 84px;
    margin: 0 auto 30px;
    font-size: 34px;
    color: #717eb1;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon{
    color: #f2eeb3;
}
.serviceBox .service-icon:before{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #3b66ef;
    border-radius: 0 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon:before{
    border-radius: 0 40px 40px 40px;
    background: #717eb1;
    transform: rotate(45deg);
}
.serviceBox .title{
    font-size: 23px;
    font-weight: 500;
    color: #011627;
    margin-bottom: 10px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .title{
    color: #ff9f1c;
}
.serviceBox .description{
    font-size: 16px;
    color: black;
    /* line-height: 27px; */
    font-family: 'Jost';
}
@media only screen and (max-width: 990px){
    .serviceBox{ margin-bottom: 30px; }
}
















.main-timeline{ font-family: 'Barlow', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 12px;
    margin: 0 5px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content{
    background: #fff;
    min-height: 165px;
    padding: 20px 20px 60px 140px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    background: #717eb1;
    width: 80px;
    height: 60%;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.main-timeline .timeline-content:after{
    top: auto;
    left: auto;
    bottom: -10px;
    right: -10px;
}
.main-timeline .timeline-year{
    color: #fff;
    background: #717eb1;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 165px;
    width: 95px;
    box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 20px;
    top: -12px;
    bottom: -12px;
}
.main-timeline .timeline-year:before{
    content: "";
    background: linear-gradient(to top right, #6C433F 49%, transparent 50%);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: -12px;
}
.main-timeline .timeline-icon{
    color: #f24709;
    font-size: 35px;
    line-height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.main-timeline .title{
    color: #F88800;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 3px 0;
}
.main-timeline .description{
    color: #555;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 0 0 5px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 140px 60px 20px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: -10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    box-shadow: -10px 5px 10px rgba(0, 0, 0, 0.3);
    left: auto;
    right: 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-year:before{
    transform: rotateY(180deg);
    right: auto;
    left: -12px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 10px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after,
.main-timeline .timeline:nth-child(4n+2) .timeline-year{
    background: #717eb1;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.main-timeline .timeline:nth-child(4n+2) .title{
    color: #F88800;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year:before{
    background: linear-gradient(to top right, #af5807 49%, transparent 50%);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after,
.main-timeline .timeline:nth-child(4n+3) .timeline-year{
    background: #717eb1;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.main-timeline .timeline:nth-child(4n+3) .title{
    color: #F88800;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year:before{
    background: linear-gradient(to top right, #041b2b 49%, transparent 50%);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after,
.main-timeline .timeline:nth-child(4n+4) .timeline-year{
    background: #717eb1;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.main-timeline .timeline:nth-child(4n+4) .title{
    color: #F88800;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year:before{
    background: linear-gradient(to top right, #345614 49%, transparent 50%);
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width:479px){
    .main-timeline .timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 60px 20px;
    }
    .main-timeline .timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        height: 55px;
        line-height: 55px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        right: 10px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        top: -10px;
        bottom: auto;
        left: 10px;
    }
}
