body {
    color: #4d4d4d;
}

.social-ico,
.social-ico li {
    float: right;
}

footer .social-ico li {
    float: none;
    margin: 0 0 0 6px;
    display: inline-block;
}

footer .social-ico li:last-child {
    margin-left: 22px;
}

footer .social-ico li a {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 40px;
}

.social-ico a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    position: relative;
    font-size: 19px;
}

.social-ico a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    display: block;
    content: '';
    z-index: 1;
}

.social-ico a:before {
    position: relative;
    z-index: 2;
}

.social-ico a:hover:after {
    top: 0;
    opacity: 1;
}

.social-ico a.fa-facebook-f:hover {
    color: #3b5998;
}

.social-ico a.fa-x-twitter:hover {
    color: #55acee;
}

.social-ico a.fa-youtube:hover {
    color: #ff0000;
}

.social-ico a.fa-instagram:hover {
    color: #bc2a8d;
}

header {
    z-index: 200;
    padding: 12px 0;
    width: 100%;
    position: relative;

}


.home header {
    position: fixed;
}

header .cntr {
    position: relative;
}

.logo {
    float: right;
    width: 80px;
    display: block;
    position: relative;
    z-index: 2;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;
}


.hdr-left {
    float: left;
}

.hd-menu {
    float: left;
    margin-top: 15px;
}

.hd-menu li {
    float: right;
    position: relative;
    margin-right: 16px;
}

.hd-menu li li {
    float: none;
    margin: 0;
}

.hd-menu li a {
    display: block;
    line-height: 40px;
    padding: 33px 12px 20px;
    font-size: 17px;
    position: relative;
    font-weight: 600;
}

.hd-menu li a i:not(.fa-angle-down) {
    display: block;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    color: #a7dfa0;
    font-size: 21px;
    background: url(img/home.png) center center / 26px auto no-repeat transparent;
}

.hd-menu li a u.fa-angle-down {
    position: absolute;
    top: 45px;
    left: 0;
}

li.has-menu>a {
    padding-left: 22px;
}

.hd-menu li.about-link a i {
    background-image: url(img/info.png);
}

.hd-menu li.cerf-link a i {
    background-image: url(img/quality.png);
}

.hd-menu li.contact-link a i {
    background-image: url(img/email.png);
}

.hd-menu li.projects-link a i {
    background-image: url(img/green-building.png);
}

.hd-menu li.blog-link a i {
    background-image: url(img/copy-writing.png);
}

.hd-menu li.p-cerf-link a i {
    background-image: url(img/award.png);
}



.alink {
    position: relative;
}

.alink a {
    position: relative;
    z-index: 2;
}



.hd-menu li ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 340px;
    background-color: #f9f9f9;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.hd-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hd-menu li ul a {
    padding: 6px 10px;
    line-height: 28px;
    font-size: 15px;
    border-bottom: 1px solid #735640;
}

.hd-menu li ul li:last-child a {
    border-bottom-width: 0;
}

.hd-menu li ul a:hover {
    padding-right: 14px;
}

.hd-menu li ul a .la-angle-left {
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    opacity: 0;
}

.hd-menu li ul a:hover .la-angle-left {
    margin-left: 0;
    opacity: 1;
}



/*------------------------*/
.hd-fixed {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, .25);
    padding: 6px 0;
}

.hd-fixed .logo {
    margin: 0;
    width: 50px;
    height: 70px;
}

.hd-fixed .hd-menu li a {
    padding: 0 15px 15px;
}

.hd-fixed .hd-menu li a i {
    opacity: 0;
    transform: translateY(-30px);
}

/*------------------------*/

.sect {
    padding: 50px 0;
    position: relative;
}

.sect .cntr {
    position: relative;
    z-index: 3;
}

.sect-title {
    margin: 0 0 25px;
    font-size: 28px;
    position: relative;
    padding-bottom: 16px;
}

