* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,
fieldset,p, aside, header, footer, section, article {
	border: medium none;
	margin: 0;
	padding: 0;
}

:focus
{
	outline: none !important;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: 600;
}
h1
{
	font-size: 36px;
}
h2
{
	font-size: 30px;
}
h3
{
	font-size: 24px;
}
h4
{
	font-size: 18px;
}

img,fieldset 
{
	border: 0 none;
}

a
{
	border: none;
	outline: none;
}

input[type="submit"], select
{
	-webkit-appearance:none;
}
img
{
	border: none;
	height: auto;
	max-width: 100%;
	outline: none;
	vertical-align: middle;
}
iframe
{
    vertical-align: middle;
}
a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}
ul::after, .clear:after
{
	clear: both;
	content: "";
	display: block;
}
ul
{
	list-style:none;
}
body
{
	font-family: 'PT Sans', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 27px;
	color: #2c2c2c;
    background: #f0f4f7;
}
body, html
{
    height: 100%;
}
.main-box-category
{
    padding-left: 300px;
    padding-right: 15px;
    padding-bottom: 50px;
}
.category-header
{
    padding: 115px 0  32px 0;
}
.category-header .logo
{
    margin: 0 auto 1.5rem auto;
}
.logo
{
    height: 62px;
}
.category-header p
{
    max-width: 70%;
    margin: 10px auto 0;
}
.divider-line
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:12px 0;
}
.divider-line:before, .divider-line:after
{
    content: '';
    height: 1px;
    max-width: 150px;
    -webkit-flex: 1;
    flex: 1;
    opacity: 0.2;
    background-color: #627382;
}
.divider-line__txt
{
    font-size: 0.9375rem;
    color: #627382;
    padding: 0 10px;
    flex: initial;
}
.light-btn
{
    background: #DEE5EA;
    border-radius: 70px;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    color: #000;
    opacity: 0.8;
}
.light-btn:hover
{
    color: #000;
    opacity: 1;
}

.modal-body #imagepreview {
    height: auto !important;
    width: auto !important;
}


.modal-footer.action a {
    transform: none;
    padding: 10px 50px;
}

.category-left-area
{
    position: fixed;
    left: 0;
    width: 280px;
    padding: 25px 43px;
    top: 0;
    background: #fff;
    height: 100%;
    overflow: auto;
}
.selected-category_mobile, .category-header .logo
{
    display: none;
}
.category-left-area h4
{
    font-weight: 400;
    margin: 81px 0 20px 0;
}
.category-left-area ul li a
{
    font-size: 15px;
    color: #000;
}
.category-left-area ul li
{
    margin-bottom: 20px;
}
.category-left-area ul li a:hover, .category-left-area ul li a.active {
    color: #00afaa;
}
.main-category-portfolio
{
    max-width: 75rem;
    margin: 0 auto;
}
.portfolio-boxes
{
    float: left;
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 25px;
}
.portfolio-boxes-inner
{
    background-color: rgba(0,0,0,0.1);
    background-position: 0 0;
    background-size: 100% 100%;
    box-shadow: 0 2px 4px 0 rgba(174,174,174,0.5);
    max-width: 320px;
    margin: auto;
}
.portfolio-boxes-inner .action
{
    height: 0;
    padding-bottom: 133.33%;
    background-color: rgba(255,255,255,0.8);
    transition: .3s;
    opacity: 0;
    cursor: pointer;
}
.portfolio-boxes-inner .action:hover
{
    opacity: 1;
    cursor: initial;
}
.action a
{
    background: #2c2c2c;
    border-radius: 70px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    max-width: 180px;
    display: block;
    text-align: center;
    margin: 10px auto;
    transform: translateY(165px);
    -moz-transform: translateY(165px);
    -webkit-transform: translateY(165px);
    -ms-transform: translateY(165px);
    -o-transform: translateY(165px);
}
.action a:hover
{
    background:#000;
    color: #fff;
}
.action a.pink_btn, .pink_btn
{
    background: #dea456;
    color: #fff;
}
.action a.pink_btn:hover, .pink_btn:hover
{
    background: #dea456;
    color: #fff;
}
.pink_btn
{
    opacity: 1
}



/** sites page css here **/
.sites-outer
{
    background: #f0f4f7;
    height: 100%;
    width: 100%;
}
#sites-preview
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 6.5rem;
    padding-bottom: 4.5rem;
}
.top-content-banner {
    position: fixed;
    z-index: 3;
    background: #e72565;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 2rem;
    padding-top: 2px;
    top:71px;
}
.top-content-banner:hover
{
    color: #fff;
    background: #d21d59;
}
.sites-header
{
    position: fixed;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 4.5rem;
    background-color: white;
    box-shadow: 0 1px 5px 0 rgba(41,85,115,.21);
    padding: 0.8rem 1rem;
    z-index: 10;
}
.sites-header h4
{
    font-weight: 400;
    margin-top: 10px;
}
#preview-frame
{
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: -5px;
}
#sites-preview .tab-content, #sites-preview .tab-content .tab-pane {
    height: 100%;
}
#sites-preview .logo {
    height: 48px;
}
.sites-header .nav
{
    border: none;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}
