﻿@import "animate.css";
@import "animateCSS.css";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Roboto", sans-serif
}

main {
    min-height: 40vh
}

p {
    font-size: 1.1rem
}

button {
    cursor: pointer
}

ul {
    list-style: none
}

a {
    color: #000
}

a:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent !important
}

a:hover {
    text-decoration: none;
    color: #20325a
}

.overflow-hidden {
    overflow: hidden
}

.primary-color {
    color: #2c82c3
}

.primary-color-hover:hover {
    color: #2c82c3
}

.bg-primary-color {
    background-color: #2c82c3
}

.secondary-color {
    color: #20325a
}

.secondary-color-hover:hover {
    color: #20325a
}

.bg-secondary-color {
    background-color: #20325a
}

.bg-grey {
    background-color: #f2f3f4
}

.bg-transparent {
    background: transparent !important
}

.btn {
    padding: 12px;
    min-width: 180px;
    background: transparent
}

.btn:active {
    outline: none;
    border: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent !important
}

.site-btn {
    padding: 5px;
    border-radius: 1.5rem;
    background-color: #2c82c3;
    color: #fff;
    width: auto;
    min-width: auto;
    display: inline-flex;
    align-items: center
}

.site-btn svg {
    color: #fff;
    font-size: 1.8rem
}

.site-btn:hover {
    background-color: #20325a;
    color: #fff
}

.site-btn:hover svg {
    color: #fff;
    font-size: 1.4rem
}

.relative {
    position: relative
}

.gradient-top {
    display: inline-block;
    position: relative;
    background: #2c82c3;
    color: #fff;
    z-index: 0;
    border-color: transparent;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    padding: 12px 20px;
    font-size: 15px;
    min-width: 200px;
    z-index: 2
}

.gradient-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: #20325a;
    transform: scaleX(0);
    transform-origin: 50% 0;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem
}

.gradient-top:hover:before {
    transform: scaleX(1)
}

.gradient-top:hover {
    color: #fff
}

.gradient-top.gradient-reverse {
    background: #20325a
}

.gradient-top.gradient-reverse:before {
    background: #2c82c3
}

.gradient-top.gradient-reverse:hover {
    color: #fff
}

figure {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inner-header {
    position: relative;
    height: 40vh
}

.inner-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background-color: #343a40;
    clip-path: ellipse(85% 145% at 10% 50%);
    z-index: 2
}

.inner-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    background-color: #2c82c3a3;
    clip-path: ellipse(85% 145% at 10% 50%);
    z-index: 1
}

.inner-header img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.inner-header figcaption {
    position: absolute;
    right: auto;
    left: 7%;
    top: 10%;
    z-index: 2;
    text-align: left
}

.inner-header figcaption h1 {
    max-width: 330px;
    font-size: 3rem;
}

.inner-header .breadcrumb-nav .breadcrumb {
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0
}

.inner-header .breadcrumb-nav .breadcrumb .breadcrumb-item {
    font-size: 15px
}

.inner-header .breadcrumb-nav .breadcrumb .breadcrumb-item.slash::before {
    content: "" !important;
    padding: 0
}

.inner-header .breadcrumb-nav .breadcrumb .breadcrumb-item a {
    padding: 0 7px;
    color: #fff
}

.inner-header .breadcrumb-nav .breadcrumb .breadcrumb-item a:hover {
    color: #2c82c3
}

.inner-header .breadcrumb-nav .breadcrumb .breadcrumb-item.active {
    color: #2c82c3
}

.inner-header .breadcrumb-nav .breadcrumb .breadcrumb-item:before {
    color: #fff
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #ddd
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.clearfix {
    clear: both;
    overflow: auto
}

.break {
    width: min-content
}

.radius-curved {
    border-radius: 1.5rem
}

.radius-curved-reverse {
    border-radius: 1.5rem
}

.radius {
    border-radius: 1.5rem
}

.logo {
    max-height: 100px;
    width: auto;
    max-width: 155px;
    object-fit: contain
}

.search-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    border-radius: 10px;
    border: solid 3px #000;
    transform: translate(-50%, -50%);
    display: none
}

.search-box .search-form {
    width: 100%
}

.search-box .search-form .form-group {
    width: 90%
}

.search-box .search-form .form-control {
    padding: 1.3rem 0;
    background: transparent;
    border: 0;
    font-size: 1.1rem
}