.sect>.cntr>.sect-title-c {
    padding-bottom: 25px;
}

.sect-title-c {
    text-align: center;
}

.sect-1 .sect-title {
    margin-bottom: 50px;
}

.sect-title:before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    display: block;
    bottom: 0;
    right: 0;
    background-color: #6d9588;
}

.sect-title-c:not(.sect-title-small):before {
    background-color: transparent !important;
    border: 30px solid #6d9588;
    border-width: 0 30px;
    width: 40px;
    margin-right: -50px;

}

.sect-title-c::after {
    position: absolute;
    display: block;
    background: url(img/logo-small.png) 0 0 /100% auto no-repeat transparent;
    content: '';
    width: 26px;
    height: 26px;
    padding: 0;
    right: 50%;
    margin-right: -13px;
    border-width: 0 6px;
    bottom: -10px;
}

.sect-title-c:before {
    right: 50%;
    margin-right: -45px;
}


.box- .sect-title-c:before {
    margin-right: -15px;
}

.box- .sect-title-c:after {
    display: none;
}

.sect-title h2,
.sect-title h3 {
    position: relative;
    z-index: 3;
}

.sect-title h1 {
    font-size: 44px;

}

.home .sect-title h1 {
    margin-bottom: 20px;
}

.sect-title h2 {
    font-size: 28px;
}


.sect-1 {
    padding: 200px 0 140px;
    background: url(img/bgr01.png) 0 0 /100% auto no-repeat #fff;
}

.inner .sect-1 {
    padding-top: 150px;
}



.sect-1 .sect-title {
    padding-bottom: 25px;
}

.sect-1 p {
    margin: 0 auto;
    max-width: 800px;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #8e8e8e;
}

.btns .btn {
    margin-bottom: 30px;
    /* transform: skewX(-20deg); */
    margin: 0 10px;
    min-width: 200px;
    text-align: center;
}

.btns .btn span {
    display: block;
    /* transform: skewX(20deg); */
    padding: 20px 0;
}

.btns .btn span img {
    display: block;
    margin: 0 auto 10px;
    width: 56px;
}

.btn {
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    line-height: 26px;
    padding: 5px 12px;
    min-width: 120px;
}

.btn-2 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 20px;
}

.btn:hover {
    opacity: 0.7;
}

.sect-2 {
    padding: 0;
    background-color: #f9f9f9;


}


.sect-2 .cntr {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sect-2 .left-col {
    padding-right: 120px;
}

.sect-2 .left-col>img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;

}

/*-------------------------------*/
.sect-about {
    background-color: #fafafa;
    padding-top: 0;
    padding-bottom: 80px;
}

.sect-about p {
    font-size: 22px;
    line-height: 32px;
}

.box- {
    background-color: #fff;
    border-radius: 15px;
    padding: 0 12px 25px;
    margin-bottom: 24px;
    box-shadow: 6px 8px 19px 1px rgba(0, 0, 0, 0.1);
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.box-:before,
.box-:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -120px;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 12px solid #88c425;
    transform: translateX(-50%) rotate(45deg);

    opacity: 0.15;
}

.box-:after {
    bottom: -160px;
}

.icon- {
    display: block;
    margin: 0 auto 15px;
    width: 180px;
    height: 80px;
    position: relative;
    overflow: hidden;
}



