::-moz-selection {
  color: #fff;
  background: #ce0000;
}
::selection {
  color: #fff;
  background: #ce0000;
}
 .contact,.hamburger,.open-consultation,button{
    cursor:pointer
}
img{
    max-width:100%;
    height:auto
}
.hamburger i,.hamburger span,.logo img,.toggle-menu,nav ul li{
    vertical-align:middle
}
.contact-me textarea,.footer-form form textarea,.free-consulting-form textarea{
    overflow:auto
}
.block,.blog-sidebar-content,.blog-text,.contact-popup .popup-padding,.design-title,.features,.free-consulting-form,.myskills,.padding-recent-post,.profile,.talent,input,select,textarea{
    box-sizing:border-box
}
body{
    margin:0 auto;
    padding:0;
    font-family:'Open Sans',sans-serif;
    /*user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    */
}
footer,header,section{
    height:auto;
    margin:0 auto
}
h1,h2,h3,h4,h5,h6,p{
    font-family:inherit;
    margin:0
}
a{
    text-decoration:none;
    color:#969796;
    outline:0
}
.blog-words a,.contact,.current-post p a,.heading-current-post a:hover{
    text-decoration:underline;
    color:#CE0000;
}
label{
    font-size:14px;
    color:#515151;
    text-align:left;
    text-transform:capitalize;
    letter-spacing:0;
    font-family:'Open Sans',sans-serif;
    display:block;
    margin-top:8px;
    font-weight: 600;
}
.call-today,.contact,.hamburger,.toggle-menu ul li a,nav ul{
    text-transform:uppercase
}
input,label,select,textarea{
    width:100%
}
input,select{
    height:44px;
    padding:0 10px
}
textarea{
    height:110px;
    padding:10px
}
.container-loader{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#CE0000;
    z-index:999
}
.block,.loader{
    position:relative
}
.loader{
    width:80px;
    height:100px;
    margin:100px auto;
    margin-top:calc(100vh / 2 - 50px)
}
.block{
    float:left;
    margin:0 10px 10px 0;
    width:12px;
    height:12px;
    border-radius:3px;
    background:#FFF
}
.container-loader p{
    color:#fff;
    font-family:Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif;
    margin:0 auto;
    position:absolute;
    bottom:-35px
}
.block:nth-child(4n+1){
    animation:wave 2s ease 0s infinite
}
.block:nth-child(4n+2){
    animation:wave 2s ease .2s infinite
}
.block:nth-child(4n+3){
    animation:wave 2s ease .4s infinite
}
.block:nth-child(4n+4){
    animation:wave 2s ease .6s infinite;
    margin-right:0
}
@keyframes wave{
    0%,100%{
        top:0;
        opacity:1
    }
    50%{
        top:30px;
        opacity:.2
    }
}
.container{
    width:100%;
    max-width:1160px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box
}
.nowrap{
    white-space:nowrap
}
.call-today,.contact,.logo,nav{
    white-space:normal
}
.hello-bar{
    background-color:#f4f4f4;
    border-bottom:1px solid #d5d4d4;
    padding:10px 0
}
.call-today,.contact{
    font-family:Roboto,sans-serif;
    font-size:14px;
    font-weight:400;
    color:#969796;
    letter-spacing:2px
}
.banner-heading,.banner-pera,.breadcrumb,.breadcrumb a,.comment-form input,.comment-form textarea,.comment-up,.contact-me button,.contact-me input,.contact-me textarea,.footer-form form input,.footer-form form textarea,.free-consulting-form button,.free-consulting-form input,.free-consulting-form textarea,.inner-page h1,.inner-page h2,footer address,footer ul,nav,select{
    font-family:'Open Sans',sans-serif
}
.call-today{
    width:80%;
    display:inline-block;
    text-align:left
}
.small{
    display:none
}
.contact,.logo,nav,nav ul li{
    display:inline-block
}
.contact{
    width:20%;
    text-align:right;
    position:relative
}
.phone-icon{
    color:#000
}
.contact-popup{
    position:absolute;
    top:20px;
    right:0;
    width:280px;
    border:1px solid #cbcbcb;
    height:auto;
    border-radius:4px;
    background:#fff;
    box-shadow:1px 2px 3px #515151;
    display:none;
    z-index:99;
}
.contact-popup .popup-padding{
    padding:35px 20px;
    position:relative
}
.close,.close-consulting,.close-discuss{
    position:absolute;
    cursor:pointer;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out
}
.close{
    top:12px;
    right:18px
}
.close:hover{
    -webkit-transform:scale(.9);
    -moz-transform:scale(.9);
    -o-transform:scale(.9);
    transform:scale(.9)
}
.close-consulting,.close-discuss{
    top:22px;
    right:22px
}
.close-consulting:hover,.close-discuss:hover, .close-add:hover{
    -webkit-transform:scale(.7);
    -moz-transform:scale(.7);
    -o-transform:scale(.7);
    transform:scale(.7)
}
.contact-me{
    margin-top:16px
}
.comment-form input,.comment-form textarea,.contact-me input,.contact-me textarea,.free-consulting-form input,.free-consulting-form textarea,select{
    color:#6B6A6A;
    border-radius:4px;
    background:#e1e3e4;
    border:1px solid #cbcbcb;
    margin-top:4px;
    font-size:14px
}
.comment-up,.contact-me button,.free-consulting-form button{
    border-radius:4px;
    text-align:center;
    border:1px solid #CE0000;
    background:#CE0000;
    color:#fff;
    letter-spacing:2px;
    font-size:18px;
    width:100%;
    padding:10px 0;
    margin-top:20px
}
.main-bar{
    border-bottom:1px solid #d5d4d4;
    background-color:#fff
}
.logo{
    padding:30px 0;
    width:20%;
    -webkit-transition:padding 1s;
    -o-transition:padding 1s;
    transition:padding 1s
}
.logo img{
    height:auto;
}
nav{
    width:80%;
    font-weight:300;
    position:relative;
}
nav ul{
    font-size:16px;
    list-style:none;
    padding:0;
    margin:0;
    text-align:right
}
nav ul li{
    margin: 0 auto 0 -5px;
    line-height:102px;
    padding:0 10px;
    border-left:1px solid #d5d4d4;
    -webkit-transition:line-height 1s;
    -o-transition:line-height 1s;
    transition:line-height 1s
}
nav ul li:hover{
    background:#F4F4F4;
}
nav ul li:last-child,nav ul li:last-child a{
    border-left:0 solid #d5d4d4;
    background-color:#CE0000;
    color:#fff;
    font-weight:700;
    padding:0 22px
}
nav ul li:last-child:hover,nav ul li:last-child:hover a{
    background-color:#000
}
nav ul li a{
    color:#8a7489;
    display:block
}
.active{
    font-weight:600!important;
    color:#000!important
}
.toggle-menu{
    display:none;
    width:80%;
    text-align:right;
    position:relative
}
.hamburger{
    font-size:14px;
    font-weight:800
}
.hamburger span{
    margin-right:6px
}
.hamburger i{
    font-size:28px
}
.toggle-menu ul{
    position:absolute;
    width:200px;
    text-align:center;
    margin:0;
    padding:0;
    background:#2B2B2B;
    border-top:6px solid #151515;
    border-bottom:6px solid #151515;
    right:0;
    display:none;
    list-style:none;
    z-index:9
}
.toggle-menu ul li:hover{
    background:#CE0000
}
.toggle-menu ul li a{
    color:#fff;
    display:block;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    line-height:33px
}
.toggle-menu ul li a:hover{
    color:#fff
}
.banner{
    /*background:url(../images/banner-image.jpg) center center no-repeat #000;*/
	background: #000;
    background-attachment:fixed;
    text-align:center;
    height:auto;
    width:100%;
    display:inline-block;
    padding-top:80px;
    padding-bottom:70px;
    background-size:100% 100%;
    position:relative;
}
#container {
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    right:0;
    top:0;
}
#container canvas{width:100% !important;height:100% !important;}
.banner-heading,.banner-pera{
    text-transform:uppercase;
    color:#fff
}
.banner-heading{
    font-size: 80px;
    font-weight: 800;
    border: 4px;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #ddd;
}
.banner-pera{
    font-size:16px;
    letter-spacing:1px;
    margin-top:10px
}
.call-to-action,.call-to-action2{
    margin:40px auto 0;
    line-height:54px;
    vertical-align:middle;
    padding:0 60px;
    text-transform:uppercase;
    display:inline-block;
    letter-spacing:2px;
    text-align:center;
    cursor:pointer
}
.call-to-action{
    border:2px solid #CE0000;
    background-color:#CE0000;
    border-radius:60px;
    color:#fff;
    font-size:16px;
    font-weight:700
}
.banner .call-to-action {
    z-index: 9;
    position: relative;
}
.call-to-action:hover{
    border:2px solid #fff;
    background-color:transparent
}
.call-to-action a{
    color:#fff;
    font-size:16px;
    font-weight:600;
    display:inline-block
}
.call-to-action2{
    border:2px solid #CE0000;
    background-color:transparent;
    border-radius:40px
}
.call-to-action2 a{
    color:#CE0000;
    font-size:16px;
    font-weight:700;
    display:inline-block
}
.section-heading,.sub-heading{
    text-align:center;
    text-transform:uppercase
}
.section-heading{
    font-size:40px;
    color:#93a7ae;
    font-weight:600;
     font-family:"Abril Fatface",cursive;
}
.section-heading span{
    color:#000;
}
.sub-heading{
    font-size:24px;
    color:#c1bfbf;
    font-weight:300
}
.padding-top{
    padding-top:60px
}
.padding-bottom{
    padding-bottom:60px
}
.col-15,.col-20,.col-25,.col-30,.col-33,.col-35,.col-37,.col-39,.col-40,.col-50,.col-60,.col-70,.col-80{
    display:inline-block;
    white-space:normal;
    vertical-align:top
}
.circle-icon i,.clients,.full-view-btn{
    vertical-align:middle
}
.col-50{
    width:50%
}
.col-15{
    width:15%
}
.col-37{
    width:37.1%
}
.col-25{
    width:25%
}
.col-30{
    width:30%
}
.col-33{
    width:33.2%
}
.col-35{
    width:35%
}
.col-39{
    width:39.3%
}
.col-40{
    width:40%
}
.col-60{
    width:60%
}
.col-20{
    width:20%
}
.col-70{
    width:70%
}
.col-80{
    width:80%
}
.col-40 img{
    max-width:100%
}
.gray-bg{
    background-color:#f9f9f9
}
.darkgray-bg{
    background:#484848
}
.red-bg{
    background-color:#CE0000
}
.blue-bg{
    background-color:#0170a2
}
.volet-bg{
    background-color:#835aeb
}
.darkblue-bg{
    background-color:#002453
}
.skyblue-bg{
    background-color:#10c6fc
}
.green-bg{
    background-color:#519500
}
.contact-address{
    color:#b0b0b0;
    text-transform:math-auto
}
.box .work-icon-text,.frunt-hover h3,.inner-title h2{
    text-transform:uppercase
}
.features{
    padding-left:60px;
    padding-top:30px
}
.circle-icon{
    padding:24px 0;
    width:80px;
    border:1px solid #d5d4d4;
    border-radius:50%;
    text-align:center;
    position:relative
}
.circle-icon i{
    color:#93a7ae;
    font-size:30px
}
.features p,p{
    color:#757474
}
.small-circle{
    position:absolute;
    height:20px;
    width:20px;
    border:6px solid #fff;
    right:-14px;
    border-radius:50%
}
h3{
    font-size:22px;
    color:#000;
    font-weight:600;
    margin-bottom:10px
}
.features p,.triangle-border p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 14px 0;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 14px 0;
}
.border-bottom{
    border-bottom:1px solid #d5d4d4
}
.border-top{
    border-top:1px solid #d5d4d4
}
.fixed{
    position:fixed;
    top:0;
    width:100%;
    z-index:99;
}
.box{
    margin:13px 0 auto;
    padding:60px 0;
    text-align:center;
    width:97%
}
.box .work-icon{
    color:#fff;
    font-size:66px
}
.box .work-icon-text{
    color:#fff;
    font-size:18px;
    font-weight:700;
    letter-spacing:2px;
    margin-top:20px
}
.text-center{
    text-align:center
}
.text-left{
    text-align:left
}
.text-right{
    text-align:right
}
.frunt{
    background:#e1e3e4;
    height:270px;
    margin-top:12px;
    width:98%
}
.frunt img,.frunt-hover{
    width:100%;
    height:100%
}
.relative{
    position:relative
}
.frunt-hover{
    background:rgba(0,0,0,.74);
    display:none;
    position:absolute;
    top:0;
    left:0;
    text-align:center
}
.font-22{
    font-size:22px!important
}
.full-view-btn{
    border: 1px solid #519500;
    position: absolute;
    padding: 0 30px;
    width: 50%;
    left: 0;
    right:0;
    top: 30%;
}
.frunt-hover h3{
    color:#fff;
    font-size:30px;
    margin-top:50px;
    font-weight:600;
    letter-spacing:1px
}
.margin-top-60{
    margin-top:60px
}
.margin-top-30{
    margin-top:30px
}
.margin-top-20{
    margin-top:20px
}
.discuss-project{
    background:url(../images/prohect-discuss-bg.jpg) center center no-repeat #000;
    background-size:100% 100%;
    padding:50px 0;
    text-align:center
}
.discuss-project h3{
    font-size:32px;
    font-weight:400;
    color:#fff
}
.discuss-project h3 span{
    font-weight:800
}
.discuss-project .small{
    font-size:20px;
    font-weight:400
}
.clients{
    width:80%
}
.footer-bottom{
    display:none;
    position:fixed;
    bottom:0;
    width:100%;
    background:#fff;
    border-top:1px solid #d5d4d4;
    border-bottom:1px solid #d5d4d4;
    padding:0px;
    z-index:9;
}
.bottom25{
    text-align: center;
    width: 25%;
    display: inline-block;
    padding: 10px 0;
    border-right: 1px solid #d5d4d4;
    margin-left: -4px;
}
.bottom25 img{
    width:30%;
}
#icon-color img{
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
.bottom25 p{font-size:9px;margin:0;line-height: 12px;}
footer{
    background:#111 url(../images/footer-bg.png);
    padding-top:60px;
    padding-bottom:40px;
}
.footer-heading{
    color:#fff;
    font-size:26px;
    font-weight:700;
    font-family:"Chewy",cursive;
}
footer address,footer ul{
    font-size:14px;
    color:#9d9d9d;
    font-weight:400;
    line-height:34px;
    margin-top:10px
}
address{
    font-style:normal
}
footer ul{
    list-style:none;
    padding:0
}
footer ul li a:hover{
    color:#ECBF09
}
.footer-form{
    margin-top:-40px;
    padding-left:40px
}
.footer-form form input,.footer-form form textarea{
    width:100%;
    border:1px solid #5d5d5d;
    background:#1a1b1f;
    color:#969796;
    font-size:14px;
     border-radius:4px;
}
.copyright{
    margin-top:40px;
    border-top:1px solid #353636;
    padding-bottom:40px;
}
.copyright-text{
    font-size:14px;
    font-weight:400;
    margin-top:12px
}
.copyright-text a{
    color:#ECBF09;
    font-weight:600
}
.behance,.facebook,.google-plus,.instagram,.linkedin{
    height:54px;
    width:48px;
    display:inline-block
}
.behance span,.facebook span,.google-plus span,.instagram span,.linkedin span{
    height:54px;
    width:46px;
    display:block;
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out
}
.behance span:hover,.facebook span:hover,.google-plus span:hover,.instagram span:hover,.linkedin span:hover{
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    -o-transform:scale(.8);
    transform:scale(.9)
}
.facebook span{
    background:url(../images/netwk-icons.png) no-repeat
}
.linkedin span{
    background:url(../images/netwk-icons.png) -50px 0 no-repeat
}
.google-plus span{
    background:url(../images/netwk-icons.png) -100px 0 no-repeat
}
.instagram span{
    background:url(../images/netwk-icons.png) -150px 0 no-repeat
}
.behance span{
    background:url(../images/netwk-icons.png) -200px 0 no-repeat
}
.free-consulting,.project-discuss, .banner-add{
    background:rgba(0,0,0,.72);
    position:fixed;
    width:100%;
    height:100%;
    z-index:99;
    top:0;
    display:none;
    overflow-y:auto
}
.consulting-box,.project-discuss-box{
    height:auto;
    background:#fff;
    margin:6% auto 0;
    position:relative
}
.consulting-box {
    width:60%;
    max-width: 900px;
    box-shadow:0 2px 7px #000
}
.project-discuss-box{
    width:30%
}
.consulting-box h2,.project-discuss-box h2{
    font-size:30px;
    color:#000;
    font-weight:600;
    text-transform:uppercase;
    margin:20px 0 0 24px
}
.consulting-box h2 span,.project-discuss-box h2 span{
    font-weight:900
}
.consultion-image{
    position:relative;
    height:442px
}
.consultion-image img{
    position:absolute;
    top:25%;
    left:20px
}
.free-consulting-form{
    padding-left:220px;
    padding-right:60px
}
.project-discuss-form{
    box-sizing:border-box;
    padding:50px
}
.privacy-quote{
    font-size:10px;
    text-align:center;
    color:#bbbaba;
    font-weight:800
}
.no-margin{
    margin:0
}
.inner-title{
    background:url(../images/inner-title-bg.jpg) center center no-repeat #000;
    height:72px
}
.inner-title h2{
    font-size:50px;
    color:#b4c1c8;
    letter-spacing:-6px;
    font-weight:900;
    margin-top:17px
}
.breadcrumb,.breadcrumb a{
    text-align:right;
    font-size:12px;
    color:#fff;
    vertical-align:middle;
    line-height:71px;
    font-weight:400
}
.inner-page h1{
    font-size:42px;
    color:#111;
    font-weight:900;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: 48px;
}
.inner-page h2,.myskills h2,.profile h2{
    font-size:26px;
    text-transform:uppercase
}
.inner-page h2{
    color: #1281b2;
    font-weight: 600;
    text-transform: capitalize;
}
.inner-page h2 span{
    color:#000
}
.myskills,.profile{
    padding:20px 40px
}
.profile{
    background:#002453
}
.myskills{
    background:#835aeb
}
.myskills h2,.profile h2{
    color:#fff;
    font-weight:800
}
.myskills p,.profile p{
    text-transform:uppercase;
    color:#fff;
    font-size:18px;
    font-weight:700;
    margin-top:0
}
.myskills p.question,.profile p.question{
    margin-top:0;
    font-weight:600
}
.profile p.question{
    color:#747d89
}
.myskills p.question{
    color:#c5aeff
}
.display-picture{
    height:396px
}
.display-picture img{
    width:100%;
    height:100%;
    background:#000
}
.left,.right{
    height:400px;
    display:inline-block;
    white-space:normal;
    vertical-align:top
}
.text-black{
    color:#000
}
.text-red{
    color:#CE0000
}
.work-experience{
    background:#000;
    font-size:0;
    margin-top:60px
}
.dot-mark,.left,.right{
    background:#fff
}
.left{
    border-right:2px solid #000;
    width:49.9%
}
.right{
    border-left:2px solid #000;
    width:49.8%
}
.triangle-border{
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    border:5px solid #ce0000;
    color:#333;
    background:#fff;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    width:195px;
    height:82px
}
.idea-box,.idea-box img{
    margin-bottom:30px
}
.triangle-border:after,.triangle-border:before{
    content:"";
    position:absolute;
    border-style:solid;
    display:block;
    width:0
}
.triangle-border.right:before{
    top:10px;
    bottom:auto;
    left:auto;
    right:-30px;
    border-width:15px 0 15px 30px;
    border-color:transparent #ce0000
}
.triangle-border:before{
    bottom:-20px;
    left:40px;
    border-width:20px 20px 0;
    border-color:#ce0000 transparent
}
.triangle-border.right:after{
    top:16px;
    bottom:auto;
    left:auto;
    right:-21px;
    border-width:9px 0 9px 21px;
    border-color:transparent #fff
}
.triangle-border:after{
    bottom:-13px;
    left:47px;
    border-width:13px 13px 0;
    border-color:#fff transparent
}
.four,.one,.three,.two{
    position:relative
}
.triangle-border.left:before{
    top:10px;
    bottom:auto;
    right:auto;
    left:-30px;
    border-width:15px 30px 16px 0;
    border-color:transparent #ce0000
}
.triangle-border.left:after{
    top:16px;
    bottom:auto;
    right:auto;
    left:-21px;
    border-width:9px 21px 9px 0;
    border-color:transparent #fff
}
.one{
    float:right;
    margin-right:40px;
    margin-top:30px
}
.two{
    float:left;
    margin-left:40px;
    margin-top:109px
}
.three{
    float:right;
    margin-right:-238px;
    margin-top:190px
}
.fa-pull-left,.four,.p-folio{
    float:left
}
.four{
    margin-left:-236px;
    margin-top:270px
}
.dot-mark{
    position:absolute;
    border:6px solid #1281B2;
    height:16px;
    width:16px;
    border-radius:50%
}
.idea-box,.talent{
    width:95%;
    text-align:center
}
.one .dot-mark,.three .dot-mark{
    right:-61px;
    top:10px
}
.four .dot-mark,.two .dot-mark{
    left:-61px;
    top:10px
}
.talent{
    background-color:transparent;
    border:1px solid #d8d8d8
}
.talent-padding{
    padding:20px
}
.talent:hover{
    background-color:#F1F1F1
}
.talent i{
    font-size:60px;
    color:#93a7ae;
    padding-top:20px;
    padding-bottom:20px
}
.box:hover i,.talent:hover i{
    -webkit-animation-name:pulse;
    -webkit-animation-duration:1.5s;
    -moz-animation-name:pulse;
    -moz-animation-duration:1.5s;
    animation-name:pulse;
    animation-duration:1.5s
}
.gray-bg-border{
    background-color:#f9f9f9;
    border-top:1px solid #d5d4d4;
    border-bottom:1px solid #d5d4d4
}
.idea-box{
    padding:80px 0
}
.features:hover i,.idea-box:hover img,.triangle-border:hover{
    -webkit-animation-name:shake;
    -webkit-animation-duration:1.2s;
    -moz-animation-name:shake;
    -moz-animation-duration:1.2s;
    animation-name:shake;
    animation-duration:1.2s
}
.idea-box-text{
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    color:#fff
}
@-webkit-keyframes shake{
    0%,100%{
        -webkit-transform:rotateZ(0);
        transform:rotateZ(0)
    }
    10%{
        -webkit-transform:rotateZ(-30deg);
        transform:rotateZ(-30deg)
    }
    20%{
        -webkit-transform:rotateZ(15deg);
        transform:rotateZ(15deg)
    }
    30%{
        -webkit-transform:rotateZ(-10deg);
        transform:rotateZ(-10deg)
    }
    40%{
        -webkit-transform:rotateZ(7.5deg);
        transform:rotateZ(7.5deg)
    }
    50%{
        -webkit-transform:rotateZ(-6deg);
        transform:rotateZ(-6deg)
    }
    60%{
        -webkit-transform:rotateZ(5deg);
        transform:rotateZ(5deg)
    }
    70%{
        -webkit-transform:rotateZ(-4.28571deg);
        transform:rotateZ(-4.28571deg)
    }
    80%{
        -webkit-transform:rotateZ(3.75deg);
        transform:rotateZ(3.75deg)
    }
    90%{
        -webkit-transform:rotateZ(-3.33333deg);
        transform:rotateZ(-3.33333deg)
    }
}
@keyframes shake{
    0%,100%{
        -webkit-transform:rotateZ(0);
        transform:rotateZ(0)
    }
    10%{
        -webkit-transform:rotateZ(-30deg);
        transform:rotateZ(-30deg)
    }
    20%{
        -webkit-transform:rotateZ(15deg);
        transform:rotateZ(15deg)
    }
    30%{
        -webkit-transform:rotateZ(-10deg);
        transform:rotateZ(-10deg)
    }
    40%{
        -webkit-transform:rotateZ(7.5deg);
        transform:rotateZ(7.5deg)
    }
    50%{
        -webkit-transform:rotateZ(-6deg);
        transform:rotateZ(-6deg)
    }
    60%{
        -webkit-transform:rotateZ(5deg);
        transform:rotateZ(5deg)
    }
    70%{
        -webkit-transform:rotateZ(-4.28571deg);
        transform:rotateZ(-4.28571deg)
    }
    80%{
        -webkit-transform:rotateZ(3.75deg);
        transform:rotateZ(3.75deg)
    }
    90%{
        -webkit-transform:rotateZ(-3.33333deg);
        transform:rotateZ(-3.33333deg)
    }
}
@-webkit-keyframes pulse{
    0%,100%,20%,40%,60%,80%{
        -webkit-transform:scaleX(1) scaleY(1);
        transform:scaleX(1) scaleY(1)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:scaleX(.85) scaleY(.85);
        transform:scaleX(.85) scaleY(.85)
    }
}
@keyframes pulse{
    0%,100%,20%,40%,60%,80%{
        -webkit-transform:scaleX(1) scaleY(1);
        transform:scaleX(1) scaleY(1)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:scaleX(.85) scaleY(.85);
        transform:scaleX(.85) scaleY(.85)
    }
}
.margin-auto{
    margin:0 auto
}
.webpricing-detail{
    border-radius: 4px;
    height:auto;
    width:90%;
    padding-top:10px;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.webpricing-detail:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1)
}
.webpricing-detail h3{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px
}
.webpricing-detail i{
    font-size:26px
}
.webpricing-detail .price-rate{
    color:#fff;
    font-size:40px;
    font-weight:900;
    padding-top:30px;
    padding-bottom:6px
}
.webpricing-detail p{
    font-size:12px;
    line-height:20px;
    color:#fff;
    margin:10px auto 0;
    width:80%;
}
.facilities-list{
    padding:10px
}
.facilities-list ul{
    padding:10px 0;
    list-style:none;
    text-align:center;
    border-radius:4px;
    background:#fff;
    margin:0
}
.facilities-list ul li{
    font-size:14px;
    color:grey;
    font-weight:400;
    border-bottom:1px solid #C3C3C3;
    line-height:46px;
    margin:0 20px
}
.facilities-list ul li:last-child{
    border-bottom:0 solid #C3C3C3
}
.best-choice{
    position:absolute;
    right:10px;
    top:-6px
}
.portfolio-links ul{
    list-style:none;
    margin:0;
    padding:0;
    font-size:0
}
.portfolio-links ul li{
    display:inline-block;
    text-transform:uppercase;
    background-color:transparent;
    border:1px solid #d5d4d4;
    font-size:16px;
    color:#000;
    padding:20px 40px;
    cursor:pointer;
    letter-spacing:2px;
    font-weight:200
}
.row-folio{
    width:100%;
    margin:0 auto;
    display:inline-block
}
.p-folio{
    width:33.3%
}
.design-title{
    background:#111;
    color:#fff;
    font-weight:600;
    font-size:16px;
    margin-bottom:20px;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    width:98%
}
.member-pic{
    width:150px;
    height:150px;
    border:1px solid #b5b5b5;
    position:relative;
    background:#BCBCBC;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto
}
.member-pic img{
    width:100%;
	min-height: 150px;
    -webkit-filter:grayscale(1);
    filter:grayscale(100%);
    filter:gray
}
.mydp-pic{
    width:250px;
    height:250px;
    border:1px solid #b5b5b5;
    background:#C9C9C9;
    border-radius:50%;
    overflow:hidden;
    margin:20px auto 0;
    display:none
}
.mydp-pic img{
    width:100%
}
.m-detail:hover .member-pic img{
    -webkit-filter:grayscale(0);
    filter:grayscale(0);
} 
.social-hover{
    position:absolute;
    bottom:20px;
    text-align:center;
    width:100%;
    display:none
}
.facebook-link,.googleplus-link,.linkedin-link{
    width: 38px;
    height: 38px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-left: 6px;
}
.facebook-link{
    background:#4555f0
}
.linkedin-link{
    background:#179c9e
}
.googleplus-link{
    background:#f11
}
.facebook-link:hover,.googleplus-link:hover,.linkedin-link:hover{
    background:#000
}
.m-detail{
    width:60%;
    border:1px solid #D6D6D6;
    padding-top:20px;
    margin:0 auto 10px;
    background:rgba(0,0,0,.07)
}
.member-name{
    font-weight:700;
    font-size:20px;
    margin:10px 0
}
.member-designation{
    font-weight:300;
    margin-bottom:20px
}
.blog-sidebar-content{
    padding-left:14px
}
.search input{
    border-radius:4px;
    display:inline-block;
    background-color:#E1E3E4;
    border:1px solid #cbcbcb;
    width:68%;
    color:#6b6a6a;
    font-size:14px
}
.read-more,.search button{
    background:#ce0000;
    font-family:"Open Sans",sans-serif;
    display:inline-block;
    text-align:center
}
.search button{
    border:1px solid #ce0000;
    border-radius:4px;
    color:#fff;
    font-size:16px;
    padding:8px 0;
    font-weight:700;
    height:43px;
    width:30%
}
.blog-text{
    margin-top:40px;
}
.blog-text h1{
    font-size:28px;
    text-transform:capitalize;
    font-weight:600
}
.blog-text h1 a{
    color:#4798bf
}
.blog-text h1 a:hover{
    color:#1281b2;
}

