img {
    max-width: 100%;
}

iframe,
video {
    display: block;
    max-width: 100% !important;
}

.blog-block {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}

.blog-block > a {
    display: block;
    margin: 10px 0;
    min-height: 30px;
    line-height: 30px;
}

.blog-block .readmore {
    display: table !important;
    padding: 5px 35px;
    /*background: #31afd9;*/
    /*color: #fff;*/
    /*border-radius: 5px;*/
    /*min-height: auto !important;*/


    border: 1px solid #3b588d;
    color: #3b588d;
    transition: all 0.5s ease-in-out;
}

.blog-block .readmore:hover {
    color: #fff;
    background: #3b588d;
}

.single-blog .cap img {
    width: 100%;
}

.single-blog {
    padding-bottom: 50px;
}

.single-blog .blog-block {
    min-height: 500px;
    margin-bottom: 30px;
}

#searchpage {
    padding: 70px 0;
}

#searchpage .col-lg-4 {
    float: right !important;
}

.container {
    font-style: initial;
}

.wp-caption {
    width: 100% !important;
}

.wp-caption img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.holdicon a i {
    font-size: 24px;
    position: relative;
    top: 3px;
}

@font-face {
    font-family: droid;
    font-weight: 400;
    font-style: normal;
  font-display: swap;
    src: url(fonts/droid/DroidKufi-Regular.eot);
    src: url(fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/droid/DroidKufi-Regular.woff2) format("woff2"), url(fonts/droid/DroidKufi-Regular.woff) format("woff"), url(fonts/droid/DroidKufi-Regular.ttf) format("truetype")
}

@font-face {
    font-family: droid;
    font-weight: 700;
    font-style: normal;
      font-display: swap;
    src: url(fonts/droid/DroidKufi-Bold.eot);
    src: url(fonts/droid/DroidKufi-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/droid/DroidKufi-Bold.woff2) format("woff2"), url(fonts/droid/DroidKufi-Bold.woff) format("woff"), url(fonts/droid/DroidKufi-Bold.ttf) format("truetype")
}

body {
    font: 400 14px droid;
    margin: 0;
    padding: 0;
    background: #fff;
    direction: rtl
}

a, a:hover {
    text-decoration: none
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.more {
    border: 1px solid #3b588d;
    display: table;
    /*margin: 40px auto 70px;*/
      margin: 40px auto 0px;
    color: #3b588d;
    font: 700 17px droid;
    padding: 10px 35px;
    transition: all 0.5s ease-in-out;
}

.more:hover {
    color: #fff;
    background: #3b588d;
}

#top-header {
    padding: 10px 0;
    background: #0f152a
}

#top-header .custombutton {
    margin-right: 5px
}

#top-header .custombutton a {
    color: #fff !important
}

#top-header ul.main {
    padding-top: 7px;
    display: table
}

#top-header ul.main li {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: tahoma;
    letter-spacing: 1px;
    padding-left: 20px;
    color: #ddd;

    border-radius: 0
}

#top-header ul.main li i {
    font-size: 15px;
    padding-left: 5px;
    color: #aaa
}

#top-header .social {
    float: left;
    display: table
}

#top-header .social li {
    float: left;
    padding-right: 20px
}

#top-header .social li:hover i {
    -webkit-animation-name: flash;
    animation-name: flash
}

#top-header .social li a {
    text-align: center;
    transition: all .3s ease;
    color: #ddd;
    display: table;
    position: relative;
    font-size: 16px
}

#top-header .social li a i {
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    /*z-index: 9999999999*/
}

/*header {*/
/*    position: relative;*/
/*    padding: 18px 0*/
/*}*/

/*header img {*/
/*    max-width: 100%;*/
/*    width: auto !important;*/
/*}*/

/*header .fa-bars {*/
/*    margin: 15px auto 0;*/
/*    cursor: pointer;*/
/*    display: none;*/
/*    font-size: 25px;*/
/*    color: #009FE3*/
/*}*/

/*header ul {*/
/*    padding: 15px 0*/
/*}*/

/*header ul li {*/
/*    float: right;*/
/*    padding: 7px 0;*/
/*    margin-left: 30px;*/
/*    font: 400 15px droid;*/
/*    transition: all .5s ease;*/
/*    position: relative*/
/*}*/