.icon- img {
    width: auto;
    height: auto;
    max-width: 60px;
    max-height: 60px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.box- p {
    margin: 0;
    font-size: 16px;
    color: #7d7d7d;
    line-height: 20px;
    position: relative;
    z-index: 3;
}

.sect-4 .box- {
    padding: 0 0 25px 15px;
    min-height: 166px;
}

.sect-4 .icon- {
    width: 60px;
    float: right;
    margin: 0;
    padding-right: 12px;
}

.sect-4 .icon-::before {
    left: 0;
    transform: translateX(0);
}

.sect-4 .icon- img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 48px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sect-4 .grd- .sect-title,
.sect-4 .box- p {
    margin-right: 70px;
}

.sect-4 .grd- .sect-title {
    margin: 0 70px 10px 0;
    padding: 12px 0 0;
}

.sect-4 .grd- .sect-title:before {
    width: 15px;
}

.sect-4 .grd- .sect-title h3 {
    font-size: 40px;
}

.sect-4 .box- p {
    font-size: 17px;
    line-height: 26px;
}

.post-image img {
    display: block;
    width: 100%;
    padding: 2px;
    border: 1px solid #ddd;
    margin: 0 auto 30px;
    height: auto !important;
    max-width: 700px;
}

.sect-bgr-top {
    background: url(img/bgr05.png) center 4px repeat-x #fff;
    padding-top: 70px;
}

.block-.sect-bgr-top {
    padding-top: 30px;
}

h2 br,
h3 r {
    display: none !important;
}

.sect-blog {
    background-color: #fff;
}

.post-box {
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.08);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.08);
    border: 1px solid #fff;
}

