@import "fonts.css";

.single-service .image {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

body {
    direction: rtl;
    font-family: IRANSans, Tahoma;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #454545;
    overflow-x: hidden;
    text-align: right;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Shabnam;
    color: #000;
    line-height: 1.6;
}
.video-wrapper h2
{   /* #ADD 1903 MSD   */
    font-family: Shabnam;
    color: #ffffff;
    line-height: 1.6;
}
.titlesection>span
{
    font-family: Shabnam;
}
a:hover {
    text-decoration: none;
}

#navbar {
    position: absolute;
    top: 0;
    z-index: 9999;
    opacity: 0.95;   /* Changed1903-MSD */
}

.start {
    /*margin-top: 73px;*/
    /*padding-top: 73px; */
    /*background-color: rgba(255, 77, 0, 0.2);*/
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    /*background-color: #00695d;*/
    /*background-color: #3D4756;*/
    background-color: #192956; /* Changed1903-MSD */
    /*transition: .5s all cubic-bezier(0.68, -0.55, 0.27, 1.55);*/
    z-index: 9999;
    box-shadow: 0 1px 2px rgb(255, 255, 255);
}

.nav-link {
    color: #231f20;
}

.sticky .nav-link {
    color: #FFF;
}

.logo {
    overflow: hidden;
    float: right;
    margin-right: 3%;
}

.logo img {
    height: 40px;
    transform: translateX(124%);
    transition: .5s all ease;
}

.sticky .logo img {
    transform: translateX(0%);
}

.logo span {
    font-family: Shabnam;
    font-size: 18px;
    transition: .5s all ease;
    font-weight: 600;
}

.sticky .logo span, .blogpage .logo span, .blogpage .nav-link {
    color: #FFF;
}

.top-menu li a {
    position: relative;
    padding-bottom: 0;
    text-decoration: none;
}

.top-menu li {
    display: inline-block;
    margin-top: 1px;
}

.top-menu>li>a:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: block;
    overflow: hidden;
    margin-left: 0px;
    width: 0px;
    height: 0px;
    background: #000;
    content: '-';
    text-indent: -999em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.sticky .top-menu li a:before {
    background: #FFF;
}

.top-menu li:hover a:before {
    bottom: -4px;
    height: 1px;
    width: 40px;
    margin-left: -20px;
}

.top-menu li>a>i {
    transition: all 0.3s ease;
}

.top-menu li:hover>a>i {
    transform: rotate(180deg);
}

.ct-dropdown:hover>.dropdown-menu {
    display: block;
}

.ct-dropdown {
    position: relative;
}

.ct-dropdown-menu {
    background-color: #fff;
    border-radius: 0.2rem;
    -webkit-box-shadow: 0 -1rem 2rem transparent;
    box-shadow: 0 -1rem 2rem transparent;
    color: #333;
    display: block;
    left: 50%;
    line-height: 1.5;
    margin-left: -75px;
    opacity: 0;
    padding-top: 0;
    pointer-events: none;
    position: absolute;
    top: 55px;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity 400ms, -webkit-transform 400ms, -webkit-box-shadow 1200ms;
    transition: opacity 400ms, -webkit-transform 400ms, box-shadow 1200ms;
    transition: opacity 400ms, transform 400ms, box-shadow 1200ms;
    width: 150px;
    z-index: 101;
}

.ct-dropdown-menu a {
    color: #000;
}

.ct-dropdown-menu a {
    font-size: 13px;
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
    display: block;
}

.ct-dropdown-menu a:hover {
    background: #f9f9f9;
}

.ct-dropdown:hover>.ct-dropdown-menu {
    /*
    -webkit-box-shadow: 0 3rem 9rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 3rem 9rem rgba(0, 0, 0, 0.4);
    */
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ct-dropdown-menu:before {
    border: 0.8rem solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -0.8rem;
    position: absolute;
    top: -1.6rem;
    width: 0;
}


.top-menu {
    float: right;
    margin-right: 9%;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

header {
    width: 100%;
    padding: 15px 5px;
}

.test {
    background-color: red;
    min-height: 500px;
    min-width: 100px;
    display: block;
}

.salgon-area {
    text-align: center;
    position: relative;

    min-height: 500px;
}

.salgon-area img {
    width: 265px;
    height: 161px;
}

.text-container {
    font-size: 25px;
    font-family: Shabnam;
    line-height: 92px;
    text-align: center;
}

.text-container h1 {
    font-family: Shabnam;
    font-size: 32px;
    margin-top: 2.03em;
}

#particles {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/bg1.png);
    background-size: cover;
    background-position: center;
}

#intro {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

a.btn {
    position: relative;
    overflow: hidden;
}

.btn-dark:after,
.btn-dark-out:after,
.btn-color:after,
.btn-color-out:after,
.btn-custom:after {
    left: 0 !important;
    right: -46% !important;
    -webkit-transform: skewX(20deg) !important;
    transform: skewX(20deg) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent)) !important;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
}