/*header ul li ul {*/
/*    position: absolute;*/
/*    width: 190px;*/
/*    background: #fff;*/
/*    right: 0;*/
/*    padding: 25px 15px 10px 0;*/
/*    display: none;*/
/*    z-index: 999999;*/
/*    -webkit-animation-duration: .3s;*/
/*    animation-duration: .3s*/
/*}*/

/*header ul li ul li {*/
/*    width: 100%;*/
/*    padding: 0 0 15px 0;*/
/*    margin: 0;*/
/*    float: right*/
/*}*/

/*header ul li ul li i {*/
/*    font-size: 15px !important;*/
/*    float: right;*/
/*    color: #443a44;*/
/*    position: relative;*/
/*    top: 5px;*/
/*    margin-left: 10px*/
/*}*/

/*header ul li ul li a {*/
/*    color: #443a44*/
/*}*/

/*header ul li.active {*/
/*    background: #31B0D5;*/
/*    padding: 7px 15px;*/
/*    margin: 0 !important;*/
/*    float: left*/
/*}*/

/*header ul li.active a {*/
/*    color: #fff*/
/*}*/

/*header ul li a {*/
/*    color: #19506d*/
/*}*/

/*header ul li:hover ul {*/
/*    -webkit-animation-name: fadeInRight;*/
/*    animation-name: fadeInRight;*/
/*}*/

.slide.slider {
    position: relative;
    /*height: 500px*/
}

.slide.slider .owl-next,
.slide.slider .owl-prev {
    display: none !important
}

.slide.slider .owl-dots {
    /*position: absolute;*/
    /*z-index: 2;*/
    /*top: 25px;*/
    /*left: 30px*/
    text-align: center;
}

.slide.slider .owl-dots .owl-dot {
    background: #009fe3;
    width: 20px;
    height: 5px;
    /* margin-bottom: 7px; */
    /* clear: both; */
    /* float: right; */
    /*border-radius: 5px;*/
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s linear;
}

.slide.slider .owl-dots .owl-dot.active {
    background: #186FB9 !important;
    width: 45px;
}

.slide.slider .active .preview {
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: fadeInUp
}

.slide.slider .active h2 {
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: fadeInDown
}

.slide.slider .active p {
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: fadeInRight
}

.slide.slider .active ul li:nth-child(1) {
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-name: fadeInRight
}

.slide.slider .active ul li:nth-child(2) {
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    animation-name: fadeInRight
}

.slide.slider .active ul li:nth-child(3) {
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    animation-name: fadeInRight
}

.slide.slider .active ul li:nth-child(4) {
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-name: fadeInRight
}

.slide.slider .active ul li:nth-child(5) {
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 2.6s;
    animation-duration: 2.6s;
    animation-name: fadeInRight
}

.slide.slider .active a {
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-name: fadeInUp
}

.slide.slider .item {
    position: relative;
    /*height: 500px*/
}

.slide.slider .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 36, 46, 0.85);
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.slide.slider .item .container {
    position: relative
}

.slide.slider .item a {
    position: absolute;
    top: 370px;
    z-index: 2;
    background: #fff;
    color: #666;
    padding: 10px 15px;
    font-weight: 700;
    right: 30px
}

.slide.slider .item img {
        height: 400px;
    display: block;
    width: 100%
}

.slide.slider .item img.preview {
    height: 435px !important;
    width: 460px !important;
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 2
}

.slide.slider .item .holder {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 25px
}

.slide.slider .item .holder h2 {
    color: #fff;
    font: 700 29px droid
}

.slide.slider .item .holder p {
    color: #fff;
    max-width: 500px;
    padding: 15px 0
}

.slide.slider .item .holder ul {
    display: table
}

.slide.slider .item .holder ul li {
    background: #fff;
    color: #333;
    padding: 8px 15px;
    border-right: 6px solid #5BC0DE;
    margin-bottom: 10px
}

section {
    padding: 35px 0 
}

section .h3 {
    position: relative;
    display: table;
    margin: 0 auto 50px;
    padding: 0 50px
}

section .h3:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 3px;
    background: #ccc
}