.btn-cntr {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

.post--thumb {
    height: 200px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
}

.post--thumb img {
    width: 100%;
    min-height: 100%;
    height: auto !important;
}

.p-date {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 6px 10px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 0 0 12px 0;
}

.p-date b {
    display: block;
    font-size: 1.3rem;
}

.post-in {
    padding: 0 14px 40px;
    height: 140px;
    position: relative;
}

.page-inner .post-in {
    height: 180px;
    padding-bottom: 12px;
}

.post-type-archive-projects .page-inner .post-in {
    height: 80px;
}

.page-inner .home-post .p-excerpt {
    height: auto;
}

.sect .post-in .title {
    position: relative;
    background-color: #f2f2f2;
    height: 75px;
    margin: 0 -14px 12px;
    padding: 12px;
}

.sect .post-in h2 {
    margin: 0 !important;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.p-excerpt {
    line-height: 24px;
    font-size: 15px;
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.p-excerpt p {
    margin: 0;
}

.p-excerpt a {
    float: left;
}


.buttn {
    display: block;
    border-radius: 30px;
    font-size: 17px;
    text-align: center;
    min-width: 70px;
    line-height: 36px;
    padding: 6px 10px;
    /* margin: 0 auto; */
    float: right;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.buttn:hover {
    color: white;
    box-shadow: 0 0 30px 0 rgba(225, 154, 102, 0.8);
    background-color: #adc22f;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.buttn:hover:before {
    -webkit-animation: shine 0.5s 0s linear;
    -moz-animation: shine 0.5s 0s linear;
    animation: shine 0.5s 0s linear;
}

.buttn:active {
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}

.buttn:before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: white;
    box-shadow: 0 0 15px 3px white;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@-webkit-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@-moz-keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

@keyframes shine {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

/*============================================= //wp ================================================*/


.archive-page .post-in h2 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 16px 9px;
    text-align: center;
    font-weight: normal;
}



.archive-page .post-in {
    padding: 0;
    height: auto;
}

.blog-article {
    margin: 0 14px;
}


.sng-meta {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.sng-meta .post-meta {
    float: right;
    margin-top: 5px;
}

.post-meta li {
    float: right;
    margin-left: 10px;
    font-size: 13px;
    color: #999;
}

.share-it {
    float: left;
}

.share-it span {
    float: right;
    display: block;
    font-size: 15px;
    padding-top: 10px;
}

/*--------------------------------------============================================================-------------------------------------*/


footer .foot-in {
    margin: 0 -10px;
    padding: 40px 0;
}

.fot-box {
    float: right;
    width: 40%;
    padding: 0 10px;
    font-size: 15px;
}

.fot-box li a i {
    font-size: 11px;
    display: inline-block;
    margin: 0 0 0 3px;
}

.about-box {
    width: 60%;
}

.about-box .clfx {
    margin-bottom: 20px;
}

.about-box .clfx+.clfx {
    margin-bottom: 0;
}

.about-box div>div {
    margin-right: 80px;
}

.about-box .buttn {
    width: 200px;
}

.about-box p {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
}



.fot-box-links {
    padding-right: 25px;
}

.fot-box-links li {
    float: right;
    width: 50%;
}

.fot-box-links a {
    display: inline-block;
    padding: 5px 0;
}

.fot-box-links a:hover {
    padding-right: 5px;
}

.post-content h2,
.post-content h3,
.fot-box h3 {
    font-size: 24px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.post-content h2:before,
.post-content h3:before,
.post-content h2:after,
.post-content h3:after,
.fot-box h3:before,
.fot-box h3:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 2px;
    display: block;
    content: '';
}

.post-content h2:after,
.post-content h3:after,
.fot-box h3:after {
    right: 24px;
}

.post-content h2:before,
.post-content h3:before {
    height: 6px;
    bottom: -2px;
    width: 10px;
}

.post-content h2:after,
.post-content h3:after {
    right: 10px;
}

.fot-box .logo {
    width: 66px;
    margin: 10px 0 0;
}

.foot-bar,
.foot-bar a {
    font-size: 17px;
}

.foot-bar .cntr {
    border-top: 1px solid #333;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.copryt {
    margin: 0;
    float: right;

}

.d-copryt {
    float: left;
    display: block;
}


.pagr-navg {
    padding: 30px 0;
    position: relative;
    margin-bottom: 44px;
}

.pagr-navg h1 {
    margin: 0;
    font-size: 22px;
    position: relative;
    line-height: 30px;
    /* max-width: 600px; */
}

.pagr-navg .cntr {
    position: relative;
}

.page-in {
    margin-bottom: 60px;
}

.right-content,
.left-col {
    padding: 0 12px;
}


.right-content {
    float: right;
    width: 65%;
}

.left-col {
    float: left;
    width: 35%;
}

.left-col img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.sect-rev .right-content {
    float: left;
}

.sect-rev .left-col {
    float: right;
}

.side-menu {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    border-left: 1px solid #eee;
    padding: 10px 0 50px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0;
    visibility: hidden;
}

.side-menu-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

a.side-menu-toggle {
    float: left;
    padding: 4px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    margin-top: 12px;
}

header a.side-menu-toggle {
    margin-top: 36px;
}

header a.side-menu-toggle i {
    font-size: 33px;
}

.side-menu a.side-menu-toggle {
    margin: 0 0 30px;
    float: left;
}

.side-menu ul {
    clear: both;
    max-height: 90%;
    overflow: auto;
}

.side-menu ul ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}

.side-menu ul ul li a {
    line-height: 23px;
}

.side-menu ul li:last-child {
    border-width: 0;
}

.side-menu ul a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
}

.side-menu ul a i {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    font-size: 21px;
}

.inpt-row {
    margin-bottom: 10px;
}

.ii {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    /* border-radius: 0 40px 40px 0; */
    background-color: rgba(255, 255, 255, .6);
    text-align: center;
}

.ii i {
    height: 50px;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #67664a;
}

.ii i:before {
    line-height: 50px;
}

.inpt-row input[type=text],
.inpt-row input[type=password],
.inpt-row input[type=email],
.inpt-row input[type=submit],
.inpt-row textarea {
    display: block;
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 12px;
    border-width: 0;
    /* border-radius: 40px 0 0 40px; */
}

.inpt-row textarea {
    height: 250px;
    /* border-radius: 40px 0 40px 40px; */
    padding: 22px;
    resize: none;
}

.inpt-row input[type=submit] {
    border-radius: 40px;
    max-width: 220px;
    margin: 0 auto;
    float: none;
    width: 100%;
}


.post-thumb,
.pager- a,
.pager- span,
.side-menu,

.srv-,
.srv-i,

.fot-box h3:before,
.fot-box h3:after,

.about-box .buttn {
    background-color: #fff;
}



.sect-5 {
    position: relative;
}

.grd- {
    margin: 0 -12px;
}

.grd- li {
    float: right;
    width: 50%;
    padding: 0 12px;
}

.grd-3 li {
    width: 33.333%;
}

.grd-4 li {
    width: 25%;
}

.grd-5 li {
    width: 20%;
}


/*-------------------------------------------------------------------------*/


.srvs-items {
    text-align: center;
}

.srvs-items li {
    display: inline-block;
    width: 32%;
    padding: 0 12px;

}

.srvs-items li .box- {
    min-height: 264px;

}

/*-------------------------------------------------------------------------*/



.txt-cntr {
    text-align: center;
}

#qrcode img {
    margin: 0 auto;
}

.txt-m {
    font-size: 18px;
    font-weight: 600;
}

.txt-l,
.txt-l * {
    font-size: 21px !important;
    font-weight: 600;
}

.wpcf7-form select {
    display: block;
    background-color: #fff;
    min-width: 100%;
}

/*-------------------------------------------------------------------------*/
.sect-11 {
    padding-top: 10px;
}

.sect-11 .sect-title img {
    display: block;
    margin: 0 auto 12px;
    height: auto;
    width: 50px;
}

.sect-title-2 .sect-title h2 {
    font-size: 40px;
}

.sect-11 p {
    font-size: 30px;
    margin: 0 auto;
    max-width: 800px;
    line-height: 40px;
}

.sect-f-img {
    display: block;
    margin: 0 auto;
    width: 40px;
}

.sect-in-about .sect-title {
    margin-bottom: 10px;
}

.sect-in-about .sect-title:before {
    display: none;
}

.sect-10 .box- {
    margin: 0 auto 20px;
    width: 200px;
    height: 200px;
    min-height: auto;
    border-radius: 50%;
    padding-top: 20px;
}

.sect-10 ul {
    margin: 0 auto;
    max-width: 700px;
}

.contact-right-col li {
    margin-bottom: 30px;
}

.contact-right-col .sect-title {
    margin-bottom: 10px;
}

.contact-right-col .social-ico a {
    background: #6d9588;
    margin-left: 12px;
    color: #fff;
    border-radius: 50%;
}

.contact-right-col .social-ico a:hover {
    background-color: #fff;
}

.page-template-page-contact .block-in {
    max-width: 900px;
    margin: 0 auto;
}

.page-template-page-contact label {
    line-height: 40px;
}

.padd-,
.padd {
    padding: 14px;
}

.block- {
    background-color: #fff;
    margin-bottom: 33px;
}

/*---------------------------------------------------- //WP -----------------------------------------------------------------*/

.page-template-page-contact form {
    margin: 0 auto;
    width: auto;
    max-width: 700px;
}

.page-template-page-contact form input,
.page-template-page-contact form textarea {
    border-width: 0;
    border-radius: 7px;
    display: block;
    width: 100%;
    padding: 15px 12px;
}

.page-template-page-contact form input[type=submit] {
    max-width: 200px;
    margin: 0 auto;
    font-family: "Almarai", sans-serif;
}



/*-------------------------------------------------------------------------*/



.home-post .p-excerpt {
    height: 50px;
}

@media screen and (min-width: 880px) {
    .row- {
        margin: 0 -12px;
    }

    .wd-50p {
        float: right;
        width: 50%;
        padding: 0 12px;
    }
}

.files-wrap iframe {
    width: 100%;
    margin: 0;
    height: auto;
    min-height: 1000px;
}

/*-------------------------------------------------------------------------*/

.sect-title-r h2 {
    text-align: right;
}

.sect-title-r .sperater {
    margin: 0;
}

.sect-new {
    background-color: #e6e6e6;
}

.fot-box pre {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
}

/*==============================================*/


.post-content {
    font-size: 19px;
    font-weight: 600;
}

.post-content p br {
    display: none;
}

.post-content li {
    margin-bottom: 12px;
}

.page-template-page-feedback .acf-form {
    margin: 0 auto;
    max-width: 500px;
}

.gototop {
    position: fixed;
    right: 30px;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-size: 24px;
    z-index: 200;
    bottom: 40px;
    line-height: 44px;
    -webkit-animation: fadeOutRight 0.5s both;
    animation: fadeOutRight 0.5s both;
}

.gototop.gototop-show {
    -webkit-animation: fadeInRight 0.5s both;
    animation: fadeInRight 0.5s both;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.page-inner {
    padding: 0;
}

.sect-right {
    width: 30%;
    float: right;
}

.sect-right img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 700px;
}

.sect-vision {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 120px;
}

.sect-vision .title-txt {
    font-size: 40px;
}

.sect-servs {
    padding-bottom: 120px;
}

.srv- {
    padding: 100px 12px 12px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    position: relative;
    height: 280px;
    text-align: center;
}

.srv-i {
    width: 120px;
    height: 120px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -60px 0 0 -60px;
    -webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.13);
    -moz-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.13);
    box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.13);
}