a.btn.btn-color {		/* <!--  //Modified	-->  */
    border-radius: 50px;
    font-size: 19px !important;
    line-height: 2.7em !important;
    font-weight: 500 !important;
    transition: 1s background ease, .4s padding ease !important;
    border: 1px solid #555 !important;
    color: #AAA;
    background: transparent;
    padding: 0 40px !important;
    background: #a717c4;

-webkit-box-shadow:0px 0px 7px 2px #cc0eff ;
-moz-box-shadow:0px 0px 7px 2px #cc0eff ;
box-shadow:0px 0px 7px 2px #cc0eff ;

background: -moz-linear-gradient(224deg, rgba(147,45,161,0.95) 0%, rgba(147,45,161,0.95) 9%, rgba(255,74,213,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,74,213,1)), color-stop(91%, rgba(147,45,161,0.95)), color-stop(100%, rgba(147,45,161,0.95))); /* safari4+,chrome */
background: -webkit-linear-gradient(224deg, rgba(147,45,161,0.95) 0%, rgba(147,45,161,0.95) 9%, rgba(255,74,213,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(224deg, rgba(147,45,161,0.95) 0%, rgba(147,45,161,0.95) 9%, rgba(255,74,213,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(224deg, rgba(147,45,161,0.95) 0%, rgba(147,45,161,0.95) 9%, rgba(255,74,213,1) 100%); /* ie10+ */
background: linear-gradient(226deg, rgba(147,45,161,0.95) 0%, rgba(147,45,161,0.95) 9%, rgba(255,74,213,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4AD5', endColorstr='#932DA1',GradientType=1 ); /* ie6-9 */
    /*border: 1px solid transparent !important;*/
    border: 0.5px solid #f1f4f9 !important;
    color: #fff;
    padding: 0 50px 0 30px !important

}



/*a.btn.btn-color:hover {
    background: #a717c4;
    background: -moz-linear-gradient(45deg, rgba(167, 23, 196, 1) 0, rgba(211, 40, 108, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(167, 23, 196, 1) 0, rgba(211, 40, 108, 1) 100%);
    background: linear-gradient(45deg, rgba(167, 23, 196, 1) 0, rgba(211, 40, 108, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a717c4', endColorstr='#d3286c', GradientType=1);
    border: 1px solid transparent !important;
    color: #fff;
    padding: 0 50px 0 30px !important
}*/

a.btn.btn-color:before {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    content: "\e00c";
    z-index: 99999;
    font-family: "hodyicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 20px;
    font-weight: 700 !important;
    color: #fff;
    transition: .3s all ease;
    opacity: 0;
}

a.btn.btn-color:hover:before {
    opacity: 1;
    right: 23px
}

a.btn.btn-color.btn-sm {
    font-size: 14px !important;
    padding: 0 30px !important
}

a.btn.btn-color.btn-sm:hover {
    padding: 0 37px 0 23px !important
}

a.btn.btn-color.btn-sm:hover:before {
    right: 15px
}

.btn-dark:after,
.btn-dark-out:after,
.btn-color:after,
.btn-color-out:after,
.btn-custom:after {
    left: 0 !important;
    right: -200% !important;
    -webkit-transform: skewX(20deg) !important;
    transform: skewX(20deg) !important;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent)) !important;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent) !important
}

.btn-color,
.button {
    color: #fff;
    background: #a717c4;
    background: -moz-linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    background: -webkit-linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    background: linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a717c4', endColorstr='#d3286c', GradientType=1)
}

.btn-color:hover,
.button:hover,
.btn-color:active,
.button:active {
    background-color: #d31995;
    color: #fff
}

btn-color:focus,
.button:focus {
    color: #fff
}

.btn-color-out {
    color: #c11788;
    border-color: #c11788;
    background-color: transparent
}

.btn-color-out:hover,
.btn-color-out:active {
    background-color: #c11788;
    border-color: #c11788;
    color: #fff
}

.btn-color-out:focus {
    color: #c11788
}

.btn-gradient {
    color: #fff;
    background: -webkit-linear-gradient(290deg, #c11788 0, #cf93ff 100%);
    background: linear-gradient(160deg, #c11788 0, #cf93ff 100%)
}

.btn-gradient:hover,
.btn-gradient:active {
    background: -webkit-linear-gradient(290deg, #c11788 0, #cf93ff 100%);
    background: linear-gradient(160deg, #c11788 0, #cf93ff 100%);
    color: #fff
}

.btn-gradient:focus {
    color: #fff
}

.btn-bordered {
    color: #1f1f1f;
    border-color: #dedede;
    background-color: transparent
}

.btn-bordered:hover,
.btn-bordered:active {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    color: #fff
}

.btn-custom {
    color: #fff;
    background-color: #ddd
}

.btn-custom:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.btn-custom:hover:before {
    opacity: .15
}

.btn-custom:hover,
.btn-custom:active {
    color: #fff
}

.btn-custom:focus {
    color: #fff
}

.inline-icon-btn>h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .075em;
    margin: 0 10px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    vertical-align: middle
}

.btn-dark:after,
.btn-dark-out:after,
.btn-color:after,
.btn-color-out:after,
.btn-custom:after {
    content: '';
    position: absolute;
    top: 0;
    right: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent)
}

.btn-dark:hover,
.btn-dark-out:hover,
.btn-color:hover,
.btn-color-out:hover,
.btn-custom:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.btn-dark:hover:after,
.btn-dark-out:hover:after,
.btn-color:hover:after,
.btn-color-out:hover:after,
.btn-custom:hover:after {
    -webkit-animation: shine 1.6s ease;
    animation: shine 1.6s ease;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.btn.btn-sm {
    padding: 0 16px;
    font-size: 12px;
    height: 40px;
    line-height: 40px
}

.btn.btn-sm.upper {
    font-size: 10px
}

.btn.btn-sm>i {
    font-size: 14px
}

.btn.btn-lg {
    padding: 0 45px;
    height: 58px;
    line-height: 58px;
    font-size: 15px
}

.btn.btn-lg.upper {
    font-size: 14px
}

.btn.btn-lg>i {
    font-size: 20px
}

.btn-block+.btn-block {
    margin-top: 15px
}

.inline-btn-container {
    display: inline-block
}

.inline-btn-container+.inline-btn-container {
    margin-left: 15px
}

.btn-color,
.button {
    color: #fff;
    background: #a717c4;
    background: -moz-linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    background: -webkit-linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    background: linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a717c4', endColorstr='#d3286c', GradientType=1)
}

#about {
    text-align: center;
    padding: 35px;
}

#about h2 {
    font-weight: 500;
}

#about span {
    padding-top: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    display: block;
}

section.bubble {
    text-align: center;
}

section.bubble .circle-container {
    list-style-type: none;
}

.circle-container a {
    transition: 0.3s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.line:after,
.line:before {
    content: "";
    border-top: 1px solid #e1e1e1;
    top: 48%;
}

.line:after {
    position: absolute;
    left: 20px;
}

.line:before {
    position: absolute;
    right: 20px;
}

section.bubble .circle-wrapper,
section.bubble p {
    position: relative;
}

section.bubble .content-bubble h6,
section.bubble h2 {
    text-transform: uppercase;
}

section.bubble {
    padding: 40px 0 40px;  /* Changed1903-MSD */
}

section.bubble h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    margin-bottom: 30px;
}

section.bubble p {
    font-size: 14px;
    color: #888;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

section.bubble .wrpper-content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.bubble .circle-container li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

section.bubble .circle-container li span {
    width: 60px;
    height: 60px;
    border: 1px solid #b3e2db;
    border-radius: 50%;
    display: inline-block;
    padding: 17px 0;
}

section.bubble .content-bubble {
    height: 82px;
    width: 270px;
}

section.bubble .content-bubble h6 {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

section.bubble .content-bubble .bubble-p {
    font-size: 12px;
    color: #888;
    margin: 0;
    width: 110%;
}

@media screen and (min-width:480px) and (max-width:992px) {
    .circle-container li:nth-of-type(2n) span:after,
    .circle-container li:nth-of-type(2n+1) span:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        margin-left: -11px;
        top: 8px;
        background-color: #54AF3A;
    }
    .circle-container {
        list-style-type: none;
    }
    .circle-container li:nth-of-type(odd) .content-bubble,
    .circle-container li:nth-of-type(odd) span {
        float: right;
    }
    .circle-container li:nth-of-type(odd) .content-bubble {
        text-align: right;
    }
    .circle-container li:nth-of-type(even) .content-bubble,
    .circle-container li:nth-of-type(even) span {
        float: left;
    }
    .circle-container li:nth-of-type(2n) span:after {
        left: 75px;
    }
    .circle-container li:nth-of-type(2n+1) span:after {
        right: 65px;
    }
}

@media screen and (min-width:992px) and (max-width:1075px) {
    section.bubble .content-bubble {
        width: 240px;
    }
    .wrpper-content {
        display: block;
    }
}

@media screen and (min-width:992px) {
    .anim,
    .circle-container {
        list-style: none;
        box-sizing: content-box;
    }
    h6 {
        text-transform: uppercase;
    }
    .circle-wrapper .wrpper-content {
        display: block!important;
    }
    .circle-container {
        margin: 2em auto 179px;
        border-bottom: solid 2px #fb7f07;
        border-top: 0;
        width: 200px;
        height: 200px;
        position: relative;
        border-radius: 50%;
    }
    .circle-container li {
        display: inline-block;
        padding: 0!important;
        -webkit-transform: rotate(0) translate(0) rotate(0);
        -ms-transform: rotate(0) translate(0) rotate(0);
        transform: rotate(0) translate(0) rotate(0);
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        /*transition: opacity .4 ease-in-out;*/
        opacity: 0;
    }
    .circle-container li:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        margin-left: -11px;
        top: 8px;
        left: 101%;
        background-color: #66c0b8;
    }
    .circle-container li:nth-of-type(1):after {
        top: 8px!important;
        left: 101%!important;
    }
    .circle-container li:nth-of-type(2):after {
        top: 19px!important;
        left: 111%!important;
    }
    .circle-container li:nth-of-type(3):after {
        top: 40px!important;
        right: 3%!important;
    }
    .circle-container li:nth-of-type(4):after {
        top: 54px!important;
        left: 61%!important;
    }
    .circle-container li:nth-of-type(5):after {
        top: 40px!important;
        left: 21%!important;
    }
    .circle-container li:nth-of-type(6):after {
        top: 19px!important;
        left: 12%!important;
    }
    .circle-container li:nth-of-type(7):after {
        top: 8px!important;
        left: 18%!important;
    }
    .circle-container span {
        border: 1px solid #b3e2db;
        border-radius: 50%;
    }
    section.bubble .content-bubble {
        position: absolute;
        height: 82px;
        width: 270px;
        left: 87px;
        top: -10px;
        text-align: left;
    }
    .anim {
        position: relative;
        padding: 0;
        border-radius: 50%;
        width: 200px;
        height: 200px;
    }
    .anim>li {
        display: block;
        position: absolute!important;
        top: 50%;
        left: 50%;
        width: 60px!important;
        height: 60px;
        margin: -30px;
    }
    .anim>li:nth-of-type(1) {
        -webkit-transform: rotate(0) translate(160px) rotate(0);
        -ms-transform: rotate(0) translate(160px) rotate(0);
        transform: rotate(0) translate(160px) rotate(0);
    }
    .anim>li:nth-of-type(2) {
        -webkit-transform: rotate(30deg) translate(160px) rotate(-30deg);
        -ms-transform: rotate(30deg) translate(160px) rotate(-30deg);
        transform: rotate(30deg) translate(160px) rotate(-30deg);
    }
    .anim>li:nth-of-type(3) {
        -webkit-transform: rotate(60deg) translate(160px) rotate(-60deg);
        -ms-transform: rotate(60deg) translate(160px) rotate(-60deg);
        transform: rotate(60deg) translate(160px) rotate(-60deg);
    }
    .anim>li:nth-of-type(4) {
        -webkit-transform: rotate(90deg) translate(160px) rotate(-90deg);
        -ms-transform: rotate(90deg) translate(160px) rotate(-90deg);
        transform: rotate(90deg) translate(160px) rotate(-90deg);
    }
    .anim>li:nth-of-type(5) {
        -webkit-transform: rotate(120deg) translate(160px) rotate(-120deg);
        -ms-transform: rotate(120deg) translate(160px) rotate(-120deg);
        transform: rotate(120deg) translate(160px) rotate(-120deg);
    }
    .anim>li:nth-of-type(6) {
        -webkit-transform: rotate(150deg) translate(160px) rotate(-150deg);
        -ms-transform: rotate(150deg) translate(160px) rotate(-150deg);
        transform: rotate(150deg) translate(160px) rotate(-150deg);
    }
    .anim>li:nth-of-type(7) {
        -webkit-transform: rotate(180deg) translate(160px) rotate(-180deg);
        -ms-transform: rotate(180deg) translate(160px) rotate(-180deg);
        transform: rotate(180deg) translate(160px) rotate(-180deg);
    }
    .anim li {
        opacity: 1;
    }
    .one {
        left: 115px!important;
    }
    .two {
        left: 95px!important;
        top: 18px!important;
    }
    .three {
        left: -103px!important;
        top: 78px!important;
        text-align: center!important;
    }
    .five,
    .four,
    .six {
        text-align: right!important;
    }
    .four {
        left: -302px!important;
        top: 18px!important;
    }
    .five {
        left: -315px!important;
    }
    .six {
        left: -289px!important;
    }
    .bubble-p {
        font-size: 13px;
        color: #888;
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width:992px) and (min-width:768px) {
    section.bubble .content-bubble {
        width: 250px;
    }
}

@media screen and (max-width:768px) and (min-width:480px) {
    section.bubble .content-bubble {
        width: 66%;
        height: 130px;
        text-align: left;
        padding: 0 10px;
    }
    section.bubble .content-bubble h6 {
        font-size: 15px;
    }
    section.bubble .circle-container li {
        margin-top: 50px;
    }
}

@media screen and (max-width:480px) {
    section.bubble .circle-container li {
        width: 100%;
    }
    section.bubble .circle-container li span {
        float: left!important;
    }
    section.bubble .circle-container li span:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        margin-left: -11px;
        top: 8px;
        left: 75px;
        background-color: #54AF3A;
    }
    section.bubble .circle-container li .content-bubble {
        float: Right;
    }
    section.bubble .circle-container li .content-bubble .bubble-p,
    section.bubble .circle-container li .content-bubble h6 {
        text-align: left;
    }
}

@media screen and (min-width:768px) {
    section.bubble h2 {
        opacity: 1;
    }
}

.left {
    float: left;
}

ul {
    list-style: none;
}

.separator {
    text-align: center;
}

.separator span {
    display: inline-block;
}

.bubble h2 {
    color: #5F5F5F;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    margin-bottom: 30px;
    text-align: center;
}

.separator {
    line-height: .5;
    margin: 30px 0;
}

.width .separator span:after,
.width .separator span:before {
    border-bottom: 1px solid #4A9435;
}

.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span:after,
.separator span:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 300px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.separator span {
    position: relative;
}

.separator span:before {
    right: 100%;
    margin-right: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.separator span i {
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
}

.line {
    line-height: 3.5;
    text-align: justify!important;
}


.circle-container i {
    font-size: 24px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}






/*! CSS Used keyframes */

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.bubble a:focus,
.bubble a:hover {
    color: #CAD9EF;
    text-decoration: none;
}

.bubble a {
    color: #333;
    text-decoration: none;
}

section#consult {
    position: relative;
    padding-top: 64px !important;
    padding-bottom: 85px !important;
    border-top: 0 solid #eee !important;
    color: #FFF;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

a.video-popup {
    transition: 0.3s;
}

section#consult .parallax-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #a717c4;
    background: -moz-linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    background: -webkit-linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    background: linear-gradient(45deg, #a717c4 0, #d3286c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a717c4', endColorstr='#d3286c', GradientType=1);
    opacity: .7;
}

section#consult h2 {
    font-size: 26px;
    margin-bottom: 52px;
    margin-top: 24px;
}

section#consult p {
    margin-bottom: 36px;
}

section#consult .text {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1000;

    margin-bottom: 17px;
}