section .h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 3px;
    background: #ccc
}

section .h3 h3 {
    padding: 0;
    margin: 0 auto 0;
    display: table;
    font: 700 24px droid;
    position: relative
}

section .h3 h3:before {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    height: 3px;
    width: 20px;
    background: #ccc
}

section .h3 h3:after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    height: 3px;
    width: 20px;
    background: #ccc
}

section .description {
    clear: both;
    display: table;
    width: 80%;
    text-align: center;
    line-height: 2.1;
    color: #666;
    margin: 0 auto 50px
}

.features {
    float: right;
    margin-bottom: 40px
}

.features b {
    float: right;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: #ECECEC;
    text-align: center;
    line-height: 62px;
    position: relative;
    margin: 6px;
    color: #005693;
    margin-right: 0 !important;
    font-size: 32px;
    transition: all .5s ease;
    margin-left: 10px
}

.features b:before {
    transition: all .5s ease
}

.features b:after {
    border-radius: 100%;
    background: rgba(243, 243, 243, 0.1);
    border: 2px solid #ECECEC;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all ease 0.3s
}

.features h2 {
    font-size: 17px;
    color: #333;
    padding: 0;
    margin: 15px 0
}

.features p {
    float: right;
    display: table;
    /*max-width: 75%;*/
    width: calc(100% - 72px);
    color: #B3B3B3;
    font-size: 12px
}

.features:hover b {
    transform: rotate(360deg)
}

.features:hover b:before {
    transform: rotate(-360deg)
}

.features:hover b:after {
    top: -5px;
    bottom: -5px;
    right: -5px;
    left: -5px
}

#offer {
    background: #EDEDED;
    padding-bottom: 55px;
    overflow: hidden
}

#offer .offer {
    float: right
}

#offer .offer .info {
    color: #666;
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    float: right;
    padding-bottom: 10px;
    display: table;
    clear: both;
    width: 220px;
    background: #fff;
    padding: 10px 15px;
    cursor: pointer
}

#offer .offer .info.active {
    /*border-right: 6px solid #31B0D5*/
    background-color: #3b588d;
    color: #fff;
}

#offer .offer .info i {
    margin-left: 8px
}

#offer .content {
    position: relative
}

#offer .content img {
    position: absolute;
    left: 0;
    top: 100px;
    width: 300px;
    height: 284px;
}
.blog.owl-carousel .owl-item img{
    height: 200px;
}
#offer .content h4 {
    font-size: 20px;
    color: #666;
    padding: 0;
    margin: 0 0 30px 0
}

#offer .content p {
    color: #777;
    line-height: 2.5;
    font-size: 13px;
    text-align: right
}

#offer .content p i {
    font-size: 80px;
    float: right;
    margin-left: 35px
}

#offer .content p strong {
    clear: both;
    display: table;
    font-size: 18px;
    margin: 15px 0
}

#offer .content ul li {
    font-size: 12px;
    margin-bottom: 10px;
    color: #777
}

.work {
   /* float: right;*/
    /*margin-bottom: 30px*/
}
.work .nav-tabs {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.work .nav-tabs > li {
    margin: 0;
}

.work .nav-tabs > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    height: 45px;
    border-radius: 0px;
    padding: 0 10px;
    border: 1px solid #ee9531;
    color: #ee9531;
    background-color: transparent;
    transition: all linear 0.3s;
    overflow: hidden;
    position: relative;
}

.work .nav-tabs > li > a:before {
    content: "";
    background: #3b588d;
    width: 100%;
    height: 0%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    transition: all linear 0.3s;
}

.work .nav-tabs > li > a:hover,
.work .nav-tabs > li.active > a {
    border: 1px solid transparent !important;
    color: #FFF;
    background-color: transparent;
}

.work .nav-tabs > li > a:hover:before,
.work .nav-tabs > li.active > a:before {
    height: 100%;
}
.work .holder {
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #259ec5;
    transition: all 25s ease
}

.work .holder img {
        width: 100%;
    margin-right: 0;
    height: 350px;

}

