@charset "utf-8";
/* CSS Document */

body{
    padding:0;
    margin:0;
}

.product-section{
	float:left;
	background:#F1F2F3;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	width:100%;
	min-height:100%;
}

#product-menu{
	float:left;
	width:300px;
	height:670px;
	background:black;
	border:none;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:30px 20px;
	box-sizing: border-box;
	overflow: hidden;
	
	

}

#product-menu li{
	background:inherit;
	border:none;
	width:100%;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	clear:left;
	font-size:18px;
	font-weight:bold;
	font-family:sans-serif;

	

}

#product-menu li a{
	color:white;
	font-size:18px;
	font-weight:bold;
	font-family:sans-serif;
    cursor:pointer;
}

#product-menu li:focus{
	background:blue;
	outline:none;
}

#product-menu li a:focus{
	outline:none;
	color:white;
	background:blue;
	font-size:18px;
	font-weight:bold;
	font-family:sans-serif;
}










.serviceBox{
    color: #555;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 15px 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
}
.serviceBox:after{
    content: "";
    background: linear-gradient(to bottom,#FFC312,#F79F1F);
    width: 100%;
    height: 49px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.serviceBox .service-count{
    color: #fff;
    background: linear-gradient(to bottom,#FFC312,#F79F1F);
    font-size: 45px;
    line-height: 130px;
    width: 80px;
    height: 110px;
    margin: -15px 0 20px;
    border-radius: 40px 0 100px 100px;
    position: relative;
}
.serviceBox .service-count:before,
.serviceBox .service-count:after{
    content: "";
    background: #F79F1F;
    width: 25px;
    height: 15px;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: 0;
    left: 80px;
}
.serviceBox .service-count:after{
    background: #FFC312;
    border-radius: 50px 0 0 0;
    left: 65px;
    z-index: -2;
}
.serviceBox .service-icon{
    color: #afafaf;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .title{
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0 15px;
    margin: 0 0 23px;
}
.serviceBox .read-more{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{ text-shadow: 0 0 5px #555; }
.serviceBox.purple:after,
.serviceBox.purple .service-count{
    background: linear-gradient(to bottom, #B53471, #6F1E51);
}
.serviceBox.purple .service-count:before{ background: #6F1E51; }
.serviceBox.purple .service-count:after{ background: #B53471; }
.serviceBox.red:after,
.serviceBox.red .service-count{
    background: linear-gradient(to bottom, #ee3838, #ce1500);
}
.serviceBox.red .service-count:before{ background: #ce1500; }
.serviceBox.red .service-count:after{ background: #ee3838; }
.serviceBox.blue:after,
.serviceBox.blue .service-count{
    background: linear-gradient(to bottom, #00adef, #00689b);
}
.serviceBox.blue .service-count:before{ background: #00689b; }
.serviceBox.blue .service-count:after{ background: #00adef; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 15px 0 50px; }
}









.post-slide{
    margin: 0 15px;
    background: #fff;
    border-bottom: 1px solid #dedde1;
}
.post-slide .post-header{
    padding: 15px 20px;
}
.post-slide .title{
    margin-bottom: 5px;
}
.post-slide .title a{
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.post-slide .title a:hover{
    color: #fd6058;
    text-decoration: none;
}
.post-slide .post-bar{
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display: inline-block;
    margin-right: 20px;
    color: #808080;
}
.post-slide .post-bar li a{
    font-size: 15px;
    color: #808080;
    text-transform: capitalize;
}
.post-slide .post-bar li a:hover{
    text-decoration: none;
    color: #fd6058;
}
.post-slide .post-bar li img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.post-slide .post-bar li i,
.post-slide .post-bar li img{
    margin-right: 5px;
}
.post-slide .pic{
    overflow: hidden;
    position: relative;
}
.post-slide .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
    transition: all 0.9s ease 0s;
}
.post-slide:hover .pic:after{
    background: rgba(255,255,255,0.2);
}
.post-slide .pic img{
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1,1);
    transition: all 0.6s ease-in-out 0s;
}
.post-slide:hover .pic img{
    transform: rotate(10deg) scale(1.5,1.5);
}
.post-slide .post-category{
    padding: 5px 15px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fd6058;
    z-index: 1;
}
.post-slide .post-category li{
    display: inline-block;
    text-transform: uppercase;
}
.post-slide .post-category li:after{
    content: " ,";
    color: #fff;
}
.post-slide .post-category li:last-child:after{
    content: "";
}
.post-slide .post-category li a{
    color: #fff;
}
.post-slide .post-category li a:hover{
    text-decoration: none;
    color: #333;
}
.post-slide .post-description{
    font-size: 16px;
    color: #808080;
    padding: 15px;
}
@media only screen and (max-width: 480px) {
    .post-header .post-bar li{
        margin-right: 5px;
    }
}













a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Poppins', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #fff;
    background-color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    margin: 0 1px 9px 0;
    border-radius: 10px;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border: none;
}
.vertical-tab .nav-tabs li a:before{
    content: "";
    background: radial-gradient(#e50651,#e50651,transparent,transparent);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    transform: scale(2);
}
.vertical-tab .tab-content{
    color: #fff;
    background: radial-gradient(#ff4482,#e50651);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 20px 25px 10px;
    margin-top: 10px;
    display: table-cell;
    position: relative;
    clip-path: polygon(5% 0, 95% 0, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 5%);
}
.vertical-tab .tab-content h3{
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{
        margin: 0 0 10px;
        clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    }
    .vertical-tab .tab-content{
        padding: 20px 15px 5px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}







a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 50px;
}
#accordion .panel-heading{
    padding: 0;
    background: #fff;
    border: none;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 20px 10px 60px;
    background: #fe5f55;
    border-radius: 30px;
    border: 2px solid #fe5f55;
    font-size: 20px;
    font-weight:600;
    color: #fff;
    position: relative;
}
#accordion .panel-title a.collapsed{
    border: 2px solid #bbb;
    background: #fff;
    color: #bbb;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fe5f55;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-right: 3px solid #fff;
    position: absolute;
    top: -10px;
    left: -30px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    background: #bbb;
    border: none;
}
#accordion .panel-body{
    padding: 15px 20px 0;
    margin: 0 0 0 30px;
    border: none;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    position: relative;
}
#accordion .panel-body:before{
    content: "";
    display: block;
    width: 5px;
    height: 90%;
    background: #fe5f55;
    position: absolute;
    top: 0;
    left: -30px;
}
#accordion .panel-body:after{
    content: "";
    border-top: 20px solid #fe5f55;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: 0;
    left: -48px;
}


.main-timeline{ font-family: 'Cairo', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 80%;
    float: left;
}
.main-timeline .timeline-content{
    color: #fff;
    background: linear-gradient(to right, #3DC3F8,#1E9CE8);
    padding: 20px 20px 20px 170px;
    margin: 0 0 60px;
    border-radius: 100px 0 0;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-icon{
    color: #fff;
    background: linear-gradient(to right, #3DC3F8,#1E9CE8);
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    height: 120px;
    width: 120px;
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    left: 20px;
}
.main-timeline .title{
    font-family: 'Comfortaa', cursive;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.main-timeline .description{
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    margin: -60px 0 60px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content{
    padding: 20px 170px 20px 20px;
    margin: 60px 0 0;
    border-radius: 0 0 100px 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 20px;
    bottom: auto;
    top: -60px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background: linear-gradient(to right, #A71E92,#C6409F);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background: linear-gradient(to right, #F18624,#D36414);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background: linear-gradient(to right, #27ae60,#2ecc71);
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 15px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 60px 15px 15px 15px;
        margin: 40px 0 0;
        border-radius: 0 0 50px 0;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        font-size: 30px;
        line-height: 60px;
        height: 80px;
        width: 80px;
        right: 15px;
        left: auto;
        top: -40px;
    }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}









.pricingTable{
    background: #fff;
    font-family: 'Sora', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin-top: 25px;
    box-shadow: 10px 20px 10px rgba(0,0,0,0.1),-10px 0 10px rgba(0,0,0,0.1);
}
.pricingTable .pricingTable-header{
    color: #fff;
    background-color: #12BDC4;
    padding: 45px 15px 45px 20px;
    margin: -25px 0 25px;
    border-radius: 0 20px 0 0;
    box-shadow: 4px -4px 0 0 rgba(255,255,255,0.5) inset,-5px 5px 10px rgba(0,0,0,0.2);
    display: inline-block;
    position: relative;
}
.pricingTable .pricingTable-header:before{
    content: '';
    background: linear-gradient(to right bottom,transparent 45%, #05878c 50%);
    height: 25px;
    width: 15px;
    position: absolute;
    left: -15px;
    top: 0;
}
.pricingTable .title{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.pricingTable .price-value{
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
}
.pricingTable .pricing-content{
    background-color: #12BDC4;
    padding: 20px 0 0;
    margin: 0 0 15px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px;
}
.pricingTable .pricing-content li:nth-child(even){ background-color: rgba(0,0,0,0.2); }
.pricingTable .pricingTable-signup a{
    color: #12BDC4;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{ text-shadow: 3px 3px 0 rgba(0,0,0,0.3); }
.pricingTable.green .pricingTable-header,
.pricingTable.green .pricing-content{
    background-color: #76C712;
}
.pricingTable.green .pricingTable-header:before{
    background: linear-gradient(to right bottom,transparent 45%, #57910b 50%);
}
.pricingTable.green .pricingTable-signup a{ color: #76C712; }
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 50px; }
}









.loader{
    width: 150px;
    height: 150px;
    margin: 20px auto 0;
    perspective: 300px;
    transform-style: preserve-3d;
    position: relative;
}
.loader div{
    width: 100px;
    height: 100px;
    transform-style: preserve-3d;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.loader .inner_loader_1{
    background-color: #eb2f06;
    animation-name: side1;
}
.loader .inner_loader_2{
    background-color: #ff9f43;
    animation-name: side2;
}
.loader .inner_loader_3{
    background-color: #be2edd;
    animation-name: side3;
}
.loader .inner_loader_4{
    background-color: #10ac84;
    animation-name:side4;
}
.loader .inner_loader_5{
    background-color: #4834d4;
    animation-name: side5;
}
.loader .inner_loader_6{
    background-color: #1e3799;
    animation-name: side6;
}
@keyframes side1{
    0%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(50px);
    }
    25%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translateZ(75px);
    }
    50%{
        border-radius: 50px;
        transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translateZ(100px);
    }
    75%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translateZ(75px);
    }
    100%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg) translateZ(50px);
    }
}
@keyframes side2{
    0%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translateZ(50px);
    }
    25%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translateZ(75px);
    }
    50%{
        border-radius: 50px;
        transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translateZ(100px);
    }
    75%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg) translateZ(75px);
    }
    100%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(450deg) rotateZ(0deg) translateZ(50px);
    }
}
@keyframes side3{
    0%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translateZ(50px);
    }
    25%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translateZ(75px);
    }
    50%{
        border-radius: 50px;
        transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg) translateZ(100px);
    }
    75%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(450deg) rotateZ(0deg) translateZ(75px);
    }
    100%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(540deg) rotateZ(0deg) translateZ(50px);
    }
}
@keyframes side4{
    0%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translateZ(50px);
    }
    25%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg) translateZ(75px);
    }
    50%{
        border-radius: 50px;
        transform: rotateX(0deg) rotateY(450deg) rotateZ(0deg) translateZ(100px);
    }
    75%{
        border-radius: 25px;
        transform: rotateX(0deg) rotateY(540deg) rotateZ(0deg) translateZ(75px);
    }
    100%{
        border-radius: 0px;
        transform: rotateX(0deg) rotateY(630deg) rotateZ(0deg) translateZ(50px);
    }
}
@keyframes side5{
    0%{
        border-radius: 0px;
        transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translateZ(50px);
    }
    25%{
        border-radius: 25px;
        transform: rotateX(90deg) rotateY(0deg) rotateZ(-90deg) translateZ(75px);
    }
    50%{
        border-radius: 50px;
        transform: rotateX(90deg) rotateY(0deg) rotateZ(-180deg) translateZ(100px)
     }
    75%{
        border-radius: 25px;
        transform: rotateX(90deg) rotateY(0deg) rotateZ(-270deg) translateZ(75px);
    }
    100%{
        border-radius: 0px;
        transform: rotateX(90deg) rotateY(0deg) rotateZ(-360deg) translateZ(50px);
    }
}
@keyframes side6{
    0%{
        border-radius: 0px;
        transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translateZ(50px);
    }
    25%{
        border-radius: 25px;
        transform: rotateX(-90deg) rotateY(0deg) rotateZ(90deg) translateZ(75px);
    }
    50%{
        border-radius: 50px;
        transform: rotateX(-90deg) rotateY(0deg) rotateZ(180deg) translateZ(100px);
    }
    75%{
        border-radius: 25px;
        transform: rotateX(-90deg) rotateY(0deg) rotateZ(270deg) translateZ(75px);
    }
    100%{
        border-radius: 0px;
        transform: rotateX(-90deg) rotateY(0deg) rotateZ(360deg) translateZ(50px);
    }
}