section#consult a {
    margin-left: 20px;
    color: #FFF;
}

.separator span:after,
.separator span:before {
    border-bottom: 1px solid #4A9435;
}

#news h2 {
    margin-top: 30px;
    text-align: center;
}

@-webkit-keyframes shine {
    100% {
        right: 200%
    }
}

@keyframes shine {
    100% {
        right: 200%
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.load-more {
    margin-top: 20px;
}

#footer {
    /*background-color: #242424;*/
    background-color: #192956;
    margin-top: 38px;
    padding-top: 38px;
}

#footer .title {
    color: #FFF;
    font-size: 21px;
    display: block;
    border-bottom: 12px rgb(46, 46, 46) solid;
    margin-bottom: 11px;
    padding-bottom: 11px;
    position: relative;
}

#footer .title::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 12px;
    background: #bdb7b7;
    background: rgb(174, 155, 208);
    top: 42px;
    transition: width .4s;
}

#footer .title:hover::after {
    width: 100%;
}

#footer ul.news {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

#footer ul.news li:before {
    margin-left: 10px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    background-position: -378px -16px;
    -webkit-transition: width 0.5s;
    /* Safari */
    transition: width 0.5s;
}

#footer ul.news li:hover:before {
    width: 17px;
}

#footer .news a {
    color: #FFF;
    font-size: 14px;
    line-height: 15px;
    -webkit-transition: width 0.5s;
    /* Safari */
    transition: width 0.5s;
}