.work .title {
    margin: 0 auto;
    color: #666;
    display: table;
    font-weight: 700;
    min-height: 55px;
    margin-bottom: 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #ee9531;
    color: #ee9531;
    transition: all linear .3s;
}
.wp-pagenavi span.current ,.wp-pagenavi a:hover{
    border: 1px solid transparent !important;
    color: #FFF;
    background-color: #3b588d;
}
#contact {
    background: #0f152a
}

#contact .h3 h3 {
    color: #fff
}

#contact .description {
    color: #ddd
}

#contact input,
#contact textarea {
    margin-bottom: 30px;
    padding: 7px 10px;
    width: 100%;
    color: #A9A9A9;
    outline: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
}

#contact textarea {
    height: 180px;
    resize: none
}


#contact input::placeholder,
#contact textarea::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

#contact input::placeholder,
#contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

#contact input::placeholder,
#contact textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}

#contact input[type="submit"] {
    display: table;
    margin: 0 auto 50px;
    color: #fff;
    padding: 5px 25px;
    max-width: 120px;
    background: transparent;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}

#contact input[type="submit"]:hover {
    color: #fff;
    background: #3b588d;
    border: 1px solid #3b588d
}

#partner {
    /*margin-bottom: 75px*/
}

#partner .partner .item {
    /*margin: 0 15px*/
}

#partner .partner .item {
  /*  display: flex;
    justify-content: center;
    align-items: center;
    height: 148px;
    border: 1px solid #eee;
    padding: 5px;*/
}

#partner .partner .item a {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 148px;*/
    /*border: 1px solid #eee;*/
    /*padding: 5px;*/
}

#partner .partner .item img {
    width: auto !important;
    max-height: 100%;
}
.partner  .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.partner .owl-dots .owl-dot {
    background: #009fe3;
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s linear;
}

.partner .owl-dots .owl-dot.active {
    background: #186FB9 !important;
    width: 45px;
}

.top-foot {
    padding: 15px;
    background: #4c76ba;
    color: #fff;
    text-align: center
}

footer {
    padding: 50px 0;
    background: #0f152a;
    color: #ddd
}

footer .cols {
    float: right !important
}

footer h4 {
    color: #f39433;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 15px !important
}

footer li {
    float: right;
    width: 50%
}

footer li a {
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}

footer li a:hover {
    color: #4c76ba;
}

h2 {
    font-size: 13px
}

.sales1 h5 {
    color: #f39433;
    font-size: 16px;
}

.sales1 h5 i {
    margin-left: 10px
}

.extraheader {
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 9999999;
    right: 0;
    padding: 6px 0 !important
}

.extraheader .mainmune {
    padding: 6px 0 !important
}

.myoffer {
    display: none
}

.myoffer#aa0 {
    display: table
}

.breadcrumbs {
    color: #ddd;
    background: #333;
    padding: 25px 0
}

.breadcrumbs .links {
    float: right;
    display: table;
    position: relative;
    top: 5px
}

.breadcrumbs h2 {
    margin: 0;
    padding: 0;
    display: table;
    float: right
}

.breadcrumbs a {
    color: #ddd
}

.posts .imgs {
    width: 100%
}

.posts .imgs img {
    width: 100%;
    max-height: 450px;
    margin-bottom: 30px
}

.posts i.fa.fa-check.yes-check {
    background: #31B0D5;
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    margin-left: 8px
}

.posts .hed {
    background: #31B0D5;
    text-align: center;
    padding: 15px 0;
    color: #fff
}

.posts .hed i {
    font-size: 25px
}

#post {
    padding-bottom: 70px
}

#post .arod {
    float: right
}

#post .arod .inner {
    border: 1px solid #eee
}

#post .arod .inner ul {
    padding: 15px
}

#post .arod .inner ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

#post h2 {
    color: #009FE3;
    font-size: 19px
}

#post h2 i {
    margin-left: 8px
}

#post ul {
    padding: 15px 0
}

#post ul li {
    position: relative;
    padding-right: 35px;
    margin-bottom: 10px
}

#post ul li:before {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #009FE3;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 22px;
    right: 0
}

#post ol {
    padding: 15px 0
}

#post ol li {
    position: relative;
    padding-right: 35px;
    margin-bottom: 10px;
    list-style: none
}

#post ol li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #009FE3;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 22px;
    right: 0
}

