intro
{
    overflow: hidden;
}

body
{
    background-color: #E2E0E0;
    font-family: 'Poppins', sans-serif, Arial;
    font-size: 18px; 	
    line-height: 35px;
    font-weight: 400;	
    color: #667085;
    letter-spacing: -1px;
}

body a
{
    text-decoration: none;
    color: #667085;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}

body a:hover
{
    color: #dc7550;
}

input, textarea, select 
{
    -webkit-appearance: none;
}

.body-wrapper
{
    margin: 45px;
    background-color: #fff;
    position: relative;
}
.site-title {padding: 0;}
.doc-loader 
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;	
    background-color: white;
}

.doc-loader td 
{       
    text-align: center;
    vertical-align: middle;
}

.doc-loader img
{
    width: 120px;
    height: 120px;        
}

.nicescroll-rails-vr:hover
{
    cursor: pointer !important;
}
.page .m-h-bottom {display: none;}

.header-search
{
    background-color: #E2E0E0;
    padding: 100px 0;
    margin-top: -105px;
}
.header-logo {width: 56px; height: 56px;display: block;}
.mheader-logo {display: none;width: 56px; height: 56px;}
.header-logo img {width: 56px; height: 56px;}
.mheader-logo img {width: 56px; height: 56px;}
.search-form
{
    text-align: center;
}

.search-field
{
    width: 100%;
    font-size: 24px;
    padding: 15px;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #667085;
    color: #667085;
    font-weight: 400;
    max-width: 80%;
}
.nav-open .m-h-social, .nav-open .m-h-contact {display: none;}
.search-field::-webkit-input-placeholder
{
    font-family: 'Poppins', sans-serif, Arial;
    color: #667085 !important;
    font-weight: 400;
}
.search-field::-moz-placeholder
{
        font-family: 'Poppins', sans-serif, Arial;
    color: #667085 !important;
    font-weight: 400;
    opacity: 1;
}
.search-field:-ms-input-placeholder
{
font-family: 'Poppins', sans-serif, Arial;
    color: #667085 !important;
    font-weight: 400;
}
.search-field:-moz-placeholder
{
    font-family: 'Poppins', sans-serif, Arial;
    color: #667085;
    font-weight: 400;
    opacity: 1;
}

.header-holder
{
    padding-top: 100px;
    padding-bottom: 100px;
}

#header-main-menu
{
    display: inline-block;
    margin-right: 0;
}
/*#header-main-menu ul li:last-child a {padding: 12px 0 12px 12px;}*/
#header-main-menu ul li a {border: 2px solid #fff;border-radius: 16px;}

.main-menu.sm-clean
{
    background-color: transparent;
}

.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, 
.sm-clean a.highlighted, .sm-clean ul a:hover, .sm-clean ul a:focus, 
.sm-clean ul a:active, .sm-clean ul a.highlighted, .sm-clean .current_page_item a
{
    color: #dc7550;
}

.sm-clean a.current, #header-main-menu ul li a.current {color: #dc7550;border: 2px solid #dc7550;border-radius: 8px !important;}

