/*
Theme Name: vakil_pentama
Theme URI: http://www.#.com/
Author: pentama
Author URI: https://pentama.com/
Description: this in exclusive for Pentama
Version: 1.0
*/

html {
	scroll-behavior: smooth
}
a, a:hover {
    text-decoration: none;
    color: inherit;
}
body {
    font-family: 'IRANSans';
    position: relative;
    overflow-x: hidden;
    direction: rtl;
	margin: 0;
}

:root {
    --m:#283032;
    --s: #5fc4d8;
    --gr1:#1270d4;
    --gr2:#092f7a;
	--g: #8b8f92;
    --bg: #E4F1FF;
    --txt1:#70839b;
    --pad: 80px 0;
    --fth: 25px;
    --fh: 33px;
	--ft: 17px;
	--fp: 14px;
}
.Pat1 {
    position: absolute;
    left: -143px;
    border-radius: 100px;
    top: -115px;
    z-index: -1;
    width: 40%;
}
.logotop {
    font-weight: bold;
    font-size: 30px;
    color: var(--s);
}
div.darkPage {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 198;
	background: rgba(0, 0, 0, .6);
	visibility: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all linear .4s;
	transition: all linear .4s;
}
div.darkPage.vis {
	visibility: visible;
}
nav.sideNav {
    display: none;
}
span.menu.activate {
    background: transparent !important;
    position: relative;
    display: none;
    cursor: pointer;
    z-index: 1;
    color: #555555;
}
span.menu.activate:hover i {
    color: #FF920A;
}
div.bodyWrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1140px 1fr;
    grid-template-areas: '. content .';
}
.container > * {
    grid-area: content;
}
.forFix {
	position: fixed;
    z-index: 100;
    background-color: white;
	top: 0;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	margin-top: 20px;
	position: relative;
}
header .topMenu {
    display: flex;
    align-items: center;
	    width: 60%;

}
#mega-menu-wrap-megamenu {
	width:100% !important;
}
ul.menu {
	list-style:none;
	padding:0;
	text-align:right;
}
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	font-size:13px !important;
}
ul.menu li {
	margin-bottom:10px;
}
header .topMenu > ul {
	padding: 0;
	display: flex;
	list-style: none;
	margin: 0;
	color: #999;
}
header .topMenu > ul > li {
    position: relative;
    margin-left: 7px;
}
header .topMenu > ul > li > ul {
    position: absolute;
    right: 0;
    background-color: var(--bg);
    z-index: 10;
    list-style: none;
    padding: 5px 0;
    width: 230px;
	top: 32px;
	display:none;
}
header .topMenu > ul > li > ul:after {
	content: "";
    position: absolute;
    top: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #eaf7ff;
    right: 16px;
}
header .topMenu > ul > li:hover > ul {
	display:block;
}
header .topMenu > ul > li > ul > li > a {
	color: var(--g);
    font-size: 14px;
    display: block;
    padding: 4px 12px;
}
header .topMenu > ul > li > ul > li:hover > a {
	text-decoration: underline;
}
header .topMenu > ul > li > a {
    padding: 14px 10px;
    font-size: var(--fp);
    color: var(--m);
}
header .topMenu > ul > li.current-menu-item > a ,.current-menu-ancestor > a {
    border: 1px solid white;
	border-radius: 10px;
	padding: 5px 20px;
}
header .topMenu > ul > li > a:hover {
    text-decoration: underline;
}
.LogoIndex {
	width: 200px;
	height: auto;
	margin-top: 5px;
}
.searchWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}
.searchForm {
    display: flex;
    margin-left: 15px;
}
.search input[type="search"] {
    border: none;
    color: #555;
    font-size: 0.6em;
    height: 33px;
    outline: none;
    width: 127px;
    border-radius: 0 20px 20px 0;
    padding: 6px 20px 6px 0;
    width: 160px;
}
.search input[type='search']::placeholder {
    font-family: IRANSans;
    color: var(--dp);
}
.search .searchForm button {
    height: 33px;
    background: white;
    border: none;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 20px;
    outline: none;
}
.search button img {
    width: 15px;
    height: auto;
}
footer {
    position: relative;
    padding: 10px 0;
    width: 100%;
    height: auto;
    background: rgb(95,196,216);
    background: linear-gradient(180deg, rgba(95,196,216,1) 0%, rgba(40,48,50,1) 100%);
	color: #fff;
}
.socialWrapper {
	display: flex;
	justify-content: space-between;
}
.columnWrapper {
    display: flex;
    justify-content: space-between;
}
footer .logo {   
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 44px;
}
footer .logo img {
    width: 80%;
}
footer .column {
    width: 34%;
    height: auto;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: IRANSansPN;
	font-size: 14px;
    text-align: justify;

}
footer hr {
    height: 2px;
    border: none;
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(255,255,255,.75),rgba(0,0,0,0));
}
footer .webdesigner {
    text-align: center;
    margin-top: 10px;
    font-weight: 200;
    font-size: 14px;
}
footer .social ul {
    display: flex;
}
footer .social ul li {
    margin: 0 4px;
}
footer .social img {
    width: 39px;
	filter: hue-rotate(288deg) saturate(0) brightness(10);
}
footer .column .title {
    margin-top: 50px;
    height: 63px;
    line-height: 50px;
    font-size: var(--ft);
    font-weight: 500;
    color: #fff;
	text-transform: uppercase;
}
footer .column:last-child .textwidget p {
    display: flex;
    align-items: center;
}
footer .column:last-child img {
    margin-right: 5px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li {
    line-height: 30px;
    font-size: .9em;
	font-weight: 300;
    color: #fff;
}
footer ul li .rpwwt-post-title {
    font-weight: bold;
}
footer ul li .rpwwt-post-excerpt {
    font-size: 10px;
}
.socialTitle {
    text-transform: uppercase;
    margin: 60px 0 15px;
	font-size: var(--ft);
}
div.cr {
    height: 20px;
    line-height: 20px;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
    padding-left: 2%;
}
.start {
    text-align: center;
    margin: 60px auto;
}
.start h3 {
    color: var(--m);
    font-size: var(--fh);
    margin-bottom: 5px;
}
.start p {
    color: var(--m);
}
.buttonWrap {
    display: flex;
    justify-content: center;
}
.bt {
    width: 210px;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: var(--ft);
    display: block;
    text-align: center;
    margin-left: 0;
    padding: 13px 0
}
.oneMore {
    color: var(--s);
    font-weight: bold;
    position: relative;
}
.oneMore:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: var(--m);
    right: 0;
    top: 26px;
}
.bt.lMore {
    color: #fff;
    background: var(--s);
    font-weight: bold;
}
.bt.oP {
    line-height: 2.4em;
    border: 1px solid var(--m);
    color: var(--m);
}
.aligncenter {
    justify-content: center;
    margin-top: 40px;

}
.whatsapp {   
       background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border-radius: 27px;
    padding: 8px;
}
.whatsapp img {
 width: 35px;
 margin-left: 10px;
}
.phoneFloat {
    background: white;
    border-radius: 10px;
    position: fixed;
    left: 15px;
    bottom: 15px;
    padding: 15px;
    z-index: 10;
    text-align: center;
    border: 4px solid var(--s);
}
.phoneFloat span {
    display: block;
    font-weight: bold;
    font-size: .8em;
    opacity: .7;
    text-align: center;
    color: var(--txt1);
}
.phoneFloat hr {
    border: none;
    width: 90%;
    height: 1px;
    background-color: #fff;
    opacity: .4;
}
.phoneFloat a {
    font-family:IRANSansPN;
    font-weight: bold;
    font-size: 1em;
    display: block;
    color: var(--s);
    text-align: center;
}
.phoneFloat a:last-of-type {
    letter-spacing: 1px;
}