@media only screen and (max-width: 480px) {
    section .h3 h3 {
        font-size: 18px !important
    }

    .slide.slider .item img.preview, #offer .content img {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .slide.slider .item img {
        height: 100px;
    }

    .slide.slider .item img.preview {
        display: none
    }

    .mainmune {
        display: none;
        width: 300px;
        position: absolute;
        background: #fff;
        left: 0;
        z-index: 99999999999;
        overflow: hidden
    }

    .mainmune li {
        width: 50%;
        padding: 7px 15px !important;
        float: right
    }

    .mainmune li ul {
        position: static;
        right: 98%;
        top: 0
    }

    .mainmune li ul li {
        width: 100%;
        float: none;
    }

    /*header .fa-bars {*/
    /*    display: table*/
    /*}*/
}

.sidebarr {
    float: left
}

.sidebarr .sidewid ul {
    padding-bottom: 35px
}

.sidebarr .sidewid ul li a {
    padding-right: 30px;
    position: relative;
    margin-bottom: 8px;
    display: table
}

.sidebarr .sidewid ul li a:before {
    content: "\f00c";
    font-family: FontAwesome;
    width: 22px;
    height: 22px;
    background: #009FE3;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 22px
}

.sidebarr .tagcloud a {
    background: #000;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 5px;
    display: -webkit-inline-box
}

.sidebarr .sidewid h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-top: 27px
}

.sidebarr form {
    margin-bottom: 25px
}

.sidebarr form .form-group {
    max-width: 75%
}

.sidebarr form .form-group input#s {
    width: 100%
}

.activeme {
    background: #f39433;
    text-align: center;
    padding-right: 9px;
    padding-left: 9px;
    border-radius: 3px;
    font-family: droid
}

.activeme a {
    color: #fff
}

.posts .imgs.work-thumbnail img {
    /*object-fit: scale-down;*/
    /*max-height: fit-content !important;*/
}

/*@media only screen and (min-width: 768px) {*/
/*    header ul li:hover ul {*/
/*        display: table !important*/
/*    }*/
/*}*/
header {
    padding: 15px 0;
}

.logo img {
height: 60px;
    width: 150px;
}

.content {
    padding: 50px 0;
}

.blog-item {
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    background-color: #ECECEC;
    min-height: 300px;
}

.blog-item-thumbnail img {
    height: 200px;
}

.blog-item-title a {
    display: block;
    padding: 10px;
    color: #000;
}

/*comments*/
/******************************/
#respond {
    margin-bottom: 30px;
}

#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
    /*color: #3bb5b6;*/
}

#comments .comment-user-name {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#comments .reply-title {
    font-size: 16px;
    text-transform: uppercase;
}

#comments input[type=text],
#comments textarea {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    vertical-align: baseline;
    padding: 10px;
    color: #282828;
    border: 1px solid #0a8de6;
    background-color: transparent;
}

#comments input[type=text]::placeholder,
#comments textarea::placeholder {
    color: #000 !important;
}

#comments .form-submit {
    text-align: center;
}

.pingback .comment-edit-link {
    margin-left: 15px;
}

#comments .comment-edit-link,
#comments .comment-reply-link {
    text-decoration: underline;
    background-color: #0a8de6;
    color: #fff;
    padding: 5px 10px;
    /*border-radius: 5px;*/
    display: inline-block;
}

#comments p {
    padding: 0;
}

#comments p.form-submit {
    margin: 0;
}

.comment-title {
    /*font-size: 14px;*/
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
}

.comment-list {
    /*background: #f4f6f7;*/
    /*list-style: none;*/
    /*display: block;*/
    /*margin-bottom: 30px;*/
}

#comments > .comment-list > .comment {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(241, 203, 56, 0.4);
}

#comments > .comment-list > .comment:not(:last-child) {
    /*border-bottom: 2px dashed #3bb5b6;*/
}

.comment-list .comment-date {
    text-transform: none;
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

.comment-list img {
    /*padding: 0;*/
    /*width: 100%;*/
    /*height: auto;*/
    box-shadow: 0 0 5px rgba(224, 231, 241, .5);
    border-radius: 100%;
}

.comment-list p.comment-desk {
    color: #000;
}

.comment-list ol.children {
    list-style: none;
    padding: 15px 50px;
}

#comments input.send {
    color: #fff;
    padding: 5px 25px;
    border: 0;
    border-radius: 5px;
    background-color: #0a8de6;
}