.blog-text iframe{
    width:100%;
    margin-top:20px
}
.date{
    color:#636566;
    font-size:18px;
    margin-top:10px
}
.read-more{
    border:1px solid #ce0000;
    border-radius:4px;
    color:#fff;
    font-size:18px;
    letter-spacing:1px;
    margin-top:20px;
    padding:10px 30px
}
.read-more a{
    color:#fff;
}
.alert-success,.current-post span.dt{
    font-size:14px
}
.read-more:hover{
    background:#000;
    border:1px solid #000
}
article{
    margin-bottom:60px
}
.recent-post{
    margin-top:80px;
    background:#f9f9f9;
    border:1px solid #d5d4d4;
    border-radius:4px;
    width:98%;
    position:relative;
}
.recent-post:before{
    content: '';
    background: url(../images/fish-cat.svg) no-repeat;
    position: absolute;
    top: -127px;
    right: 0;
    width: 180px;
    height: 250px;
}
.padding-recent-post{
    padding:40px 20px
}
.current-post{
    margin-top:10px;
    padding-bottom:10px
}
.current-post p{
    font-size:14px;
    margin-top:0
}
.current-post p a{
    font-weight:700;
    color:#CE0000
}
hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #d5d4d4;
    margin:1em 0;
    padding:0
}
.experience-small{
    display:none
}
.list-exp{
    background:#fff;
    padding:40px;
    text-align:center;
    border:1px solid #d5d4d4
}
.resume{
    position:fixed;
    right:0;
    bottom:30%
}
.resume:hover{animation: jello 1.5s infinite;}
.blog-words h3{
    margin-top:20px
}
.blog-words img{
    margin:40px 0;
    max-width:80%
}
.alert-success{
    background:green;
    color:#fff;
    font-weight:400;
    margin:0;
    padding:10px 0;
    letter-spacing:2px;
    font-family:Roboto,sans-serif
}
.blog-width{
    width:70%
}
.blog-width h3,.blog-width p{
    width:70%;
    text-align:left;
    margin-left:auto;
    margin-right:auto
}
.blog-width p{
    font-weight:500
}
.blog-width img{
    text-align:center
}
.blog-words a{
    color:rgba(0,0,0,.65)
}
.portfolio-width{
    width:80%
}
.Comment-box{
    background:#E8E8E8;
    padding:10px 30px;
    border-radius:4px;
    margin-top:10px;
    margin-bottom:20px;
    text-align:left;
    width:60%
}
.Comment-box h4{
    text-transform:uppercase
}
.Comment-box p{
    width:100%
}
.cd-top{
    width:40px;
    position:fixed;
    bottom:20%;
    right:10px;
    border-radius:4px;
    text-align:center;
    background:#62595E;
    visibility:hidden;
    color:#fff;
    padding:8px 0;
    font-size:26px
}
.pagination a,.pagination a:hover,div.pagination a:active{
    color:#ce0000;
    border:1px solid #ce0000
}
.cd-top.cd-is-visible{
    visibility:visible;
    opacity:1
}
.comment-list{
    margin-top:80px
}
.pagination{
    text-align:right;
     padding-bottom:40px;
}
.pagination a{
    padding:2px 5px;
    margin:2px;
    text-decoration:none
}
.pagination span.current{
    padding:2px 5px;
    margin:2px;
    border:1px solid #ce0000;
    font-weight:700;
    background-color:#ce0000;
    color:#FFF
}
.pagination span.disabled{
    padding:2px 5px;
    margin:2px;
    border:1px solid #EEE;
    color:#DDD
}
.whatsapp-footer{
    position: fixed;
    left: 10px;
    bottom: 20px;
    background: #62595e;
    padding: 4px 10px;
    border-radius: 50px;
    width: 8%;
}
.whatsapp-footer:hover{background: #00e676;}
.client-box:hover img{
    animation: jello 1.5s infinite;
}
@keyframes jello {
  11.1% {
    transform: none
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    transform: none
  }
}

/* Blog Posts */
.blog-box {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 60px;
    padding:20px;
    vertical-align: top;
    width: 33%;
}
.blogpost-image{
    width:100%; 
    margin-top:0; 
    height:200px; 
    border:1px solid #eaeaea;
    overflow:hidden;
    border-radius:6px;
}
.blogpost-image img {
    width:100%;
    min-height:200px;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.blog-box:hover .blogpost-image img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.blog-box h1 {
    font-size:22px;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    font-weight: 600;
}
.blog-box h1 a {color:#000;}
.blog-box h3, .blog-box p {display:none;}
.blog-box .date {
	color: #000;
	text-transform:uppercase;
	font-size:12px;
	margin:10px 0;
}
.continue-read{
    padding:10px 0; 
    color:#ce0000; 
    text-decoration:underline;
    font-size: 14px;
    font-weight: 700;
}
.blog-box h2{display:none !important;}
@media screen and (max-width:1024px) {.blog-box{width: 49%;}}
@media screen and (max-width:640px) {.blog-box{width: 100%;}}



@media screen and (max-width:1338px){
    nav ul li:last-child,nav ul li:last-child a{
        padding:0 16px
    }
}
@media screen and (max-width:1281px){
    nav ul li{
        padding:0 14px
    }
    .consultion-image img{
        width:350px
    }
}
@media screen and (max-width:1226px){
    .free-consulting-form{
        padding-left:168px
    }
}
@media screen and (max-width:1167px){
    .logo{
        width:20%
    }
    nav{
        width:80%
    }
    .webpricing-detail{
        width:86%
    }
    .wd-33{
        width:33%;
        float:left
    }
    .team-mbm{
        display:inline-block;
        width:100%;
        padding-bottom:40px
    }
}
@media screen and (max-width:1124px){
    .consultion-image img{
        width:290px
    }
}
@media screen and (max-width:1012px){
    .wd-100p{
        width:100%;
        display:block;
        text-align:center;
        margin-bottom:20px
    }
}
@media screen and (max-width:1030px){
    nav ul li:last-child,nav ul li:last-child a{
        padding:0 6px
    }
    nav ul li{
        padding:0 10px
    }
}
@media screen and (max-width:999px){
    .left{
        width:49.8%
    }
    .project-discuss-box{
        width:50%
    }
    .consulting-box{
        width:90%
    }
}
@media screen and (max-width:930px){
    nav{
        display:none
    }
    .toggle-menu{
        display:inline-block
    }
}
@media screen and (max-width:912px){
    .myskills,.profile{
        padding:20px
    }
    .wd-33{
        width:50%
    }
}
@media screen and (max-width:848px){
    .col-37{
        width:100%;
        display:block
    }
    .my-dp-pic{
        display:none!important
    }
    .mydp-pic,.work-50{
        display:block
    }
    .work-50{
        width:50%;
        float:left
    }
    .blog-page,.work-doing{
        display:inline-block;
        margin-bottom:40px;
        width:100%
    }
    .talent{
        margin-bottom:10px
    }
    .p-folio{
        width:50%
    }
    .blog-artic{
        width:100%;
        display:block;
        white-space: normal;
    }
    .blog-sidebar-content{
        padding-left:0
    }
}
@media screen and (max-width:810px){
    .copyright,.gray-bg,.port-folio-button,.w-50,footer{
        float:left
    }
    .banner-heading{
        font-size:50px
    }
    .col-60{
        width:100%;
        display:block
    }
    .fearure-graphics{
        display:none
    }
    .features{
        padding-left:0
    }
    .col-25,.col-33{
        width:50%;
        display:block;
        float:left
    }
    .gray-bg{
        width:100%
    }
    .port-folio{
        display:inline-block;
        width:100%
    }
    .w-50,.wd-50{
        width:50%
    }
    .w-50{
        display:block;
        height:340px
    }
    .do-feature,.wd-50{
        display:inline-block
    }
    .copyright{
        width:100%
    }
    .footer-heading img{
        max-width:100%
    }
    .do-feature{
        width:100%;
        padding-bottom:40px
    }
    .webpricing-detail{
        margin-bottom:20px
    }
    .portfolio-links ul li{
        padding:10px
    }
}
@media screen and (max-width:750px){
    .left,.right{
        width:49.7%
    }
    .inner-page h1{
        font-size:36px
    }
    .inner-page h2{
        font-size:22px
    }
    .inner-title h2{
        font-size:38px;
        margin-top:30px
    }
    .three{
        margin-right:-61%
    }
    .breadcrumb{
        display:none
    }
}
@media screen and (max-width:650px){
    .none650{
        display:none
    }
    .wd-full{
        width:100%
    }
    .free-consulting-form{
        padding-left:25px
    }
    .consulting-box{
        width:70%
    }
}
@media screen and (max-width:630px){
    .price-small,.wd-33{
        width:100%
    }
    .work-experience .left,.work-experience .right{
        display:none
    }
    .experience-small,.price-small{
        display:block
    }
    .project-discuss-box{
        width:70%
    }
}
@media screen and (max-width:565px){
    .consulting-box h2{
        font-size:22px
    }
}
@media screen and (max-width:545px){
    .large{
        display:none
    }
    .small{
        display:block
    }
    .call-today,.contact{
        width:50%
    }
    .call-today{
        font-size:16px
    }
    .f-logo{
        display:none
    }
    h3{
        font-size:18px
    }
    .p-folio{
        width:100%
    }
    .portfolio-links ul li{
        padding:6px
    }
    .whatsapp-footer{width:25%;}
    .blog-words img{max-width: 100%;}
}
@media screen and (max-width:490px){
    .col-25,.col-33,.key-100,.w-50,.wd-50{
        width:100%
    }
    .w-50{
        height:auto
    }
    .wd-50{
        float:left;
        text-align:left;
        padding-bottom:10px
    }
    .key-100{
        text-align:center;
        float:left;
        margin-top:20px;
        margin-bottom:20px
    }
    .circle-icon{
        margin:0 auto
    }
    .free-consulting-form{
        padding-right:25px
    }
}
@media screen and (max-width:474px){
    .portfolio-links{
        display:none
    }
    .consulting-box h2{
        font-size:16px
    }
    .consulting-box h2::before{
        border-width:3px 60px 0 0
    }
}
@media screen and (max-width:430px){
    .blog-width {
        width: 90%;
    }
    .margin-top-60.comment-form > div {
        width: 100% !important;
    }
    .banner-heading{
        font-size:36px
    }
    .banner-pera{
        font-size:12px
    }
    .discuss-project h3{
        font-size:26px
    }
    .sub-heading{
        font-size:20px
    }
    .my-clients{
        display:none
    }
    .section-heading{
        font-size:26px
    }
}
@media screen and (max-width:398px){
    .toggle-menu ul{
        top:35px
    }
    .project-discuss-box{
        width:90%
    }
    .consulting-box{
        width:80%
    }
    .blog-width h3,.blog-width p,.box,.design-title,.frunt,.idea-box,.talent,.webpricing-detail{
        width:100%
    }
    .blog-text{
        padding-right:0
    }
    .consulting-box h2{
        margin:55px 0 0 24px
    }
    .inner-page h1{
        font-size:30px;
        line-height:34px
    }
    .privacy-quote{
        font-size:9px
    }
    .frunt{
        height:220px
    }
    .m-detail{
        width:90%
    }
}
.fa.fa-pull-left,.fa.pull-left{
    margin-right:.3em
}
.fa,.fa-stack{
    display:inline-block
}
.fa-fw,.fa-li{
    text-align:center
}
@font-face{
    font-family:FontAwesome;
    src:url(../fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0);
    src:url(../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(../fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(../fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(../fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(../fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
    font-weight:400;
    font-style:normal
}
.fa{
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-lg{
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571429em
}
.fa-ul{
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa.fa-pull-right,.fa.pull-right{
    margin-left:.3em
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em
}
.fa-li.fa-lg{
    left:-1.85714286em
}
.fa-border{
    padding:.2em .25em .15em;
    border:.08em solid #eee;
    border-radius:.1em
}
.fa-pull-right,.pull-right{
    float:right
}
.pull-left{
    float:left
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform:scale(-1,1);
    -ms-transform:scale(-1,1);
    transform:scale(-1,1)
}
.fa-flip-vertical{
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform:scale(1,-1);
    -ms-transform:scale(1,-1);
    transform:scale(1,-1)
}
:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{
    filter:none
}
.fa-stack{
    position:relative;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-glass:before{
    content:"\f000"
}
.fa-music:before{
    content:"\f001"
}
.fa-search:before{
    content:"\f002"
}
.fa-envelope-o:before{
    content:"\f003"
}
.fa-heart:before{
    content:"\f004"
}
.fa-star:before{
    content:"\f005"
}
.fa-star-o:before{
    content:"\f006"
}
.fa-user:before{
    content:"\f007"
}
.fa-film:before{
    content:"\f008"
}
.fa-th-large:before{
    content:"\f009"
}
.fa-th:before{
    content:"\f00a"
}
.fa-th-list:before{
    content:"\f00b"
}
.fa-check:before{
    content:"\f00c"
}
.fa-close:before,.fa-remove:before,.fa-times:before{
    content:"\f00d"
}
.fa-search-plus:before{
    content:"\f00e"
}
.fa-search-minus:before{
    content:"\f010"
}
.fa-power-off:before{
    content:"\f011"
}
.fa-signal:before{
    content:"\f012"
}
.fa-cog:before,.fa-gear:before{
    content:"\f013"
}
.fa-trash-o:before{
    content:"\f014"
}
.fa-home:before{
    content:"\f015"
}
.fa-file-o:before{
    content:"\f016"
}
.fa-clock-o:before{
    content:"\f017"
}
.fa-road:before{
    content:"\f018"
}
.fa-download:before{
    content:"\f019"
}
.fa-arrow-circle-o-down:before{
    content:"\f01a"
}
.fa-arrow-circle-o-up:before{
    content:"\f01b"
}
.fa-inbox:before{
    content:"\f01c"
}
.fa-play-circle-o:before{
    content:"\f01d"
}
.fa-repeat:before,.fa-rotate-right:before{
    content:"\f01e"
}
.fa-refresh:before{
    content:"\f021"
}
.fa-list-alt:before{
    content:"\f022"
}
.fa-lock:before{
    content:"\f023"
}
.fa-flag:before{
    content:"\f024"
}
.fa-headphones:before{
    content:"\f025"
}
.fa-volume-off:before{
    content:"\f026"
}
.fa-volume-down:before{
    content:"\f027"
}
.fa-volume-up:before{
    content:"\f028"
}
.fa-qrcode:before{
    content:"\f029"
}
.fa-barcode:before{
    content:"\f02a"
}
.fa-tag:before{
    content:"\f02b"
}
.fa-tags:before{
    content:"\f02c"
}
.fa-book:before{
    content:"\f02d"
}
.fa-bookmark:before{
    content:"\f02e"
}
.fa-print:before{
    content:"\f02f"
}
.fa-camera:before{
    content:"\f030"
}
.fa-font:before{
    content:"\f031"
}
.fa-bold:before{
    content:"\f032"
}
.fa-italic:before{
    content:"\f033"
}
.fa-text-height:before{
    content:"\f034"
}
.fa-text-width:before{
    content:"\f035"
}
.fa-align-left:before{
    content:"\f036"
}
.fa-align-center:before{
    content:"\f037"
}
.fa-align-right:before{
    content:"\f038"
}
.fa-align-justify:before{
    content:"\f039"
}
.fa-list:before{
    content:"\f03a"
}
.fa-dedent:before,.fa-outdent:before{
    content:"\f03b"
}
.fa-indent:before{
    content:"\f03c"
}
.fa-video-camera:before{
    content:"\f03d"
}
.fa-image:before,.fa-photo:before,.fa-picture-o:before{
    content:"\f03e"
}
.fa-pencil:before{
    content:"\f040"
}
.fa-map-marker:before{
    content:"\f041"
}
.fa-adjust:before{
    content:"\f042"
}
.fa-tint:before{
    content:"\f043"
}
.fa-edit:before,.fa-pencil-square-o:before{
    content:"\f044"
}
.fa-share-square-o:before{
    content:"\f045"
}
.fa-check-square-o:before{
    content:"\f046"
}
.fa-arrows:before{
    content:"\f047"
}
.fa-step-backward:before{
    content:"\f048"
}
.fa-fast-backward:before{
    content:"\f049"
}
.fa-backward:before{
    content:"\f04a"
}
.fa-play:before{
    content:"\f04b"
}
.fa-pause:before{
    content:"\f04c"
}
.fa-stop:before{
    content:"\f04d"
}
.fa-forward:before{
    content:"\f04e"
}
.fa-fast-forward:before{
    content:"\f050"
}
.fa-step-forward:before{
    content:"\f051"
}
.fa-eject:before{
    content:"\f052"
}
.fa-chevron-left:before{
    content:"\f053"
}
.fa-chevron-right:before{
    content:"\f054"
}
.fa-plus-circle:before{
    content:"\f055"
}
.fa-minus-circle:before{
    content:"\f056"
}
.fa-times-circle:before{
    content:"\f057"
}
.fa-check-circle:before{
    content:"\f058"
}
.fa-question-circle:before{
    content:"\f059"
}
.fa-info-circle:before{
    content:"\f05a"
}
.fa-crosshairs:before{
    content:"\f05b"
}
.fa-times-circle-o:before{
    content:"\f05c"
}
.fa-check-circle-o:before{
    content:"\f05d"
}
.fa-ban:before{
    content:"\f05e"
}
.fa-arrow-left:before{
    content:"\f060"
}
.fa-arrow-right:before{
    content:"\f061"
}
.fa-arrow-up:before{
    content:"\f062"
}
.fa-arrow-down:before{
    content:"\f063"
}
.fa-mail-forward:before,.fa-share:before{
    content:"\f064"
}
.fa-expand:before{
    content:"\f065"
}
.fa-compress:before{
    content:"\f066"
}
.fa-plus:before{
    content:"\f067"
}
.fa-minus:before{
    content:"\f068"
}
.fa-asterisk:before{
    content:"\f069"
}
.fa-exclamation-circle:before{
    content:"\f06a"
}
.fa-gift:before{
    content:"\f06b"
}
.fa-leaf:before{
    content:"\f06c"
}
.fa-fire:before{
    content:"\f06d"
}
.fa-eye:before{
    content:"\f06e"
}
.fa-eye-slash:before{
    content:"\f070"
}
.fa-exclamation-triangle:before,.fa-warning:before{
    content:"\f071"
}
.fa-plane:before{
    content:"\f072"
}
.fa-calendar:before{
    content:"\f073"
}
.fa-random:before{
    content:"\f074"
}
.fa-comment:before{
    content:"\f075"
}
.fa-magnet:before{
    content:"\f076"
}
.fa-chevron-up:before{
    content:"\f077"
}
.fa-chevron-down:before{
    content:"\f078"
}
.fa-retweet:before{
    content:"\f079"
}
.fa-shopping-cart:before{
    content:"\f07a"
}
.fa-folder:before{
    content:"\f07b"
}
.fa-folder-open:before{
    content:"\f07c"
}
.fa-arrows-v:before{
    content:"\f07d"
}
.fa-arrows-h:before{
    content:"\f07e"
}
.fa-bar-chart-o:before,.fa-bar-chart:before{
    content:"\f080"
}
.fa-twitter-square:before{
    content:"\f081"
}
.fa-facebook-square:before{
    content:"\f082"
}
.fa-camera-retro:before{
    content:"\f083"
}
.fa-key:before{
    content:"\f084"
}
.fa-cogs:before,.fa-gears:before{
    content:"\f085"
}
.fa-comments:before{
    content:"\f086"
}
.fa-thumbs-o-up:before{
    content:"\f087"
}
.fa-thumbs-o-down:before{
    content:"\f088"
}
.fa-star-half:before{
    content:"\f089"
}
.fa-heart-o:before{
    content:"\f08a"
}
.fa-sign-out:before{
    content:"\f08b"
}
.fa-linkedin-square:before{
    content:"\f08c"
}
.fa-thumb-tack:before{
    content:"\f08d"
}
.fa-external-link:before{
    content:"\f08e"
}
.fa-sign-in:before{
    content:"\f090"
}
.fa-trophy:before{
    content:"\f091"
}
.fa-github-square:before{
    content:"\f092"
}
.fa-upload:before{
    content:"\f093"
}
.fa-lemon-o:before{
    content:"\f094"
}
.fa-phone:before{
    content:"\f095"
}
.fa-square-o:before{
    content:"\f096"
}
.fa-bookmark-o:before{
    content:"\f097"
}
.fa-phone-square:before{
    content:"\f098"
}
.fa-twitter:before{
    content:"\f099"
}
.fa-facebook-f:before,.fa-facebook:before{
    content:"\f09a"
}
.fa-github:before{
    content:"\f09b"
}
.fa-unlock:before{
    content:"\f09c"
}
.fa-credit-card:before{
    content:"\f09d"
}
.fa-feed:before,.fa-rss:before{
    content:"\f09e"
}
.fa-hdd-o:before{
    content:"\f0a0"
}
.fa-bullhorn:before{
    content:"\f0a1"
}
.fa-bell:before{
    content:"\f0f3"
}
.fa-certificate:before{
    content:"\f0a3"
}
.fa-hand-o-right:before{
    content:"\f0a4"
}
.fa-hand-o-left:before{
    content:"\f0a5"
}
.fa-hand-o-up:before{
    content:"\f0a6"
}
.fa-hand-o-down:before{
    content:"\f0a7"
}
.fa-arrow-circle-left:before{
    content:"\f0a8"
}
.fa-arrow-circle-right:before{
    content:"\f0a9"
}
.fa-arrow-circle-up:before{
    content:"\f0aa"
}
.fa-arrow-circle-down:before{
    content:"\f0ab"
}
.fa-globe:before{
    content:"\f0ac"
}
.fa-wrench:before{
    content:"\f0ad"
}
.fa-tasks:before{
    content:"\f0ae"
}
.fa-filter:before{
    content:"\f0b0"
}
.fa-briefcase:before{
    content:"\f0b1"
}
.fa-arrows-alt:before{
    content:"\f0b2"
}
.fa-group:before,.fa-users:before{
    content:"\f0c0"
}
.fa-chain:before,.fa-link:before{
    content:"\f0c1"
}
.fa-cloud:before{
    content:"\f0c2"
}
.fa-flask:before{
    content:"\f0c3"
}
.fa-cut:before,.fa-scissors:before{
    content:"\f0c4"
}
.fa-copy:before,.fa-files-o:before{
    content:"\f0c5"
}
.fa-paperclip:before{
    content:"\f0c6"
}
.fa-floppy-o:before,.fa-save:before{
    content:"\f0c7"
}
.fa-square:before{
    content:"\f0c8"
}
.fa-bars:before,.fa-navicon:before,.fa-reorder:before{
    content:"\f0c9"
}
.fa-list-ul:before{
    content:"\f0ca"
}
.fa-list-ol:before{
    content:"\f0cb"
}
.fa-strikethrough:before{
    content:"\f0cc"
}
.fa-underline:before{
    content:"\f0cd"
}
.fa-table:before{
    content:"\f0ce"
}
.fa-magic:before{
    content:"\f0d0"
}
.fa-truck:before{
    content:"\f0d1"
}
.fa-pinterest:before{
    content:"\f0d2"
}
.fa-pinterest-square:before{
    content:"\f0d3"
}
.fa-google-plus-square:before{
    content:"\f0d4"
}
.fa-google-plus:before{
    content:"\f0d5"
}
.fa-money:before{
    content:"\f0d6"
}
.fa-caret-down:before{
    content:"\f0d7"
}
.fa-caret-up:before{
    content:"\f0d8"
}
.fa-caret-left:before{
    content:"\f0d9"
}
.fa-caret-right:before{
    content:"\f0da"
}
.fa-columns:before{
    content:"\f0db"
}
.fa-sort:before,.fa-unsorted:before{
    content:"\f0dc"
}
.fa-sort-desc:before,.fa-sort-down:before{
    content:"\f0dd"
}
.fa-sort-asc:before,.fa-sort-up:before{
    content:"\f0de"
}
.fa-envelope:before{
    content:"\f0e0"
}
.fa-linkedin:before{
    content:"\f0e1"
}
.fa-rotate-left:before,.fa-undo:before{
    content:"\f0e2"
}
.fa-gavel:before,.fa-legal:before{
    content:"\f0e3"
}
.fa-dashboard:before,.fa-tachometer:before{
    content:"\f0e4"
}
.fa-comment-o:before{
    content:"\f0e5"
}
.fa-comments-o:before{
    content:"\f0e6"
}
.fa-bolt:before,.fa-flash:before{
    content:"\f0e7"
}
.fa-sitemap:before{
    content:"\f0e8"
}
.fa-umbrella:before{
    content:"\f0e9"
}
.fa-clipboard:before,.fa-paste:before{
    content:"\f0ea"
}
.fa-lightbulb-o:before{
    content:"\f0eb"
}
.fa-exchange:before{
    content:"\f0ec"
}
.fa-cloud-download:before{
    content:"\f0ed"
}
.fa-cloud-upload:before{
    content:"\f0ee"
}
.fa-user-md:before{
    content:"\f0f0"
}
.fa-stethoscope:before{
    content:"\f0f1"
}
.fa-suitcase:before{
    content:"\f0f2"
}
.fa-bell-o:before{
    content:"\f0a2"
}
.fa-coffee:before{
    content:"\f0f4"
}
.fa-cutlery:before{
    content:"\f0f5"
}
.fa-file-text-o:before{
    content:"\f0f6"
}
.fa-building-o:before{
    content:"\f0f7"
}
.fa-hospital-o:before{
    content:"\f0f8"
}
.fa-ambulance:before{
    content:"\f0f9"
}
.fa-medkit:before{
    content:"\f0fa"
}
.fa-fighter-jet:before{
    content:"\f0fb"
}
.fa-beer:before{
    content:"\f0fc"
}
.fa-h-square:before{
    content:"\f0fd"
}
.fa-plus-square:before{
    content:"\f0fe"
}
.fa-angle-double-left:before{
    content:"\f100"
}
.fa-angle-double-right:before{
    content:"\f101"
}
.fa-angle-double-up:before{
    content:"\f102"
}
.fa-angle-double-down:before{
    content:"\f103"
}
.fa-angle-left:before{
    content:"\f104"
}
.fa-angle-right:before{
    content:"\f105"
}
.fa-angle-up:before{
    content:"\f106"
}
.fa-angle-down:before{
    content:"\f107"
}
.fa-desktop:before{
    content:"\f108"
}
.fa-laptop:before{
    content:"\f109"
}
.fa-tablet:before{
    content:"\f10a"
}
.fa-mobile-phone:before,.fa-mobile:before{
    content:"\f10b"
}
.fa-circle-o:before{
    content:"\f10c"
}
.fa-quote-left:before{
    content:"\f10d"
}
.fa-quote-right:before{
    content:"\f10e"
}
.fa-spinner:before{
    content:"\f110"
}
.fa-circle:before{
    content:"\f111"
}
.fa-mail-reply:before,.fa-reply:before{
    content:"\f112"
}
.fa-github-alt:before{
    content:"\f113"
}
.fa-folder-o:before{
    content:"\f114"
}
.fa-folder-open-o:before{
    content:"\f115"
}
.fa-smile-o:before{
    content:"\f118"
}
.fa-frown-o:before{
    content:"\f119"
}
.fa-meh-o:before{
    content:"\f11a"
}
.fa-gamepad:before{
    content:"\f11b"
}
.fa-keyboard-o:before{
    content:"\f11c"
}
.fa-flag-o:before{
    content:"\f11d"
}
.fa-flag-checkered:before{
    content:"\f11e"
}
.fa-terminal:before{
    content:"\f120"
}
.fa-code:before{
    content:"\f121"
}
.fa-mail-reply-all:before,.fa-reply-all:before{
    content:"\f122"
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
    content:"\f123"
}
.fa-location-arrow:before{
    content:"\f124"
}
.fa-crop:before{
    content:"\f125"
}
.fa-code-fork:before{
    content:"\f126"
}
.fa-chain-broken:before,.fa-unlink:before{
    content:"\f127"
}
.fa-question:before{
    content:"\f128"
}
.fa-info:before{
    content:"\f129"
}
.fa-exclamation:before{
    content:"\f12a"
}
.fa-superscript:before{
    content:"\f12b"
}
.fa-subscript:before{
    content:"\f12c"
}
.fa-eraser:before{
    content:"\f12d"
}
.fa-puzzle-piece:before{
    content:"\f12e"
}
.fa-microphone:before{
    content:"\f130"
}
.fa-microphone-slash:before{
    content:"\f131"
}
.fa-shield:before{
    content:"\f132"
}
.fa-calendar-o:before{
    content:"\f133"
}
.fa-fire-extinguisher:before{
    content:"\f134"
}
.fa-rocket:before{
    content:"\f135"
}
.fa-maxcdn:before{
    content:"\f136"
}
.fa-chevron-circle-left:before{
    content:"\f137"
}
.fa-chevron-circle-right:before{
    content:"\f138"
}
.fa-chevron-circle-up:before{
    content:"\f139"
}
.fa-chevron-circle-down:before{
    content:"\f13a"
}
.fa-html5:before{
    content:"\f13b"
}
.fa-css3:before{
    content:"\f13c"
}
.fa-anchor:before{
    content:"\f13d"
}
.fa-unlock-alt:before{
    content:"\f13e"
}
.fa-bullseye:before{
    content:"\f140"
}
.fa-ellipsis-h:before{
    content:"\f141"
}
.fa-ellipsis-v:before{
    content:"\f142"
}
.fa-rss-square:before{
    content:"\f143"
}
.fa-play-circle:before{
    content:"\f144"
}
.fa-ticket:before{
    content:"\f145"
}
.fa-minus-square:before{
    content:"\f146"
}
.fa-minus-square-o:before{
    content:"\f147"
}
.fa-level-up:before{
    content:"\f148"
}
.fa-level-down:before{
    content:"\f149"
}
.fa-check-square:before{
    content:"\f14a"
}
.fa-pencil-square:before{
    content:"\f14b"
}
.fa-external-link-square:before{
    content:"\f14c"
}
.fa-share-square:before{
    content:"\f14d"
}
.fa-compass:before{
    content:"\f14e"
}
.fa-caret-square-o-down:before,.fa-toggle-down:before{
    content:"\f150"
}
.fa-caret-square-o-up:before,.fa-toggle-up:before{
    content:"\f151"
}
.fa-caret-square-o-right:before,.fa-toggle-right:before{
    content:"\f152"
}
.fa-eur:before,.fa-euro:before{
    content:"\f153"
}
.fa-gbp:before{
    content:"\f154"
}
.fa-dollar:before,.fa-usd:before{
    content:"\f155"
}
.fa-inr:before,.fa-rupee:before{
    content:"\f156"
}
.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{
    content:"\f157"
}
.fa-rouble:before,.fa-rub:before,.fa-ruble:before{
    content:"\f158"
}
.fa-krw:before,.fa-won:before{
    content:"\f159"
}
.fa-bitcoin:before,.fa-btc:before{
    content:"\f15a"
}
.fa-file:before{
    content:"\f15b"
}
.fa-file-text:before{
    content:"\f15c"
}
.fa-sort-alpha-asc:before{
    content:"\f15d"
}
.fa-sort-alpha-desc:before{
    content:"\f15e"
}
.fa-sort-amount-asc:before{
    content:"\f160"
}
.fa-sort-amount-desc:before{
    content:"\f161"
}
.fa-sort-numeric-asc:before{
    content:"\f162"
}
.fa-sort-numeric-desc:before{
    content:"\f163"
}
.fa-thumbs-up:before{
    content:"\f164"
}
.fa-thumbs-down:before{
    content:"\f165"
}
.fa-youtube-square:before{
    content:"\f166"
}
.fa-youtube:before{
    content:"\f167"
}
.fa-xing:before{
    content:"\f168"
}
.fa-xing-square:before{
    content:"\f169"
}
.fa-youtube-play:before{
    content:"\f16a"
}
.fa-dropbox:before{
    content:"\f16b"
}
.fa-stack-overflow:before{
    content:"\f16c"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-flickr:before{
    content:"\f16e"
}
.fa-adn:before{
    content:"\f170"
}
.fa-bitbucket:before{
    content:"\f171"
}
.fa-bitbucket-square:before{
    content:"\f172"
}
.fa-tumblr:before{
    content:"\f173"
}
.fa-tumblr-square:before{
    content:"\f174"
}
.fa-long-arrow-down:before{
    content:"\f175"
}
.fa-long-arrow-up:before{
    content:"\f176"
}
.fa-long-arrow-left:before{
    content:"\f177"
}
.fa-long-arrow-right:before{
    content:"\f178"
}
.fa-apple:before{
    content:"\f179"
}
.fa-windows:before{
    content:"\f17a"
}
.fa-android:before{
    content:"\f17b"
}
.fa-linux:before{
    content:"\f17c"
}
.fa-dribbble:before{
    content:"\f17d"
}
.fa-skype:before{
    content:"\f17e"
}
.fa-foursquare:before{
    content:"\f180"
}
.fa-trello:before{
    content:"\f181"
}
.fa-female:before{
    content:"\f182"
}
.fa-male:before{
    content:"\f183"
}
.fa-gittip:before,.fa-gratipay:before{
    content:"\f184"
}
.fa-sun-o:before{
    content:"\f185"
}
.fa-moon-o:before{
    content:"\f186"
}
.fa-archive:before{
    content:"\f187"
}
.fa-bug:before{
    content:"\f188"
}
.fa-vk:before{
    content:"\f189"
}
.fa-weibo:before{
    content:"\f18a"
}
.fa-renren:before{
    content:"\f18b"
}
.fa-pagelines:before{
    content:"\f18c"
}
.fa-stack-exchange:before{
    content:"\f18d"
}
.fa-arrow-circle-o-right:before{
    content:"\f18e"
}
.fa-arrow-circle-o-left:before{
    content:"\f190"
}
.fa-caret-square-o-left:before,.fa-toggle-left:before{
    content:"\f191"
}
.fa-dot-circle-o:before{
    content:"\f192"
}
.fa-wheelchair:before{
    content:"\f193"
}
.fa-vimeo-square:before{
    content:"\f194"
}
.fa-try:before,.fa-turkish-lira:before{
    content:"\f195"
}
.fa-plus-square-o:before{
    content:"\f196"
}
.fa-space-shuttle:before{
    content:"\f197"
}
.fa-slack:before{
    content:"\f198"
}
.fa-envelope-square:before{
    content:"\f199"
}
.fa-wordpress:before{
    content:"\f19a"
}
.fa-openid:before{
    content:"\f19b"
}
.fa-bank:before,.fa-institution:before,.fa-university:before{
    content:"\f19c"
}
.fa-graduation-cap:before,.fa-mortar-board:before{
    content:"\f19d"
}
.fa-yahoo:before{
    content:"\f19e"
}
.fa-google:before{
    content:"\f1a0"
}
.fa-reddit:before{
    content:"\f1a1"
}
.fa-reddit-square:before{
    content:"\f1a2"
}
.fa-stumbleupon-circle:before{
    content:"\f1a3"
}
.fa-stumbleupon:before{
    content:"\f1a4"
}
.fa-delicious:before{
    content:"\f1a5"
}
.fa-digg:before{
    content:"\f1a6"
}
.fa-pied-piper:before{
    content:"\f1a7"
}
.fa-pied-piper-alt:before{
    content:"\f1a8"
}
.fa-drupal:before{
    content:"\f1a9"
}
.fa-joomla:before{
    content:"\f1aa"
}
.fa-language:before{
    content:"\f1ab"
}
.fa-fax:before{
    content:"\f1ac"
}
.fa-building:before{
    content:"\f1ad"
}
.fa-child:before{
    content:"\f1ae"
}
.fa-paw:before{
    content:"\f1b0"
}
.fa-spoon:before{
    content:"\f1b1"
}
.fa-cube:before{
    content:"\f1b2"
}
.fa-cubes:before{
    content:"\f1b3"
}
.fa-behance:before{
    content:"\f1b4"
}
.fa-behance-square:before{
    content:"\f1b5"
}
.fa-steam:before{
    content:"\f1b6"
}
.fa-steam-square:before{
    content:"\f1b7"
}
.fa-recycle:before{
    content:"\f1b8"
}
.fa-automobile:before,.fa-car:before{
    content:"\f1b9"
}
.fa-cab:before,.fa-taxi:before{
    content:"\f1ba"
}
.fa-tree:before{
    content:"\f1bb"
}
.fa-spotify:before{
    content:"\f1bc"
}
.fa-deviantart:before{
    content:"\f1bd"
}
.fa-soundcloud:before{
    content:"\f1be"
}
.fa-database:before{
    content:"\f1c0"
}
.fa-file-pdf-o:before{
    content:"\f1c1"
}
.fa-file-word-o:before{
    content:"\f1c2"
}
.fa-file-excel-o:before{
    content:"\f1c3"
}
.fa-file-powerpoint-o:before{
    content:"\f1c4"
}
.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{
    content:"\f1c5"
}
.fa-file-archive-o:before,.fa-file-zip-o:before{
    content:"\f1c6"
}
.fa-file-audio-o:before,.fa-file-sound-o:before{
    content:"\f1c7"
}
.fa-file-movie-o:before,.fa-file-video-o:before{
    content:"\f1c8"
}
.fa-file-code-o:before{
    content:"\f1c9"
}
.fa-vine:before{
    content:"\f1ca"
}
.fa-codepen:before{
    content:"\f1cb"
}
.fa-jsfiddle:before{
    content:"\f1cc"
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{
    content:"\f1cd"
}
.fa-circle-o-notch:before{
    content:"\f1ce"
}
.fa-ra:before,.fa-rebel:before{
    content:"\f1d0"
}
.fa-empire:before,.fa-ge:before{
    content:"\f1d1"
}
.fa-git-square:before{
    content:"\f1d2"
}
.fa-git:before{
    content:"\f1d3"
}
.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{
    content:"\f1d4"
}
.fa-tencent-weibo:before{
    content:"\f1d5"
}
.fa-qq:before{
    content:"\f1d6"
}
.fa-wechat:before,.fa-weixin:before{
    content:"\f1d7"
}
.fa-paper-plane:before,.fa-send:before{
    content:"\f1d8"
}
.fa-paper-plane-o:before,.fa-send-o:before{
    content:"\f1d9"
}
.fa-history:before{
    content:"\f1da"
}
.fa-circle-thin:before{
    content:"\f1db"
}
.fa-header:before{
    content:"\f1dc"
}
.fa-paragraph:before{
    content:"\f1dd"
}
.fa-sliders:before{
    content:"\f1de"
}
.fa-share-alt:before{
    content:"\f1e0"
}
.fa-share-alt-square:before{
    content:"\f1e1"
}
.fa-bomb:before{
    content:"\f1e2"
}
.fa-futbol-o:before,.fa-soccer-ball-o:before{
    content:"\f1e3"
}
.fa-tty:before{
    content:"\f1e4"
}
.fa-binoculars:before{
    content:"\f1e5"
}
.fa-plug:before{
    content:"\f1e6"
}
.fa-slideshare:before{
    content:"\f1e7"
}
.fa-twitch:before{
    content:"\f1e8"
}
.fa-yelp:before{
    content:"\f1e9"
}
.fa-newspaper-o:before{
    content:"\f1ea"
}
.fa-wifi:before{
    content:"\f1eb"
}
.fa-calculator:before{
    content:"\f1ec"
}
.fa-paypal:before{
    content:"\f1ed"
}
.fa-google-wallet:before{
    content:"\f1ee"
}
.fa-cc-visa:before{
    content:"\f1f0"
}
.fa-cc-mastercard:before{
    content:"\f1f1"
}
.fa-cc-discover:before{
    content:"\f1f2"
}
.fa-cc-amex:before{
    content:"\f1f3"
}
.fa-cc-paypal:before{
    content:"\f1f4"
}
.fa-cc-stripe:before{
    content:"\f1f5"
}
.fa-bell-slash:before{
    content:"\f1f6"
}
.fa-bell-slash-o:before{
    content:"\f1f7"
}
.fa-trash:before{
    content:"\f1f8"
}
.fa-copyright:before{
    content:"\f1f9"
}
.fa-at:before{
    content:"\f1fa"
}
.fa-eyedropper:before{
    content:"\f1fb"
}
.fa-paint-brush:before{
    content:"\f1fc"
}
.fa-birthday-cake:before{
    content:"\f1fd"
}
.fa-area-chart:before{
    content:"\f1fe"
}
.fa-pie-chart:before{
    content:"\f200"
}
.fa-line-chart:before{
    content:"\f201"
}
.fa-lastfm:before{
    content:"\f202"
}
.fa-lastfm-square:before{
    content:"\f203"
}
.fa-toggle-off:before{
    content:"\f204"
}
.fa-toggle-on:before{
    content:"\f205"
}
.fa-bicycle:before{
    content:"\f206"
}
.fa-bus:before{
    content:"\f207"
}
.fa-ioxhost:before{
    content:"\f208"
}
.fa-angellist:before{
    content:"\f209"
}
.fa-cc:before{
    content:"\f20a"
}
.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{
    content:"\f20b"
}
.fa-meanpath:before{
    content:"\f20c"
}
.fa-buysellads:before{
    content:"\f20d"
}
.fa-connectdevelop:before{
    content:"\f20e"
}
.fa-dashcube:before{
    content:"\f210"
}
.fa-forumbee:before{
    content:"\f211"
}
.fa-leanpub:before{
    content:"\f212"
}
.fa-sellsy:before{
    content:"\f213"
}
.fa-shirtsinbulk:before{
    content:"\f214"
}
.fa-simplybuilt:before{
    content:"\f215"
}
.fa-skyatlas:before{
    content:"\f216"
}
.fa-cart-plus:before{
    content:"\f217"
}
.fa-cart-arrow-down:before{
    content:"\f218"
}
.fa-diamond:before{
    content:"\f219"
}
.fa-ship:before{
    content:"\f21a"
}
.fa-user-secret:before{
    content:"\f21b"
}
.fa-motorcycle:before{
    content:"\f21c"
}
.fa-street-view:before{
    content:"\f21d"
}
.fa-heartbeat:before{
    content:"\f21e"
}
.fa-venus:before{
    content:"\f221"
}
.fa-mars:before{
    content:"\f222"
}
.fa-mercury:before{
    content:"\f223"
}
.fa-intersex:before,.fa-transgender:before{
    content:"\f224"
}
.fa-transgender-alt:before{
    content:"\f225"
}
.fa-venus-double:before{
    content:"\f226"
}
.fa-mars-double:before{
    content:"\f227"
}
.fa-venus-mars:before{
    content:"\f228"
}
.fa-mars-stroke:before{
    content:"\f229"
}
.fa-mars-stroke-v:before{
    content:"\f22a"
}
.fa-mars-stroke-h:before{
    content:"\f22b"
}
.fa-neuter:before{
    content:"\f22c"
}
.fa-genderless:before{
    content:"\f22d"
}
.fa-facebook-official:before{
    content:"\f230"
}
.fa-pinterest-p:before{
    content:"\f231"
}
.fa-whatsapp:before{
    content:"\f232"
}
.fa-server:before{
    content:"\f233"
}
.fa-user-plus:before{
    content:"\f234"
}
.fa-user-times:before{
    content:"\f235"
}
.fa-bed:before,.fa-hotel:before{
    content:"\f236"
}
.fa-viacoin:before{
    content:"\f237"
}
.fa-train:before{
    content:"\f238"
}
.fa-subway:before{
    content:"\f239"
}
.fa-medium:before{
    content:"\f23a"
}
.fa-y-combinator:before,.fa-yc:before{
    content:"\f23b"
}
.fa-optin-monster:before{
    content:"\f23c"
}
.fa-opencart:before{
    content:"\f23d"
}
.fa-expeditedssl:before{
    content:"\f23e"
}
.fa-battery-4:before,.fa-battery-full:before{
    content:"\f240"
}
.fa-battery-3:before,.fa-battery-three-quarters:before{
    content:"\f241"
}
.fa-battery-2:before,.fa-battery-half:before{
    content:"\f242"
}
.fa-battery-1:before,.fa-battery-quarter:before{
    content:"\f243"
}
.fa-battery-0:before,.fa-battery-empty:before{
    content:"\f244"
}
.fa-mouse-pointer:before{
    content:"\f245"
}
.fa-i-cursor:before{
    content:"\f246"
}
.fa-object-group:before{
    content:"\f247"
}
.fa-object-ungroup:before{
    content:"\f248"
}
.fa-sticky-note:before{
    content:"\f249"
}
.fa-sticky-note-o:before{
    content:"\f24a"
}
.fa-cc-jcb:before{
    content:"\f24b"
}
.fa-cc-diners-club:before{
    content:"\f24c"
}
.fa-clone:before{
    content:"\f24d"
}
.fa-balance-scale:before{
    content:"\f24e"
}
.fa-hourglass-o:before{
    content:"\f250"
}
.fa-hourglass-1:before,.fa-hourglass-start:before{
    content:"\f251"
}
.fa-hourglass-2:before,.fa-hourglass-half:before{
    content:"\f252"
}
.fa-hourglass-3:before,.fa-hourglass-end:before{
    content:"\f253"
}
.fa-hourglass:before{
    content:"\f254"
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{
    content:"\f255"
}
.fa-hand-paper-o:before,.fa-hand-stop-o:before{
    content:"\f256"
}
.fa-hand-scissors-o:before{
    content:"\f257"
}
.fa-hand-lizard-o:before{
    content:"\f258"
}
.fa-hand-spock-o:before{
    content:"\f259"
}
.fa-hand-pointer-o:before{
    content:"\f25a"
}
.fa-hand-peace-o:before{
    content:"\f25b"
}
.fa-trademark:before{
    content:"\f25c"
}
.fa-registered:before{
    content:"\f25d"
}
.fa-creative-commons:before{
    content:"\f25e"
}
.fa-gg:before{
    content:"\f260"
}
.fa-gg-circle:before{
    content:"\f261"
}
.fa-tripadvisor:before{
    content:"\f262"
}
.fa-odnoklassniki:before{
    content:"\f263"
}
.fa-odnoklassniki-square:before{
    content:"\f264"
}
.fa-get-pocket:before{
    content:"\f265"
}
.fa-wikipedia-w:before{
    content:"\f266"
}
.fa-safari:before{
    content:"\f267"
}
.fa-chrome:before{
    content:"\f268"
}
.fa-firefox:before{
    content:"\f269"
}
.fa-opera:before{
    content:"\f26a"
}
.fa-internet-explorer:before{
    content:"\f26b"
}
.fa-television:before,.fa-tv:before{
    content:"\f26c"
}
.fa-contao:before{
    content:"\f26d"
}
.fa-500px:before{
    content:"\f26e"
}
.fa-amazon:before{
    content:"\f270"
}
.fa-calendar-plus-o:before{
    content:"\f271"
}
.fa-calendar-minus-o:before{
    content:"\f272"
}
.fa-calendar-times-o:before{
    content:"\f273"
}
.fa-calendar-check-o:before{
    content:"\f274"
}
.fa-industry:before{
    content:"\f275"
}
.fa-map-pin:before{
    content:"\f276"
}
.fa-map-signs:before{
    content:"\f277"
}
.fa-map-o:before{
    content:"\f278"
}
.fa-map:before{
    content:"\f279"
}
.fa-commenting:before{
    content:"\f27a"
}
.fa-commenting-o:before{
    content:"\f27b"
}
.fa-houzz:before{
    content:"\f27c"
}
.fa-vimeo:before{
    content:"\f27d"
}
.fa-black-tie:before{
    content:"\f27e"
}
.fa-fonticons:before{
    content:"\f280"
}
.fa-reddit-alien:before{
    content:"\f281"
}
.fa-edge:before{
    content:"\f282"
}
.fa-credit-card-alt:before{
    content:"\f283"
}
.fa-codiepie:before{
    content:"\f284"
}
.fa-modx:before{
    content:"\f285"
}
.fa-fort-awesome:before{
    content:"\f286"
}
.fa-usb:before{
    content:"\f287"
}
.fa-product-hunt:before{
    content:"\f288"
}
.fa-mixcloud:before{
    content:"\f289"
}
.fa-scribd:before{
    content:"\f28a"
}
.fa-pause-circle:before{
    content:"\f28b"
}
.fa-pause-circle-o:before{
    content:"\f28c"
}
.fa-stop-circle:before{
    content:"\f28d"
}
.fa-stop-circle-o:before{
    content:"\f28e"
}
.fa-shopping-bag:before{
    content:"\f290"
}
.fa-shopping-basket:before{
    content:"\f291"
}
.fa-hashtag:before{
    content:"\f292"
}
.fa-bluetooth:before{
    content:"\f293"
}
.fa-bluetooth-b:before{
    content:"\f294"
}
.fa-percent:before{
    content:"\f295"
}
pre{
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    margin-bottom: 10px;
    overflow: auto;
    width: auto;
    background-color: #1e1e1e;
    width: 650px!important;
    padding: 0 20px;
    height: auto;
    color:#ffa54f;
    text-align:left;
    width: 80%;
    margin: 10px auto;
}
#my-services {
    position:absolute;
    width:100%;
    background:#fff;
    left:0;
    right:0;
    padding:10px 0;
    border-bottom: 1px solid #d5d4d4;
    border-top: 1px solid #d5d4d4;
    z-index:1;
    display:none;
}
.service-name{
    width:98%;
    padding:30px 0;
    text-align:center;
    color:#fff;
    font-family:"Open Sans",sans-serif;
    font-size:18px;
    text-transform:uppercase;
}
.service-name:hover{
    background:#000;
}
 .work-doing h3 {
    margin-top:30px;
}
.blog-artic p{
    text-align: justify;
}
/* SPLASH BANNER CSS */
 .banner-add-div {
    width:60%;
     margin:0 auto;
     text-align:center;
     position:relative;
}
.banner-img {
    max-width:100%;
    margin-top:10%;
}
.close-add {
    position: absolute;
    right: 45px;
    top: 98px;
    z-index: 99;
    cursor:pointer;
}
@media screen and (max-width:768px){
    .banner-add-div {
        width:90%;
    }
    .close-add{
        right: 4%;
        top: 23%;
    }
}
/*Anumation shake css*/
 .shake {
     animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
     transform: translate3d(0, 0, 0);
}
 @keyframes shake {
     10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
     20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
     30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
     40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
 .date i{
    font-size: 18px;
    color: #CE0000;
}
 #commentform{
    margin-bottom:30px;
}
 .do-feature h3 {
    padding-top:20px;
}
 .blog-words h2 {
    margin-top: 20px;
    color: #1281b2;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
}
 .height-div-icon{
    min-height:414px;
}
 ul li{
    color: #757474;
    line-height:32px;
    font-weight: 400;
}
 .box-transparent {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #d5d4d4;
}
 .box-transparent .work-icon-text{
    margin-top:0;
    color:#000;
}
 .hireuswhy h3 {
    margin-bottom: -1px;
     padding: 8px;
}
.hireuswhy h3:hover {
    background:#d5d4d4;
}
 .html-boy{
    bottom: -60px;
     max-width: 100%;
     position: absolute;
     right: 0;
}
@media screen and (max-width:800px){
    .html-boy{
        width:30%;
    }
}
 @media screen and (max-width:500px){
     .call-to-action, .call-to-action2{padding: 0 50px;}
     .resume{display:none;}
     .nowrap-dc {
        white-space: normal;
    }
     .col-40{
        width:100%;
    }
     .inner-title h2 {
        font-size: 28px;
        margin-top: 40px;
        letter-spacing: -3px;
    }
    .inner-page .nowrap .col-50{width:100%;}
    .inner-page .nowrap {white-space: normal;}
    .blog-words img {max-width: 100%;}
    .gray-bg .col-50 {width: 100%;}
    .toggle-menu{width:40%;}
    .logo {width: 60%;}
    .banner-heading{border: 1px;-webkit-text-stroke-width: 1px;}
    .recent-post {margin-top: 150px;}
    .work-doing h3 {margin-top: 0;margin-bottom: 30px;}
    .cd-top,.whatsapp-footer{bottom: 14%;}
    #container{display: none;}
    footer{padding-bottom:100px;}
    footer ul {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
    .footer-bottom{display:block;}
    .blog-box{padding:0;}
    .blog-box h1{font-size: 20px;line-height: 27px;}
    .m-detail {width: 100%;}
}


@media screen and (min-width:1500px){
    .container{width:1160px;}
}