.srv-i img {
    width: 60px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.7;
}

.srv- h2 {
    margin: 0 0 14px;
    font-size: 19px;
    padding-bottom: 18px;
    position: relative;
}

.sect-title .la {
    font-size: 30px;
}

.srv- h2:before {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.srv- p {
    margin: 0;
    padding: 0;
    line-height: 25px;
    height: 55px;
    overflow: hidden;
}

.custom-shape-divider-bottom-1747466134 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 9;
}

.custom-shape-divider-bottom-1747466134 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1747466134 .shape-fill {
    fill: #fafafa;
}

.sect-about .custom-shape-divider-bottom-1747466134 .shape-fill {
    fill: #f0f0f0;
}

.custom-shape-divider-bottom-1747466786 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747466786 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-bottom-1747466786 .shape-fill {
    fill: #FFFFFF;
}

.sect-msg {
    background-color: #f0f0f0;
    padding-top: 0;
}

.sect-vision .custom-shape-divider-bottom-1747466786 .shape-fill {
    fill: #f0f0f0;
}

.sect-msg .sect-title {
    margin-bottom: 100px;
}

/*------------------------------*/
.why-items .box- {
    overflow: visible;
    margin-right: 40px;
    min-height: 60px;
    text-align: right;
    padding: 20px 40px 10px 10px;
}