#comments input.send:hover {
    background: #c63342;
    color: #fff;
}

#comments > .children .comment-box {
    background: #000;
}

.logged-in-as a {
    color: #0a8de6;
}

/******************************/
.sec-tit {
    margin-bottom: 30px;
}

.post-thumbnail {
    margin-bottom: 15px
}

.post-thumbnail img {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
    margin: auto;
}

.tags_area,
.post-nav {
    margin-bottom: 30px
}

.content .item {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}

.content .item-thumb img {
    height: 150px;
}

.content .item-body {
    padding: 15px;
}

.content .item-tit a {
    color: #0a8de6;
}

.content .item-url a {
    color: #31B0D5;
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-item-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between
}

.post-nav-url {
    box-shadow: 7px 7px 10px #cbced1,
    -7px -7px 10px #fff;
    width: 270px;
    color: #31B0D5;
}

.post-nav-thumb img {
    width: 100px;
    height: 100px;
}

.post-nav-tit {
    padding: 0 10px;
    width: calc(100% - 100px);
    line-height: 27px;
    font-weight: bold;
}

.post-nav-text {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}

/******************************/


/*WordPress Core Editor Style*/
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

@media only screen and (min-width: 768px) {
    .full-width .alignfull {
        width: calc(100vw - var(--scrollbarwidth));
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .full-width .alignfull img {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .full-width .alignwide:not(.wp-block-columns):not(.wp-block-gallery) {
        margin-left: calc(25% - 21vw);
        margin-right: calc(25% - 21vw);
        width: auto;
        max-width: 1000%;
    }

    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }

    .wp-block-image {
        max-width: none;
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100% !important;
}

img.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

img.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 10px;
}

.wp-caption.alignright,
.story img.alignright {
    float: right;
    max-width: 320px;
    margin: -10px 0 10px 20px;
}

.wp-caption.alignleft {
    float: left;
    max-width: 320px;
    margin: 0 20px 10px 0;
}

.wp-caption p.wp-caption-text {
    padding: 10px 5px 5px;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        display: flex;
        margin-bottom: 0;
        list-style: none;
    }

    .nav-list > .link {
        display: flex;
        align-items: center;
        position: relative;
    }

    .has_sub_menu {
    }

    .has_sub_menu ~ i {
        width: 15px;
        display: inline-block;
        text-align: center;
        color: #0452bc;
    }

    .nav-list > .link > a {
        display: block;
        color: #000;
        position: relative;
    }

    .nav-list > .link a:hover,
    .nav-list > .link.active a {
        color: #005693;
    }

    .sub-list {
        background-color: #fff;
        list-style: none;
        position: absolute;
        top: 100%;
        min-width: 200px;
        z-index: 4;
        transform-style: preserve-3d;
        transform: rotateX(-60deg);
        transform-origin: center top;
        height: 0;
        overflow: hidden;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.5s ease-in-out;
    }

    .sub-list li {
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #cacaca;
        transition: all 0.5s ease-in-out;
    }

    .sub-list li a {
        display: block;
        width: 100%;
        color: #000;
    }

    .sub-list li a.has_sub_menu {
        width: calc(100% - 30px);
        display: inline-block;
    }

    .sub-list li:hover {
        border-bottom: 1px solid #0452bc;
    }

    .sub-list li a:hover {
        color: #0452bc;
    }

    .sub-list li:last-child > a {
        margin-bottom: 0;
    }

    .sub-list .sub-link {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        transition: all .5s linear;
    }

    .sub-list .sub-link:hover {
        background-color: #0452bc;
    }

    .sub-list .sub-link:last-child {
        border-bottom: 0;
    }

    .nav-list .link:hover > .sub-list {
        transform: rotateY(0deg);
        overflow: inherit;
        height: auto;
    }

    .sub-list .sub-list {
        top: 0;
    }

    .nav-list .link .sub-list .sub-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list .link .sub-list .sub-link:hover > .sub-list {
        display: block;
    }

    .nav-btn,
    .mobile-nav-list {
        display: none;
    }

    /**/
    .nav-list > .link {
        margin-left: 10px;
    }

    .has_sub_menu {
        margin-left: 5px;
    }

    .sub-list {
        right: 0;
    }

    .sub-list li a.has_sub_menu {
        margin-right: 5px;
    }

    .sub-list .sub-list {
        right: 100%;
    }

}

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .nav-btn {
        display: inline-block;
        color: #fff;
        background-color: #31B0D5;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 100%;
        border: 0;
        padding: 0;
    }

    .mobile-nav-list {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 5;
        height: 100%;
        width: 300px;
        background-color: #f2f2f2;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        padding: 15px;
        transition: all .5s linear;
    }

    .mobile-nav-list .link {
        font-size: 16px;
        padding: 10px 15px;
        position: relative;
    }

    .mobile-nav-list .link a {
        color: #000;
        display: block;
        width: 100%;
    }

    .mobile-nav-list .link a.has_sub_menu {
        display: inline-block;
        width: calc(100% - 40px);
    }

    .mobile-nav-list .link a:hover,
    .mobile-nav-list .link.active a {
        color: #0452bc;
    }

    .mobile-nav-list .link i {
        color: #fff;
        background-color: #0452bc;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .link i.open {
        transform: rotate(180deg);
    }

    .sub-list {
        box-shadow: none;
        width: 100%;
        overflow: hidden;
        background-color: transparent;
    }

    .sub-list.open {
    }

    .sub-list a {
        display: block;
        position: relative;
    }

    .sub-list .sub-link {
        border: 0;
        padding: 5px 20px;
        font-size: 14px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        white-space: nowrap;
    }

    .sub-list .sub-list a {
        display: block;
        position: relative;
    }

    .trans-none {
        transform: none !important;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }

    /**/
    .nav-btn {
        margin-right: 10px;
    }

    .mobile-nav-list {
        right: 0;
        transform: translateX(100%);
    }

    .mobile-nav-list .link a.has_sub_menu {
        margin-left: 5px;
    }

    .sub-list .sub-list a {
        padding-right: 15px;
    }

    .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }
}