.search-box .search-form .search-btn {
    border: 0;
    background: transparent;
    align-items: center;
    font-size: 2rem;
    border-right: solid 1px #ddd;
    outline: 0
}

.search-box .close-search {
    font-size: 2rem;
    outline: 0;
    border: 0;
    background: transparent
}

.menu {
    position: relative
}

.menu .navbar-nav {
    padding: 0 !important
}

.menu .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 21px 10px !important;
    margin: 0 10px;
    font-size: 1.1rem;
    font-weight: bold;
    position: relative
}

.menu .nav-link:hover {
    background: rgba(255, 255, 255, .3)
}

.menu .active .nav-link {
    color: #20325a
}

.menu .nav-item {
    position: relative
}

.menu .nav-item .dropdown, .menu .nav-item .dropdown-menu {
    position: absolute;
    top: 100%;
    min-width: 250px;
    background-color: #fff;
    display: none;
    padding: 10px 0 0 0;
    border-bottom: solid 5px #2c82c3;
    z-index: 3
}

.menu .nav-item .dropdown li, .menu .nav-item .dropdown-menu li {
    border-bottom: solid 1px rgba(0, 0, 0, .2)
}

.menu .nav-item .dropdown li:last-child, .menu .nav-item .dropdown-menu li:last-child {
    border-bottom: 0
}

.menu .nav-item .dropdown li .nav-link, .menu .nav-item .dropdown-menu li .nav-link {
    font-size: 15px;
    padding: 15px 10px !important
}

.menu .nav-item .dropdown li .nav-link:hover, .menu .nav-item .dropdown-menu li .nav-link:hover {
    color: #2c82c3;
    background-color: transparent
}

.menu .nav-item .dropdown li .nav-link:hover:after, .menu .nav-item .dropdown-menu li .nav-link:hover:after {
    display: none
}

.menu .nav-item:hover .dropdown, .menu .nav-item:hover .dropdown-menu {
    display: block
}

.menu .nav-item .dropdown-menu.show {
    position: absolute !important
}

.scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.scroll .navbar {
    margin: 0 !important
}

.sidenav .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .95);
    overflow-x: hidden;
    transition: .5s
}

.sidenav .overlay a {
    padding: 15px;
    font-size: 33px;
    color: #fff;
    display: block
}

.sidenav .overlay a:hover {
    color: #f1f1f1
}

.sidenav .overlay a:focus {
    color: #f1f1f1
}

.sidenav .overlay a .closebtn {
    position: absolute;
    top: 20px;
    font-size: 60px
}

.sidenav .overlay a ul.submenu li a {
    font-size: 24px !important;
    color: #fff;
    display: block;
    transition: .3s
}

.sidenav .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.sidenav .nav-icon {
    font-size: 35px;
    cursor: pointer;
    color: #2c82c3
}

.fixed-social {
    position: fixed;
    right: 0;
    left: auto;
    top: 35%;
    z-index: 2
}

.fixed-social .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fixed-social .icon svg {
    color: #fff
}

.fixed-social .icon:hover {
    transform: scale(1.1)
}

.fixed-social .facebook {
    background-color: #3b579d
}

.fixed-social .twitter {
    background-color: #2caae1
}

.fixed-social .instagram {
    background-color: #be356d
}

.fixed-social .linkedin {
    background-color: #007bb6
}

.fixed-social .youtube {
    background-color: #e2271b
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: auto;
    background: #00e676;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    color: #fff !important;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 1.5rem;
    min-width: 115px
}

.whatsapp svg {
    font-size: 17px
}

.feedback {
    position: fixed;
    right: 30px;
    bottom: 25px;
    width: auto;
    background: #2c82c3;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 1.5rem;
    min-width: 115px
}

.feedback svg {
    font-size: 17px
}

.feedback:hover {
    color: #fff
}

.call {
    position: fixed;
    right: 30px;
    bottom: 115px;
    width: auto;
    background: #20325a;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear;
    text-align: center;
    vertical-align: middle;
    padding: 8px 10px;
    color: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 1.5rem;
    min-width: 115px
}

.call svg {
    font-size: 17px
}

.call:hover {
    color: #fff
}

.intro .item {
    position: relative;
    background-color: #000
}

.intro .item figure {
    width: 100%;
    height: 100%;
    position: relative
}

.intro .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5
}

.intro .item figure figcaption {
    position: absolute;
    top: 5%;
    left: 0;
    width: 50%;
    bottom: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #fff
}