.why-items .box- p {
    font-size: 17px;
    line-height: 26px;
}

.why-items .box-:before,
.why-items .box-:after {
    display: none
}

.why-items .icon- {
    position: absolute;
    top: 2px;
    right: -29px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    padding: 8px;
    border: 4px solid #f0f0f0;
}

.why-items .icon- img {
    width: 100%;
    display: block;
}

.custom-shape-divider-top-1747476472 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1747476472 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 70px;
}

.custom-shape-divider-top-1747476472 .shape-fill {
    fill: #f0f0f0;
}

.sect-why,
.sect-status {
    padding-top: 110px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);

}

.i-img {
    margin: 0 7px;
    display: block;
    height: 94px;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}

.i-img img {
    margin: 0 auto;
    width: auto;
    height: auto !important;
    max-height: 90%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
}

.b-slider .slick-dots {
    margin: 0;
    padding: 20px 0 0;
    list-style-type: none;
    text-align: center;
}

.b-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.b-slider .slick-dots li button {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 0;
    color: #000;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #ddd;
}

.page-template-page-about .sect-about,
.page-template-page-about .sect-vision {
    padding: 60px 0;
}

.page-template-page-about .sect-about .custom-shape-divider-bottom-1747466134 {
    display: none;
}

.sect-msg .srv- p {

    font-size: 16px;
}

.sect-msg .srv- {
    height: 250px;
}

.sect-about-inner {
    padding: 60px 0;
}