@media (max-width: 480px) {
    .post-nav-url {
        width: 100%;
    }

    .post-nav-text {
        width: 100%;
        height: auto;
        border-radius: 0;
        padding: 10px;
        margin: 5px 0;
        box-shadow: none;
    }
}

.wp-pagenavi {
    text-align: center;
    margin: 15px 0;
}

.servies-area .features:first-child b {
    background-color: #cce0ff;
}

.servies-area .features:nth-child(2) b {
    background-color: #daf6ff;
}

.servies-area .features:nth-child(3) b {
    background-color: #ffe7ce;
}

.servies-area .features:nth-child(4) b {
    background-color: #f7f2e0;
}

.servies-area .features:nth-child(5) b {
    background-color: #ffe8f7;
}

.servies-area .features:last-child b {
    background-color: #ffe4fb;
}


.servies-area .features:first-child b:after {
    border: 2px solid #cce0ff;
}

.servies-area .features:nth-child(2) b:after {
    border: 2px solid #daf6ff;
}

.servies-area .features:nth-child(3) b:after {
    border: 2px solid #ffe7ce;
}

.servies-area .features:nth-child(4) b:after {
    border: 2px solid #f7f2e0;
}

.servies-area .features:nth-child(5) b:after {
    border: 2px solid #ffe8f7;
}

.servies-area .features:last-child b:after {
    border: 2px solid #ffe4fb;
}

/**/
.desktop-icons{
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9;
}
.desktop-icons a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #25d366;
    color: #fff;
    border-radius: 100%;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
}

.mobile-icons {
    width: 100%;
    position: fixed;
    z-index: 9;
    bottom: -50px;
    right: 0;
    left: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
}
.mobile-icons a {
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    background-color: #6de06d;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.mobile-icons .icon-phone {
    background-color: #2caf3c;
}
@media (max-width: 991px) {
    .mobile-icons {
        bottom:0;
        opacity:1;
        visibility: visible;
    }
    .desktop-icons{
        opacity: 0;
        visibility: hidden;
    }
    #ab-recaptcha-wrap{
        bottom: 30px !important;
    }
}
/**/
.f-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-20 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .col-md-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}


