html{width:100%;height:100%;position:relative;overflow:visible}::selection{color:#fff;background-color:#ff497c}::-moz-selection{color:#fff;background-color:#ff497c}body,ul,ol{margin:0;padding:0}body{background:#0d0d0d;color:#fff}a{-ms-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-duration:.2s;-ms-transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;-o-transition-duration:.2s;outline:none}a:hover{text-decoration:none}.btn{background:transparent;border:1px #ee3b24 solid;color:#fff;border-radius:30px;padding:5px 20px;-ms-transition-timing-function:ease-in-out;-moz-transition-timing-function:ease-in-out;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-duration:.2s;-ms-transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;-o-transition-duration:.2s}.btn:hover{background:#f75a46;color:#fff;text-decoration:none;box-shadow:2px 4px 2px rgba(0,0,0,0.18)}h1.section__title:after{border-bottom:1px #ee3b24 solid;content:'';width:10%;display:block;margin:5px auto}@font-face{font-family:"GTWalsheimProRegular";font-style:normal;font-weight:400;src:url("../fonts/GTWalsheimProRegular.eot?") format("eot"),url("../fonts/GTWalsheimProRegular.woff2") format("woff2"),url("../fonts/GTWalsheimProRegular.woff") format("woff"),url("../fonts/GTWalsheimProRegular.otf") format("opentype")}@font-face{font-family:"GTWalsheimProLight";font-style:normal;font-weight:400;src:url("../fonts/GTWalsheimProLight.eot?") format("eot"),url("../fonts/GTWalsheimProLight.woff2") format("woff2"),url("../fonts/GTWalsheimProLight.woff") format("woff"),url("../fonts/GTWalsheimProLight.otf") format("opentype")}@font-face{font-family:"GTWalsheimProUltraLight";font-style:normal;font-weight:400;src:url("../fonts/GTWalsheimProUltraLight.eot?") format("eot"),url("../fonts/GTWalsheimProUltraLight.woff2") format("woff2"),url("../fonts/GTWalsheimProUltraLight.woff") format("woff"),url("../fonts/GTWalsheimProUltraLight.otf") format("opentype")}@font-face{font-family:"GTWalsheimProBold";font-style:normal;font-weight:400;src:url("../fonts/GTWalsheimProBold.eot?") format("eot"),url("../fonts/GTWalsheimProBold.woff2") format("woff2"),url("../fonts/GTWalsheimProBold.woff") format("woff"),url("../fonts/GTWalsheimProBold.otf") format("opentype")}@font-face{font-family:"GTWalsheimProUltraBold";font-style:normal;font-weight:400;src:url("../fonts/GTWalsheimProUltraBold.eot?") format("eot"),url("../fonts/GTWalsheimProUltraBold.woff2") format("woff2"),url("../fonts/GTWalsheimProUltraBold.woff") format("woff"),url("../fonts/GTWalsheimProUltraBold.otf") format("opentype")}@font-face{font-family:"GTWalsheimProBlack";font-style:normal;font-weight:400;src:url("../fonts/GTWalsheimProBlack.eot?") format("eot"),url("../fonts/GTWalsheimProBlack.woff2") format("woff2"),url("../fonts/GTWalsheimProBlack.woff") format("woff"),url("../fonts/GTWalsheimProBlack.otf") format("opentype")}.link{position:relative;text-decoration:none;color:#fff}.link:before{display:block;content:"";width:100%;height:1px;background-color:#ee3b24;opacity:.5;position:absolute;bottom:0px;left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.link:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.align-items-center{-ms-flex-align:center !important;align-items:center !important}.modal .modal-dialog{max-width:650px}.modal .modal-dialog .modal-content .modal-body button{position:absolute;top:-5px;right:1px;outline:none}.bg-extra-dark-gray{background-color:#1c1c1c}.vertical-align-middle{vertical-align:middle}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}header{transition:all 0.3s ease-in-out}header nav.nav__menu__wrapper{background:transparent;padding-top:15px;padding-bottom:15px}header nav.nav__menu__wrapper a.navbar-brand span{display:inline-block;font-family:GTWalsheimProUltraLight;font-weight:600;color:#fff;padding-left:5px;letter-spacing:2px;text-transform:uppercase}header nav.nav__menu__wrapper .nav-trigger{width:30px;height:30px;top:10px;right:10px;z-index:20;cursor:pointer;-webkit-transition:top .1s ease-in-out;transition:top .1s ease-in-out}header nav.nav__menu__wrapper .nav-trigger span{display:block;width:100%;height:2px;background:#ee3b24;margin:7px auto;-webkit-transition:all 0.3s ease-in-out;transition:all 0.1s ease-in-out}header nav.nav__menu__wrapper .nav-trigger span:first-child{top:0;left:0}header nav.nav__menu__wrapper .nav-trigger span:nth-child(2){width:20px;top:10px;left:0}header nav.nav__menu__wrapper .nav-trigger.on span:first-child{-webkit-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg);background:#fff}header nav.nav__menu__wrapper .nav-trigger.on span:nth-child(2){-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}header nav.nav__menu__wrapper .nav-trigger.on span:last-child{-webkit-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg);background:#fff}header nav.nav__menu__wrapper .nav-menu{height:100%;position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:19;overflow:hidden;-webkit-transition:visibility .1s, height .1s;transition:visibility .5s, height .5s;background:#1F2226}header nav.nav__menu__wrapper .nav-menu ul{list-style:none;width:100%;margin-top:50vh;position:absolute}header nav.nav__menu__wrapper .nav-menu ul li{display:inline-block;font-weight:400;text-transform:uppercase;font-size:36px;padding:10px 20px 10px 20px;position:relative}header nav.nav__menu__wrapper .nav-menu ul li a{color:#ee3b24;font-family:GTWalsheimProRegular}header.is-sticky nav.nav__menu__wrapper{background:rgba(0,0,0,0.86);animation:headerFixedTop .35s}.page__header{background:#131314 url(../images/homepage/hp-hero.gif) no-repeat center center;width:100%;display:flex;color:#fff;text-align:center;padding-top:130px;padding-bottom:50px;position:relative;height:100vh}.page__header .col-md-12.text-center{padding-top:25%}.page__header .col-md-12.text-center span#typed{font-size:45px}.page__header .col-md-12.text-center span#typed span{font-family:GTWalsheimProBold;font-weight:600}.page__header .col-md-12.text-center p{font-size:22px;letter-spacing:3px}.page__header .col-md-12.text-center p span{color:#ee3b24}.page__header .col-md-12.text-center .typed__wrapper{display:inline-block;background:rgba(46,46,69,0.43);padding:0 15px}.page__header .col-md-12.text-center .typed__wrapper .typed-cursor{font-size:45px}.page__header .col-md-12.text-center .social-icons{z-index:2;position:relative}.page__header .col-md-12.text-center .social-icons a{color:#fff}.page__header .col-md-12.text-center .social-icons a span{padding:0 10px;font-size:22px}.page__header .col-md-12.text-center .social-icons a:hover{color:#ee3b24}.page__header .down-arrow a{position:absolute;width:40px;height:auto;left:calc(50% - 25px);bottom:77px;text-transform:uppercase;font-size:10px;font-weight:600;color:#ddd;writing-mode:vertical-rl;text-align:center;line-height:40px;animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;-moz-animation:bounce 2s infinite;-o-animation:bounce 2s infinite}.particles-js-canvas-el{position:absolute;top:0;left:0;z-index:1}section.about__wrapper{position:relative}section.about__wrapper .about__wrapper{background:#333;padding:15px;position:relative;top:-50px}section.about__wrapper .about__wrapper .designer__info h2{font-family:GTWalsheimProBold}section.about__wrapper .about__wrapper .designer__info h6{font-family:GTWalsheimProLight;font-size:24px}section.about__wrapper .about__wrapper .designer__info h6 span{color:#ee3b24}section.about__wrapper .about__wrapper .designer__info p{white-space:pre-line;line-height:26px;font-family:GTWalsheimProLight}section.about__wrapper .about__wrapper .designer__info a{display:inline-block;margin:15px 0}section.about__wrapper .about__wrapper .designer__info a span{display:inline-block;padding-left:5px}section.about__wrapper .about__wrapper .designer__info a span::before{top:3px;position:relative}section.about__wrapper .about__wrapper .designer__info .social-icons{position:absolute;bottom:0;right:20px}section.about__wrapper .about__wrapper .designer__info .social-icons a{color:#fff}section.about__wrapper .about__wrapper .designer__info .social-icons a span{padding:0 10px;font-size:22px}section.about__wrapper .about__wrapper .designer__info .social-icons a.up__work__logo img{width:30px}section.about__wrapper .about__wrapper .designer__info .social-icons a:hover{color:#ee3b24}section.whatcanido__wrapper{padding:80px 0;position:relative}section.whatcanido__wrapper .col-md-12.col-sm-12{padding-bottom:40px}section.whatcanido__wrapper .col-md-12.col-sm-12 h1{font-family:GTWalsheimProBold}section.whatcanido__wrapper .col-md-12.col-sm-12 h6{font-family:GTWalsheimProLight;font-size:18px;text-transform:uppercase}section.whatcanido__wrapper .skills__box{padding-bottom:40px;padding-top:40px}section.whatcanido__wrapper .skills__box span.skills__title{display:block}section.whatcanido__wrapper .skills__box span.skills__title i{color:#ee3b24;font-size:45px}section.whatcanido__wrapper .skills__box span.skills__title h5{font-family:GTWalsheimProLight;display:block;padding:10px 0}section.whatcanido__wrapper .skills__box span.skills__title p{color:#a4a4a4;font-family:GTWalsheimProLight}section.whatcanido__wrapper .skills__box:nth-child(2){border:1px rgba(164,164,164,0.28) solid;border-left:0;border-top:0;border-right:0}section.whatcanido__wrapper .skills__box:nth-child(3){border:1px rgba(164,164,164,0.28) solid;border-top:0}section.whatcanido__wrapper .skills__box:nth-child(4){border:1px rgba(164,164,164,0.28) solid;border-left:0;border-top:0;border-right:0}section.whatcanido__wrapper .skills__box:nth-child(5){border:0}section.whatcanido__wrapper .skills__box:nth-child(6){border:1px rgba(164,164,164,0.28) solid;border-top:0;border-bottom:0}section.whatcanido__wrapper .area-bg{background:transparent url(../images/homepage/bg_layers_3.png) no-repeat scroll left top/auto 100%;background-position:0px 0px;background-repeat:repeat-x;-webkit-animation:animatedBackground 10s linear infinite alternate;animation:animatedBackground 10s linear infinite alternate;opacity:.3;height:100%;left:0;position:absolute;top:0;width:100%}section.whatcanido__wrapper .area-bg:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}section.whatcanido__wrapper .area-bg:after{content:"";height:100%;left:0;position:absolute;top:0;width:100%}body.portfolio__page{background:#541532}section.portfolio__wrapper{position:relative}section.portfolio__wrapper .portfolio-items{margin-top:30px}section.portfolio__wrapper * .portfolio-items .single-item{margin-bottom:30px}section.portfolio__wrapper * figure{margin:0;position:relative;overflow:hidden;border:1px rgba(247,90,70,0.52) solid}section.portfolio__wrapper * figure .portfolio-img{transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s}section.portfolio__wrapper * figure .portfolio-img img{cursor:pointer;display:block;opacity:1;width:100%;transition:all 0.3s ease 0s}section.portfolio__wrapper * figure figcaption{bottom:0;left:0;opacity:0;position:absolute;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;width:100%;height:100%;padding:30px;z-index:1;text-align:center;cursor:pointer}section.portfolio__wrapper * figure figcaption .portfolio-hover-main{transform:none;display:table;height:100%;top:0;width:100%}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box{display:table-cell;height:100%}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content{bottom:-15px;transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content .bg-deep-orange{margin-bottom:15px;width:18%;height:1px;float:none;margin-left:auto;margin-right:auto;background-color:#f75a46}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content span{font-weight:600;letter-spacing:1px;color:#fff;text-transform:uppercase;margin-bottom:2px;display:inline-block;font-family:GTWalsheimProRegular}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content p{margin-bottom:0 !important;color:#f75a46;font-size:11px;line-height:14px;text-transform:uppercase;font-family:GTWalsheimProLight}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content a{background:#f75a46;border:1px #f75a46 solid;border-radius:40px;padding:0 10px;color:#fff;display:inline-block;margin:15px 0;font-family:GTWalsheimProUltraLight;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content a:hover{background:transparent;border:1px #f75a46 solid}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content img{display:inline-block;margin-bottom:15px;padding:5px}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content img.port__img_1{background:#234163;width:133px}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content img.port__img_2{width:90px}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content img.port__img_3{width:180px}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content img.port__img_4{width:260px}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content img.port__img_5{width:110px}section.portfolio__wrapper * figure figcaption .portfolio-hover-main .portfolio-hover-box .portfolio-hover-content img.port__img_6{width:195px}section.portfolio__wrapper * figure:hover .portfolio-img{transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s}section.portfolio__wrapper * figure:hover .portfolio-img img{opacity:0.08;transform:scale(1, 1);transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;-o-transition:all 0.2s ease 0s;filter:blur(4px);-webkit-filter:blur(4px);-moz-filter:blur(4px);-ms-filter:blur(4px);-o-filter:blur(4px)}section.portfolio__wrapper * figure:hover figcaption{opacity:1;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s}section.portfolio__wrapper * ul.portfolio-filter{margin:20px 0;flex-wrap:wrap}section.portfolio__wrapper * ul.portfolio-filter li{list-style:none;margin:0 30px;cursor:pointer;flex-grow:1;font-family:GTWalsheimProLight}section.portfolio__wrapper * ul.portfolio-filter li.active{background:#f75a46;color:#fff;border-radius:40px;box-shadow:2px 4px 2px rgba(0,0,0,0.18);padding:0 15px;text-align:center}section.portfolio__wrapper__inner{background-position:center center;background-image:url(../images/portfolio/portfolio-bg.jpg);min-height:550px;position:relative}section.portfolio__wrapper__inner .images__moving__wrap{transform:translate3d(0px, 0px, 0px);transform-style:preserve-3d;backface-visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;text-align:center}section.portfolio__wrapper__inner .images__moving__wrap .port__title__banner{padding-top:70px;z-index:40;position:relative}section.portfolio__wrapper__inner .images__moving__wrap .port__title__banner h1{font-family:GTWalsheimProBold}section.portfolio__wrapper__inner .images__moving__wrap .port__title__banner h6{font-family:GTWalsheimProLight}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap{transform:translate3d(21.4425px, -21.7575px, 0px);transform-style:preserve-3d;backface-visibility:hidden;position:relative;display:block;left:0px;top:0px;z-index:20}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-1{top:17% !important;left:83% !important}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-1 img{animation:fragment backwards 7s ease-in-out infinite;max-width:100%;height:auto;border:none;display:inline-block}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-ab{transform:translate3d(42.2393px, -68.2225px, 0px);transform-style:preserve-3d;backface-visibility:hidden;position:absolute;display:block;left:0px;top:0px;z-index:20}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-2{top:-42% !important;left:-13% !important;width:780px}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-2 img{animation:fragment_1 backwards 10s ease-in-out infinite;max-width:100%;height:auto;border:none;display:inline-block}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-ab3{transform:translate3d(17.3582px, -27.75px, 0px);transform-style:preserve-3d;backface-visibility:hidden;position:absolute;display:block;left:0px;top:0px;z-index:20}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-3{top:70% !important;left:68% !important;width:500px}section.portfolio__wrapper__inner .images__moving__wrap .img__wrap-3 img{animation:fragment_2 backwards 8s ease-in-out infinite;max-width:100%;height:auto;border:none;display:inline-block}section.port__inner__page{padding-top:30px}body.about__page{background:#1b1c22}main.about__section{margin-bottom:-30px}main.about__section .dl__cv__bg{background-position:center center;background-image:url(../images/contact/dl-cv-bg.jpg);min-height:208px;display:flex;justify-content:center;align-items:center;margin-bottom:-32px}main.about__section .dl__cv__bg a{padding:10px 30px;outline:none;font-family:GTWalsheimProLight}main.about__section .dl__cv__bg a img{display:inline-block;margin-right:10px}div.top__bg1{background:url(../images/about/h2-background-img-2.png) no-repeat 0 0;padding-top:280px;overflow:hidden}div.top__bg1 .aboutme__content__wrapper span{font-family:italic;font-style:italic}div.top__bg1 .aboutme__content__wrapper h1{font-size:45px;position:relative;font-family:GTWalsheimProRegular}div.top__bg1 .aboutme__content__wrapper h1:before{content:'';border-bottom:2px #ecc44e solid;width:12%;display:block;position:absolute;bottom:-5px;left:0}div.top__bg1 .aboutme__content__wrapper .work__exp{margin:40px 0}div.top__bg1 .aboutme__content__wrapper .work__exp h6{font-weight:600}div.top__bg1 .aboutme__content__wrapper .work__exp h6 span{font-style:initial;font-family:GTWalsheimProBold;display:inline-block;padding-left:5px;color:#ee3b24}div.top__bg1 .aboutme__content__wrapper .work__exp strong{font-family:GTWalsheimProRegular}div.top__bg1 .aboutme__content__wrapper .work__exp p{margin:0;color:#a8a8a8;font-family:GTWalsheimProLight}div.top__bg1 .aboutme__content__wrapper .progess__skills{margin:30px 0}div.top__bg1 .aboutme__content__wrapper .progess__skills strong{display:block;padding-bottom:5px;font-family:GTWalsheimProLight}div.top__bg1 .aboutme__content__wrapper .progess__skills .progress{height:0.5rem}div.top__bg1 .aboutme__content__wrapper .progess__skills .progress .progress-bar{background-image:linear-gradient(89deg, #562cdd, #e9276e 51%, #fed21e);font-family:GTWalsheimProLight;font-size:10px}div.top__bg1 .col-md-4 img.about__pro__pic{box-shadow:-7px 6px rgba(0,0,0,0.26)}div.mid__bg2{background:url(../images/about/h2-background-img-3.png) no-repeat 0 0;overflow:hidden;padding-bottom:10px;margin-top:20px}div.mid__bg2 h4{color:#ecc44e}div.mid__bg2 .col-md-4 .skill__info__wrapper{position:relative;padding:15px}div.mid__bg2 .col-md-4 .skill__info__wrapper h5{font-family:GTWalsheimProRegular}div.mid__bg2 .col-md-4 .skill__info__wrapper h5 i{color:#ecc44e;font-size:18px;margin-right:5px}div.mid__bg2 .col-md-4 .skill__info__wrapper p{color:#a8a8a8;margin:0;font-family:GTWalsheimProLight}div.mid__bg2 .col-md-4 .skill__info__wrapper:before{content:'';width:1px;height:70px;background:#696969;position:absolute;top:19px;right:0}div.mid__bg2 .col-md-4:last-of-type .skill__info__wrapper:before{display:none}section.contact__wrapper{background-position:center center;background-image:url(../images/contact/contact-bg.jpg);min-height:550px;display:flex;justify-content:center;align-items:center}section.contact__wrapper div{text-align:center}section.contact__wrapper div h1{font-size:95px;font-weight:600;font-family:GTWalsheimProLight}section.contact__wrapper div h5{letter-spacing:4px;font-family:GTWalsheimProLight}section.contact__success__wrapper{background:url(../images/contact/contact-success-bg.jpg);min-height:805px;margin-bottom:-30px}section.contact__success__wrapper .success__wrapper{display:flex;align-items:center;justify-content:center;height:650px}section.contact__success__wrapper .success__wrapper .success__content__wrapper{text-align:center}section.contact__success__wrapper .success__wrapper .success__content__wrapper img{width:200px;display:inline-block;padding:12px 0}section.contact__success__wrapper .success__wrapper .success__content__wrapper h3{font-family:GTWalsheimProRegular}section.contact__success__wrapper .success__wrapper .success__content__wrapper p{margin:0 0 15px 0;color:#888888;font-family:GTWalsheimProLight}section.contact__success__wrapper .success__wrapper .success__content__wrapper p span{color:#ee3b24}section.contact__info__wrapper .container .row .col-md-4{display:flex;justify-content:center;align-items:center;margin:50px 0}section.contact__info__wrapper .container .row .col-md-4 img{width:80px;display:inline-block;margin-right:10px}section.contact__info__wrapper .container .row .col-md-4 span h3{font-family:GTWalsheimProRegular}section.contact__info__wrapper .container .row .col-md-4 span p{margin:0;color:#888888;white-space:pre-line;font-family:GTWalsheimProLight}section.contact__info__wrapper .container .row .col-md-4 span p a{color:#ee3b24}section.contact__info__wrapper .container .row .col-md-4 span img.social__icon{width:20px;display:inline-block;margin-right:0px}section.contact__info__wrapper .container .row .col-md-4 span p.social__link{display:inline-block}section.contact__info__wrapper .contact__form__wrapper{text-align:center;margin:40px 0}section.contact__info__wrapper .contact__form__wrapper h2{font-weight:600;font-size:50px;font-family:GTWalsheimProRegular}section.contact__info__wrapper .contact__form__wrapper h2 span{position:relative}section.contact__info__wrapper .contact__form__wrapper h2 span i{position:absolute;top:0;left:9px;color:#ee3b24;font-size:34px;animation:animate1 8s infinite linear;transition:all .5s ease-in-out;transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out}section.contact__info__wrapper .contact__form__wrapper p{margin:0;font-family:GTWalsheimProLight;color:#b8b8b8}section.contact__info__wrapper .contact__form__wrapper .contact__form{text-align:left;width:60%;margin:30px auto}section.contact__info__wrapper .contact__form__wrapper .contact__form form input,section.contact__info__wrapper .contact__form__wrapper .contact__form form textarea{background:transparent;border:1px #ee3b24 solid;border-radius:80px;color:#b8b8b8}section.contact__info__wrapper .contact__form__wrapper .contact__form form input:focus,section.contact__info__wrapper .contact__form__wrapper .contact__form form textarea:focus{box-shadow:0 0 0 0.2rem rgba(238,59,36,0.2)}section.contact__info__wrapper .contact__form__wrapper .contact__form form textarea{border-radius:.25rem}section.contact__info__wrapper .contact__form__wrapper .contact__form form button.btn{width:150px;margin:0 auto}section.contact__info__wrapper .contact__form__wrapper .contact__form form button.btn:active{background-color:#ee3b24;border-color:#b1210f}section.contact__info__wrapper .contact__form__wrapper .contact__form form button.btn:focus{box-shadow:0 0 0 0.2rem rgba(238,59,36,0.2)}section.contact__info__wrapper .contact__form__wrapper .contact__form form button.btn:hover{border-color:#b1210f}section.contact__info__wrapper .contact__form__wrapper .contact__form form label{font-family:GTWalsheimProLight}section.contact__info__wrapper .dl__cv__bg{background-position:center center;background-image:url(../images/contact/dl-cv-bg.jpg);min-height:208px;display:flex;justify-content:center;align-items:center;margin-bottom:-32px}section.contact__info__wrapper .dl__cv__bg a{padding:10px 30px;outline:none;font-family:GTWalsheimProLight}section.contact__info__wrapper .dl__cv__bg a img{display:inline-block;margin-right:10px}footer{margin-top:30px}footer .footer__wrapper{background:#2a2a2a;width:100%;padding:15px;color:#fff;border-top:2px #d11c43 solid}footer .footer__wrapper p{margin:0;font-size:14px;font-family:GTWalsheimProLight}footer .footer__wrapper img.footer__logo{width:2%;display:inline-block;margin:0 0 10px 0}#container{background:#20232d;position:absolute;height:100%;width:100%;left:0;top:0}#container canvas#demo-canvas{width:100%;height:100%}#container .err__content__wrapper{position:absolute;z-index:0;left:0;top:50vh;width:100%;padding:55px 5%;-webkit-transition:all 0.3s cubic-bezier(0, 0, 0.58, 1);-moz-transition:all 0.3s cubic-bezier(0, 0, 0.58, 1);-ms-transition:all 0.3s cubic-bezier(0, 0, 0.58, 1);-o-transition:all 0.3s cubic-bezier(0, 0, 0.58, 1);transition:all 0.3s cubic-bezier(0, 0, 0.58, 1);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;opacity:1;visibility:visible}#container .err__content__wrapper #message{max-width:600px;min-height:300px;margin:0 auto;font-family:GTWalsheimProRegular}#container .err__content__wrapper #message p:first-child{font-size:90px;font-weight:700;color:#ee3b24;line-height:90px}#container .err__content__wrapper .link-bottom{margin:0 auto;max-width:600px}#container .err__content__wrapper .link-bottom .link-icon{margin-right:10px;font-size:16px;font-family:GTWalsheimProLight;color:#ee3b24}.scroll-top-arrow,.scroll-top-arrow:focus{color:#fff;background:#ee3b24;line-height:28px;display:none;height:30px;width:30px;padding:0;position:fixed;right:45px;text-align:center;text-decoration:none;top:91%;z-index:10006;border-radius:100%}.scroll-top-arrow i,.scroll-top-arrow:focus i{line-height:30px;position:relative}.scroll-top-arrow:hover{background:#ee3b24;opacity:.8;color:#fff;border-color:#ff214f}.scroll-top-arrow:hover i.ti-angle-up{-webkit-animation:btnPulse .8s linear infinite;animation:btnPulse .8s linear infinite;color:#fff}@media only screen and (min-width: 1200px) and (max-width: 1875px){.page__header .col-md-12.text-center{padding-top:5%}}@media (max-width: 1874px){.page__header .col-md-12.text-center{padding-top:15%}}@media (min-width: 768px){.justify-content-md-center{-ms-flex-pack:center !important;justify-content:center !important}}@media (max-width: 767px){section.whatcanido__wrapper .skills__box{border:1px rgba(164,164,164,0.28) solid !important;margin:0 15px 30px 15px}}@media only screen and (max-width: 480px){#container{min-height:100%;height:auto}#container .err__content__wrapper{padding:100px 5%;position:relative;top:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}#container .err__content__wrapper #message{min-height:240px}#container .err__content__wrapper #message p:first-child{font-size:50px;font-weight:700}}@media (max-width: 414px){section.about__wrapper .about__wrapper .designer__info .social-icons{position:relative;width:80%;margin:0 auto;text-align:center}header nav.nav__menu__wrapper .nav-menu ul{margin-top:16vh;padding:0}div.mid__bg2 .col-md-4 .skill__info__wrapper:before{display:none}section.portfolio__wrapper * ul.portfolio-filter li{margin:7px 20px}section.contact__wrapper div h1{font-size:55px}section.contact__info__wrapper .container .row .col-md-4{justify-content:flex-start}section.contact__info__wrapper .contact__form__wrapper .contact__form{width:90%}}@keyframes headerFixedTop{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes bounce{0%, 20%, 50%, 80%, 100%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-20px)}60%{-webkit-transform:translateY(-10px)}}@-moz-keyframes bounce{0%, 20%, 50%, 80%, 100%{-moz-transform:translateY(0)}40%{-moz-transform:translateY(-20px)}60%{-moz-transform:translateY(-10px)}}@-o-keyframes bounce{0%, 20%, 50%, 80%, 100%{-o-transform:translateY(0)}40%{-o-transform:translateY(-20px)}60%{-o-transform:translateY(-10px)}}@keyframes bounce{0%, 20%, 50%, 80%, 100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@-webkit-keyframes btnPulse{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}48%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}52%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes btnPulse{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}48%{-webkit-transform:translateY(-10px);transform:translateY(-10px);opacity:0}52%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@-webkit-keyframes animatedBackground{from{background-position:0 0}to{background-position:100% 0}}@keyframes animatedBackground{from{background-position:0 0}to{background-position:100% 0}}@-webkit-keyframes fragment{0%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}50%{-webkit-transform:scale(1.1) translateX(-12%);transform:scale(1.1) translateX(-12%)}100%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@keyframes fragment{0%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}50%{-webkit-transform:scale(1.1) translateX(-12%);transform:scale(1.1) translateX(-12%)}100%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@-webkit-keyframes fragment_1{0%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}50%{transform:rotate(180deg) scale(1.1) translate(4%, 4%);-webkit-transform:rotate(180deg) scale(1.1) translate(4%, 4%)}100%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}}@keyframes fragment_1{0%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}50%{transform:rotate(180deg) scale(1.1) translate(4%, 4%);-webkit-transform:rotate(180deg) scale(1.1) translate(4%, 4%)}100%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}}@-webkit-keyframes fragment_2{0%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}50%{transform:rotate(-180deg) scale(0.8) translate(7%, 7%);-webkit-transform:rotate(-180deg) scale(0.8) translate(7%, 7%)}100%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}}@keyframes fragment_2{0%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}50%{transform:rotate(-180deg) scale(0.8) translate(7%, 7%);-webkit-transform:rotate(-180deg) scale(0.8) translate(7%, 7%)}100%{transform:rotate(0deg) scale(1) translate(0, 0);-webkit-transform:rotate(0deg) scale(1) translate(0, 0)}}@keyframes animate1{0%{-moz-transform:translate(3%, 0%);-webkit-transform:translate(3%, 0%);transform:translate(3%, 0%)}25%{-moz-transform:translate(0%, 3%);-webkit-transform:translate(0%, 3%);transform:translate(0%, 3%)}50%{-moz-transform:translate(3%, 3%);-webkit-transform:translate(3%, 3%);transform:translate(3%, 3%)}75%{-moz-transform:translate(0%, 3%);-webkit-transform:translate(0%, 3%);transform:translate(0%, 3%)}100%{-moz-transform:translate(3%, 0%);-webkit-transform:translate(3%, 0%);transform:translate(3%, 0%)}}a[title="Hosted on free web hosting 000webhost.com. Host your own website for FREE."],a[title="Free Web Hosting with PHP5 or PHP7"]{display:none}
/*# sourceMappingURL=style.css.map */