.sub-arrow
{
    -webkit-transition: transform 0.1s ease;
    -moz-transition: transform 0.1s ease;
    -ms-transition: transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-menu a.has-submenu.highlighted .sub-arrow
{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-1330
{
    max-width: 1330px;
}

.content-1530
{
    max-width: 1530px;
    width: 86%;
    overflow: hidden;
}

.content-1370 img, .content-1430 img, .content-1530 img, .content-1330 img
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

ul.slides li img
{
    width: 100%;
    height: auto;
}

.toggle-holder
{
    width: 29px;
    height: 30px;
}

#toggle
{
    width: 29px;
    height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

#toggle .fa-search
{
    font-size: 1.3em;
    transition: color .2s linear, zoom .2s linear;
}

#toggle.on .fa-search:before
{
    content: "\f010";
}

#toggle .fa-search:hover 
{
    cursor: pointer;
    zoom: 1.1;
    color: #dc7550;
}

.caroufredsel_wrapper:before 
{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.carousel_pagination a
{
    background-color: #E2E0E0;
}

.carousel_pagination a:hover
{
    background-color: #dc7550;
}

.carousel_pagination a.selected
{
    background-color: #dc7550;
}

.page-desc
{
    width: 925px;
    float: right;
    font-size: 20px;
}

.intro
{
    font-weight: 500;
    font-size: 24px;
    color: #dc7550;
}
#home .page-desc .intro {padding-bottom: 30px;}
form strong {color: #12b76a !important}
form img {vertical-align: middle;padding-right: 8px;}
/* BLOG */

.blog-top-content.page-desc
{
    margin-bottom: 170px;
    max-width: 720px;
}

.blog-item-holder
{
    opacity: 0;
    padding: 35px 0;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.blog-item-holder:hover
{
    background-color: #FAF6F6;
}

.blog-item-holder:hover .entry-title a
{
    color: #dc7550;
}

.blog-item-holder.sticky
{ 
    background-color: #FAF6F6;
}

.blog-holder .cat-links, .blog-holder .entry-date, .blog-holder .author, .blog-holder .entry-title
{
    display: inline-block;
    vertical-align: middle;
}

.blog-holder .post-border
{
    border-bottom: 1px solid #eeeeee;
    opacity: 0;
}

.blog-holder .cat-links
{
    min-width: 200px;
    padding-left: 20px;
}

.blog-holder .cat-links li
{
    margin: 20px 0;
}

.blog-holder .cat-links a
{
    color: #dc7550;
    border: 3px solid #dc7550;
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
}

.blog-holder .entry-date
{
    margin: 0 75px;
    color: #adadad;
    font-size: 24px;
}

.blog-holder .author 
{
    width: 200px;
    color: #adadad;    
    font-size: 24px;
}

.blog-holder .entry-title
{
    max-width: 700px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-holder .entry-title a
{    
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 34px;
    line-height: 48px;
}

body.blog .more-posts
{
    color: #dc7550;
    border: 3px solid #dc7550;
    padding: 25px 10px;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 28px;
}

body.blog .more-posts span
{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    vertical-align: 2px;
}

body.blog .more-posts:hover span
{
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* END BLOG */


/* SINGLE POST */

.single-post h1.entry-title
{
    width: 870px;
    float: right;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: -2px;
    margin-bottom: 90px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-post .post-info
{
    text-align: left;
    float: left;
    width: 330px;
    margin-right: 130px;
}

.single-post .post-info .post-author a
{
    text-decoration: none;
    color: #dc7550;
}

.single-post .post-info  .post-num-comments a
{
    color: #dc7550;
    text-decoration: none;
}

.single-post .content-wrap
{
    float: right;
    width: 870px;
    font-family: 'PT Serif', serif;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 0;
}

.single-post .content-wrap img 
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.post-full-width .fluid-width-video-wrapper
{
    float: right;
}


.single-post .cat-links a
{
    color: #dc7550;
    border: 3px solid #dc7550;
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
}

.single-post .cat-links
{
    min-width: 200px;
}

.single-post .cat-links li
{
    margin: 20px 0;
}

.wp-caption p.wp-caption-text
{
    font-size: 18px;
    line-height: 30px;
}

.single-post .tags-holder a 
{
    color: #b5b5b5;
    border: 3px solid #b5b5b5;
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
    margin: 10px;
    display: inline-block;
}

.single-post .tags-holder a:hover
{
    color: #b5b5b5;
}

.single-post .tags-holder
{
    margin: 50px 0;
}

.single-post .wp-link-pages span
{
    color: #667085;
}

.single-post .wp-link-pages
{
    color: #dc7550;
}

.single-post .nav-links
{
    float: right;
    width: 870px;
    margin-top: 50px;
    margin-bottom: 120px;
    border-top: 6px solid #e2e0e0;
    border-bottom: 6px solid #e2e0e0;
    padding: 60px 0;
}

.single-post .nav-previous
{
    display: inline-block;
    max-width: 350px;
}

.single-post .nav-next
{
    display: inline-block;
    float: right;
    max-width: 350px;
}

.single-post .nav-previous a, .single-post .nav-next a
{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.single-post .nav-previous-text, .single-post .nav-next-text
{
    color: #b5b5b5;
    font-weight: 700;
    padding-bottom: 30px;
}

/* END SINGLE POST */


/* ABOUT PAGE */

ul.archive-list li
{
    border-top: 1px solid #e2e0e0;  
    padding: 15px 20px;
    font-size: 18px;
}

ul.archive-list li:last-child
{
    /* border: none; */
}

ul.archive-list li span
{
    font-weight: 500;
    color: #dc7550;
    min-width: 190px;
    float: left;
    width: 100%;
}

/* END ABOUT PAGE */


/* PORTFOLIO */

.filters-button-group
{
    text-align: right;
    display: block;
    margin-bottom: 24px;
    font-size: 16px;
}

.filters-button-group .button
{
    display: inline-block;
    transition: color .2s linear;
    margin: 0 20px;
}
.filters-button-group .button:last-child {margin: 0 0 0 20px}


.filters-button-group .button.is-checked
{
    color: #dc7550;  
}

.filters-button-group .button:hover
{
    color: #dc7550;
    cursor: pointer;
}

/*.filters-button-group .button:after
{
    content: "\2022";
    display: inline-block;
    margin: 0 20px;
    color: #e2dfd9;
}

.filters-button-group .button:last-child:after
{
    content: '';
    display: none;
}*/

.grid 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item 
{
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#content .grid-item img 
{
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.grid-sizer, .grid-item 
{
    width: 443px;
}

.grid-item.p_two_third
{
    width: 886px;
}

.grid-item.p_one
{
    width: 1329px;
}

.portfolio-text-holder
{
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;   
    display: none;    
}

.grid-item a:hover
{
    color: #667085;
}

div.pp_default .pp_loaderIcon
{
    display: none !important;
}

/* END PORTFOLIO */


/* PORTFOLIO SINGLE */

.single-portfolio h1.entry-title
{
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    letter-spacing: -2px;
    margin-bottom: 90px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.single-portfolio .entry-title
{
    text-align: center;
}

/* END PORTFOLIO SINGLE */


/* CONTACT */

.contact-form
{
    max-width: 100%;
    margin: 0 auto;
}

.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, .contact-form input[type=tel]
{
    border: 0;
    border-bottom: 2px solid #667085;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 30px 0;
    height: 28px;
    font-size: 16px;
font-family: 'Poppins', sans-serif, Arial;
    width: 100%;
    line-height: 25px;
    /* text-transform: uppercase; */
}

.contact-form input[name="your-name"]
{
    margin-top: 0;
    padding-top: 0;
}

.contact-form textarea
{
    height: 150px;
}

.contact-form input[type=submit], .contact-form button
{	
    display: inline-block;
    border: 2px solid #667085;
    border-radius: 8px;
    text-align: center;
    padding: 16px 0px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
font-family: 'Poppins', sans-serif, Arial;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: color .2s linear, background-color .2s linear, border-color .2s linear;
}
.contact-form input[type=submit]:hover, .contact-form button:hover
{
    color: #dc7550 !important;
    border-color: #dc7550 !important;
}

.contact-form input[type=text]::-webkit-input-placeholder, .contact-form input[type=email]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder
{
font-family: 'Poppins', sans-serif, Arial;
    color: #667085;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
input {color: #667085 !important}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form textarea::-moz-placeholder
{
font-family: 'Poppins', sans-serif, Arial;
    color: #667085;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}
.contact-form input[type=text]:-ms-input-placeholder, .contact-form input[type=email]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder
{
font-family: 'Poppins', sans-serif, Arial;
    color: #667085;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.contact-form input[type=text]:-moz-placeholder, .contact-form input[type=email]:-moz-placeholder, .contact-form textarea:-moz-placeholder
{
font-family: 'Poppins', sans-serif, Arial;
    color: #667085;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

/* END CONTACT */


/* FOOTER */

.footer
{
    margin-top: 80px;
    padding-bottom: 70px;
    clear: both;
}

.footer .fa-heart
{
    color: #dc7550;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s infinite;
}
.f-logo {width: 32px !important;}
@keyframes "pulse" {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

@-moz-keyframes pulse {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

@-webkit-keyframes "pulse" {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

@-ms-keyframes "pulse" {
    0% { transform: scale(1.1); }
70% { transform: scale(0.8,0.8); }
80% { transform: scale(0.9,0.9); }
100% { transform: scale(1.1);  }
}

.footer ul li
{
    display: inline-block;
}

li.left-footer-content, li.right-footer-contnet
{
    width: 40%;
}

li.left-footer-content
{
    font-size: 16px;
}

li.right-footer-contnet
{
    text-align: right;
}

li.right-footer-contnet a
{
    margin-left: 20px;
    font-size: 16px;
    display: inline-block;
}

li.right-footer-contnet a:first-child
{
    margin-left: 0;
}

li.center-footer-content
{
    width: 19%;
    text-align: center;
    vertical-align: middle;
}

li.left-footer-content.mobile
{
    display: none;
}

/* END FOOTER */

.fh5co-feature {
    border-top: 1px solid #e2e0e0;  
    text-align: left;
    width: 100%;
    float: left;
    padding: 20px 0;
}
.fh5co-icon {
        float: left;
        width: 10%;
        display: block;
        margin-top: 5px;
        }
.fh5co-feature .fh5co-text {
    float: right;
    width: 80%;
    /* min-height: 200px; */
}
.fh5co-feature .fh5co-text h3 {
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.text-center {text-align: center;}
.pagination ul{display: block;text-align: center; margin-top: 60px}
.pagination ul li.left-footer-content {
    width: 40%;display: inline-block;text-align: left;
}
.pagination ul li.right-footer-contnet{
    width: 40%;display: inline-block;text-align: right;
}
.pagination ul li.center-footer-content {
    width: 19%;display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.nav-button {
    display: none;
}

.one_half .title {padding-bottom: 15px}

.one_half strong {font-size: 22px !important; font-weight: 500 !important}

.one_half .title strong {font-size: 26px !important; font-weight: 500 !important}

/* Resume */
.resume-header {
    display: flex;
    margin: 0 auto;
}
.resume-header .profile-pic{
    justify-content: flex-end;
    width: 30%;
    align-items: flex-end;
    text-align: right;
}
.resume-header .profile-pic img {width: 20%; padding-right: 40px;}
.resume-header .name {font-size: 30px;color: #dc754f;font-weight: 500;}
.resume-header .roll {font-size: 24px;color: #344054;font-weight: 400;}
.resume-header .resume-h-contents{
    justify-content: flex-start;
    /* padding-left: 40px; */
}
.resume-h-contents p {
    font-size: 16px;
    line-height: 24px;
}
.contact-details {
    display: -webkit-box;
    margin: 60px auto 0;
}
.contact-details .personal-details {
    width: 30%;
}
.contact-details .title {
    font-size: 18px;
    color: #dc754f;
    font-weight: 500;
    line-height: 18px;
    padding-bottom: 10px;
}
.contact-details .contact-details .sec {
    width: 100px;
}
.contact-details .sec {
    margin-top: 14px;
}
.contact-details .sec .date {
    color: #979faa;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
}
.contact-details .sec .date-details {
    color: #667186;
    font-weight: 400;
    font-size: 16px;
}
.personal-contact {
    display: block;
    width: 70%;
}

.personal-contact-details {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	/* margin-top: 60px; */
    padding-bottom: 30px;
    border-bottom: 1px solid #c7c6c5;
}
.personal-contact-details .title {
    font-size: 18px;color: #dc754f;font-weight: 500;
}
.personal-contact-details .box .name {
    color: #dc754f;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
}
.personal-contact-details .box .name-details {
    color: #667186;
    font-weight: 400;
    font-size: 16px;
}

.skills-details {
    margin-top: 30px;
}
.skills-details .skils-box {
    width: 100%;
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 10px;
    padding-bottom: 10px;
}
.skills-details .skils-box ul li {
    color: #667186;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.company-box {
    display: flex;
    justify-content: space-between;
}
.company-box .company-details {
    display: flex;
    flex-grow: 1fr;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.company-box .period {
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}
.company-box .company-details .company {
    color: #354054;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.company-box .company-details .roll, .company-box .company-details .works, .company-box .period .date {
    color: #667186;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.company-box .company-details ul {
    list-style: none;
    padding-top: 8px;
}
.company-box .company-details ul li {
    color: #667186;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    background: url(../images/black-circle.png) no-repeat 0 10px;
    padding-left: 20px;
    background-size: 6px;
}
.b-btm {border-bottom: 1px solid #c7c6c5;padding-bottom: 16px;}
.p-top16 {padding-top: 16px;}

/* RESPONSIVE PART */



@media screen and (max-width: 1600px) {

    .content-1330
    {
        max-width: 1200px;
    }

    .header-search
    {
        padding: 50px 0;
    }

    .blog-holder .entry-title 
    {
        max-width: 400px;
    }

    .single-post h1.entry-title, .single-post .content-wrap, .single-post .nav-links
    {
        width: 740px;
    }

    .one_half,  .one_third,  .two_third,  .three_fourth, .one_fourth
    {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 0;
    }

    .one_half{
        width: 46%;
    }
    .one_third{
        width: 28%;
    }
    .two_third{
        width: 64%;
    }
    .one_fourth{
        width: 19%;
    }
    .three_fourth{
        width: 73%;
    }

    .grid-sizer, .grid-item 
    {
        width: 400px;
    }

    .grid-item.p_two_third
    {
        width: 800px;
    }

    .grid-item.p_one
    {
        width: 1200px;
    }

}


@media screen and (max-width: 1450px) {  

    .body-wrapper
    {
        margin: 3%;
    }

    .header-holder 
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .blog-top-content.page-desc
    {
        margin-bottom: 120px;
    }

    .content-1330
    {
        width: 1110px;
    }

    .grid-sizer, .grid-item 
    {
        width: 370px;
    }

    .grid-item.p_two_third
    {
        width: 740px;
    }

    .grid-item.p_one
    {
        width: 1110px;
    }

    .single-post .post-info
    {
        margin-right: 35px;
    }

    /*.footer
    {
        margin-top: 100px;
    }*/

}


@media screen and (max-width: 1340px) {      

    .content-1330
    {
        width: 1020px;
    }

    .grid-sizer, .grid-item 
    {
        width: 340px;
    }

    .grid-item.p_two_third
    {
        width: 680px;
    }

    .grid-item.p_one
    {
        width: 1020px;
    }

    .single-post .cat-links
    {
        margin-bottom: 30px;
    }

    .single-post .post-author, .single-post .post-date, .single-post .post-num-comments, .single-post .post-read-time
    {
        margin: 0 15px;
    }

    .page-desc
    {
        float: none;
        width: auto;
    }

    .blog-holder article
    {
        text-align: center;
    }

    .blog-holder .cat-links
    {
        display: block;
        padding-left: 0;
    }

    .blog-holder .entry-date
    {
        margin: 0 20px;
    }

    .blog-holder .author
    {
        width: auto;
    }

    .blog-holder .entry-title
    {
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

    .single-post h1.entry-title
    {
        text-align: center;
    }

    .single-post .post-info
    {
        float: none;
        width: auto;
        margin: 50px 0;
        text-align: center;
    }

    .single-post .cat-links
    {
        min-width: 0;
    }

    .single-post .cat-links li 
    {
        margin: 10px 5px;
        display: inline-block;
    }

    .single-post .post-author, .single-post .post-date, .single-post .post-num-comments, .single-post .post-read-time
    {
        display: inline-block;
    }

    blockquote.inline-blockquote
    {
        display: block;
        margin: 50px 0;
        width: auto;
    }

    .single-post h1.entry-title, .single-post .content-wrap, .single-post .nav-links
    {
        width: 100%;
    }

}
@media screen and (max-width: 1220px) {    

    .content-1330, .grid-item.p_one
    {
        width: 960px;       
    }

    .grid-sizer, .grid-item 
    {
        width: 320px;
    }

    .grid-item.p_two_third
    {
        width: 640px;
    }

    div.contact-form
    {
        margin-top: 170px; 
    }

}

@media screen and (max-width: 1066px) {    

    .content-1330, .grid-item.p_one
    {
        width: 810px;
    }

    .grid-sizer, .grid-item 
    {
        width: 270px;
    }

    .grid-item.p_two_third
    {
        width: 540px;
    }

    .footer
    {
        margin-top: 80px;
        padding-bottom: 85px
    }    

    .footer ul li 
    {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .footer ul li.center-footer-content
    {
        margin-bottom: 45px;
    }

    .footer ul li.left-footer-content
    {
        display: none;
    }

    .footer ul li.left-footer-content.mobile
    {
        display: block;
    }

}



@media screen and (max-width: 1020px) {   

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_half.margin-0, .one_third.margin-0, .two_third.margin-0, .one_fourth.margin-0, .three_fourth.margin-0
    {
        width: 100%;
/*        float: none;*/
        margin-right: 0;
        margin-left: 0;
    }

    .single-portfolio .one_half.margin-0 img, .single-portfolio .one_third.margin-0 img, .single-portfolio .two_third.margin-0 img, .single-portfolio .one_fourth.margin-0 img, .single-portfolio .three_fourth.margin-0 img
    {
        width: 100%;
        height: auto;
    }

    .single-portfolio .portfolio-item-info, .single-portfolio .portfolio-item-info div
    {
        text-align: center;
    }

/* Resume */
.personal-contact {width: 100%;}
.resume-header {flex-direction: column;}
.resume-header .profile-pic {text-align: left;}
.contact-details {display: flex;flex-direction: column;}
.contact-details .personal-details {width: 100%;}
.personal-details-con {display: flex; flex-wrap: wrap;padding-bottom: 30px;}
.contact-details .personal-details-con .sec {margin-top: 14px;width: 250px;}
.personal-contact-details, .skills-details .skils-box, .company-box {display: flex; flex-wrap: wrap;padding-bottom: 30px;}
.personal-contact-details .box, .skills-details .skils-box ul {width: 250px;}
.company-box .period {align-items: flex-start;}
}



@media screen and (max-width: 925px) {  
    
    .header-logo {width: 56px; height: 56px;display: block;}
    .nav-open .header-logo {width: 56px; height: 56px;display: none !important;}
    .nav-open .mheader-logo {display: block !important;width: 56px; height: 56px;}
    .nav-open .header-logo img {width: 56px; height: 56px;}
    .nav-open .mheader-logo img {width: 56px; height: 56px;}
    .nav-open {overflow: hidden; height: calc(100vh - 70px);}
    .nav-open .m-h-social, .nav-open .m-h-contact {display: block;}
    nav {height: calc(100vh - 220px);position: relative;}
    .nav-open .m-h-bottom {position: absolute;bottom: 0; z-index: 1000;display: block;width: 100%;}
    .nav-open .m-h-social {display: block;}
    .nav-open .m-h-social li:hover {font-size: 16px;color: #dc7550}
    .nav-open .m-h-contact {margin-top: 20px;}
    .nav-open .m-h-contact i {padding-right: 10px;}
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.current
    {color: #fefaf7;font-size: 24px;font-weight: 300;letter-spacing: 1px;}
    .sm-clean li {border-top: 1px solid rgba(254, 250, 247, 0.08);padding: 12px 20px;}
    .nav-open ul.m-h-social li {display: block;}
    .nav-open ul.m-h-social li a {color: #fefaf7;font-size: 18px; font-weight: 300;letter-spacing: 1px;}
    .nav-open .m-h-contact span {color: #fefaf7;font-size: 14px; font-weight: 300;letter-spacing: 1px;}
    .nav-open .m-h-contact span.w100 {display: block;width: 100%;height: 20px;}
    .nav-open .nav {margin-top: 40px;margin-left: -20px;}
    a.button {display: block;padding: 12px 0;}
    
ul.archive-list li span {
    width: 100%;
}

    .content-1330,  .grid-item.p_one
    {
        width: 690px;
    }

    .single-post h1.entry-title
    {
        margin-bottom: 50px;
        text-align: center;
        float: none;
    }

    .grid-sizer, .grid-item 
    {
        width: 230px;
    }

    .grid-item.p_two_third
    {
        width: 460px;
    }

    .portfolio-text-holder 
    {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    .header-holder 
    {
        padding-top: 85px;
        padding-bottom: 85px;
    }
.content-1330 {position: relative;}
.nav-open .content-1330, .nav-open, .nav-open .body-wrapper {background: #d23600;}
    .header-logo
    {   
        text-align: center;
        margin-bottom: 10px;
    }

    #toggle
    {
        display: none;
    }    

    .header-menu
    {
        float: left;
        display: block;
        width: 100%;
    }

    #header-main-menu
    {   
        display: block !important;
        margin: 0 !important;
        opacity: 1 !important;
        float: none;
    }

    .main-menu a.has-submenu.highlighted .sub-arrow 
    {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .main-menu
    {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
    }

    .main-menu ul 
    {
        width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
    {
        padding-right: 0;
        padding-left: 0;
    }

    .single-post .nav-previous
    {
        margin-bottom: 80px;
    }

    .single-post .nav-previous, .single-post .nav-next
    {
        display: block;        
        text-align: center;
        max-width: none;
        float: none;
    }
    .pagination ul{margin-top: 40px}

.nav-button, body.nav-open #sideNav {display: block !important;}
body #sideNav {display: none;}
body.nav-open .mobile_header {background: transparent;}
body.nav-open .mobile_header .logo {display: none !important;}
body.nav-open .filter_con {position: fixed; /*display: none;*/z-index: 100;}
body .filter_con {position: fixed; display: block;}
body.nav-open #sideNav ul li {width: 100%;display: block;}
body.nav-open .m-h-bottom ul.m-h-social li {padding: 4px 0;}
.nav-button{position:absolute; top: 36px; right: 0; z-index:111111;   height:2rem; display:block; width:2rem !important; padding:0; }
.nav-button #nav-icon3{width:2rem;height:2rem;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{display:block;position:absolute;height:2px;width:100%;background:#dc7550;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:-4px}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:18px}
.nav-open #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.nav-open #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.nav-open #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.nav-open #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}
.nav-link i {font-size: 12px;}
#portfolio #content {margin-top: 40px;}

.fa { font-size: 24px;}

svg {
  width: 70px;
  height: 70px;
}
svg:hover {
  fill: red;
}


}

@media screen and (max-width: 805px) {    

    .content-1330, .grid-item.p_one
    {
        width: 570px;
    }
    .text-left {text-align: center;}

    .grid-sizer, .grid-item 
    {
        width: 190px;
    }

    .grid-item.p_two_third
    {
        width: 380px;
    } 

    blockquote.inline-blockquote 
    {
        padding-left: 20px;
        font-size: 20px;
        line-height: 32px;
    }

    .single-post .tags-holder a 
    {
        font-size: 16px;
        line-height: 100%;
    }

    .fh5co-icon {
    float: left;
    width: 14% !important;
    display: block;
    margin-top: 5px;
}
.fh5co-icon img {width: 100% !important}
.fh5co-feature .fh5co-text {
    float: right;
    width: 76% !important;
    /* min-height: 200px; */
}
.pagination ul li.left-footer-content span, .pagination ul li.right-footer-contnet span {display: none !important;}
.pagination ul li.left-footer-content, .pagination ul li.right-footer-contnet {width: 38% !important}
.last {margin-bottom: 0px !important}
.filters-button-group .button {margin: 0 10px;}
.intro {font-size: 20px;padding-top: 80px;}
#about .intro, #home .page-desc .intro {padding-bottom: 30px;}
.filters-button-group .button:last-child {margin: 0 10px;}
.filters-button-group {text-align: center;}
.fh5co-text p {font-size: 18px !important;}
div.contact-form {margin-top: 50px;}
.footer {
    margin-top: 70px;
    padding-bottom: 70px;
} 
.portfolio-item-info {text-align: left !important;}
.top90 {padding-top: 70px !important;}
.one_half strong, .one_half .title strong {font-size: 22px !important;}

.pad_suji{
    padding-top: 50px;
}

}

@media screen and (max-width: 650px) { 

    .header-holder 
    {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .body-wrapper {
        /* margin: 0;
        padding: 3%; */
    }
    .content-1330
    {
    width: 90%;
    /* height: 100vh;
    position: fixed;
    background: #fff;
    z-index: 1000; */
    }

    .grid-sizer, .grid-item, .grid-item.p_one, .grid-item.p_two_third
    {
        width: 100%;
    }

    .filters-button-group
    {
        text-align: center;
    }

    .portfolio-text-holder 
    {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
    }    
    
    .single-post .content-wrap
    {
        font-size: 18px;
        line-height: 33px;
    }
    .sm-clean a.current, #header-main-menu ul li a.current, .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {text-align: left; border: none;}
    .aboutimg {
        height: 300px !important;
        width: 90% !important;
        overflow: hidden !important;
    }
    .aboutimg img {
        height: 300px !important;
        width: auto !important;
        max-width: 939px !important;
        margin-left: -326px !important;
    }
}