.intro .item figure figcaption:before, .intro .item figure figcaption:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto
}

.intro .item figure figcaption:before {
    width: 650px;
    height: 650px;
    background-color: rgba(44, 130, 195, .5)
}

.intro .item figure figcaption:after {
    width: 450px;
    height: 450px;
    background-color: rgba(0, 0, 0, .7)
}

.intro .item figure figcaption .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.intro .item figure figcaption .content .info {
    width: 50%
}

.intro .item figure figcaption .content .slide-title {
    font-size: 2.2rem
}

.intro .item figure figcaption .content .slide-desc {
    font-size: 1rem;
}

.intro .item figure figcaption .content .slide-btn {
    padding: 5px;
    background-color: #fff;
    border-radius: 1.5rem;
    position: relative
}

.intro .item figure figcaption .content .slide-btn .icon {
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #2c82c3;
    padding: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.intro .item figure figcaption .content .slide-btn .icon svg {
    font-size: 2rem;
    color: #fff
}

.intro .item figure figcaption .content .slide-btn:hover .icon {
    background-color: #20325a;
    width: 40px;
    height: 40px
}

.intro .item figure figcaption .content .slide-btn:hover .icon svg {
    font-size: 1.8rem
}

.intro .active figcaption:before, .intro .active figcaption:after {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn
}

.intro .active figcaption:before {
    animation-delay: .2s
}

.intro .active figcaption:after {
    animation-delay: .5s
}

.intro .active .slide-title, .intro .active .slide-desc, .intro .active .slide-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 1s
}

.intro:hover .owl-prev {
    left: 0;
    opacity: 1
}

.intro:hover .owl-next {
    right: 0;
    opacity: 1
}

.intro .owl-theme .owl-controls {
    position: absolute;
    top: 40%;
    background: transparent;
    right: 5%;
    left: auto;
    margin: auto
}

.intro .owl-theme .owl-controls .owl-page {
    display: block !important
}

.intro .owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background-color: #2c82c3
}

.services figure {
    background-color: rgba(44, 130, 195, .5);
    height: 85px;
    width: 85px
}

.services figure img {
    object-fit: scale-down
}

.services .service {
    border-radius: 1.5rem
}

.services .service:nth-child(odd) {
    background-color: #f2f3f4
}

.about-sec .sec-title {
    font-size: 2rem
}

.about-sec figure {
    overflow: visible
}

.about-sec figure img {
    height: 400px
}

.about-sec figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -10%;
    left: -5%;
    background-color: rgba(44, 130, 195, .5);
    z-index: -1;
    border-radius: 1.5rem
}

.counter {
    position: relative;
    background-color: rgba(32, 50, 90, .8)
}

.counter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/counter-bg.jpg) no-repeat center fixed;
    z-index: -1
}

.counter .counter-value {
    position: relative
}

.counter .counter-value:after {
    content: "";
    width: 60px;
    height: 5px;
    border-radius: 1.5rem;
    margin: auto;
    background: #2c82c3;
    z-index: 1;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0
}

.products {
    min-height: 550px
}

.products .product {
    transition: width .4s ease-in-out;
    width: 43%;
    position: absolute
}

.products .product figure {
    background-color: #000;
    margin-bottom: 0
}

.products .product figure img {
    height: 500px;
    opacity: .85
}

.products .product figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    transform: translateY(70%);
    text-align: center
}

.products .product figure figcaption .pro-title {
    position: relative;
    display: inline-block
}

.products .product figure figcaption .pro-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #2c82c3
}

.products .product figure figcaption .desc {
    margin-top: 100px;
    transform: scale(0);
    transition: all 2s ease-in-out
}

.products .product figure figcaption .pro-link svg {
    font-size: 2.5rem
}

.products-sec {
    direction: ltr;
}

.products .product:nth-child(1) {
    left: 0;
    clip-path: ellipse(100% 145% at -20% 50%);
    z-index: 3
}

.products .product:nth-child(1) figure figcaption {
    padding-right: 33% !important
}

.products .product:nth-child(2) {
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    clip-path: ellipse(100% 145% at -10% 50%)
}

.products .product:nth-child(2) figure figcaption {
    padding-left: 15% !important;
    padding-right: 15% !important
}

.products .product:nth-child(2):hover {
    clip-path: ellipse(45% 100% at 50% 50%)
}

