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

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

/******************************/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

body {
    font-family: 'RB-Regular';
    color: #0f0d1d;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

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

ul, ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type=submit],
a {
    transition: all 0.5s linear;
}

img, iframe, video {
    max-width: 100%;
}

.no-padding {
    padding: 0;
}

.form-control:focus {
    border-color: #4c75bc;
    box-shadow: 0 0 0 0.2rem rgba(231, 186, 30, .25);
}

.main-btn {
    position: relative;
    color: #fff;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.main-btn:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-btn-transparent {
    background-color: transparent;
    border: 2px solid #f49333;
}

.main-btn-transparent:hover {
    background-color: #f49333;
    color: #fff;
}

.main-btn-green {
    background-color: #4c75bc;
    border: 2px solid transparent;
}

.main-btn-green:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #4c75bc;
}

.sec-head {
    margin-bottom: 100px;
}

.sec-tit {
    margin-bottom: 30px;
    font-size: 30px;
}

.sec-tit span {
    color: #f49333;
}

.shape-top-left {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.shape-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.shape-top-right {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.shape-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.text-gray {
    color: #a6a3a3;
}

.text-green {
    color: #f49333;
}

/******************************/
.head-home {
       position: relative;
    top: 0;
    background-color: #181d26;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.head-inside {
    background-color: #181d26;
    padding: 15px 0;
    position: relative;
}

.lang {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #f49333;
}

.menu-logo {
    padding: 30px 0;
}

.menu-btns a {
    color: #fff;
}


.alert.alert-warning{
      color: #FFF;
    background-color: #f49333;
    border-color: #f49333;
    border: 0;
    border-radius: 0;
    position: fixed;
    z-index:55;
    width: 100%;
    display:none;
}
.alert.alert-warning .in-alert{
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.alert.alert-warning .in-alert a{
        padding: 10px 18px;
    background: #4c75bc;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 14px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    animation: pulse;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}
.alert.alert-warning .in-alert a:hover{
        background-color: transparent;
    color: #fff;
    border: 2px solid #4c75bc;
}
.alert.alert-warning .close{
        position: absolute;
    top: 15px;
    color: #FFF;
    opacity: 1;
}
@media (min-width: 992px) {
    .menu-logo img {
        max-height: 90px;
    }
}

@media (max-width: 992px) {
    .menu-logo img {
        max-height: 45px;
    }
}

/******************************/
@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;
        position: relative;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 25px;
    }

    .nav-list > .menu-item > a {
        display: block;
        color: #fff;
        padding: 5px 0;
        font-size: 14px;
        transition: all .5s ease-in-out;
    }

    .nav-list .menu-item > a:before {
        content: '';
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        background-color: transparent;
        transition: all .5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        content: "\f107";
        margin-inline-start: 5px;
        color: #fff;
        transition: all .5s ease-in-out;
    }

    .nav-list .menu-item:hover > a:before {
        width: 10px;
        background-color: #4c75bc;
    }

    .nav-list .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #4c75bc;
    }

    .nav-list .menu-item.active > a:before,
    .nav-list .menu-item:hover > a:before {
        width: 10px;
        background-color: #4c75bc;
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #4c75bc;
    }

    .sub-menu {
        list-style: none;
        position: absolute;
        top: 120%;
        z-index: 4;
        min-width: 230px;
        background-color: #fff;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.5s ease-in-out;
    }

    .sub-menu li {
        position: relative;
    }

    .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #000;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cacaca;
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 5 Pro";
        color: #4c75bc;
        position: absolute;
    }

    .sub-menu li a:hover {
        color: #4c75bc;
        border-bottom: 1px solid #4c75bc;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

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

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

    .dd-trigger {
        display: block;
    }

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

    .menu-icons {
        display: flex;
        align-items: center;
    }

    .menu-icons a {
        /*margin: 0 5px;*/
    }

    .nav-btn {
        color: #fff;
        background-color: #4c75bc;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

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

    .mobile-nav-list .menu-item {
        position: relative;
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
        border-bottom: 1px solid #4c75bc;
    }

    .mobile-nav-list .menu-item a {
        display: block;
        color: #FFF !important;
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item a:hover,
    .mobile-nav-list .menu-item.active a {
        color: #4c75bc;
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #4c75bc;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transition: all .3s linear;
        margin-right: -4px;
        transform-origin: center;
    }

    .mobile-nav-list .menu-item i.open {
        color: #4c75bc;
    }

    .sub-menu {
        list-style: none;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        padding: 15px 25px;
        background-color: #ddd;
    }

    .sub-menu .sub-menu a {
    }

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

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }
    .alert.alert-warning{
        position: relative;
    }
    .alert.alert-warning .in-alert{
            flex-direction: column;
    gap: 15px;
    }
    .alert.alert-warning h4{
        font-size:16px;
    }
     .alert.alert-warning a{
             padding: 7px 10px;
     }
}

/******************************/
.slider {
}

.mainItem {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block
}

.mainItem img {
    height: 100vh;
}

.mainItem-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background-color: rgba(2, 48, 71, .7);*/
}


.slid-tit {
    color: #f49333;
    margin-bottom: 30px;
}

.slid-des {
    color: #fff;
    font-size: 17px;
    margin-bottom: 40px;
}

.main-slider .owl-nav {
    display: flex;
    align-items: center;
}

.main-slider .owl-nav div {
    background-color: #000;
    color: #4c75bc;
    transition: all .5s ease-in-out;
}

.main-slider .owl-nav div:hover {
    background-color: #4c75bc;
    color: #fff;
}

.slid-url a{
        background-color: #25d366;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px !important;
    width: 250px;
    transform: translateY(10px);
    font-size: 16px;
}
.slid-url a:after{
    display:none ;
}
@media (min-width: 992px) {
    .main-slider .owl-nav {
        position: absolute;
    }
    
    .main-slider .owl-nav div {
        display: flex;
        align-items: center;
        padding: 15px;
        width: 100%;
        height: 60px;
    }

    .main-slider .owl-nav .owl-prev:before {
    }

    .main-slider .owl-nav .owl-next {
    }

    .main-slider .owl-nav .owl-next:before {
    }
}

@media (max-width: 992px) {
    .main-slider .owl-nav div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .main-slider .owl-nav div.owl-next {
        right: 5px;
    }

    .main-slider .owl-nav div.owl-prev {
        left: 5px;
    }
    .slid-url span{
        display:none;
    }
.slid-url a{
         width: 25px;
    justify-content: center;
    height: 25px;
    padding: 0px !important;
}
.mainItem img {
    height: 200px;
}
}

/******************************/
.consultation {
    background-image: url("../images/bg-consultation.jpg");
    background-repeat: repeat;
    background-size: cover;
    padding: 40px 7vw;
    color: #fff;
    display: flex;
    align-items: center;
}

.consultation:before {
    content: '';
    width: 138px;
    height: 117px;
    background-image: url("../images/icon-contact.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-inline-end: 30px;
}

.consultation-tit {
    font-size: 25px;
    margin-bottom: 30px;
}

.lower-slider-icons {
    background-color: #181d26;
    padding: 30px 50px;
}

.social-icons a {
    color: #fff;
    position: relative;
    transition: all .3s ease-in-out;
}

.social-icons a:before {
    position: absolute;
    bottom: -5px;
    content: '';
    width: 0;
    height: 1px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.social-icons a i {
    margin-inline-end: 5px;
}

.social-icons a:not(:last-of-type) {
    margin-inline-end: 30px;
}

.social-icons a:hover {
    color: #4c75bc;
}

.social-icons a:hover:before {
    content: '';
    width: 100%;
    background-color: #4c75bc;
}

@media (min-width: 768px) {
    .lower-slider-icons {
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 768px) {
    .lower-slider-icons .social-icons a {
        display: block;
        margin-bottom: 15px;
    }
}

/******************************/
.about {
    padding: 75px 0;
    background-color: #181d26;
    color: #fff;
    position: relative;
}


.about-content {
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .about [class*="col"]:first-of-type {
        order: 2;
    }

    .about [class*="col"]:last-of-type {
        order: 1;
        margin-bottom: 25px;
    }
}

/******************************/
.services {
    position: relative;
    padding: 80px 0 40px 0;
}


.serv-item {
    padding: 35px;
    background-color: #4c75bc;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.serv-item-icon {
    margin-bottom: 20px;
}

.serv-item-icon img {
    height: 65px;
    width: 65px;
    object-fit: contain;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(95%) contrast(102%);
}

.serv-item-tit {
    margin-bottom: 30px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.serv-item-url a {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #fff;
    transition: all .3s ease-in-out;
}

.serv-item-fly-icon {
    position: absolute;
    bottom: -25px;
    max-width: 110px;
    max-height: 110px;
    filter: brightness(0) invert(1);

    opacity: .3;
    transition: all .5s ease-in-out;
}

.serv-item:hover .serv-item-tit {
    color: #f49333;
}

.serv-item:hover .serv-item-fly-icon {
    bottom: calc(100% - 100px);
    width: 65px;
    height: 65px;
    object-fit: contain;
    opacity: 1;
    filter: invert(35%) sepia(40%) saturate(750%) hue-rotate(337deg) brightness(99%) contrast(93%)
}

.serv-item:hover .serv-item-url a {
    background-color: #f49333;
    color: #fff;
}

/******************************/
.request {
    padding: 125px 0;
    color: #fff;
    background-color: #181d26;
    background-image: url("../images/bg-request.png");
    background-repeat: no-repeat;
    background-position: center;
}

.request-des {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 45px;
}

/******************************/
.why {
    padding: 75px 0;
    position: relative;
    /*background-image: url("../images/art-shapes.png");*/
    
}
#particles-js{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.why-circles {
    position: relative;
}

.why-circle {
    background-color: #181d26;
    color: #fff;
    font-weight: bold;
    transition: all .5s ease-in-out;
}

.why-circle:hover {
    background-color: #4c75bc;
    box-shadow: 0 0 27px rgba(0, 0, 0, .18);
}


@media (min-width: 992px) {
    .why-logo {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 50%;*/
        /*transform: translate(-50%, 75%);*/
        text-align: center;
    margin-bottom: 30px;
    max-width: 80%;
        margin: 0 auto;
    }

    /*.why-circles [class*='col']:first-of-type {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*}*/

    /*.why-circles [class*='col']:nth-of-type(2) {*/
    /*    position: absolute;*/
    /*    top: 265px;*/
    /*    left: 125px;*/
    /*}*/

    /*.why-circles [class*='col']:nth-of-type(3) {*/
    /*    position: absolute;*/
    /*    top: 345px;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/

    /*.why-circles [class*='col']:nth-of-type(4) {*/
    /*    position: absolute;*/
    /*    top: 265px;*/
    /*    right: 125px;*/
    /*}*/

    /*.why-circles [class*='col']:last-of-type {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: 0;*/
    /*}*/

    .why-circle {
        width: 255px;
        height: 255px;
        padding: 35px;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 100%;
        font-size: 20px;
        /*animation: floating 2.5s infinite ease-in-out;*/
    }

    /*@keyframes floating {*/
    /*    50% {*/
    /*        margin-top: 25px*/
    /*    }*/
    /*}*/


    /*.why-circles [class*='col']:nth-of-type(1) .why-circle,*/
    /*.why-circles [class*='col']:nth-of-type(5) .why-circle {*/
    /*    animation-delay: 0.1s*/
    /*}*/

    /*.why-circles [class*='col']:nth-of-type(2) .why-circle,*/
    /*.why-circles [class*='col']:nth-of-type(4) .why-circle {*/
    /*    animation-delay: 0.3s*/
    /*}*/

    /*.why-circles [class*='col']:nth-of-type(3) .why-circle {*/
    /*    animation-delay: 0.2s;*/
    /*}*/
}

@media (max-width: 992px) {
    .why-logo {
        text-align: center;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .why-logo img {
        max-height: 90px;
    }

    .why-circle {
        padding: 15px;
        margin-bottom: 15px;
        text-align: center;
        border-radius: 5px;
    }
}

/******************************/
.clients {
      background-color: #181d26;
    padding: 50px 0;
    position: relative;
    
}
.clients .sec-head{
        margin-bottom: 50px;
}
.client-item {
      margin-bottom: 30px;
    padding: 20px;
    background: #FFF;
    border-radius: 30px;
}


.client-item img {
    max-height: 500px;
}
.clients .owl-dots{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 50px;
}
.clients .owl-dots .owl-dot{
       height: 4px;
    background-color: #f49333;
    width: 20px;
    transition:all .3s ease-in-out;
}
.clients .owl-dots .owl-dot.active{
    width: 40px;
}
/******************************/
.partner{
        background-color: #181d26;
    padding: 30px 0;
}
.partner .partnerItem{
        display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.partner .partnerItem img{
        max-width: 100%;
    max-height: 100%;
    height: auto;
    width:auto;
    object-fit: cover;
}
/****************************/
.testimonial{
        padding: 50px 0;
    background-size: auto 100%;
}
.testimonialItem{
        margin: 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(18,17,12,.21);
    padding: 15px;
    height: 270px;
    display: flex;
    align-items: center;
        background-color: #FFF;
    justify-content: center;
}
.testimonialItem img{
        max-height: 100%;
    width: auto!important;
    object-fit: contain;
    max-height: 100%;
}
.testimonialItem video{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.testimonial .owl-dots{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 50px 0;
}
.testimonial .owl-dots .owl-dot{
       height: 4px;
    background-color: #f49333;
    width: 20px;
    transition:all .3s ease-in-out;
}
.testimonial .owl-dots .owl-dot.active{
    width: 40px;
}
/***************************/
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }
.whats_app{
    
}
.whats_app{
        position: fixed;
    background-color: #25D366;
    z-index: 999;
    bottom: 35px;
    left: 35px;
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     }
     .whats_app i{
             animation: tada;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-delay: 1s;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     }
    .whats_app:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 70px;
      height: 70px;
      background-color: #25D366;
      border-radius: 50%;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
      z-index: -1;
      transition: .8s;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .whats_app:hover {
      transition: .8s;
      color:#25D366;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      background-color: #FFF;
      }
      .whats_app:hover:before {
        transition: .8s;
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        background-color: #FFF; }
        .whats_app:hover i{
             animation: unset;
             transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }
/****************************/
.contact {
    padding-top: 70px;
}

.form-area {
    border-style: solid;
    border-color: #4c75bc;
}

.form-area-des {
    margin-bottom: 60px;
}

.form {
    margin-bottom: 20px;
}

.form .form-control {
    border-width: 0;
    border-bottom: 1px solid #dadde0;
    border-radius: 0;
}

.form textarea.form-control {
    height: 116px;
}

.form .form-focused {
    margin-bottom: 40px;
}

.form-focused {
    position: relative;
}

.form .form-control:focus {
    box-shadow: none;
}

.form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 10px;
    color: #4c75bc;
    transition: all .5s ease-in-out;
}

.focused label {
    top: -15px;
    color: #4c75bc;
}

.focused .form-control {
    color: #4c75bc;
}

.input-border {
    position: relative;
    display: block;
}

.input-border:after {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #4c75bc;
    position: absolute;
    transition: all 0.6s ease;
}

.input-border.input-border-effect:after {
    width: 100%;
}

.contact-info-item-tit {
    color: #f49333;
    text-align:center;
}

.contact-info-item-data,
.contact-info-item-data a {
    color: #000;
    text-align:center;
}

@media (min-width: 992px) {
    .form-area {
        border-width: 35px 35px 0 35px;
        border-radius: 250px 250px 0 0;
    }

    .form-area {
        padding: 60px 125px 20px 125px;
    }
}

@media (max-width: 992px) {
    .form-area {
        border-width: 5px 5px 0 5px;
        border-radius: 15px 15px 0 0;
    }

    .form-area {
        padding: 35px 15px 15px 15px;
    }
}

/******************************/
footer {
    padding: 50px 0;
    background-image: url("../images/bg-footer.jpg");
    background-repeat: repeat;
}

.foot-logo {
    margin-bottom: 30px;
}

.foot-logo img {
    max-height: 100px;
}

.foot-social-media {
    margin-bottom: 50px;
}

.foot-menu {
    margin-bottom: 30px;
}


.foot-menu li a {
    color: #fff;
    transition: all 0.6s ease;
}

.foot-menu li a:hover {
    color: #4c75bc;
    transition: all 0.6s ease;
}

.foot-copyright {
    color: #fff;
}

.foot-copyright a {
    color: #4c75bc;
        margin: 0 5px;
}

@media (min-width: 992px) {
    .foot-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foot-menu li:not(:last-of-type) {
        margin-inline-end: 60px;
    }
}

@media (max-width: 992px) {
    .foot-menu li:not(:last-of-type) {
        margin-bottom: 25px;
    }
}

/******************************/
.breadcrumb-area,
.breadcrumb-area a {
    color: #fff;
}

.sec-padding {
    padding: 70px 0;
}


.partners-page .partnerItem {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
    background-color: #181d26;
    text-align: center;
    padding: 25px;
}


.wp-pagenavi {
    text-align: center;
}

/**/
.news-item {

}

.news-item-thumb {

}
.news-item-meta-divider{
    margin: 0 5px;
}

.news-item-meta {
margin-bottom: 5px;
}
.news-item-meta a {
    color: #000;
}
.news-item-meta i {
    color: #4c75bc;
}

.news-item-body {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    padding: 10px;
    margin-bottom: 30px;
}
.news-item-tit a{
    color: #4c75bc;
}
.news-item-exp{
    margin-bottom: 10px;
}
/**/
.post-cats a,
.tags_area a {
    color: #4c75bc;
    margin: 0 5px;
    font-weight: bold;
}

.post-box-meta,
.article-item-meta {
    margin-bottom: 20px;
}

.post-box-meta > div,
.article-item-meta > div {
    margin-inline-end: 15px;
}

.post-box-meta > div i,
.article-item-meta > div i {
    color: #4c75bc;
    margin-inline-end: 5px;
}

.post-publish-author a {
    color: #0b2a40;
}

.post-publish-author img {
    margin-inline-end: 5px;
    border-radius: 100%;
}

.author-box {
    border: 2px solid #0b2a40;
    padding: 15px;
    margin-bottom: 30px;
}

.author-name a {
    color: #4c75bc;
}

.author-avatar {
    margin-inline-end: 15px;
}

.author-avatar img {
    border-radius: 100%;
    border: 1px solid #0b2a40;
    padding: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(224, 231, 241, .5);
}

.share-links a.large-share-button {
    width: auto;
}

.share-links a {
    display: inline-block;
    margin: 2px;
    height: 40px;
    overflow: hidden;
    color: #ffffff;
    background: #444444;
    position: relative;
    transition: 0.3s;
    border-radius: 2px;
    width: 40px;
}

.share-links a .fab {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}

.share-links a .social-text {
    border: 0 solid rgba(255, 255, 255, 0.3);
    height: 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.share-links a.facebook-share-btn {
    background: #5d82d1;
}

.share-links a.twitter-share-btn {
    background: #40bff5;
}

.share-links a.linkedin-share-btn {
    background: #238cc8;
}

/******************************/
/*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;
    margin-bottom: 10px;
}

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

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

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

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

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

#comments .comment-edit-link,
#comments .comment-reply-link {
    text-decoration: underline;
    background-color: #00101c;
    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-inline-end: 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-radius: 30px;*/
    background-color: #0b2a40;
}

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

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

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

/**/

.sec-bg:nth-of-type(odd) {
    color: #fff;
    background-color: #4c75bc;
}

.sec-bg:nth-of-type(even) {
    background-color: #fff;
}

.content-block-item {
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #0000003D;
    box-shadow: 0 0 12px rgba(0, 0, 0, .24);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .3s ease-in-out;
}

.content-block-item-icon {
    width: 50px;
    height: 50px;
    padding: 5px;
    margin: 0 auto 15px auto;
    border: 1px solid #0000003D;
    display: flex;
    align-content: center;
    align-items: center;
}

.content-block-item-icon img {
    max-height: 100%;
    margin: auto;
    transition: all .3s ease-in-out;
}

.content-block-item-tit {
    color: #000;
    transition: all .3s ease-in-out;
}

.content-block-item-exp {
    color: #ababab;
}

.timeline {
}

.timeline-item {
    position: relative;
}

.timeline-item:nth-of-type(even) .row {
    flex-direction: row-reverse;
}

.timeline-item:before {
    position: absolute;
    content: '';
    top: 5px;
    width: 15px;
    height: 15px;
    z-index: 2;
    background: #0b2a40;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #0b2a40;
}

.timeline-item:after {
    position: absolute;
    content: '';
    top: 30px;
    width: 1px;
    height: calc(100% - 30px);
    background: #fff;
}

@media all and  (min-width: 991px) {

    .timeline-item:before,
    .timeline-item:after {
        left: 50%;
        transform: translateX(-50%);
    }

}

.gallery-item-image img {
    height: 150px;
    width: 300px;
}

.timeline-item:after {
    border-left: 1px dotted #4c75bc;
}

@media all and  (min-width: 991px) {
    .timeline-item:nth-of-type(odd) .timeline-inner {
        padding-right: 40px;
    }

    .timeline-item:nth-of-type(even) .timeline-inner {
        padding-left: 40px;
    }
}

@media all and  (max-width: 991px) {
    .timeline-item .timeline-inner {
        padding-left: 25px;
    }

    .timeline-item:before {
        left: -5px;
    }
}

