/* font cdn */

*,ul,a,li,p{
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
}
a:hover{
    text-decoration: none;
}
body{
    font-family: 'Montserrat', sans-serif;
    --main-font-weight : 500 ;
    --main-font-color : #C3C3C3 ;
    --main-blue-color:#01a6ff ;
    --main-white-color:#fff ;
    --main-background-color:#E8E8E8;
    --main-green-color: #9ECF36;
}
.nav-bar{
    background: var(--main-background-color);
    
}
.multiple-carousel .slick-slide{max-width:225px !important;} 
.multiple-carousel .slide-item{max-width:225px !important;} 
.center-class {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.list-unstyled {
    display: flex;
    align-items: center;
}
.search-field .form-group {
    display: flex;
    position: relative;
    margin: 0px;
}
.burgarmenu{
    display: none;
}
.border-blue {
    border-radius: 50px;
     font-size: 10px;
    color:#cfcfd0;
    font-weight: 500;
    padding: 10px 25px;
    border: 2px solid var(--main-blue-color);
}
.search-field .form-group .form-control {
    padding: 0px 15px;
    min-height: 40px;
    border-radius: 50px;
    border: 2px solid var(--main-blue-color);
    font-size: 12px;
    color:#000;
    min-width: 245px;
    background:var(--main-white-color);
    font-weight: var(--main-font-weight);
}

.btn-header {
    background: var(--main-blue-color);
    color:var(--main-white-color);
    font-weight: var(--main-font-weight);
    border-radius: 50px;
    border: 0px;
    font-size: 11px;
    padding: 0px 15px;
    position: absolute;
    height: 100%;
    right: 0;
}
.btn-green {
    padding: 5px 25px;
    border: 0px;
    border-radius: 50px;
    color: #fff;
    background: var(--main-green-color);
    font-size: 15px;
}
.owl-carousel button.owl-dot{
    background: darkgray !important;
}
.nav-bar ul li:last-child,.header-wrapper li:last-child {
    margin: 0px;
}
.nav-bar ul li,.header-wrapper li,.social-media li {
    margin-right: 15px;
}
.logo img {
    max-width: 200px;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.logo {
    min-width: 430px;
    position: relative;
    padding: 20px 0px;
    overflow: hidden;
}
.logo:before {
    content: '';
    background-image: url(../images/header-logo-back.png);
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 90px;
}
.gride-container{
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    grid-gap: 30px;
}
.indu-sec img,.product img ,.trustedby img,.entry-thumbnail img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.img-content {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.content h5 a {
    color: #fff;
}

.content {
    position: relative;
    bottom: 0;
    width: 100%;
    background: #0283c8;
    color: #fff;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content h5 {
    font-size: 13px;
    margin: 0px;
    padding: 10px;
    font-weight: 500;
}
.product-links a{

    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 12px !important;
    padding: 6px 5px;
    background: var(--main-green-color);
    display: block;
	width: 150px;
    margin: auto;
}
.downloads-carousel img{margin:auto;}
.fx {
    max-width: 12%;
    margin-left: 35px;
    float: left;
}

section.product .slide-item .content{
    background:var(--main-green-color) !important ;
}
section.indu-sec .slide-item .content{
    background:var(--call-us-form-header-background, #373737) !important;
}
nav li.has-children > a:after {
    color: #fff;
    content: '  ▼';
    font-size: 7px;
    vertical-align: 1px;
    margin-left: 5px;
   }
  nav li li.has-children > a:after {
    color: #fff;
    content: ' ►';
    font-size: 7px;
    vertical-align: 1px;
   }

/* set-title */
.sec-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.sec-title h2 {
    font-size: 30px;
    color: var(--main-blue-color);
    font-weight: 500;
    width: fit-content;
    margin: auto;
    position: relative;
}

/* before-line */
.sec-title h2:before 
{
    content: '';
    width: 80px;
    height: 3px;
    background: var(--main-green-color);
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin: auto;
    margin-left: -40px;
}
.section-space {
    padding: 100px 0px;
}
/* automation */
.main-blue-section {
    padding: 90px 0px;
    position: relative;
    background: var(--main-blue-color);
    text-align: center;
}

.main-blue-section img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.main-blue-section h5 {
    color: #fff;
    font-size: 24px;
}
.main-blue-section h5 span {
    font-weight: 300;
}

.main-blue-section h5 b {font-weight: 600;}
/* product */
.bg-gray {
    background: #F5F6F8;
}
.merge-minus {margin-top: -125px;}

.p-150 {
    padding-top: 180px;
}
.trustedby .row {
    display: flex;
    align-items: center;
    text-align: center;
}

.trustedby img {
    max-width: fit-content;
}
/* contact-us 

*/
.inquiry-form {background-size: cover;background-repeat: no-repeat;background-position: center;}

.contact-form,.registration-form {
    padding: 50px 25px 20px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}
body .ff-el-form-control::placeholder,body .resume-control,select /*.contact-form .ff-el-form-control::placeholder,body .registration-form .ff-el-form-control::placeholder,body .resume-control,body select,.page-id-160 .fluentform .ff-el-form-control::placeholder*/ {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #9B9B9B !important;
}
body .contact-form .ff-el-form-control,body .registration-form .ff-el-form-control,.resume-control,.page-id-160 .fluentform .ff-el-form-control {
    padding: 15px 15px;
    background: #EDEDED;
    border: 0px;
    border-radius: 10px;
    height: auto;
    font-size: 15px;
    cursor: pointer;
}
.inquiry-form p {
    font-size: 22px;
    color: #fff;
    margin: 0px;
    font-weight: 500;
}
.form-title h5 {
    margin-bottom: 25px;
    font-size: 30px;
    color: var(--main-blue-color);
    font-weight: 600;
}
.btn-submit {
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 500;
}
/* footer */
.footer-logo img {
    max-width: 180px;
}
.footer-content.address p {
    max-width: 100%;
}
.footer-content p, .footer-content a {
    font-size: 14px;
    color: #3E3E3E;
    font-weight: 500;
    max-width: 190px;
    margin: 0px;
}

.footer-content {
    margin-top: 15px;
    display: grid;
}
/*.footer-content li {
    padding: 5px 0px 0px;
}*/

.footer-content .btn-green {
        border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    margin: 15px 0px;
    outline: 0;
    color: #fff;
    text-align: center;
}
.title h5 {
    font-weight: 700;
    color: #5C5C5C;
    font-size: 16px;
}
.social-media li a i {
    font-size: 20px;
}
.img-banner {
    background-image: url(../images/banner-slider.png);
    height: 80vh;
    background-size: 100% 100%;
}
.img-banner img.target {
    position: absolute;
    bottom: -1px;
    z-index: 1111;
}
.main-header {
    position: absolute;
    width: 100%;
    /* top: 0; */
    z-index: 111;
}
.img-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(
269deg
, #00a6ff 0%, #004265bd 100%) 0% 0% no-repeat padding-box;
    z-index: 1111;
}
.main-header ul li a {
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 500;
    transition: 0.2s;
}
.header-wrapper li.active a, .header-wrapper li:hover > a {
    
    color: #9ecf36 !important;
}
.banner-slider .item {
    position: relative;
}

.main-banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.banner-slider .item {
    position: relative;
}

.main-banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1111;
}

.banner-content h1 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.banner-content p {
    color: #fff;
    font-size: 25px;
}

.banner-content .btn-green {
    font-size: 15px;
    padding: 10px 23px;
    margin-top: 15px;
    transition: 0.2s;
}
.btn-green:hover, .btn-green:focus {
    outline: 0px;
    background: #25b3ff;
}

.banner-content {
    padding-left: 40px;
}
.banner-content h1:before {content: '';background: var(--main-green-color);width: 240px;height: 1px;position: absolute;left: 0;bottom: -5px;margin-left: -140px;}
.banner-slider .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #A5A5A5;
    margin: 0px 4px;
}

.banner-slider .owl-dots button.owl-dot.active {
    background: #0083c9;
}
.banner-slider .owl-dots {
    display: block !important;
    max-width: 1000px;
    margin: 30px auto;
}
.grey-assets {
    background-image: url('../images/grey-shape.png');
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 80px 70px 35px;
    margin-left: -130px;
}

.grey-assets p {
    max-width: 420px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.banner-assets {
    position: absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    left: 0;
    pointer-events: none;
}
.company-logo {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
}

.company-logo img {
    max-width: 50px;
    margin: 0px 5px;
}
.grey-assets:before {content: '';width: 500px;position: absolute;height: 2px;background: var(--main-green-color);left: 50%;margin: 0px 0px 0px -150px;bottom: 20px;}

/* fixed header */
.main-header.fixed,.main-header.Fixed {
    background: #0083c9;
    position: fixed;
    top: 0;
}
.first-sec {
    margin-top: 83px;
}

.about-us-banner p {font-size: 30px;color: #0083c9;}
/* .design-div {
    background-image: url('../images/orange-shape.png');
    background-size: 100% 100%;
}
 */
 .title {
    font-size: 20px;
    color: #0083C9;
    font-weight: 700;
    margin-bottom: 10px;
}
.content-text p {
        font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #000;
}
.content-img {
    position: absolute;
    left: 0;
    margin-left: -105px;
    padding: 0px 25px 0px 0px;
}
.black-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 15px;
}
.design-div {
    width: 250px;
    margin: auto;
    transform: rotate(44deg);
    background: #FF9300 0% 0% no-repeat padding-box;
    border-radius: 100px;
    opacity: 1;
    top: 0px;
    position: absolute;
    margin-top: -345px;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    right: 0;
    margin-right: 110px;
}

.design-div h1 {
    transform: rotate(
315deg
);
    padding: 100px 20px 60px;
    font-weight: 500;
    color: #fff;
    font-size: 25px;
}
/* .orange-shape {
    position: relative;
} */
.orange-shape .company-logo img {
    max-width: 65px;
}
.square-btn {
    border-radius: 15px !important;
}
.registration-form {
    max-width: 80%;
}
/* hover */

.hover-state .content {
    
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000006b;
    transition: 0.2s;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.hover-state .content img {
    max-width: 45px;
    cursor: pointer;
}

.hover-state:hover .content {
    height: 100%;
    opacity: 1;
}
.devlopment-box {
    border: 2px solid var(--main-blue-color);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

.box-title h2 {
    font-size: 20px;
    color: #0083c9;
    padding-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #0000000a;
    margin-bottom: 10px;
}

.box-description p,.box-feature {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-details-page p
{
        font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 25px;
}
.blog-details-page p {
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 15px;
}
.blog-details-page img.aligncenter {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 15px 0px;
}
.box-feature p {
    display: inline-flex;
}
.box-button {
    padding: 15px 0px 0px;
}

.box-button button {
    padding: 10px 30px;
}
span.box-color {
    min-width: 110px;
}

.box-feature p {
    margin: 10px 0px 0px;
}

.multi-carousel .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0px;
    line-height: 0;
    width: 100%;
    display: flex;
    margin-top: -5px;
}

.multi-carousel .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
    font-size: 50px;
    margin-left: -50px;
    outline:0px;
}

.multi-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    margin-right: -50px;
    font-size: 50px;
    outline:0px;
}

.multi-carousel .owl-nav span {
    line-height: 0;
}
.multi-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--main-blue-color) !important; 
    outline: 0;
}
.main-modal .close {
    position: absolute;
    right: 10px;
    padding: 0px;
    top: 5px;
    cursor: pointer;
    z-index: 1111;
}
.rounded-lg {
    border-radius: 1.3rem!important;
}


.sr-only {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }
  
  /* .btn {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    color: #fff;
    background-color: #25a;
    cursor: pointer;
  } */
/*   
  [type=file]:focus + .btn {
    outline: 5px solid #a52;
  } */
  .video-modal .modal-dialog.modal-dialog-centered {
    max-width: 700px;
}
.get-in-touch-banner {
    background-image: url(../images/get-in-touch-banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 400px;
}
.get-in-touch-banner h1 {
    color: #fff;
    font-size: 35px;
}
.address-description h5 {
    font-size: 15px;
    font-weight: 600;
}
.weblink a {
    color: #212529;
}
.address-description p {
    font-size: 13px;
    line-height: 1.8;
    font-weight: 500;
    display: grid;
}
.skype-id {
    padding: 15px 0px 0px;
}
.address-description {
    padding: 15px 0px;
}
.gray-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.assets-shape {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 60px;
    margin-top: -1px;
}

.address-sec .bg-gray {
    overflow: hidden;
    margin-top: -70px;
    position: relative;
}
.table-network-details td {
    max-width: 40px;
    font-weight: 500;
}
.table-network-details th {
    border: 0px !important;
}
.img-rounded img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.title h2 {
    font-size: 25px;
    font-weight: 500;
    padding: 0px 10px;
}
.inquiry-sec .contact-form {
    background: #ededed;
    padding: 30px 40px;
}

.inquiry-sec .contact-form .form-control {
    background: #fff;
}
.inquiry-sec iframe {
    height: 100%;
    width: 100%;
    border-radius: 30px;
}
.product-banner{
    background-image: url('../images/product-bg.jpg');
    background-size: cover;
    min-height: 320px;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.product-banner:before {content: '';width: 100%;height: 15px;background: #9ecf36;position: absolute;bottom: 0;max-width: 90%;}
.product-banner .design-div {
    width: 190px;
    margin: auto;
    transform: rotate(
44deg
);
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 1;
    top: 0px;
    position: absolute;
    margin-top: 58px;
    min-height: 290px;
    right: 0;
}
.product-banner .orange-shape {
    position: relative;
}
.product-banner .design-div .company-logo {
    top: 0;
    height: fit-content;
    left: 0;
    transform: rotate( 
315deg
 );
    padding: 70px 0px 60px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.product-sec li.breadcrumb-item i {
    color: red;
    padding-right: 5px;
}
.product-sec nav li,.product-sec nav li a {display: flex;align-items: center;font-weight: 500;color: #000;}

.product-sec li.breadcrumb-item.active {
    color: #000;
}
.product-sec ol.breadcrumb {
    background: transparent;
}
.fixed-sidebar a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.fixed-sidebar li {
    padding: 5px 10px;
    background: #E2E2E2;
    margin-bottom: 2px;
}
.product-description h2 {
    font-size: 30px;
    font-weight: 600;
}

.product-description h2 .orange-color {
    color: #FF9300;
}

.product-description .blue-color-title {
    color: #0083c9;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
}

.product-description ul li {
    list-style: square;
    font-weight: 500;
    margin: 10px 0px 0px;
    font-size: 16px;
}

.product-description ul {
    padding: 0px 20px;
}
.product-description {
    padding: 0px 25px;
}
.product-img {
    padding: 15px 60px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.product-img .product-title h2 {
    font-size: 20px;
    margin: 0px;
    color: #000;
    font-weight: 800;
}

.product-img .product-title a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.product-title {
    padding: 5px 0px 5px;
	background-color: #e2e2e2;
    margin-bottom: 15px;
    border-radius: 12px;
}
.download_image{min-height:100px;}
.product-wrapper .col-sm-4:nth-child(even) {
    border-left: 1px solid #00000045;
    border-right: 1px solid #00000045;
}

.product-wrapper .col-sm-4:nth-child(3),
.product-wrapper .col-sm-4:nth-child(9) {
    border-left: 1px solid #00000045;
    border-right: 1px solid #00000045;
}

.product-wrapper .col-sm-4:nth-child(1),
.product-wrapper .col-sm-4:nth-child(3),
.product-wrapper .col-sm-4:nth-child(5)
 {
    margin: 15px 0px;
}

.product-wrapper .col-sm-4:nth-child(1) .product-img {}
.product-wrapper .row:nth-child(2) {
    border-top: 1px solid #00000045;
    padding: 30px 0px;
    margin-top: 30px;
    border-bottom: 1px solid #00000045;
}
.product-wrapper {
    padding: 50px 0px;
}
.inquiry-modal .modal-dialog {
    max-width: 60%;
}
.modal-product-img img {
    width: 100%;
}
.inquiry-btn button {
    padding: 10px 40px;
    margin: 25px 0px 0px;
}
.title-product-modal {
    padding: 15px 10px;
    max-width: 220px;
    background: #FF9300;
    border-bottom-right-radius: 25px;
}

.title-product-modal h6 {
    font-size: 25px;
    font-weight: 700;
    margin: 0px;
    padding: 0px 25px;
    color: #fff;
}
.inquiry-modal .modal-content.rounded-lg {
    overflow: hidden;
}
.dwonload-wrapper {
    display: flex;
    align-items: center;
    justify-content: normal;
    background: #F2F2F2;
    padding: 10px 20px;
    width: fit-content;
    margin-left: auto;
    border-top-left-radius: 30px;
}

.category-btn.blue-bg,.mabualy-btn.orange-bg {
    display: block;
    text-align: center;
    width: 80px;
    margin: 0px 10px;
}

.category-btn.blue-bg .modal-icon,.mabualy-btn.orange-bg .modal-icon {
    background: #01a6ff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 50px;
    padding: 15px 0px;
    cursor: pointer;
}

.category-btn.blue-bg p,.mabualy-btn.orange-bg p {
    font-size: 10px;
    font-weight: 500;
    margin: 5px 0px 0px;
    color: #000;
}
.mabualy-btn.orange-bg span.modal-icon {
    background: #ff9300;
}

.dwonload-wrapper .download-btn a {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.download-btn {
    padding: 0px 10px;
}
.product-content-wrapper.center-class {
    flex-direction: column;
}
div#Product-Inquiry.show {
    background: #00000040;
}
#Product-Inquiry textarea.form-control.rounded-lg {
    min-height: 130px;
}
/* blog */
.blog-main {
    padding: 0px 15px;
}

.blog-content {
    margin: -30px 10px;
    padding: 40px 20px 20px;
    background: #fff;
    position: relative;
    box-shadow:0px 0px 14px 8px #e8e8e873;
}

.blog-content h5 {
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0px;
    border-bottom: 1px solid #00000017;
}

.blog-content p, {
    padding: 20px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.date {
    font-size: 12px;
    color: #606060b5;
    font-weight: 600;
}

.blog-title {
    padding: 15px 0px;
    margin: 0px;
    font-size: 21px;
}

.blg-description, .post-content p {
    font-size: 13px;
    color: #3a3a3a;
    font-weight: 400;
    line-height: 25px;
}


.blog-post,.post,.postmain-wrapper,.recent-post .blog-post-main {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px solid #00000024;
    margin: 50px 0px;
    border-bottom: 1px solid #00000024;
}

.post-img {
    max-width: 120px;
    margin-right: 15px;
    min-width: 120px;
}

.owner-name,.post-name {
    font-size: 15px;
    font-weight: 500;
}
.post-name {
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    opacity: 0.5;
    cursor: pointer;
}
/* .post-content p {
    font-size: 15px;
} */
.post-wrapper p {
    font-weight: 600;
    font-size: 12px;
    color: #001537;
    line-height: 20px;
}
.post .post-img,.recent-post .blog-post-main .blog-img {
    max-width: 60px;
    min-width: 60px;
}
.post .post-wrapper{
    max-width: 250px;
}

.postmain-wrapper {
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.postmain-wrapper .post {
    margin: 0px;
    border: 0px;
}
.arrows img {
    max-width: 16px;
    margin-right: 15px;
}   

.next-post .post-name {
    justify-content: flex-end;
}

.next-post .post-name .arrows img {
    margin: 0px;
    margin-left: 15px;
}
.blog-post-content h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    margin: 10px 0px;
    color: #060606;
}
.blog-post-content{
    padding: 20px 0px ;
}
.recent-post .post-wrapper p {
    font-weight: 500;
}

.post-wrapper .post-name a {
    opacity: 1;
    margin-bottom: 15px;
    color: #737273;
    font-weight: 500;
    margin: 0px;
}
.recent-post .blog-title {
    font-size: 15px;
    font-weight: 600;
    color: #17265a;
    position: relative;
    padding-bottom: 10px;
}

.recent-post .blog-title:before {content: '';position: absolute;width: 80%;background: #51b948;height: 2px;bottom: 0;border-radius: 10px;}
.border-top-none {
    border-top: 0px !important;
}
.header-wrapper .nav-link {
    padding-right: 120px !important;
}
.header-wrapper li.active a,.header-wrapper li:hover > a {
    color: #9ecf36 !important;
}

.green-color {
    background: #9ecf36;
}

.box-event {
    padding: 20px;
    height: 100%;
}

.Event-sec .row {
    border-radius: 20px;
    overflow: hidden;
}
.blue-color {
    background: #3B78A5;
}

.box-event .title {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 14px;
}
.read-more-btn button {
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 500;
}
.support-btn a {
     border-radius: 10px;
    margin-bottom: 10px !important;
    min-width: 130px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
}
.support-btn {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.event-description p, .event-name {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
}
.event-name {
    padding: 10px 0px;
}
.number-support p, .number-support p a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 10px;
}
.map-img img {
    min-height: 190px;
}
.on-time-support {
    position: absolute;
    width: 100%;
    bottom: 0;
    max-width: 60px;
    right: 0;
    margin: 15px;
    margin-bottom: 30px;
}

.on-time-support img {
    width: 100%;
}
section.inquiry-form.section-space {
    padding: 130px 0px 100px;
    margin-top: -60px;
}   
.contact-logo img {
    max-width: 200px;
}
.blog-content p {
    padding: 15px 0px 0px;
    font-size: 14px;
    font-weight: 500;
}
    .slick-arrow {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-align: center;
    border: none;
    background: none;
    cursor: pointer;
  }
  .slick-arrow:hover, .slick-arrow:focus,.slick-arrow:hover, .slick-arrow:focus {
    outline: 0px;
    /* background: 9ecf36; */
}
.vertical-slider .slick.slick-initialized.slick-slider.slick-vertical {position: unset;}

.vertical-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 60px;
    left: unset;
}

.vertical-slider .slick-prev.slick-arrow:before,.vertical-slider .slick-next.slick-arrow:before {
    content: '';
    background: url("../images/arrow.png") !important;
    width: 9px;
    height: 15px;
    position: absolute;
    left: 50%;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    top: 50%;
    margin-top: -7.5px;
    margin-left: -4.5px;
    transform: rotate(267deg);
}
.vertical-slider .slick-next.slick-arrow:before {
    content: '';
    transform: rotate(90deg);
  }
  .vertical-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #9ecf36;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
}

.downloads-carousel .slick-prev,.multiple-carousel .slick-prev {
    left: 10px;
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
  }
 .downloads-carousel .slick-next,.multiple-carousel .slick-next {
    right: 10px;
    background: url("data:image/png;base64,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") no-repeat 50% 50%;
  }
 .downloads-carousel .slick-arrow,.multiple-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 15px;
    height: 30px;
    font-size: 0;
    background-size: 100% 100%;
    margin-top: -15px;
  }
 .downloads-carousel button.slick-next.slick-arrow,.multiple-carousel button.slick-next.slick-arrow {
    right: -50px;
}

.downloads-carousel button.slick-prev.slick-arrow,.multiple-carousel button.slick-prev.slick-arrow {
    left: -50px;
}
.downloads-carousel.slick-initialized .slide-item,.multiple-carousel.slick-initialized .slick-slide .slide-item {
    padding: 15px;
}

.downloads-carousel .slick-track{margin-left:0px;}

button:focus {
    outline: 0px;
}
.copy-right p {
    font-size: 15px;
    color: #3e3e3e;
}
.nav-bar ul li:last-child {
    margin-right: 20px;
}
.search-field .form-group .form-control::placeholder {
    font-size: 10px;
    color:#cfcfd0;
}
.btn-green i {
    font-size: 18px;
}

.footer-content li.active a {
    color: #0083c9;
    font-weight: 600;
}
.post-name .arrows img {
    max-width: 16px;
}
.recent-post h2.post-name {
    margin-bottom: 5px;
    color: #3a3a3a;
}

.content h5 {
   /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;*/
    overflow: hidden;
    margin: 0px 0px;
    padding: 10px 10px;
}
.nimg{
    width: 215px;
}
.form-group span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px 0px;
}
.form-group span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0px 0px;
}

.wpcf7 form.submitting .ajax-loader {}

body .inquiry-form .ajax-loader {
    position: absolute ;
    width: 100% ;
    height: 100% ;
    border-radius: 50px ;
}
 .inquiry-form .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin: auto;
    padding: 0px;
    position: relative;
}

.inquiry-form .btn-submit .btn-submit.btn-lg.btn-green {
    padding: 15px 25px;
}

body .inquiry-form .ajax-loader::before {
    content: '';
    width: 10px;
    height: 10px;
    display: flex;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    left: 50%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 0px;
    color: red;
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 600;
}
.content-img img.img-fluid {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
p:empty {
    display: none;
}
body .fluentform .ff_btn_style {
    border: 0px;
    border-radius: 50px;
    color: #fff;
    background: #9ecf36 !important;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 500;
    display: flex !important;
    margin: auto;
}
body .fluentform .ff_submit_btn_wrapper {
    padding: 15px 0px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px !important;
}
.error.text-danger {
    text-align: left;
    font-weight: 500;
    font-size: 15px !important;
    margin-top: 5px !important;
}

body .fluentform .ff-el-is-error .ff-el-form-control {
    background: #EDEDED;
    border: 0px;
}

body .fluentform .ff-el-group {
    margin-bottom: 15px;
}
body .fluentform .ff-el-form-control:focus {
    color: #9b9b9b;
    background-color: #ededed;
    border-color: transparent;
    outline: none;
}
.address-wrapper a {
    color: #212529;
}
body .contact-page .contact-form .ff-el-form-control {
    background: #fff;
}

.page-id-160 p a.btn-submit {
    display: inline-block;
    color: #fff;
}

.page-id-160 .fluentform{
    padding: 50px 0px 20px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    max-width: 80%;
}
/*
.fluentform .ff-el-form-control {
    padding: 15px 15px;
    background: #EDEDED;
    border: 0px;
    border-radius: 10px;
    height: auto;
    font-size: 15px;
    cursor: pointer;
}*/
.page-id-160 button.ff-btn {
    border-radius: 15px !important;
    margin: inherit;
}
.blog-content p a.readmore {
    padding: 15px 0px 0px;
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.navigation {
    padding: 15px;
}

.navigation .nav-links,.navigation .nav-links a {font-size: 15px;font-weight: 500;background: #e8e8e8;padding: 15px;border-radius: 12px;color: #000;}

.navigation .nav-links span.meta-nav {
    padding-right: 5px;
}
.arrow-andinquiry-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0px 0px;
    justify-content: end;
    position: fixed;
    right: 100px;
    bottom: 60px;
    z-index: 11111;
}
.events-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0px 0px;
    justify-content: end;
    position: fixed;
    left: 100px;
    bottom: 20px;
    z-index: 11111;
}
.events-info{
	background-color: #007bff;
    padding: 10px 5px;
    border-radius: 4px;
    width: 285px;
	text-align:center;
	color:#fff;
}
.events-info p{margin-bottom:5px;}
.events-info h5 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 650;
    color: #fff;
    letter-spacing: 1px;
}
.events-info a {
    background: #fff;
    padding: 2px 15px;
    letter-spacing: 1px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    color: #000;
    border-radius: 100px;
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #fff 0, #798ea1 29%, #000 67%, #828282 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}
call-us#wp-live-chat-by-3CX{
    bottom: 60px !important;
}
.inquiry-btn button, .arrow-btn {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.arrow-btn {
    width: 45px;
    height: 45px;
    background: #9ecf36;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.arrow-andinquiry-wrapper .inquiry-btn button {
    margin: 0px;
    margin-left: 10px;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 17px;
}
.Search-page form.search-form {
    display: none;
}

.Search-page.about-us-banner p {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 135px;
    min-height: 135px;
    overflow: hidden;
}

.Search-page .col-sm-6:nth-child(1) {
    display: flex;
}
.search-results .blog-content a {
    padding-top: 15px;
    display: block;
}
/*.Search-page form.search-form {
    display: none;
}*/
.blog-content-bottom {
    padding-bottom: 20px;
    margin: 0px;
    border-bottom: 1px solid #00000017;
}

.blog-content .blog-content-bottom h5 {
    font-size: 23px;
    font-weight: 500;
    margin: 0px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: 0px;
    padding: 0px;
    min-height: 81px;
}
#read-map .modal-dialog {
    max-width: 70%;
}

#read-map .modal-dialog iframe {
    height: 350px;
}
.search-content .page-content {
    display: none;
}
.search-content .row.mb-5 {
    margin: 0px;
}
.footer-content li {
    word-break: break-word;
}
body .fluentform .ff_upload_btn.ff-btn {
    background: #EDEDED;
    color: #a3a3a3;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    display: block;
    max-width: 100%;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px !important;
}
span.ff_upload_btn.ff-btn {
    width: 100%;
    display: block;
    max-width: 100%;
}

label.ff_file_upload_holder {
    max-width: 100%;
    width: 100%;
}
.bigimg img{
    cursor: pointer;
}
img.bigi{
    
    position: absolute;
    left: 22px;
    top: 1px;
    width: 80%;
    z-index: 4;
   
}
ul.sub-menu {
    display: none;

    position: absolute;
    background: #25b3ff;
    padding: 6px;
    margin-left: 13px;
    margin-top: 0px;
    width: 200px;
}

.menu-item:hover > .sub-menu{
    display: block;
}

li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
}
ul.sub-menu li {
    padding: 10px 0px 0px !important;
    width: 95%;
    border-bottom:1px solid #fdf8f83b;
}

ul.sub-menu li a{
    color:white !important;
}

ul.sub-menu li a:hover{
    color: #9ecf36 !important;
}

.sub-menu .sub-menu{
    margin-left: -200px;
    margin-top: -25px;

}

ul.sub-menu li ul.sub-menu li a{

    padding-left: 0px;
} 
.gallery_clic{
    cursor: pointer;
}