.products .product:nth-child(3) {
    right: 0;
    clip-path: ellipse(100% 145% at 120% 50%);
    width: 55%
}

.products .product:nth-child(3) figure figcaption {
    padding-left: 33% !important
}

.products .product:hover {
    width: 60%;
    z-index: 4
}

.products .product:hover figure figcaption {
    transform: translateY(0);
    text-align: left
}

.products .product:hover figure figcaption .desc {
    margin-top: 0;
    transform: scale(1)
}

.products .product:hover img {
    opacity: 1
}

.archive-products .product {
    text-align: center
}

.archive-products .product figure {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 10px #2c82c3;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto 20px
}

.archive-products .product figure img {
    object-fit: contain
}

.archive-products .product:hover figure {
    background-color: #2c82c3
}

.page-slider .main-img {
    height: 400px;
    background-color: rgba(44, 130, 195, .5);
    border-radius: 1.5rem;
    border-top-right-radius: 5.5rem;
    padding: 20px
}

.page-slider .main-img img {
    border-radius: 1.5rem;
    border-top-right-radius: 5.5rem;
    object-fit: cover;
    border-radius: 1.5rem;
    border-top-right-radius: 5.5rem
}

.page-slider .mySlides {
    display: none;
    height: 400px;
    background-color: rgba(44, 130, 195, .5);
    border-radius: 1.5rem;
    border-top-right-radius: 5.5rem;
    padding: 20px
}

.page-slider .mySlides img {
    border-radius: 1.5rem;
    border-top-right-radius: 5.5rem;
    object-fit: cover;
    border-radius: 1.5rem;
    border-top-right-radius: 5.5rem
}

.page-slider .cursor {
    cursor: pointer
}

.page-slider .prev, .page-slider .next {
    cursor: pointer;
    position: absolute;
    top: 35%;
    padding: 10px;
    color: #ddd;
    font-weight: bold;
    font-size: 35px;
    user-select: none;
    -webkit-user-select: none;
    background: #2c82c3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px
}

.page-slider .next {
    right: 15px
}

.page-slider .prev:hover, .page-slider .next:hover {
    background-color: #000;
    color: #fff
}

.page-slider .row:after {
    content: "";
    display: table;
    clear: both
}

.page-slider .column {
    display: flex;
    justify-content: space-around;
    border: solid 1px #ddd;
    margin: 4px;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.page-slider .column img {
    width: 100%;
    border-radius: 50%
}

.page-slider .demo {
    opacity: .6;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.page-slider .active, .page-slider .demo:hover {
    opacity: 1
}

.partnership {
    position: relative
}

.partnership:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    height: 400px;
    background-color: rgba(44, 130, 195, .5);
    border-radius: 50%;
    margin: auto
}

.partnership h2 {
    font-size: 3rem;
}

.partnership img {
    max-height: 150px;
    object-fit: contain
}

.news .posts img {
    height: 180px
}

.news .posts .post-title {
    min-height: 50px
}

.clients {
    position: relative
}

.clients img {
    height: 120px;
    object-fit: scale-down;
    padding: 5px
}

.contact .info .icon {
    width: 80px;
    height: 80px;
    background: #2c82c3;
    margin: auto
}

.contact .info .icon svg {
    font-size: 2.3rem
}

.contact .info:hover .icon {
    background: #20325a
}

.contact .info a:hover {
    color: #2c82c3
}

.nav-pills .nav-link {
    border-radius: 0;
    padding: 8px 10px;
    margin: 10px;
    background-color: #f2f3f4;
    border: 0;
    text-align: center;
    color: #20325a
}

.nav-pills .active {
    background-color: #2c82c3 !important
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f2f3f4;
    padding: 10px;
    border: 0;
    border-left: solid 3px #2c82c3;
    font-size: 14px
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;
    background-color: #f2f3f4;
    border-left: solid 3px #20325a
}

textarea {
    height: 130px !important
}

label {
    font-family: "Righteous", sans-serif
}

.required:after {
    content: "*";
    display: inline;
    color: #20325a;
    padding: 0 5px
}

.form-check-label {
    font-family: "Montserrat", sans-serif
}

.form-check-label:after {
    content: ""
}

input[type=checkbox], input[type=radio] {
    visibility: hidden;
    position: absolute
}

input[type=radio] + label:before, input[type=checkbox] + label:before {
    height: 20px;
    width: 20px;
    margin-right: 2px;
    content: " ";
    display: inline-block;
    border: 2px solid #2c82c3;
    cursor: pointer;
    vertical-align: middle
}

input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
    background: #20325a
}