.contact-info li {
    padding: 10px 5px;
    border-radius: 4px;
    background-color: #f2f2f2;
    margin-bottom: 10px;
}

.contact-info li strong {
    display: block;
    padding: 4px 0;
    direction: ltr;
    text-align: left;
}

.c-info {
    margin-bottom: 12px !important;
}

.c-info h4 {
    display: inline-block;
    margin-left: 10px;
}

.c-info a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #4d4d4d;
    margin-left: 5px;
    letter-spacing: 1px;
}

.docs-it {
    text-align: center;
    margin: 0 auto;

}

.docs-it .btn {
    display: block;
    width: 100%;
}

/*-------------------------------------------------------------------------*/


.b-slider .slick-dots li.slick-active button,
.pagr-navg-bgr,
.hd-menu>ul>li.has-menu:hover,
.hd-menu li ul,
input[type=submit],
input[type=reset],
input[type=button],
button,
.btn,

.pager- span,
.pager- .active a,
.buttn,
footer {
    background-color: #6d9588
}

footer {
    background-color: #111;
}

header a.side-menu-toggle,
a,
.sect-title {
    color: #6d9588;
}

.hd-menu>ul>li.has-menu:hover,
.hd-menu li ul {
    background-color: #fff;
}


.btn,
.btn:hover,
footer,
footer a,
.foot-bar,
.foot-bar a,
.pagr-navg h1,
.pager- span,

.buttn,
.buttn:hover {
    color: #fff;
}

body .color-1,
.hd-menu li a {
    color: #6d9588
}


.gototop,
.fot-box h3::after {
    background-color: #b7b7b7;
}


.hd-menu li a:hover,

.about-box .buttn {
    color: #6d9588;
}