#footer .news a:hover {
    color: #CAD9EF;
}

.copyright {
    border-top: 50px #3D4756 solid;
    background-color: rgb(255, 255, 255);
    height: 132px;
    line-height: 82px;
}

.designer {
    float: left;
    text-align: left;
}


#heart {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 16px;
    animation: heartbeat 1s infinite;
    margin: 0 auto
}

#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 12.5px;
    top: 0;
    width: 12.5px;
    height: 20px;
    background: #c33;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

#heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}



@keyframes heartbeat {
    0% {
        transform: scale( .75);
    }
    20% {
        transform: scale( 1);
    }
    40% {
        transform: scale( .75);
    }
    60% {
        transform: scale( 1);
    }
    80% {
        transform: scale( .75);
    }
    100% {
        transform: scale( .75);
    }
}

.secondrow {
    margin-top: 16px;
}

.video-wrapper {
    background-image: url(../images/video-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 110px 0;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

.video-wrapper::before {
    background-color: #000000;
    bottom: 0;
    content: "";
    right: 0;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.video-wrapper h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 32px;
}

.video-wrapper .video-popup {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 23px;
    vertical-align: middle;
}

.video-wrapper p {
    color: #ffffff;
    max-width: 570px;
    margin: 0 auto;
}

.video-wrapper .video-popup i {
    display: block;
    font-size: 60px;
    line-height: 51px;
}

.titlesection {
    text-align: center;
    margin: 20px 0 40px;
    max-width: 100%;
    overflow: hidden;
}

.titlesection>span {
    font-size: 27px;
    margin: 30px 0 20px;
    position: relative;
}

.titlesection>span:before,
.titlesection>span:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 30px;
    top: 50%;
    background-color: #fb7f07;
    transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

.titlesection>span:before {
    left: -35px;
}

.titlesection>span:after {
    right: -35px;
}

.titlesection>span:hover:before,
.titlesection>span:hover:after {
    width: 20px;
}

.video-wrapper .video-popup:hover {
    color: #CAD9EF;
}

.service-area {
    /*background-color: #e6f3fb;*/
    background-color: #f1f4f9;
}

.pb-65 {
    padding-bottom: 65px;
}

.pt-110 {
    padding-top: 110px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-20 {
    margin-top: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-70 {
    padding-top: 70px;
}
.pt-50 {
    padding-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.section-title h4 {
    color: #777777;
    font-size: 18px;
    font-weight: 700;
    line-height: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.section-title h2 {
    color: #555555;
    font-size: 30px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
}

.mb-45 {
    margin-bottom: 45px;
}

.single-service .image {
    display: block;
    float: right;
    height: 44px;
    margin-left: 11px;
    width: 57px;
}
.single-service
{
    color : #000;
}
.single-service h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 25px;
}

.single-service:hover h4,
.single-service:hover p {
    color: #656565;
}

.single-service p {
    line-height: 26px;
    overflow: hidden;
    width: 100%;
}

.single-service:hover .image {
    background-position: center bottom;
}

.footer-top {
    /*background-image: url(../images/bg/footer.jpg);*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}

.about-widget {
    max-width: 320px;
}

.about-widget img {
    margin-bottom: 25px;
}

.about-widget p {
    text-align: justify;
}





/*----------------------------------------*/


/*  14.  Footer Area
/*----------------------------------------*/


/*Footer Top*/

.footer-top {
    /*background-image: url(../images/bg/footer.jpg);*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
}





/*Footer Widget*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget:nth-child(2n+1) {
        clear: both;
    }
}

.footer-widget h4 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ffffff;
    line-height: 14px;
    margin-bottom: 38px;
    text-transform: uppercase;
}





/*About Widget*/

.about-widget {
    max-width: 320px;
}

.about-widget img {
    margin-bottom: 25px;
}

.about-widget p {
    color: #cccccc;
    margin-bottom: 0;
    text-align: right;
}

.footer-social {
    margin-top: 30px;
}

.footer-social a {
    color: #ffffff;
    display: inline-block;
    margin-left: 25px;
}

.footer-social a:last-child {
    margin-left: 0;
}

.footer-social a:hover {
    color: #d32f2f;
}

.footer-social a i {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}





/*Instagram Widget*/

.link-widget {
    margin-right: -10px;
    margin-left: -10px;
}

.link-widget li {
    float: right;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 50%;
}

.link-widget li a {
    color: #cccccc;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.link-widget li a:hover {
    color: #d32f2f;
}





/*Instagram Widget*/

.instagram-widget {
    margin-right: -4px;
    margin-left: -4px;
}

.instagram-widget li {
    width: 50%;
    float: right;
    display: block;
    padding: 0 4px 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .instagram-widget li {
        width: 50%;
    }
}

.instagram-widget li a {
    display: block;
    position: relative;
}

.instagram-widget li a::after {
    background-color: #d32f2f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 1;
}

.instagram-widget li a:hover::after {
    opacity: 0.8;
}

.instagram-widget li a::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    right: 35%;
    top: 50%;
    content: "\f0c1";
    opacity: 0;
    color: #ffffff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    font-size: 24px;
    font-weight: 600;
    z-index: 3;
}

.instagram-widget li a:hover::before {
    opacity: 1;
}

.instagram-widget li a img {
    width: 100%;
}





/*Footer Copyleft*/

.footer-bottom {
    background-color: #191919;
}

.copyleft {
    padding: 25px 0;
}

.copyleft p {
    color: #e5e5e5;
    line-height: 20px;
}

.blog-item .image {
    display: block;
    overflow: hidden;
    position: relative;
}
.blog-item .star-rating
{
    float: left;
}
.blog-item .eta, .blog-item .fa-clock
{
    float: left;
    font-size: 12px;
    padding-top: 2px;
}
.blog-item .eta
{
    font-family: WebYekan;
}
.blog-item .fa-clock
{
    margin-left: 13px;
    margin-right: 4px;
    padding-top: 4px;
    color: #a19f9f;
}
.blog-item .image img {
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.blog-item:hover .image img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.blog-item .image img {
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.blog-item .content {
    padding: 27px 30px 24px;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #f1f1f1;
}

.blog-item .content .author {
    color: #656565;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.blog-item .content .author a {
    display: inline-block;
    color: #656565;
}

.blog-item .content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.blog-item .content h4 a {
    color: #555555;
}

.blog-item .content p {
    color: #555555;
}

.pf-color--dark {
    /*background-color: #383838 !important;*/
    background-color: #192956!important;
    margin-bottom: -122px;
}
.pf-color--dark .container
{
    padding: 0 60px;
}
.pf-card--on-top {
    top: -70px;
}
.pf-color--dark .owl-dots
{
    display: none;
}
.pf-card--lg {
    padding: 8px 72px;
    min-height: 141px;
}

.pf-card {
    border-radius: 4px;
    position: relative;
    z-index: 10;
}

.pf-box-shadow--4dp,
.publisher .iphone:before,
.publisher .tablet {
    -webkit-box-shadow: 0 4px 30px rgba(143, 152, 169, .1);
    box-shadow: 0 4px 30px rgba(143, 152, 169, .1);
}

.pf-color--white {
    background-color: #f1f4f9!important;
}

.text-sm-left {
    text-align: left!important;
}

.pf-margin--bottom-1 {
    margin-bottom: 4px!important;
}

.pf-margin--top-0 {
    margin-top: 0!important;
}

.pf-margin--bottom-0 {
    margin-bottom: 0!important;
}

#owl-customers .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#owl-customers .owl-item {
    padding: 0 5px;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#owl-customers .owl-wrapper-outer,
.slider-logo {
    direction: ltr!important;
}

#owl-customers .owl-carousel {
    /*display: none;*/
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.hover08 img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.hover08 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.achivment-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    /*background-color: #f1f4f9;*/
    /*background-image: url(../images/bg/achivment.jpg);*/
}
#latest {
    background: #ffff33;
    box-shadow: 0px 0px 11px 11px #ffff33;   /* Changed1903-MSD */
    padding-top: 5px;   /* Changed1903-MSD */
}
.recent-polltitle
{
    font-size: 1em !important;
    font-weight: normal !important;
}
.section-title-2 h1 {
    font-size: 36px;
    background: transparent url(../images/title-shape-light.png) no-repeat scroll center bottom;
    color: #000;
    text-transform: uppercase;
    line-height: 26px;
    padding-bottom: 35px;
    font-weight: 600;
    margin: 0;
}

.single-achivment img {
    display: inline-block !important;
    width: auto !important;
    vertical-align: top;
    margin-bottom: 24px;
}

.single-achivment h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
}

.single-achivment p {
    font-weight: 300;
    color: #000;
}

.ltr {
    direction: ltr;
}

.slick-dots li.slick-active button {
    background-color: #ffffff;
}

.slick-dots li button {
    display: block;
    border: 1px solid #ffffff;
    height: 14px;
    width: 14px;
    background-color: transparent;
    text-indent: -99999px;
    padding: 0;
    border-radius: 50px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    height: 14px;
}

[role="tab"] {
    cursor: pointer;
}

.owl-dots button.active {
    background-color: #000;
}

.owl-dots button {
    border: 1px #000 solid !important;
    height: 14px;
    width: 14px;
    background-color: transparent;
    text-indent: -99999px;
    padding: 0;
    border-radius: 50px;
    margin-left: 5px;
    outline: none;
}

.page-banner-area {
    padding-top: 60px;
    position: relative;
    background-color: #3c4b77;
}

/*.page-banner-area::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #000000;
    opacity: 0.6;
}*/

.page-banner-area .page-banner-wrapper h1 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 26px;
    margin: 0 0 10px;
}

.page-breadcrumb {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
}

.page-breadcrumb li {
    display: inline-block;
    margin: 0 10px;
}

.page-breadcrumb li::after {
    color: #00fff5;
    content: ">";
    font-weight: bolder;
    position: relative;
    left: -11px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
}

.page-breadcrumb li a:hover {
    color: #a5feff;
}

.page-breadcrumb li a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
}

.pagination__wrapper {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 17%, white 83%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    height: 50px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.pagination__wrapper:before,
.pagination__wrapper:after {
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, rgba(0, 0, 0, 0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);*/
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.pagination__wrapper:before {
    top: -1px;
}

.pagination__wrapper:after {
    bottom: -1px;
}

@-webkit-keyframes hoverAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes hoverAnimation {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination li {
    display: block;
    float: left;
    padding: 5px;
}

.pagination li:first-child {
    border: none;
}

.pagination button,
.pagination span {
    background: none;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0;
}

.pagination button {
    outline: none;
    position: relative;
    transition: all 170ms linear;
}

.pagination button:before {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 170ms linear;
    top: 50%;
    width: 0;
}

.pagination button:hover:not(.active) {
    color: black;
}

.pagination button:hover:not(.active):before {
    -webkit-animation: hoverAnimation 510ms linear forwards;
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px;
}

.pagination li.active {
    background: rgba(0, 0, 0, 0.1);
    color: black;
}

.pagination .prev,
.pagination .next {
    font-size: 14px;
}

.blog-details-media img {
    width: 100%;
}

.blog-details-content {
    padding: 30px 0 50px;
    text-align: justify;
}

.blog-details-content .blog-title {
    color: #555555;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 5px;
}

.blog-details-content .blog-meta {
    margin-bottom: 12px;
}

.blog-details-content .blog-meta a {
    color: #656565;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin-right: 15px;
}

.blog-details-content .blog-meta a i {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-right: 7px;
    padding-left: 2px;
}

.blog-details-content p {
    color: #656565;
    margin-bottom: 35px;
}

.blog-details-footer {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.blog-details-footer .blog-tags p {
    color: #656565;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3px;
    text-transform: capitalize;
}

.blog-details-footer .blog-tags a {
    color: #656565;
    display: block;
    float: left;
    margin-right: 5px;
}

.blog-details-footer .blog-share p {
    color: #656565;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
    text-transform: capitalize;
}

.blog-details-footer .blog-share a {
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    color: #989898;
    display: block;
    float: left;
    height: 24px;
    margin-right: 8px;
    text-align: center;
    width: 24px;
}

.blog-details-footer .blog-share a i {
    display: block;
    font-size: 13px;
    line-height: 22px;
}

.comment-wrapper {
    margin-bottom: 50px;
}

.fix {
    overflow: hidden;
}

.comment-wrapper h3 {
    color: #555555;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 30px;
    padding-bottom: 12px;
    position: relative;
}

.sin-comment {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 20px 50px 20px 20px;
}

.sin-comment .image {
    border: 2px solid #e5e5e5;
    border-radius: 2px;
    margin-right: 20px;
    width: 70px;
}

.comment-form-wrapper h3 {
    color: #555555;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 30px;
    padding-bottom: 12px;
    position: relative;
}

.comment-form form .input-box {
    display: block;
    float: left;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


/*Single Blog Item*/
.blog-item
{
    background-color: #FFF;
}
.blog-item .image {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item .image img {
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.blog-item:hover .image img {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
}

.blog-item .content {
    padding: 27px 30px 24px;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #f1f1f1;
}

.blog-item .content .author {
    color: #656565;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.blog-item .content .author a {
    display: inline-block;
    color: #656565;
}

.blog-item .content .author a:hover {
    color: #d32f2f;
}

.blog-item .content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.blog-item .content h4 a {
    color: #555555;
}

.blog-item .content h4 a:hover {
    color: #CAD9EF;
}

.blog-item .content p {
    color: #555555;
}


/*Single Blog Details*/

.single-blog-details {
    margin-bottom: 60px;
}

.blog-details-media img {
    width: 100%;
}

.blog-details-content {
    padding: 30px 0 50px;
    /* Blog Meta */
}

.blog-details-content .blog-title {
    color: #555555;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
    .blog-details-content .blog-title {
        font-size: 18px;
    }
}

.blog-details-content .blog-meta {
    margin-bottom: 12px;
}

.blog-details-content .blog-meta a {
    color: #656565;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin-right: 15px;
}

.blog-details-content .blog-meta a:hover {
    color: #d32f2f;
}

.blog-details-content .blog-meta a i {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-right: 7px;
    padding-left: 2px;
}

.blog-details-content p {
    color: #656565;
    margin-bottom: 35px;
}

.blog-details-content p:last-child {
    margin-bottom: 0;
}


/* Blog Details Footer */

.blog-details-footer {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}

@media only screen and (max-width: 767px) {
    .blog-details-footer .blog-tags {
        float: left;
        width: 100%;
    }
}

.blog-details-footer .blog-tags p {
    color: #656565;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 3px;
    text-transform: capitalize;
}

.blog-details-footer .blog-tags a {
    color: #656565;
    display: block;
    float: left;
    margin-right: 5px;
}

.blog-details-footer .blog-tags a:hover {
    color: #d32f2f;
}

@media only screen and (max-width: 767px) {
    .blog-details-footer .blog-share {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
}

.blog-details-footer .blog-share p {
    color: #656565;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
    text-transform: capitalize;
}

.blog-details-footer .blog-share a {
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    color: #989898;
    display: block;
    float: left;
    height: 24px;
    margin-right: 8px;
    text-align: center;
    width: 24px;
}

.blog-details-footer .blog-share a:last-child {
    margin-right: 0;
}

.blog-details-footer .blog-share a:hover {
    background-color: #ed422e;
    border-color: #ed422e;
    color: #ffffff;
}

.blog-details-footer .blog-share a i {
    display: block;
    font-size: 13px;
    line-height: 22px;
}


/* Blog Comment List */

.comment-wrapper {
    margin-bottom: 50px;
}

.comment-wrapper h3 {
    color: #555555;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 30px;
    padding-bottom: 12px;
    position: relative;
}

.comment-list.child {
    margin-left: 110px;
}

@media only screen and (max-width: 767px) {
    .comment-list.child {
        margin-left: 0;
    }
}

.sin-comment {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 20px 50px 20px 20px;
}

.sin-comment .image {
    border: 2px solid #e5e5e5;
    border-radius: 2px;
    margin-right: 20px;
    width: 70px;
}

@media only screen and (max-width: 767px) {
    .sin-comment .image {
        float: left;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .sin-comment .image {
        display: block;
        float: none;
        margin-bottom: 15px;
    }
}

.sin-comment .content h4 {
    color: #555555;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .sin-comment .content h4 {
        float: left;
        width: 100%;
    }
}

.sin-comment .content h5 {
    color: #555555;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .sin-comment .content h5 {
        float: left;
        width: 100%;
    }
}

.sin-comment .content h5 a {
    color: #d32f2f;
}

.sin-comment .content p {
    color: #656565;
    display: block;
    float: left;
    line-height: 22px;
    margin-top: 5px;
    width: 100%;
}


/* Blog Comment Form */

.comment-form-wrapper h3 {
    color: #555555;
    font-size: 20px;
    line-height: 16px;
    margin: 0 0 30px;
    padding-bottom: 12px;
    position: relative;
}

.comment-form form {
    margin-left: -15px;
    margin-right: -15px;
}

.comment-form form .input-box {
    display: block;
    float: left;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.comment-form form .input-box.box-half {
    width: 50%;
}

@media only screen and (max-width: 479px) {
    .comment-form form .input-box.box-half {
        width: 100%;
    }
}

.comment-form form .input-box input[type="text"] {
    background-color: transparent;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 0 1px;
    color: #656565;
    font-size: 13px;
    height: 38px;
    line-height: 24px;
    padding: 7px 0;
    width: 100%;
}

.comment-form form .input-box input[type="email"] {
    background-color: transparent;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 0 1px;
    color: #656565;
    font-size: 13px;
    height: 38px;
    line-height: 24px;
    padding: 7px 0;
    width: 100%;
}

.comment-form form .input-box textarea {
    background-color: transparent;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 0 1px;
    color: #656565;
    font-size: 13px;
    height: 85px;
    resize: none;
    line-height: 24px;
    padding: 7px 0;
    width: 100%;
}

.comment-form form .input-box input[type="submit"] {
    background-color: #ddd;
    color: #444;
    border: medium none;
    font-size: 13px;
    font-weight: 700;
    height: 46px;
    letter-spacing: 1.5px;
    line-height: 48px;
    text-transform: uppercase;
    width: 180px;
}

.comment-form form .input-box input[type="submit"]:hover {
    background-color: #d32f2f;
    color: #ffffff;
}

.comment-form form>.input-box:last-child {
    margin-bottom: 0;
}
blockquote {
    padding: 0px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
   /* border-right: 5px solid #eee;*/ 
}

.icon-box1 .icon-box1-title {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    -moz-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    -ms-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    -o-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    transition: transform .4s cubic-bezier(.45,.01,.05,.92);
}
.icon-box1-title {
    -webkit-transform: translateY(32px);
    -moz-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
}
.icon-box1 .icon-box1-text {
    color: #69656f;
    font-size: 12px;
    opacity: 0;
    padding-top: 8px;
    -webkit-transform: translate3d(0,32px,16px) rotateX(90deg);
    -moz-transform: translate3d(0,32px,16px) rotateX(90deg);
    -ms-transform: translate3d(0,32px,16px) rotateX(90deg);
    transform: translate3d(0,32px,16px) rotateX(90deg);
    -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92);
    -moz-transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92);
    -ms-transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92);
    -o-transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92);
    transition: transform .4s cubic-bezier(.45,.01,.05,.92),opacity .4s cubic-bezier(.45,.01,.05,.92);
}
.icon-box1 {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    display: block;
    overflow: hidden;
    padding: 25px;
    position: relative;
    text-align: center;
    -webkit-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    -moz-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    -ms-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    -o-transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    transition: box-shadow .4s cubic-bezier(.45,.01,.05,.92);
    -webkit-perspective: 500px;
    perspective: 500px;
}
.icon-box1:hover {
    box-shadow: 0 3px 35px rgba(0,0,0,.09);
}
.icon-box1 .icon-box1-icon, .icon-box1 .icon-box1-title {
    -webkit-transform: translateY(32px);
    -moz-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
}
.icon-box1:hover .icon-box1-icon, .icon-box1:hover .icon-box1-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.icon-box1:hover .icon-box1-text {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) rotateX(0);
    -moz-transform: translate3d(0,0,0) rotateX(0);
    -ms-transform: translate3d(0,0,0) rotateX(0);
    transform: translate3d(0,0,0) rotateX(0);
}
.icon-box1:hover .icon-box1-icon, .icon-box1:hover .icon-box1-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);.icon-box1 .icon-box1-icon, .icon-box1 .icon-box1-title
}
.icon-box1 .icon-box1-icon.icon-box1-image-icon {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    -webkit-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    -moz-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    -ms-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    -o-transition: transform .4s cubic-bezier(.45,.01,.05,.92);
    transition: transform .4s cubic-bezier(.45,.01,.05,.92);
}
#fboxes
{
    background-color: #f1f4f9;
    box-shadow: 0px 0px 11px 11px #f1f4f9;
}
.partner {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 20px rgba(52,76,101,.1);
    display: block;
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    top: 0;
    -webkit-transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);
    -moz-transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);
    -ms-transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);
    -o-transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);
    transition: box-shadow .3s cubic-bezier(.45,.01,.05,.92),top .3s cubic-bezier(.45,.01,.05,.92);
}
.partner-image {
    font-size: 0;
}
.partner-image img {
    display: inline-block;
    vertical-align: top;
}
.partner-title {
    color: #000000;
    font-size: 19px;
    margin-top: 12px;
	font-weight: bold;
}
.partner-text {
    color: #69656f;
    font-size: 14px;
}
.partner:hover {
    box-shadow: 0 10px 30px rgba(52,76,101,.08);
    top: -10px;
}
.widget {
    margin-bottom: 20px;
    overflow: hidden;
}
.sidebar-widget {
    background: #fff;
    list-style: none;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1);
    -moz-box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1);
    box-shadow: 0 0 3px 0 rgba(198, 198, 198, 1);
}
.featuredslider, .post, .sidebar-widget {
    border-radius: 3px;
}
.featuredslider, .sidebar-widget, header.main-header {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}