@media (max-width: 768px) {
    .certificate-item {
        margin-bottom: 15px;
    }
}

.certificates {
    margin-bottom: 80px;
}

.certificate-item {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 21px rgba(18, 17, 12, .21);
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-item img {
    height: 100%;
    object-fit: cover;
    width: 90%;
    margin: 0 auto;
}
/**/
.testimonials-item {
    position: relative;
    margin-bottom: 55px;
    background-color: #fff;
    box-shadow: 0 25px 70px 1px rgba(0, 0, 0, .12)
    
}

.testimonials-item-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -25px;
    right: 15%;
    z-index: 1;
    color: #fff;
    background-color: #4c76ba;
    font-size: 20px;
    box-shadow: 0 5px 30px rgba(19, 47, 34, .15);
    transition: all .3s ease;
}

.testimonials-item-block {
    background-color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 25px 70px 1px rgba(0, 0, 0, .12);
    padding: 30px;
}

.testimonials-item-wrap-video {
}

.testimonials-item-wrap-video video {
    height: 300px;
    width:100%;
}

.testimonials-item-quote {
    height: 300px;
}

.testimonials-item-wrap-quote-thumb {
    margin-bottom: 15px;
}

.testimonials-item-wrap-quote-thumb img {
    margin: auto;
    max-height: 90px;
    object-fit: contain;
}

.testimonials-item-wrap-quote-cont {
    /*overflow-y: auto;*/
    /*height: 52px;*/
}

.testimonials-item-wrap-img img {
    max-height: 240px;
    width: 100%;
    object-fit: contain;
}
.testimonials-item-wrap-quote-foot{
    padding : 10px 0;
}
/**/
.reviews{}

.review-item{
    margin: 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(18, 17, 12, .21);
    padding: 15px;
    height: 270px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.reviews-carousel .review-item img{
    max-height:100%;
    width: auto !important;
    object-fit: contain;
max-height: 100%;
}

.reviews-carousel  .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.reviews-carousel .owl-dots .owl-dot {
    background: #009fe3;
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s linear;
}

.reviews-carousel .owl-dots .owl-dot.active {
    background: #186FB9 !important;
    width: 45px;
}

.post-type-archive-reviews .review-item,
.post-type-archive-testimonials .review-item{
    margin-bottom: 30px;
}
.post-type-archive-testimonials .reviews,
.single-works .reviews{
    margin-bottom: 50px;
}

.efadh-certificates{
    display: flex;
    align-content: center;
    justify-content: center;
}
.efadh-certificate-item{
    margin: 15px;
}
.efadh-certificate-item a{
    height: 130px;
    display: flex;
    align-content: center;
    justify-content: center;
}
.efadh-certificate-item img{
    max-height: 100%;
    width: 120px;
    height: 120px;
}


.btn-wave {
    position: relative;
}

.btn-wave:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
/*****************************/
.accordion_main{
       position: relative;
}

.accordion_main .accordion_head {
       cursor: pointer;
    color: #000;
    padding: 15px 15px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
    border: 1px solid #f3f3f3;
    transition: all 0.2s ease-in-out;
}

.accordion_main .accordion_head:after {
    content: "\f067 ";
    font-family: "FontAwesome";
    font-weight: 900;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.accordion_main .accordion_body {
        line-height: 24px;
    margin-bottom: 0;
    font-size: 14px;
    display: none;
    color: #000;
    position: absolute;
    z-index: 2;
    background: #FFF;
    padding: 10px;
    border: 1px solid #CCC;
    width: 100%;
    border-top: 0;
}

.accordion_main.active .accordion_head {
    color: #fff;
    background-color: #4c76ba;
}

.accordion_main.active .accordion_head:after {
    content: "\f068";
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.related_posts{
    
}
.related_posts .related_item{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none !important;
}
.related_posts .related_item img{
        width: 100%;
    height: 250px;
    object-fit: cover;
}
.related_posts .related_item p{
        font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

/*****************************/

/*# sourceMappingURL=style.css.map */