input[type=radio] + label:before {
    border-radius: 50%
}

input[type=checkbox] + label:before {
    border-radius: 2px
}

footer {
    background: rgba(32, 50, 90, .9);
    position: relative
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/slide2.jpg") no-repeat center;
    z-index: -1
}

footer p, footer span, footer a {
    color: rgba(255, 255, 255, .85);
    font-size: 14px
}

footer a:hover {
    color: #2c82c3
}

footer .contact-info {
    font-size: 14px
}

footer .contact-info svg {
    font-size: 2rem
}

footer .copyright {
    padding-top: 12px;
    border-top: solid 1px rgba(255, 255, 255, .2)
}

ul.social li {
    margin-right: 12px
}

ul.social .icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c82c3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

ul.social .icon svg {
    color: #fff
}

ul.social .icon:hover {
    background-color: #fff
}

ul.social .icon:hover svg {
    color: #2c82c3
}

ul.links {
    clear: both;
    overflow: auto
}

ul.links li {
    float: left;
    width: 50%
}

ul.contacts svg {
    margin-right: 8px;
    color: #2c82c3;
    font-size: 20px
}

ul.contacts a span {
    padding: 5px 15px;
    background: #20325a;
    border-radius: 1.5rem;
    color: #fff;
    font-size: 13px
}

ul.contacts a:hover span {
    background-color: #2c82c3
}

.modal {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent
}

.modal .modal-content {
    background: transparent;
    border: 0
}

.modal .close:focus, .modal .close {
    color: #fff !important;
    outline: none
}

.modal .close span {
    color: #fff;
    font-size: 30px
}

.modal .form-control {
    background-color: #f2f3f4
}

.modal .map iframe {
    height: 400px;
    margin-bottom: -7px
}

.modal .info {
    clear: both;
    overflow: auto
}

.modal .info li {
    width: 50%;
    float: left
}

.modal .info li.address {
    width: 100%
}

.modal .info li a, .modal .info li span {
    color: #000 !important
}

.modal .info li a:hover, .modal .info li span:hover {
    color: #2c82c3 !important
}

.modal .info li svg {
    color: #20325a
}

.search-modal {
    background: rgba(0, 0, 0, .75)
}

.search-modal .modal-content {
    background-color: transparent;
    border: 0
}

.search-modal .search-form {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25)
}

.search-modal .form-control {
    border: 0;
    border-left: solid 5px transparent;
    background-color: transparent;
    font-size: 25px;
    padding: 35px
}

.search-modal .form-control:focus {
    border-left: solid 5px #20325a
}

.search-modal .search-btn button {
    background: transparent;
    border: 0
}

.search-modal .search-btn svg {
    font-size: 35px
}

.about-page .desc figure {
    overflow: visible
}

.about-page .desc figure img {
    height: 350px;
    border-radius: 1.5rem
}

.about-page .desc figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10%;
    right: -7%;
    background-color: rgba(44, 130, 195, .5);
    z-index: -1;
    border-radius: 1.5rem
}

.about-page .info figure {
    height: 280px
}

.about-page .values .service .value-title {
    width: 60%;
    margin: 0 10px
}

.about-page .title {
    position: relative
}

.about-page .title:before {
    content: "";
    position: absolute;
    left: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(44, 130, 195, .5);
    width: 150px;
    height: 150px;
    z-index: -1;
    border-radius: 50%
}