.sidebar-widget.widget_bloomy_pp_widget li {
    margin: 0;
    border-top: 1px solid #dee2e6;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.widget .info {
    overflow: hidden;
}
.sidebar-widget.widget_bloomy_pp_widget li .widgettitle {
    margin: 0;
}
h1, h2, h3, h4, h5, h6, .widgettitle, .post-nav-link {
    font-weight: 400;
}
.sidebar-widget.widget_bloomy_pp_widget a {
    line-height: 1.7;
    padding: 16px;
    font-size: 12.8px;
    color: #000;
    transition: all .1s;
    float: right;
}
.recent-posts {
    margin: 0 !important;
    padding: 0;
}
.sidebar-widget.widget_bloomy_pp_widget li:hover {
    background: #CAD9EF;
}
.widget-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.widget-title, .section-heading, .post-nav-title, .author .author-box .widget-title {
    font-size: 14.4px;
}

.widget-title {
    color: #666;
}
.category-posts li, .recent-posts li {
    border: 0;
    list-style: none;
    overflow: hidden;
}
.category-posts, .recent-posts , .recent_posts {
    margin: 0 !important;
    padding: 0;
}
.sidebar-widget.widget_bloomy_pp_widget {
    padding: 20px 0 0;
}
.np
{
    padding: 0;
}
.blog-area
{
    background-color: #f1f4f9;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.searchinp:focus
{
    outline: none;
    box-shadow: none;
}
.post .post-header .post-title a {
    color: #000;
    line-height: 1.6;
}
.post .post-header .post-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    word-wrap: break-word;
    padding-left: 32px;
}
.small-post .post-header .post-title
{
    font-size: 16px;
}
.post .post-header .date {
    font-style: normal;
    color: #848484;
    font-size: 14px;
}
.small-post .post-header .date
{
    font-size: 12px;
}
.post-img
{
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}
.post-image
{
    width: 100%;
    max-width: 400px;
    padding-bottom: 45px;
    margin: 1.5em 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity .5s ease-out,-webkit-transform 1s ease-out;
    transition: opacity .5s ease-out,-webkit-transform 1s ease-out;
    -o-transition: opacity .5s ease-out,transform 1s ease-out;
    transition: opacity .5s ease-out,transform 1s ease-out;
    transition: opacity .5s ease-out,transform 1s ease-out,-webkit-transform 1s ease-out;
    /*padding: 10px;*/
    opacity: 0.8;
}
.post-image:hover
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}
.post .post-header .cat {
    position: absolute;
    top: 2em;
    left: 0em;
    z-index: 9;
    background: #a139aa;
    color: #fff;
    padding: 0 17px;
    height: 35px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
}
.post-header .cat:before {
    /*display: none;*/
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    border-style: solid;
    border-color: #082927 #082927 transparent transparent;
    border-width: 3px;
}
.post .post-header .cat a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: IRANSans;
    letter-spacing: 0;
    border: 0;
    line-height: 35px;
}
.post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 4em;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.small-post .post
{
    /* padding: 0.5em; */
}
.hover-zoom {
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.hover-zoom:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.5)
}
.post .post-entry p {
    text-align: justify !important;
    line-height: 2.5;
    font-size: 17px;
    color: #4b5156
}