@media screen and (max-width: 576px) {

}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 95% 1fr;
        grid-template-areas: '. content .';
    }
    .columnWrapper {
        flex-wrap: wrap;
    }
    footer .column {
        width: 100%;
		height: auto;
    }
    footer .column > .social ul {
        justify-content: center;
    }
	.socialWrapper {
		flex-direction: column;
	}
	div.cr {
		margin-top: 20px;
	}
	.LogoIndex {
    	width: 140px;
	}
	p.advP {
    text-align: center;
    }
    footer .logo {
        width: 100%;
        justify-content: center;
    }
    footer .logo img {
        width: 50%;
    }
    .start p {
        color: var(--m);
        margin: 15px 20px;
        line-height: 31px;
    }
    .oneMore:after {
        width: 50px;
    }
    .advTitle ,.start h3 {
        text-align: center;
        font-size: 24px;
    }
	    .phoneFloat {
        border-radius: 0;
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 15px;
        z-index: 10;
        text-align: center;
        display: flex;
        width: 100%;
        justify-content: space-around;
			    box-sizing: border-box;

    }
	    .phoneFloat img, .phoneFloat hr {
        display: none;
    }
	footer {
    margin-bottom: 60px;
}
}

@media screen and (max-width: 992px) {
    .pat1 {
        width: 630px;
    }
	.hiddenxs {
		display:none;
    }
    header .topMenu {
        justify-content: space-between;
        width: 13%;
		flex-direction: row-reverse;
    }
    .searchWrapper {
        display: none;
    }
    .Pat1 {
        position: absolute;
        left: -250px;
        top: -156px;
        width: 512px;
    }
    nav.sideNav {
        position: fixed;
        width: 250px;
        overflow: hidden;
        height: 100%;
        top: 0;
        right: 0;
		transform: translateX(250px);
        background: #f5f5f5;
        z-index: 200;
        display: block;
        -webkit-transition: all linear .4s;
        transition: all linear .4s;
    }
	nav.sideNav.open {
		transform: translateX(0);
	}
	.sideNav ul li ul {
		display:none;
	}
    div.logo-2 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    div.logo-2 img {
        padding: 7px;
        width: 45%;
        margin: 0 auto;
        display: block;
    }
    nav.sideNav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    nav.sideNav ul li {
    font-size: .8em;
    padding: 20px 10px 20px 30px;
    margin-bottom: 5px;
    background: #eee;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    }
    .ripple {
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(77, 194, 204, 0.4);
        transform: scale(0);
        position: absolute;
        opacity: 1;
    }
    .rippleEffect {
        animation: rippleDrop .6s linear;
    }
    @keyframes rippleDrop {
        100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    span.menu {
        display: inline-block;
        background: #333333;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        position: relative;
        vertical-align: top;
        margin: 20px 0;
        text-align: center;
        line-height: 45px;
        font-size: 1em;
        color: #f5f5f5;
    }

    span.menu.activate {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    span.menu.activate img {
        width: 30px;
    }
    div.search {
        display: none;
    }
    div.searchMobile {
        margin: 20px 0;
    }
    div.searchMobile .searchForm {
        display: flex;
		justify-content: center;
		border: none;
	}
    div.searchMobile .searchForm input[type='search'] {
        padding: 10px;
        border-radius: 0 11px 11px 0;
        border: 2px solid var(--m);
        border-left: none;
        font-size: 13px;
        width: 190px;
        outline: none;
    }
    div.searchMobile .searchForm input::placeholder {
        font-family: IRANSans;
    }
    div.searchMobile .searchForm button {
    background-color: white;
    border: 2px solid var(--m);
    border-right: none;
    border-radius: 11px 0 0 11px;
    width: 25px;
	}
    nav.topMenu ul {
        display: none;
    }
    .logotop {
        text-align: center;
        display: block;
    }
	

}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .container {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 750px 1fr;
        grid-template-areas: '. content .';
    }
    span.menu.activate {
        display: block;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .container {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 970px 1fr;
        grid-template-areas: '. content .';
    }
    .Pat1 {
        left: -53px;

    }
}


