/*
  Theme Name: Design Doncaster
 
*/




/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@font-face {
    font-family: 'DINPro-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('fonts/DINPro-Medium'), url('fonts/DINPro-Medium_13936.woff') format('woff');
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
a, .button, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}
button {
    cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
    color: #feed61;
    text-decoration: none;
}
a, button {
    color: #feed61;
    outline: medium none;
}
input:focus, textarea:focus, :focus {
    outline: 0
}
button:focus {
    outline: 0 none;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #3c3c3c;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    color: #3c3c3b;
    margin-bottom: 15px;
}
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}
::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
*::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.btn {
    -moz-user-select: none;
    background: #2f3440 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: 'DINPro-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    padding: 20px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 0;
}
.btn:hover {
    color: #fbba42
}
.btn:hover:before {
    width: 100%;
    color: #444
}
.btn.brand-btn {
    background: #fbba42;
    color: #222
}
.btn.brand-btn:hover {
    background: #2f3440;
    color: #fbba42
}
.btn.btn-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fbba42;
    line-height: 1;
    padding: 17px 35px;
}
.btn.btn-2:hover {
    border-color: #2f3440
}
.btn i {
    margin-right: 10px;
}
/* scrollUp */
#scrollUp {
    background: #06b5e9;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    /*border-radius: 50%;*/
    font-size: 0;
    line-height: 34px;
}
#scrollUp::before {
    font-size: 16px;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
    background: #444;
}
/* 

  2. header 

*/

.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #eee none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.main-wrapper {
    overflow: hidden;
}
#active:checked ~ .wrapper {
    right: 0;
}
.wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: #06B5E9;
    /* background: linear-gradient(90deg, #f92c78, #4114a1); */
	/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
	/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.6s ease-in-out;
}
.menu-btn {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    /* color: #fff; */
	/* background: linear-gradient(90deg, #f92c78, #4114a1); */
	/* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
	/* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}
.menu-btn span, .menu-btn::before, .menu-btn::after {
    content: "";
    position: absolute;
    top: calc(60% - 1px);
    width: 40%;
    border-bottom: 2px solid #000;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    right: 0;
    margin: 0 auto;
}
.menu-btn:before {
    transform: translateY(-8px);
}
.menu-btn:after {
    transform: translateY(8px);
}
.close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}
/* closing animation */
#active:checked + .menu-btn span {
    transform: scaleX(0);
}
#active:checked + .menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}
#active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}
.wrapper ul {
    list-style: none;
    margin: 0 auto;
    width: 100%;
}
.wrapper ul li {
    margin: 0 auto;
    padding-bottom: 20px;
}
.wrapper ul li a {
    text-decoration: underline;
    font-size: 40px;
    font-weight: 500;
    padding: 5px 0;
    color: #fff;
    line-height: 55px;
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:after {
}
.wrapper ul li a:hover:after {
}
.wrapper ul li a:hover {
    color: #feed61;
}
input[type="checkbox"] {
    display: none;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
}
#active:checked ~ .wrapper ul li a {
    opacity: 1;
}
.wrapper ul li a {
}
#active:checked ~ .wrapper ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1); /* easeOutBackを緩めた感じ */
    transition-delay: .6s;
    transform: translateX(-100px);
}
#mySidenav {
    position: relative;
}
.header-social {
    position: relative;
    clear: both;
    padding-top: 70px;
}
.wrapper .header-social ul {
    position: relative;
}
.wrapper .header-social ul li a {
    position: relative;
    margin: 0 auto;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 25px;
}
.wrapper .header-social ul li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
}
.wrapper .header-social ul li:last-child {
    padding-right: 0;
}
.header-menu {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
}
.logo {
    padding-top: 10px;
}
.logo img {
    max-width: 100px;
}
.main-menu-area .container-fluid {
}
.haeder-buttons .btn.black-btn {
    background-color: #3c3c3b;
    color: #feed61;
    margin-right: 10px;
}
.haeder-buttons .btn.black-btn:hover {
    background-color: #feed61;
    color: #3c3c3b;
}
.haeder-buttons .btn.yellow-btn {
    background-color: #feed61;
    color: #3c3c3b;
}
.haeder-buttons .btn.yellow-btn:hover {
    background-color: #3c3c3b;
    color: #feed61;
}
/* 


3. slider 


*/
 