.post .post-entry h3,h2 {  /* Changed1904-MSD */
    color: #ae1cbb
}

.post .post-entry h4 {  /* Changed1904-MSD */
    color: #7a2d80
}

.more-button {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    background: #fff;
    font-weight: 700;
    display: inline-block;
    margin-top: 16px;
    padding: 9px 24px 10px;
    border: 1px solid;
    border-color: #c69f73;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    display: inline-block;
}
.more-button {
    font-family: IRANSans;
    letter-spacing: 0;
    font-size: 15px;
    padding: .5em 1.3em;
    margin: .5em 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: #eee;
    background: #ef4058;
    color: #fff;
}
.post .post-entry span.cat a {
    font-family: IRANSans;
    display: inline-block;
    background: #f1f4f9;
    padding: 5px 15px;
    color: #68728c;
    margin-left: 5px;
    line-height: 25px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.post .post-entry span.cat .title {
    font-family: IRANSans;
    font-size: 12px;
    color: #46647d;
    margin-left: 10px;
}
.small-post .post-entry span.cat a
{
    font-size: 11px;
    padding: 5px 10px;
}
.post .post-entry .cat {
    display: inline-block;
    margin: 1em 0;
}
.post .post-entry span.cat a:hover {
    text-decoration: none;
    background: #c085c5;
    color: #fff;
}
.post .post-entry .more-button:hover, .post .post-entry .more-button:focus {
    background: #e91331;
}
.categories > ul
{
    padding: 5px;
}
.categories > ul li
{
    display: block;
    width: 100%;
}
.categories > ul li:before{
    margin-left: 8px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: inline-block;
    width: 7px;
    height: 12px;
    -webkit-transition: width 0.5s;
    transition: all 0.5s;
    content : "\f053"
}

.categories a
{
    color: #000;
}
.categories a:hover
{
    color: #CAD9EF;
}
.categories > ul li:hover:before {
    margin-right: 17px;
}
.post .views {
    float: left;
    direction: ltr;
    margin: 1.4em 0 1em 0;
    font-family: WebYekan;
    position: relative;
    padding-left: 20px;
}
.views i {
    top: 5px;
    position: absolute;
    left: 0;
}
#socialShare {
    margin-top: 15px;
    float: left;
    margin-left: 7px;
}