.buttn {
    /* background: linear-gradient(135deg, #6d9588 0%, #6d9588 47%, #6d9588 100%); */
    background: linear-gradient(to bottom, #6d9588 0%, #6d9588 47%, #88c425 100%);

}


.about-box .buttn {
    background-image: unset;
}


.hd-fixed {
    background-color: #fff;
}

.sect-inner {
    padding: 70px 0;
    background-color: #fff;
}

.sect-inner .left-col img {
    display: block;
    width: auto;
    max-width: 75%;
    margin: 0 auto;
}


/*==========================================*/


@media screen and (max-width: 1200px) {
    header {
        padding: 10px 0;
    }

    .cntr {
        padding: 0 12px;
    }

    .right-content {
        width: 72%;
    }

    .left-col {
        width: 26%;
    }

    .pagr-navg:before {
        display: none;
    }

    .sect-1 {
        background-size: auto 100%;

    }

    .sect-2 .left-col>img {
        right: 12px;

    }

    .logo {
        margin-top: 0;
    }

    .hd-menu {
        margin-top: 6px;
        display: none;
    }

    a.side-menu-toggle {
        display: block;
    }

    header a.side-menu-toggle {
        margin-top: 0;
        position: absolute;
        top: 40px;
        left: 20px;
    }

    .hd-fixed a.side-menu-toggle {
        top: 10px;

    }


}



@media screen and (max-width: 1024px) {
    .sect-2 {
        padding: 30px 18px;
    }

    .srvs-items li {
        width: 49%;
    }



    .grd-4 li,
    .grd-5 li {
        width: 33.333%;
    }

    .sect-msg li {
        margin-bottom: 80px !important;
    }

    .sect-right {
        float: none;
        width: auto;
    }

    .sect-right img {
        display: block;
        margin: 0 auto 25px;
        max-width: 500px;
    }


    .btns .btn {
        margin: 0 3px;
        padding: 10px;
    }

    .sect-2 .left-col>img {

        width: 50px;
    }

    .sect-2 .left-col {
        padding-right: 66px;
    }

    .sect-1 {
        padding: 130px 0 40px;
    }

    .custom-shape-divider-bottom-1747466134,
    .custom-shape-divider-bottom-1747466786,
    .custom-shape-divider-top-1747476472 {
        display: none;
    }

    .fot-box {
        width: auto;
        float: none;

    }

    .about-box {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {

    .w-50p {
        float: left;
        width: 50%;
    }

    .sect-inner p {
        font-size: 28px;
        line-height: 40px;
    }


}

@media screen and (max-width: 960px) {

    .bntn {
        margin: 0 -6px;
    }

    .right-content,
    .left-col {
        float: none !important;
        width: auto;
        margin: 0 auto 20px;
        padding: 0;
    }


    .grd-3 li,
    .grd-4 li,
    .grd-5 li {
        width: 50%;
    }

    .sect-why,
    .sect-status,
    .sect-msg,
    .sect-vision,
    .sect-servs,
    .sect-about {
        padding: 50px 0;
    }

    .left-col {
        float: none !important;
        width: auto;
    }

    .left-col img {
        display: block;
        margin: 0 auto;
        max-width: 300px;
    }

    .sect-2 .left-col {
        padding-right: 0;
        text-align: center;
    }

    .sect-2 .left-col>img {
        position: static;
        display: block;
        margin: 0 auto;
        transform: translateY(0);
        width: 50px;
    }

    .sect-2 .cntr {
        padding-top: 0;
        padding-bottom: 0;
    }

    .sect-2 .left-col .sect-title:before {
        right: 50%;
        margin-right: -15px;
    }

    .btns {
        text-align: center;
    }

    .btns .btn {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 15px;
        min-width: 120px;
    }

    .btns .btn span img {

        width: 44px;
    }

    .btns .btn span {

        padding: 0;
    }

}


@media screen and (max-width: 780px) {
    .pagr-navg h1 {
        font-size: 28px;
    }


}

@media screen and (max-width: 660px) {

    .social-ico {
        text-align: center;
    }

    .social-ico li {

        margin: 0 2px;
    }

    #lang-choser i {
        margin-top: 4px;
    }

    .copryt {
        float: none;
        width: auto;
        text-align: center;
        margin: 0 0 10px;
    }

    .sect-2 {
        padding: 12px 0;
    }

    .post-thumb {
        margin: 0 auto 12px;
        float: none;
        width: auto;
        max-width: 300px;
    }

    .foot-bar {
        padding: 10px 0;
    }

    .d-copryt {
        float: none;
        text-align: center;
    }

    .hdr-left {
        float: none;
        clear: both;
        text-align: center;
    }


    header .logo {
        overflow: hidden;
        width: 50px;
    }

    header a.side-menu-toggle {
        top: 10px;
        left: 20px;
    }

    .grd- li {
        width: auto !important;
        float: none !important;
        margin: 0 auto 30px;
        max-width: 400px;
    }

    .about-box div>div {
        margin-right: 0;
        clear: both;
    }

    .fot-box .logo {
        margin-bottom: 15px;
    }

    .srvs-items li {
        display: block;
        float: none;
        margin: 0 auto 30px;
        max-width: 440px;
        width: auto;
    }
}

@media screen and (max-width: 560px) {


    footer .foot-in {
        margin: 0;
        padding: 25px 0;
    }

    .fot-box {
        width: auto;
        float: none;
        clear: both;
        margin: 0 !important;
        padding: 20px 0;
        border-top: 1px solid #4D4D4D;
    }

    .fot-box:after {
        clear: both;
        content: '';
        display: block;
    }

    .about-box {
        border-top-width: 0;
        padding-top: 0;
    }

}

@media screen and (max-width: 490px) {
    .right-content .post-thumb {
        width: 100%;
        height: auto;
        max-height: 180px;
        margin-bottom: 12px;
    }

    .about-box p {
        font-size: 15px;
    }

    .about-box .buttn {
        width: 120px;
        margin: 0;
        float: left;
    }

    .c-info h4 {
        margin-bottom: 10px;
        display: block;
    }
}