.sites-header ul.dropdown_menu
{
    box-shadow: 0 2px 2px #e8e8e8;
    background: #fff;
    min-width: 200px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    opacity: 0;
    padding-top: 10px;
    transform: translateX(-50%) scale(0.9);
    margin-left: 8px;
    position: absolute;
    z-index: 99999999;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}
.sites-header .nav-tabs ul.dropdown_menu::after {
    content: "";
    background: #fff;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 47%;
    top: -8px;
    transform: rotate(45deg);
}
.sites-header .nav-tabs .nav-item:hover .dropdown_menu {
    opacity: 1;
    top: 100%;
    transition: all .3s ease-in 0s;
    visibility: visible;
    box-shadow: 0 0px 30px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    padding: 20px 25px;
}
.sites-header .nav .nav-item
{
    border: none;
    margin: 0;
    border-bottom: 2px solid transparent;
    font-size: 24px;
    color: #000;
}
.sites-header .nav .nav-item.active
{
    border-bottom: 2px solid #620ed1;
    color: #620ed1;
}
.sites-header .nav .nav-item:hover
{
    color: #620ed1;
}
.sites-header .pink_btn
{
    border-radius: 5px;
    padding-left: 45px;
    position: relative;
}
.sites-header .pink_btn::before {
    box-shadow: 0 0 0 rgba(255,255,255,.4);
    animation: pulso 2s infinite;
    transition: .5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}
@keyframes pulso {
0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}
70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.sites-header.sites-footer {
    top: inherit;
    top: initial;
    bottom: 0;
}
.social_ico a {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: 10px;
}
.social_ico a img {
    height: 22px;
}


.sites-footer .pink_btn
{
    padding-left: 20px;
}
.sites-footer .pink_btn:before
{
    display: none;
}
.sites-footer .pink_btn i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -1px;
}
.header.new_home_header {
    padding: 8px 0;
}
#logo-main{
    display: none;
}
/** sites page css here **/





/** start responsive **/
@media screen and (max-width:1250px)
{
    .action a
    {
        transform: translateY(110px);
        -moz-transform: translateY(110px);
        -webkit-transform: translateY(110px);
        -ms-transform: translateY(110px);
        -o-transform: translateY(110px);
    }
}
@media screen and (max-width:1023px)
{
    .portfolio-boxes
    {
        width: 50%;
    }
    .sites-header a span span
    {
        display: none;
    }
}
@media screen and (max-width:880px)
{
    .main-box-category
    {
        padding-left: 15px;
    }
    .category-header .logo, .selected-category_mobile
    {
        display: block;
    }
    .category-left-area
    {
        position: relative;
        margin: 0 auto 20px;
        box-shadow: 0px 6px 11px rgba(0,0,0,0.1);
        overflow: inherit;
        padding: 12px 25px 12px 15px;
    }
    .category-left-area .logo, .category-left-area h4
    {
        display: none;
    }
    .selected-category_mobile:after
    {
        position: absolute;
        right: 15px;
        top: 13px;
        content: "\f107";
        font-family: Fontawesome;
        pointer-events: none;
    }
    .category-left-area ul
    {
        position: absolute;
        left: 0;
        top: 100%;
        display: block;
        background: #fff;
        width: 100%;
        padding: 15px;
        display: none;
        z-index:2;
    }
    .sites-header ul.dropdown_menu, .sites-header .pink_btn::before
    {
        display: none;
    }
    .sites-header
    {
        padding: 0.8rem 0px;
    }
    .social_ico a img
    {
        height: 13px;
    }
    .social_ico a
    {
        margin-right: 2px;
    }
    .sites-header .nav .nav-item
    {
        font-size: 18px;
        padding: 3px 10px;
        margin-top: 5px;
    }
    .sites-header .pink_btn
    {
        padding: 1px 5px;
        font-size: 14px;
        margin-top: 9px;
    }
}
@media screen and (max-width:650px)
{
   .portfolio-boxes
    {
        width: 100%;
    }

    .sites-header.sites-footer .text-center
    {
        flex: 0 0 66%;
        -moz-flex: 0 0 66%;
        -webkit-flex: 0 0 66%;
        -ms-flex: 0 0 66%;
        -o-flex: 0 0 66%;
        max-width: 66%;
    }
    .sites-header.sites-footer .text-right
    {
        display: none;
    }
}