#socialShare a,
#socialShare > .socialBox {
    position: relative;
    float: none;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

#socialShare  a {
    background-color: rgba(0, 0, 0, 0.2);
}

#socialShare > * > span {
    background-color: #24335f;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 0px 7px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
#socialShare > * > span:hover,
#socialShare > .open > span {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#socialGallery {
    left: 50%;
    margin: 0 auto 0;
    position: absolute;
    top: 36px;
    transform: translate(-50%, 0);
    visibility: hidden;
    width: 243px;
}

#socialGallery a {
    visibility: hidden;
    opacity: 0;
    margin: 5px 2px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;
    top: 10px;
}

#socialGallery a > span {
    position: relative;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.socialToolBox {
    cursor: default;
}

.pointer {
    cursor: pointer
}

.facebook:hover {
    background: #3b5998 !important
}

.google:hover {
    background: #dd4b39 !important
}

.instagram:hover {
    background: #517fa4 !important
}

.tumblr:hover {
    background: #32506d !important
}

.twitter:hover {
    background: #00aced !important
}

.youtube:hover {
    background: #bb0000 !important
}

@media only screen and (max-width: 480px) {
    #socialGallery {
        width: 120px;
    }
}
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
.bottomMenu
{
    padding: 0;
    margin: 0;
}
.jqEmoji-container
{
    direction: ltr;
}
.next-post
{
    display: block;
    float: right;
}
.prev-post
{
    display: block;
    float: left
}
.related
{
    background: #FFF;
    border-radius: 5px;
    margin-top: 15px;
}