.single-slider {
    background-position: center center;
    background-size: cover;
    height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
}
.banner-tittle {
    position: relative;
    padding-left: 20px;
}
.banner-tittle::after {
    content: "";
    position: absolute;
    background: url("img/bg-4.png") no-repeat center bottom;
    background-size: 700px;
    position: absolute;
    bottom: -95px;
    left: 20px;
    width: 690px;
    height: 100px;
}
.slider-content h1 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
}
.slider-content h1 span {
}
.slider-content img {
}
.slider-active .slick-arrow:hover {
    color: #feed61;
}
.slider-active .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-active .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    color: #feed61;
}
.slider-active .slick-dots li:last-child {
    margin-right: 0;
}
.slider-active .slick-dots li button {
    background: #fff;
    border: 0;
    text-indent: -99999999999px;
    padding: 0;
    width: 15px;
    height: 5px;
    border-radius: 10px;
    display: none;
}
.slider-active .slick-dots li.slick-active button {
    width: 40px;
    /*color:#feed61;*/
    background-color: #feed61;
}
.slider-active-2 .slick-dots li.slick-active button {
    border: 1px solid #feed61;
}
.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.slider-area:hover .slider-active .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.slider-active .slick-arrow:hover::before {
    width: 30px;
}
.slider-active .slick-next {
    right: 40px;
}
.slider-active .slick-prev {
    z-index: 1;
    left: 40px;
}
.slider-active .slick-next::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #feed61;
    right: -40px;
    top: 13px;
    transition: .3s;
}
 .slider-active .slick-next::before:hover {
 color: red;
}
.slider-active .slick-prev::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #feed61;
    left: -40px;
    top: 13px;
    transition: .3s;
}
.slider-active-2 .slick-prev::before {
    display: none;
}
.slider-active-2 .slick-next::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    right: 0;
    top: 22px;
    left: -4px;
}
.slider-active-2 .slick-dots li button {
    background: 0;
    border: 1px solid #fff;
}
/*


 4. about-area 


*/
#about {
    background-color: #3c3c3b;
    position: relative;
}
.about-me-content h4 {
    color: #feed61;
    font-weight: 500;
    margin: 0 auto;
    font-size: 40px;
}
#about::before {
    content: "";
    top: 19%;
    background: url("img/bg-5.png") no-repeat left top;
    position: absolute;
    left: 0;
    width: 200px;
    height: 239px;
    background-size: 200px;
}
.about-me-content {
    padding-left: 150px;
}
/* 


5. my resume



*/
#resume {
    background-color: #3c3c3b;
    position: relative;
    border-top: none;
    padding-top: 0 !important;
}
.image-wrapper::before {
    content: "";
    border-right: 3px solid #feed61;
    position: absolute;
    right: 0;
    height: 100%;
    border-bottom: 3px solid #feed61;
    bottom: 0;
    width: 100%;
}
.image-wrapper {
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}
.my-resume-content h2 {
    color: #feed61;
    font-weight: 500;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size: 36px;
}
.my-resume-content p {
    color: #fff;
}
/*

 6.latest work

*/