.careers .careers-form {
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.archive-products {
    background: transparent
}

.archive-products .desc {
    border-left: solid 5px #2c82c3;
    padding: 0 10px
}

.archive-products:before {
    background: transparent
}

.single-product .main-img {
    background-color: #f2f3f4
}

.single-product .main-img img {
    height: 350px;
    object-fit: cover
}

.single-product .pro-gallery figure {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: solid 10px #2c82c3;
    background-color: #2c82c3;
}

.single-product .pro-gallery figure img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product .products {
    min-height: 400px
}

.single-product .products .product figure img {
    height: 400px
}

.single-product .apps img {
    height: 85px;
    object-fit: scale-down
}

.single-product .feats {
    column-count: 2;
    column-gap: 1rem
}

.single-project .project {
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.single-project .project img {
    height: 200px;
    padding: 10px;
    object-fit: contain
}

.archive figure img {
    height: 300px
}

.archive .item:nth-child(even) {
    direction: rtl
}

.archive .item:nth-child(even) p {
    direction: ltr
}

.single-blog .content {
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1)
}

.single-blog figure img {
    max-height: 600px
}

.single-blog .post-img img {
    height: 400px
}

.gallery img {
    height: 300px;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    background: #f2f3f4;
    padding: 20px
}

.lightbox .lb-image {
    border: 0 !important
}

.contact-page .map iframe {
    height: 400px !important;
    width: 100%
}

.contact-page .contact-info a {
    color: #fff
}

.contact-page .contact-info a:hover {
    color: #2c82c3
}

.contact-page .contact-info svg {
    font-size: 2.3rem
}

.contact-page textarea {
    height: 150px !important
}

.page {
    clear: both;
    overflow: hidden
}

.page .main-img {
    float: left;
    max-width: 50%;
    padding-right: 2rem
}

.page .main-img img {
    max-height: 450px;
    object-fit: contain;
    border-radius: 1.5rem
}

.page .date {
    border-radius: 1.5rem
}

.page .gallery-item {
    padding: 5px
}

.page ul li {
    margin-bottom: 7px;
    font-size: 15px
}

.page ul li:before {
    content: "•";
    color: #2c82c3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #2c82c3
}

.page-content a {
    text-decoration: underline;
    color: #2c82c3
}

.page-content ul li {
    margin-bottom: 7px;
    font-size: 15px
}

.page-content ul li:before {
    content: "•";
    color: #2c82c3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.nav-pills .nav-link {
    border-radius: 1.5rem;
    padding: 8px 20px;
    margin: 10px;
    background-color: #f2f3f4;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    color: #20325a;
    font-weight: bold
}

.nav-pills .active {
    background-color: #2c82c3 !important
}

table {
    width: 100%;
    margin: auto
}

table thead {
    background-color: #20325a;
    color: #fff
}

table td, table th {
    border: solid 1px #ddd;
    padding: 8px !important;
    font-size: 14px
}

table tr:nth-child(odd) {
    background-color: #f2f3f4
}

table a {
    color: #2c82c3
}

table img {
    height: 23px;
    object-fit: contain;
    width: auto;
    padding-right: 10px
}

.modal {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal .close:focus, .modal .close {
    color: #fff
}

.modal .form-control {
    background-color: #f2f3f4
}

iframe {
    width: 100%;
    height: 300px
}

.pro-slider .mySlides {
    display: none;
    height: 400px;
    border: solid 10px rgba(0, 0, 0, .1);
    padding: 10px
}

.pro-slider .mySlides img {
    object-fit: scale-down
}

.pro-slider .cursor {
    cursor: pointer
}

.pro-slider .prev, .pro-slider .next {
    cursor: pointer;
    position: absolute;
    top: 27%;
    width: auto;
    padding: 16px;
    color: #ddd;
    font-weight: bold;
    font-size: 60px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

.pro-slider .next {
    right: 15px;
    border-radius: 3px 0 0 3px
}

.pro-slider .prev:hover, .pro-slider .next:hover {
    color: #2c82c3
}

.pro-slider .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.pro-slider .row:after {
    content: "";
    display: table;
    clear: both
}

.pro-slider .column {
    display: flex;
    justify-content: space-around;
    width: 18%;
    border: solid 1px #ddd;
    margin: 4px
}

.pro-slider .column img {
    width: 100%
}

.pro-slider .demo {
    opacity: .6;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.pro-slider .active, .pro-slider .demo:hover {
    opacity: 1;
    border: solid 3px #2c82c3
}

@media (max-width: 1220px) {
    .intro .item figure figcaption {
        width: 70%;
    }
}

@media (max-width: 920px) {
    .intro .item figure figcaption {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .page .gallery-item {
        width: 50% !important
    }

    .inner-header:before {
        width: 55%;
        clip-path: ellipse(85% 115% at 10% 50%);
        z-index: 2;
    }

    .inner-header:after {
        width: 67%;
        clip-path: ellipse(85% 115% at 10% 50%);
        z-index: 1
    }

    .intro .item figure figcaption:before {
        width: 550px;
        height: 550px;
        background-color: rgba(44, 130, 195, .5);
    }

    .intro .item figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .intro .item figure figcaption .content .info {
        width: 70%;
    }

    .intro .item figure figcaption .content .slide-title {
        font-size: 2rem;
    }
}

@media (max-width: 520px) {
    .intro .item figure figcaption:after {
        width: 400px;
        height: 400px;
    }

    .intro .item figure figcaption:before {
        width: 500px;
        height: 500px;
        background-color: rgba(44, 130, 195, .5);
    }
}

@media (max-width: 480px) {
    .page .gallery-item {
        width: 100% !important
    }

    .intro .item figure figcaption:after {
        width: 360px;
        height: 360px;
    }

    .intro .item figure figcaption:before {
        width: 420px;
        height: 420px;
    }

    .intro .item figure figcaption .content .info {
        width: 60%;
    }

    .intro .item figure figcaption .content .slide-title {
        font-size: 1.5rem;
    }

    .intro .item figure figcaption .content .slide-desc {
        font-size: 0.8rem;
    }

    .display-4 {
        font-size: 2rem
    }

    .sidenav .overlay a {
        font-size: 1.2rem;
    }

    .sidenav .nav-icon {
        font-size: 1.5rem;
    }

    .menu .nav-link {
        font-size: 1rem;
    }

    .about-sec figure img {
        height: 250px;
    }
    .partnership:before{
        display: none;
    }
    .partnership h2 {
        font-size: 2rem;
    }
    .partnership img {
        max-height: 100px;
    }
    p {
        font-size: 1rem;
    }
}
@media (max-width: 400px) {
    .intro .item figure figcaption:after {
        width: 300px;
        height: 300px;
    }

    .intro .item figure figcaption:before {
        width: 350px;
        height: 350px;
    }

    .intro .item figure figcaption .content .info {
        width: 65%;
    }

    .intro .item figure figcaption .content .slide-title {
        font-size: 1.2rem;
    }

}

a, img, svg, .btn, .gradient-top:before, .search-box, .menu .navbar-nav, .feedback, .call, .intro .item figure figcaption .content .slide-btn .icon, .products .product figure figcaption, .archive-products .product figure, .archive-products .product .pro-title, .contact .info .icon, .form-control, ul.social .icon, ul.contacts a span {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.counter:before, footer:before {
    -webkit-background-size: cover;
    background-size: cover
}

html[lang=ar] body {
    direction: rtl;
    text-align: right
}

html[lang=ar] p {
    direction: rtl
}

html[lang=ar] .owl-carousel {
    direction: ltr
}

html[lang=ar] .owl-carousel .item, html[lang=ar] .owl-carousel .content {
    text-align: right
}

html[lang=ar] .owl-carousel .item p, html[lang=ar] .owl-carousel .content p {
    direction: rtl;
    text-align: right
}

html[lang=ar] .owl-carousel .content {
    direction: rtl
}

html[lang=ar] .intro .item figure figcaption {
    left: auto;
    right: 0;
    text-align: right
}

html[lang=ar] .intro .owl-theme .owl-controls {
    right: auto;
    left: 5%
}

html[lang=ar] footer {
    text-align: right;
    direction: rtl
}

html[lang=ar] ul.links li {
    float: right
}

html[lang=ar] ul.contacts svg {
    margin-right: 0;
    margin-left: 8px
}

html[lang=ar] .form-control {
    text-align: right;
    border-left: 0;
    border-right: solid 3px #2c82c3
}

html[lang=ar] .search-box .search-form .search-btn {
    border-right: 0;
    border-left: solid 1px #ddd
}

html[lang=ar] .products .product figure figcaption {
    direction: rtl;
}

html[lang=ar] .products .product figure figcaption .pro-title:after {
    left: auto;
    right: 0
}

html[lang=ar] .products .product:hover figure figcaption {
    text-align: right
}

html[lang=ar] .partnership:before {
    left: auto;
    right: 0
}

html[lang=ar] .inner-header:before {
    right: 0;
    left: auto;
    background-color: #343a40;
    clip-path: ellipse(85% 145% at 90% 50%);
}

html[lang=ar] .inner-header:after {
    right: 0;
    left: auto;
    background-color: #2c82c3a3;
    clip-path: ellipse(85% 145% at 90% 50%);
}

html[lang=ar] .inner-header figcaption {
    left: auto;
    right: 7%;
    text-align: right
}

html[lang=ar] .archive .item:nth-child(even) {
    direction: ltr
}

html[lang=ar] .archive .item:nth-child(even) p {
    direction: rtl
}