.related-header
{     /* #ADD 1904-MSD */
border-bottom: 1px solid #a139aa;  
width: 85%;
margin: 10px 20px;
text-align: right;

}
.related-item img
{
    width: 75px;
    height: 75px;
    margin-left: 10px;
    border-radius: 50% 5px;
    float: right;
}
.related-item a{
    color: #000;
    -webkit-animation: shine 1.6s ease;
    animation: all 1.6s ease;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.related-item a:hover{
    color: #950bba;
}
.related-desc
{
    float: right;
    width: calc(100% - 85px);
    padding-top: 5px;
    font-size: 14px;
}
.related-item {
    padding: 10px;
    margin-bottom: 10px;
}
.clear
{
    clear:both;
}


.blog-more-bg
{   /* #ADD 1910 MSD   */
    background-color: #dbefed;
    padding: 25px 8px;
    font-weight: 700;border: solid 1px #b2e6e1;
    max-width: 95%;
    border-radius: 7px;
    margin-bottom: 30px;
}

.btn-color.blog
{
    margin: 25px auto;
    display: table;
}
.blog-bg
{   /* #ADD 1904 MSD   */
    background-color: #BDFAC9;
    padding: 15px 15px 0 0;
    font-weight: 700;border: solid 1px #80e293;
    max-width: 95%;
    border-radius: 7px;
    margin-bottom: 20px;
}

.blog-bg:before
{
    content: "\f4d8";
    font-family: 'Font Awesome 5 Free';
    font-size: 29px;
    font-weight: 800;
    float: right;
    margin-left: 10px;
}



/* Quote Box Hover Effects   #ADD 1904 MSD  
 
.boxq {
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 2000px;
  transition: 0.4s;
  text-align: center;
}
.boxq:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  box-sizing: border-box;
}
.boxq:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 20px solid #fff;
  border-right: 20px solid #fff;
  box-sizing: border-box;
}
.boxq .fas {
  font-size: 25px;
  height: 50px;
  width: 50px;
  line-height: 50px !important;
  background-color: #fff;
  color: #2c3a47;
}
.boxq .fa2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.boxq .text {
  position: absolute;
  top: 30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% - 60px);
  background-color: #2c3a47;
  border-radius: 3px;
  transition: 0.4s;
}
.boxq .text .fa1 {
  position: absolute;
  top: 0;
  left: 0;
}
.boxq .text div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  padding: 30px 60px;
  line-height: 1.5;
  box-sizing: border-box;
}
.boxq .text div h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.boxq .text div p {
  font-size: 15px;
}
.boxq:hover {
  transform: translate(-50%, -50%) rotateY(-20deg) skewY(3deg);
}
.boxq:hover .text {
  transform: rotateY(20deg) skewY(-3deg);
}   */