/*.latest-work-wrapper {
    padding: 57px 38px 58px;
}*/
#work {
    background-color: #feed61;
}
.latest-work-content h3 {
    font-size: 36px;
}
.box-one, .box-three {
    border-right: 1px solid #3c3c3b;
}
.box-one, .box-two {
    padding-bottom: 15px;
    border-bottom: 1px solid #3c3c3b;
}
.box-three, .box-four {
    padding-top: 15px;
}
.box-two .latest-work-box {
    padding-left: 15px;
}
.skills-content h4 {
    color: #06b5e9;
    font-size: 36px;
}
.skills-content p {
    font-size: 18px;
    margin-bottom: 0;
}
.envolved-btn {
    text-align: center;
}
.eventbrite-btn {
    text-align: center;
}
.eventbrite-btn .btn {
    display: block;
    color: #feed61;
    background-color: #3c3c3b;
    padding: 30px 45px;
    font-size: 18px;
}
.envolved-btn .btn {
    display: block;
    color: #3c3c3b;
    background-color: #feed61;
    padding: 30px 45px;
    font-size: 18px;
}
.latest-work-content h4 {
    font-size: 55px;
    padding-bottom: 50px;
}
.left-img {
    position: relative;
    padding-right: 10px !important;
    padding-bottom: 10px;
}
.left-img .vc_column-inner::before {
    content: "";
    border-right: 3px solid #feed61;
    position: absolute;
    right: 10px;
    height: 100%;
    border-bottom: 3px solid #feed61;
    bottom: 0;
    width: 100%;
    left: 0;
}
.right-img {
    position: relative;
    padding-right: 10px;
    padding-bottom: 10px;
}
.right-img:before {
    content: "";
    border-right: 3px solid #06b5e9;
    position: absolute;
    right: 0;
    height: 100%;
    border-bottom: 3px solid #06b5e9;
    bottom: 0;
    width: 100%;
}
.insta-area {
    background-color: #72ff8d;
}
.insta-img {
    position: relative;
    margin-bottom: 30px;
}
.insta-img img {
    width: 100%;
    height: auto;
}
.insta-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.insta-link {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.insta-link i {
    color: #000;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #72ff8d;
}
/*
 

      10.footer


 */

footer {
    background-color: #3c3c3b;
}
.footer-mid {
    text-align: center;
}
.footer-mid p {
    color: #fff;
}
ul.footer-menu {
}
ul.footer-menu li {
    display: inline-block;
    font-size: 15px;
}
ul.footer-menu li a {
    color: #fff;
    padding: 0 40px;
}
.footer-last a {
    color: #fff;
}
.footer-last p {
    color: #feed61;
    margin: 0 auto;
    padding-top: 15px;
}
#inner {
    margin-top: 118px;
    padding: 100px 0;
}
.banner-area h1 {
    margin: 0 auto;
    font-size: 100px;
}
.scroll-header .row {
    align-items: center;
}
.scroll-header .menu-btn {
    top: -20px;
}
.scroll-header img {
    max-width: 80px;
    padding-bottom: 10px;
}
.banner-area h1 {
    margin: 0 auto;
    font-size: 110px;
    line-height: 110px;
}
.slider-content img {
    margin-top: 38px;
    display: block;
    max-width: 690px;
}
.slider-content .col-xl-4.col-lg-4.col-md-4 {
    overflow: hidden;
}
.about-box h3 {
    color: #06b5e9;
    margin: 0 auto;
}
.about-mid-content h4 {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 20px;
}
.about-mid-content h3.vc_custom_heading br {
    display: none;
}
.about-mid-content h3.vc_custom_heading {
    line-height: 38px;
    padding-bottom: 15px;
}
.about-mid-content ul li {
    color: #06b5e9;
    padding-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.about-mid-content ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.about-mid-content p {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.about-last {
    background-color: #06b5e9;
}
.about-last h3 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 20px;
}
.about-last p {
    color: #fff;
}
.guiding-box h4 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}
.about-last .guiding-box p {
    margin-bottom: 0;
}
.guiding-box {
    padding-bottom: 30px;
}
.about-mid-img {
    border-right: 2px solid #06b5e9;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #06b5e9;
}
.blog_content h4 {
    font-size: 48px;
    padding-bottom: 20px;
    font-weight: 500;
}
.blog_content ul li:first-child {
    padding-left: 0;
}
.blog_content ul {
    padding-bottom: 25px;
}
.blog_content ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #333;
    font-size: 14px;
}
.blog-categories {
}
.blog-categories h3 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #333;
}
.blog-categories ul li a {
    color: #999999;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e6e6e6;
}
.policy_content h4 {
    color: #06b5e9;
    font-size: 30px;
    padding-bottom: 10px;
}
.blog-img {
    margin-bottom: 50px;
}
.blog-img h4 {
    font-size: 25px;
    padding-top: 10px;
    font-weight: 500;
}
.contact-container [type="submit"] {
    background-color: #feed61;
    color: #2f3440;
    font-weight: 500;
    text-transform: inherit;
    font-size: 20px;
    border: none;
    display: block;
    padding: 15px 30px;
}
#inner.yellow-bg-area {
    background-color: #feed61;
    margin-top: 0;
    padding-top: 219px;
}
.contact-info-page {
    background-color: #feed61;
}
.contact-box p a {
    color: #3c3c3b;
    text-decoration: underline;
    font-weight: 600;
}
.contact-box {
    padding-bottom: 20px;
}
.contact-box h4 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
}
#inner.contact-area {
    background-color: #06b5ea;
    margin-top: 0;
    padding-top: 219px;
    padding-bottom: 60px;
}
#inner.contact-area h1 {
    font-size: 100px;
}
.contact-area h3 {
    color: #fff;
    padding-top: 40px;
    font-size: 40px;
    padding-bottom: 10px;
}
.contact-area p {
    color: #fff;
}
.contact-part {
    background-color: #06b5ea;
}
.custom-radio {
    cursor: pointer;
    display: block;
    margin: 0 0 21px!important;
    padding: 0 0 0 26px;
    position: relative;
}
.custom-radio input[type="radio"] {
    display: none;
}
.custom-radio span.radio {
    background: #fff;
    border: solid 2px #333;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    /* left: 0; */
    margin: 0px;
    left: 20px;
    position: absolute;
    top: 22px;
    width: 20px;
}
.custom-radio span.radio:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    width: 100%;
}
.custom-radio input[type="radio"]:checked + span.radio::after {
    border-color: #333;
    background: #333;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.custom-radio input[type='radio']:disabled + span.radio, .custom-checkbox input[type='checkbox']:disabled + span.checkbox {
    cursor: not-allowed;
    opacity: 0.5
}
.custom-radio input[type='radio']:disabled + span.radio:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.5;
}
.contact-container label {
    color: #feed61;
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
}
.contact-container br {
    display: none;
}
.contact-container input[type="text"] {
    border-radius: 0;
    margin-bottom: 25px;
    height: 50px;
}
.contact-container h4 {
    color: #fff;
    padding-bottom: 20px;
    text-align: left;
}
.contact-container label.custom-radio {
    background-color: #fff;
    width: 100%;
    padding: 20px 25px 20px 50px;
    color: #333;
}
.from4 {
    padding: 30px 15px 0;
}
.contact-container p {
    color: #fff;
    text-align: left;
}
.from2 {
    padding: 30px 15px 0;
}
.from3 {
    padding: 30px 15px 0;
}
.from-box {
    padding-top: 10px;
}
.from-box p {
    background-color: #fff;
    color: #3c3c3b;
    padding: 20px;
    margin: 0 auto;
}
#form_btn {
    padding: 30px 0 0;
}
.contact-container .custom-radio label {
    color: #333;
    font-weight: 500;
}
.contact-container .custom-radio .wpcf7-list-item.last {
    margin: 0 auto !important;
}
.alm-load-more-btn.more {
    -moz-user-select: none;
    background-color: #feed61;
    border: 1px solid transparent;
    border-radius: 0;
    color: #2f3440;
    display: inline-block;
    font-family: 'DINPro-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    padding: 20px 45px;
    text-align: center;
    text-transform: inherit;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    border: 0;
}
.alm-reveal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.about-me .wpb_text_column.wpb_content_element.about-me-content {
    margin-bottom: 0;
}
#form_contact {
    position: relative;
    text-align: left;
    padding-top: 60px;
    display: block;
}
#form_contact label {
    margin: 0;
    font-size: 16px;
}
#form_contact #rd_box .wpcf7-list-item {
    width: 44%;
    float: left;
    margin: 0px 15px 20px;
    background-color: #fff;
    padding: 20px 20px;
    color: #333;
}
#rd_box .wpcf7-list-item-label {
	font-size: 14px;
}
#form_contact .frombox1 {
    clear: both;
    display: block;
    margin-bottom: 40px;
}
#form_contact .frombox2 {
    clear: both;
    display: block;
    margin-bottom: 40px;
}
#form_contact .frombox3 {
    clear: both;
    display: block;
    margin-bottom: 40px;
}
#form_contact .frombox4 {
    clear: both;
    display: block;
    margin-bottom: 40px;
}
#form_contact .frombox5 {
    clear: both;
    display: block;
    margin-bottom: 40px;
    margin-top: 35px;
}
#form_contact h4 {
    color: #fff;
    padding-bottom: 20px;
    text-align: left;
    font-size: 22px;
    padding-top: 10px;
}
#form_contact #contact-form1 p {
    color: #feed61;
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
#form_contact #contact-form2 p {
    color: #feed61;
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
#form_contact #txtfld {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    margin-bottom: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 50px;
    border-radius: 0;
}
#form_contact .frombox5 h5 {
    color: #feed61;
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
#form_contact .frombox5 p {
    background-color: #fff;
    color: #000;
    padding: 25px;
}
#form_contact #sbm {
    background-color: #feed61;
    color: #2f3440;
    font-weight: 500;
    text-transform: inherit;
    font-size: 20px;
    border: none;
    display: block;
    padding: 15px 30px;
    cursor: pointer;
}
.image-wrapper .vc_column-inner {
    padding-left: 0!important;
}
.right-img .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 10px !important;
}
.right-img .wpb_wrapper.vc_figure {
    display: block;
}
.right-img .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    display: block;
}
.right-img .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
    height: auto;
}
.left-img .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 10px !important;
    position: relative;
    padding-bottom: 10px;
}
.left-img .wpb_wrapper.vc_figure {
    display: block;
}
.left-img .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    display: block;
}
.left-img .wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100%;
    height: auto;
}
#single-page {
    margin-top: 150px;
}
#resume .my-resume-content {
    padding-left: 30px;
}
#resume .my-resume {
    padding: 0 15px;
}
#work .box-one {
    padding-bottom: 30px;
    padding-right: 5px;
}
#work .box-two {
    padding-bottom: 30px;
    padding-left: 15px;
}
#work .box-three {
    padding-right: 5px;
}
#work .box-four {
    padding-left: 15px;
}
#work .box-three, #work .box-four {
    padding-top: 30px;
}
#skills {
    background-color: #F5F5F5;
}
#mid-left-con {
    padding-left: 20px;
}
#mid-right-con {
    padding-left: 20px;
}
.about-mid-content h4 br {
    display: none;
}
.menu-area {
    height: 100%;
    margin: 0 auto;
}
.menu-top {
    margin: 0 auto;
}
.single_blog {
    padding-bottom: 100px;
}
#single_blog_page .blog_content h4 {
    padding-bottom: 30px;
    margin: 0 auto;
}
#single_blog_page .blog_content ul {
    padding-bottom: 30px;
}
.blog_content ul li a {
    color: #3c3c3b;
}
.contact-area.sign-up h1 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 110px;
    line-height: 110px;
}
.wpcf7-not-valid-tip {
    color: #fff;
}
.blog-img h4 a:hover {
    color: #06b5e9;
}
.slider-content h1 span br {
	display: none;
}