@charset "UTF-8";
/***

====================================================================
	Reset
====================================================================

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

/***

====================================================================
	Global Settings
====================================================================

 ***/
body {
    font-size: 16px;
    color: #808186;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
    color: #123759;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #2f86d5;
}

.no-padding {
    padding: 0px !important;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
.underline {
    text-decoration:underline;
}
.ltr {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.4em;
    font-family: "Barlow Condensed", sans-serif;
    color: #123759;
}

ul.list-square-style, .list-square-style li {
    list-style: square;
}

.list-square-style {
    padding-left: 20px;
}

.text-secondary {
    color: #2f86d5 !important;
}

button:focus {
    outline: none;
}

p {
    margin-bottom: 20px;
    color: #123759;
}

.text {
    font-size: 18px;
    color: #123759;
}

.text.light {
    color: #fff;
}

.text-primary {
    color: #123759;
}

.border-bottom {
    border-bottom: 1px solid #eee !important;
}

.curve-border-bottom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    left: 0;
    bottom: 0;
    transform: rotate(-1.5deg);
}

.strike-through {
    text-decoration: line-through;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    overflow: hidden;
}

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

@media (min-width: 1200px) {
    .container {
        padding: 0px;
    }
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.grey-bg {
    background-color: #f3f3f3 !important;
}

.anim-icons .icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

/* section padding */
.sp-one {
    padding: 120px 0;
}

.sp-two {
    padding: 40px 0 90px;
}

.sp-three {
    padding: 120px 0 70px;
}

.sp-four {
    padding: 120px 0 0px;
}

.sp-five {
    padding: 0px 0 120px;
}

.sp-six {
    padding: 0px 0 90px;
}

.projects-block-one.mix {
    display: none;
}

.projects-block-two.mix {
    display: none;
}

.theme-color {
    color: #2f86d5;
}

img {
    display: inline-block;
    max-width: 100%;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #252733;
    background-position: center center;
    background-repeat: no-repeat;
}

.arlo_tm_preloader {
    position: fixed;
    background-color: #fff;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    transition: 0.2s all ease;
    transition-delay: 0.5s;
}

.preloader .spinner_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33333;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.preloader .spinner {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/*** Scroll To Top style ***/
.scroll-to-top {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 66px;
    font-size: 15px;
    border-radius: 50%;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #2f86d5;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.scroll-to-top span:before {
    font-size: 27px;
}

.scroll-to-top:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* parallax-one */
.parallax-one {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-one:before {
    position: absolute;
    content: "";
    background: rgba(30, 67, 152, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* parallax-two */
.parallax-two {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallax-two:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* parallax-three */
.parallax-three {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallax-three:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 7px 20px;
    line-height: 30px;
    color: #333333;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: "FontAwesome";
    content: "\F107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #333333;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: "Barlow Condensed", sans-serif;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #2f86d5;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
    background-color: #17519d;
}

/* owl controll */
.owl-dots-none .owl-dots {
    display: none;
}

/* style one */
.owl-dot-style-one .owl-dots {
    position: relative;
    text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #2f86d5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
    background: #2f86d5;
    border-color: #2f86d5;
}

/* style two */
.owl-dot-style-two .owl-dots {
    position: relative;
    text-align: center;
    line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
    position: absolute;
    content: "";
    background: #e8e8e8;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
    background: #2f86d5;
    border-color: #2f86d5;
}

/* style three */
.owl-dot-style-three .owl-dots {
    position: relative;
    text-align: center;
    line-height: 15px;
}

.owl-dot-style-three .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-three .owl-dots .owl-dot span {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0px;
    display: inline-block;
    border: 4px solid #cacacd;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.owl-dot-style-three .owl-dots .owl-dot.active span,
.owl-dot-style-three .owl-dots .owl-dot:hover span {
    border-color: #252733;
}

/* owl nav */
.owl-nav-none .owl-nav {
    display: none;
}

.owl-nav-style-one .owl-nav {
    margin: 0px;
    margin-top: 80px;
    padding: 0px;
    text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
    position: relative;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #403ab4;
    box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-one .owl-nav .owl-prev {
    left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
    right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
    background-color: #2f86d5;
    box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
}

/* nav style tow */
.owl-nav-style-two .owl-nav {
    padding: 0px;
    text-align: center;
    bottom: 100%;
    top: inherit;
    position: absolute;
    left: inherit;
    right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 8px 30px;
    display: inline-block;
    line-height: 46px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 24px;
    color: #949494;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
    left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
    right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
    color: #2f86d5;
    border-color: #2f86d5;
}

/* nav style three */
.owl-nav-style-three .owl-nav {
    padding: 0px;
    top: 50%;
    margin-top: -40px;
    position: absolute;
    left: -45%;
    right: -45%;
}

.owl-nav-style-three .owl-nav .owl-next,
.owl-nav-style-three .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-three .owl-nav .owl-prev {
    left: -25px;
    float: left;
}

.owl-nav-style-three .owl-nav .owl-next {
    right: -25px;
    float: right;
}

.owl-nav-style-three .owl-nav .owl-next:hover,
.owl-nav-style-three .owl-nav .owl-prev:hover {
    color: #2f86d5;
    border-color: #2f86d5;
}

/* nav style four */
.owl-nav-style-four .owl-nav {
    padding: 0px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.owl-nav-style-four .owl-nav .owl-next,
.owl-nav-style-four .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    color: #b2b2b2;
    border-radius: 50%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
}

.owl-nav-style-four .owl-nav .owl-prev {
    left: 45px;
    top: 13px;
    float: left;
}

.owl-nav-style-four .owl-nav .owl-next {
    right: 45px;
    top: 13px;
    float: right;
}

.owl-nav-style-four .owl-nav .owl-next:hover,
.owl-nav-style-four .owl-nav .owl-prev:hover {
    color: #2f86d5;
    border-color: #2f86d5;
}

/* nav style five */
.owl-nav-style-five .owl-nav {
    margin: 0px;
    margin-top: 40px;
    padding: 0px;
    text-align: center;
}

.owl-nav-style-five .owl-nav .owl-next,
.owl-nav-style-five .owl-nav .owl-prev {
    position: relative;
    color: #222;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    margin: 0 15px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.owl-nav-style-five .owl-nav .owl-prev {
    left: 0px;
}

.owl-nav-style-five .owl-nav .owl-next {
    right: 0px;
}

.owl-nav-style-five .owl-nav .owl-next:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 2px;
    background: #9cacd8;
    top: 0;
    right: 26px;
}

.owl-nav-style-five .owl-nav .owl-next:hover,
.owl-nav-style-five .owl-nav .owl-prev:hover {
    color: #2f86d5;
}

/*** Fancy Box ***/
.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
    content: "";
    position: absolute;
    font-family: "FontAwesome";
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background-color: rgba(28, 28, 28, 0.4) !important;
    color: #ffffff;
    visibility: visible;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
    content: "\F178";
}

.fancybox-prev span:before {
    content: "\F177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
    background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

.row-5 {
    margin: 0 -5px;
}

/* margin */
.m-0 {
    margin: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.ml-55 {
    margin-left: 55px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.ml-65 {
    margin-left: 65px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.ml-75 {
    margin-left: 75px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.mr-55 {
    margin-right: 55px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.mr-65 {
    margin-right: 65px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.mr-75 {
    margin-right: 75px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

/* padding */
.p-0 {
    padding: 0px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-200 {
    padding-top: 200px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-55 {
    padding-left: 55px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-65 {
    padding-left: 65px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-75 {
    padding-left: 75px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-55 {
    padding-right: 55px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-65 {
    padding-right: 65px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-75 {
    padding-right: 75px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

/*


1- section title
2- button style
3- list style
4- social icon
6- tab style
7- accordion
8- page pagination
9- filter style
10- video-box
11- Progressbar




/*
==================================
1.section title
==================================
*/
.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.sec-title.small {
    margin-bottom: 50px;
}

.sec-title .sub-title {
    font-size: 20px;
    color: #2f86d5;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title.light .title {
    color: #2f86d5;
}

.sec-title.small .title {
    margin-bottom: 5px;
}

.sec-title h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    color: #123759;
}

.sec-title.light h1 {
    color: #fff;
    line-height: 42px;
}

.sec-title.small h1 {
    font-size: 50px;
}

.sec-title .shape-icon {
    position: absolute;
    right: 60%;
    top: 29px;
    height: 14px;
    width: 10px;
    background-image: url(../images/icons/shape-9.png);
    background-repeat: no-repeat;
}

.sec-title .text {
    margin-top: 20px;
}

.sec-title.light .text {
    color: #fff;
}

/* inner page title */
.inner-page-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.inner-page-title h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
}

.inner-page-title:before {
    position: absolute;
    content: "";
    background: #ddd;
    height: 1px;
    width: 100%;
    bottom: 0;
}

.inner-page-title:after {
    position: absolute;
    content: "";
    background: #2f86d5;
    height: 2px;
    width: 40px;
    bottom: 0;
}

/***

====================================================================
   Buttons Style
====================================================================

 ***/
/*Btn Style One*/
.btn-style-one {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    padding: 20px 60px;
    background-color: #2f86d5;
}

.btn-style-one:hover {
    color: #ffffff;
    background-color: #353743;
}

/*Btn Style Two*/
.btn-style-two {
    position: relative;
    color: #252733;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding: 27px 70px;
    background-color: transparent;
    border: 8px solid #222;
    cursor: pointer;
}

.btn-style-two:hover {
    color: #2f86d5;
}

.btn-style-two.light {
    color: #fff;
    border-color: #fff;
}

.border-anim-right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.border-anim-left:before {
    position: absolute;
    content: "";
    background: #2f86d5;
    height: 8px;
    width: 0%;
    left: -8px;
    top: -8px;
    transition: 0.5s ease;
}

.border-anim-left:hover:before {
    width: 100%;
}

.border-anim-left:after {
    position: absolute;
    content: "";
    background: #2f86d5;
    height: 0%;
    width: 8px;
    left: -8px;
    top: -8px;
    transition: 0.5s ease;
}

.border-anim-left:hover:after {
    height: 100%;
}

.border-anim-right:before {
    position: absolute;
    content: "";
    background: #2f86d5;
    height: 8px;
    width: 0%;
    right: -8px;
    bottom: -8px;
    transition: 0.5s ease;
}

.border-anim-left:hover .border-anim-right:before {
    width: 100%;
}

.border-anim-right:after {
    position: absolute;
    content: "";
    background: #2f86d5;
    height: 0%;
    width: 8px;
    right: -8px;
    bottom: -8px;
    transition: 0.5s ease;
}

.border-anim-left:hover .border-anim-right:after {
    height: 100%;
}

/*Btn Style Three*/
.btn-style-three {
    position: relative;
    color: #252733;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 11px 40px;
    background-color: #ffffff;
    border: 4px solid #252733;
}

.btn-style-three:hover {
    color: #ffffff;
    background-color: #252733;
}

/*Btn Style Four*/
.btn-style-four {
    position: relative;
    color: #252733;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding: 15px 35px;
    background-color: transparent;
    border: 6px solid #222;
    cursor: pointer;
}

.btn-style-four:hover {
    color: #2f86d5;
}

/*Btn Style Five*/
.btn-style-five {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 3px;
    background-color: #b83b96;
    box-shadow: 0px 11px 21.25px 3.75px rgba(255, 190, 237, 0.65);
}

.btn-style-five:hover {
    color: #ffffff;
    background-color: #2f86d5;
}

/*Btn Style Six*/
.btn-style-six {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 3px;
    background-color: #f0467a;
    box-shadow: 0px 11px 21.25px 3.75px rgba(240, 70, 122, 0.13);
}

.btn-style-six:hover {
    color: #ffffff;
    background-color: #2f86d5;
}

/*Btn Style seven*/
.btn-style-seven {
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 14px 35px;
    border-radius: 3px;
    border: 1px solid #403ab4;
    box-shadow: 0px 5px 21.25px 3.75px rgba(194, 191, 255, 0.4);
}

.btn-style-seven:hover {
    color: #ffffff;
    background-color: #403ab4;
}

/*Btn Style Eight*/
.btn-style-eight {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 3px;
    border: 2px solid #ffffff;
}

.btn-style-eight:hover {
    color: #2a2685;
    background-color: #ffffff;
}

/*Btn Style Nine*/
.btn-style-nine {
    position: relative;
    color: #7478fa;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 3px;
    background: #ffffff;
}

.btn-style-nine:hover {
    color: #ffffff;
    background-color: #202020;
}

/*Btn Style Ten*/
.btn-style-ten {
    position: relative;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    border-bottom: 1px solid #8b8b8b;
    line-height: 20px;
}

.btn-style-ten:hover {
    color: #2f86d5;
    border-color: #2f86d5;
}

/*Btn Style eleven*/
.btn-style-eleven {
    position: relative;
    color: #222;
    font-size: 25px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    box-shadow: -3px 12px 21.25px 3.75px rgba(233, 233, 233, 0.37);
    background: #fff;
}

.btn-style-eleven:hover {
    color: #fff;
    background-color: #222;
}

/*Btn Style twelve*/
.btn-style-twelve {
    position: relative;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0px 11px 21.25px 3.75px rgba(167, 238, 227, 0.65);
    background: #2f86d5;
    border-radius: 50%;
}

.btn-style-twelve:hover {
    color: #fff;
    background-color: #403ab4;
    box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
}

/*
==================================
3.list style
==================================
*/
.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    padding-left: 28px;
    margin-bottom: 15px;
}

.list-style-one li:before {
    position: absolute;
    content: "\F058";
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #3648b2;
    font-family: "Font Awesome 5 Free";
}

/*List Style Two*/
.list-style-two {
    position: relative;
    margin-bottom: 30px;
}

.list-style-two li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    margin-bottom: 6px;
}

.list-style-two li:before {
    position: absolute;
    content: "\F105";
    left: 0px;
    top: 0;
    font-family: "Font Awesome 5 Free";
    color: #2f86d5;
    font-size: 16px;
}

/*List Style Three*/
.list-style-three {
    position: relative;
    margin-bottom: 30px;
}

.list-style-three li {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    margin-bottom: 6px;
}

.list-style-three li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #2f86d5;
    font-family: "Font Awesome 5 Free";
}

.list-style-three li:nth-child(2):before {
    background-color: #fd5075;
}

.list-style-three li:nth-child(3):before {
    background-color: #11e6a2;
}

/*List Style four*/
.list-style-four {
    position: relative;
}

.list-style-four li {
    position: relative;
    margin-bottom: 12px;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    padding-left: 35px;
    line-height: 2em;
}

.list-style-four li i {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #2f86d5;
    font-size: 22px;
    line-height: 1.2em;
}

/*List Style five*/
.list-style-five {
    position: relative;
}

.list-style-five li {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding-left: 28px;
    margin-bottom: 10px;
}

.list-style-five li:before {
    position: absolute;
    content: "\F192";
    left: 0px;
    top: 2px;
    font-size: 16px;
    color: #2f86d5;
    font-family: "Font Awesome 5 Free";
}

/*
==================================
4.social icon
==================================
*/
/* social icon one */
.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    color: #666;
    font-size: 16px;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #2f86d5;
}

/*Social Icon Two*/
.social-icon-two {
    position: relative;
}

.social-icon-two li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    color: #2f86d5;
    font-size: 16px;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    color: #2f86d5;
}

/*Social Icon Three*/
.social-icon-three {
    position: relative;
}

.social-icon-three li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-three li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #848484;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #f4f4f4;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #ffffff;
    background-color: #2f86d5;
}

/*Social Icon Four*/
.social-icon-four {
    position: relative;
}

.social-icon-four li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-four li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #2f86d5;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #f4f4f4;
    transition: all 300ms ease;
}

.social-icon-four li a:hover {
    color: #ffffff;
    background-color: #2f86d5;
}

/*Social Icon Five*/
.social-icon-five {
    position: relative;
}

.social-icon-five li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-five li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #848484;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eee;
    transition: all 300ms ease;
}

.social-icon-five li a:hover {
    color: #ffffff;
    background-color: #2f86d5;
}

/*Social Icon Six*/
.social-icon-six {
    position: relative;
}

.social-icon-six li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-six li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #2f86d5;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eee;
    transition: all 300ms ease;
}

.social-icon-six li a:hover {
    color: #ffffff;
    background-color: #2f86d5;
}

/* social icon seven */
.social-icon-seven {
    position: relative;
}

.social-icon-seven li {
    position: relative;
    margin: 0 7px;
    display: inline-block;
}

.social-icon-seven li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    transition: all 300ms ease;
}

.social-icon-seven li a:hover {
    color: #2f86d5;
}

/*social icon eight*/
.social-icon-eight {
    position: relative;
}

.social-icon-eight li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.social-icon-eight li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    transition: all 300ms ease;
}

.social-icon-eight li a:hover {
    color: #ffffff;
    background-color: #2f86d5;
    border-color: #2f86d5;
}

/* social-icon nine */
.social-icon-nine {
    display: flex;
    flex-wrap: wrap;
}

.social-icon-nine li {
    margin: 0 7px;
}

.social-icon-nine .fa {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.social-icon-nine .fa:hover {
    opacity: 0.7;
}

.social-icon-nine .fa-facebook-f {
    background: #3B5998;
    color: white;
}

.social-icon-nine .fa-twitter {
    background: #55ACEE;
    color: white;
}

.social-icon-nine .fa-google-plus-g {
    background: #dd4b39;
    color: white;
}

.social-icon-nine .fa-linkedin {
    background: #007bb5;
    color: white;
}

.social-icon-nine .fa-youtube {
    background: #bb0000;
    color: white;
}

.social-icon-nine .fa-instagram {
    background: #125688;
    color: white;
}

.social-icon-nine .fa-pinterest {
    background: #cb2027;
    color: white;
}

.social-icon-nine .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-nine .fa-skype {
    background: #00aff0;
    color: white;
}

.social-icon-nine .fa-android {
    background: #a4c639;
    color: white;
}

.social-icon-nine .fa-dribbble {
    background: #ea4c89;
    color: white;
}

.social-icon-nine .fa-vimeo {
    background: #45bbff;
    color: white;
}

.social-icon-nine .fa-tumblr {
    background: #2c4762;
    color: white;
}

.social-icon-nine .fa-vine {
    background: #00b489;
    color: white;
}

.social-icon-nine .fa-foursquare {
    background: #45bbff;
    color: white;
}

.social-icon-nine .fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.social-icon-nine .fa-flickr {
    background: #f40083;
    color: white;
}

.social-icon-nine .fa-yahoo {
    background: #430297;
    color: white;
}

.social-icon-nine .fa-soundcloud {
    background: #ff5500;
    color: white;
}

.social-icon-nine .fa-reddit {
    background: #ff5700;
    color: white;
}

.social-icon-nine .fa-rss {
    background: #ff6600;
    color: white;
}

/* Social-icon Fourteen */
.social-icon-ten {
    display: flex;
    flex-wrap: wrap;
}

.social-icon-ten li {
    margin: 0 7px;
}

.social-icon-ten .fa {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.social-icon-ten .fa:hover {
    opacity: 0.7;
}

.social-icon-ten .fa-facebook {
    background: #3B5998;
    color: white;
}

.social-icon-ten .fa-twitter {
    background: #55ACEE;
    color: white;
}

.social-icon-ten .fa-google {
    background: #dd4b39;
    color: white;
}

.social-icon-ten .fa-linkedin {
    background: #007bb5;
    color: white;
}

.social-icon-ten .fa-youtube {
    background: #bb0000;
    color: white;
}

.social-icon-ten .fa-instagram {
    background: #125688;
    color: white;
}

.social-icon-ten .fa-pinterest {
    background: #cb2027;
    color: white;
}

.social-icon-ten .fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.social-icon-ten .fa-skype {
    background: #00aff0;
    color: white;
}

.social-icon-ten .fa-android {
    background: #a4c639;
    color: white;
}

.social-icon-ten .fa-dribbble {
    background: #ea4c89;
    color: white;
}

.social-icon-ten .fa-vimeo {
    background: #45bbff;
    color: white;
}

.social-icon-ten .fa-tumblr {
    background: #2c4762;
    color: white;
}

.social-icon-ten .fa-vine {
    background: #00b489;
    color: white;
}

.social-icon-ten .fa-foursquare {
    background: #45bbff;
    color: white;
}

.social-icon-ten .fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.social-icon-ten .fa-flickr {
    background: #f40083;
    color: white;
}

.social-icon-ten .fa-yahoo {
    background: #430297;
    color: white;
}

.social-icon-ten .fa-soundcloud {
    background: #ff5500;
    color: white;
}

.social-icon-ten .fa-reddit {
    background: #ff5700;
    color: white;
}

.social-icon-ten .fa-rss {
    background: #ff6600;
    color: white;
}

/*
==================================
6.tab style
==================================
*/
.default-tabs {
    position: relative;
}

.default-tabs.style-three {
    border: 1px solid #f4f4f4;
}

.default-tabs nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
    .default-tabs nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
        z-index: 1;
    }
}
@media only screen and (min-width: 960px) {
    .default-tabs nav {
        position: relative;
        float: none;
        background: transparent;
        box-shadow: none;
    }
}
.default-tabs-navigation {
    width: 360px;
}

.default-tabs-navigation:after {
    content: "";
    display: table;
    clear: both;
}

.default-tabs-navigation li {
    float: left;
}

.default-tabs-navigation a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #848484;
    padding-top: 34px;
}

.no-touch .default-tabs-navigation a:hover {
    color: #29324e;
    background-color: rgba(233, 230, 202, 0.3);
}

.default-tabs-navigation a.selected {
    background-color: #ffffff !important;
    box-shadow: inset 0 2px 0 #f05451;
    color: #29324e;
}

@media only screen and (min-width: 768px) {
    .default-tabs-navigation {
        /* move the nav to the left on medium sized devices */
        width: 80px;
        float: left;
    }

    .default-tabs-navigation a {
        height: 80px;
        width: 80px;
        padding-top: 46px;
    }

    .default-tabs-navigation a.selected {
        box-shadow: inset 2px 0 0 #2f86d5;
    }

    .default-tabs-navigation a::before {
        top: 22px;
    }
}
@media only screen and (min-width: 960px) {
    .default-tabs-navigation {
        /* tabbed on top on big devices */
        width: auto;
        background-color: #f8f7ee;
        box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    }

    .default-tabs-navigation a {
        height: 60px;
        line-height: 60px;
        width: auto;
        text-align: left;
        font-size: 15px;
        padding: 0 2.8em 0 4.6em;
    }

    .default-tabs-navigation a.selected {
        box-shadow: inset 0 2px 0 #f05451;
    }

    .default-tabs-navigation a::before {
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
        left: 38px;
    }
}
.default-tabs-content {
    background: #ffffff;
}

.default-tabs-content li {
    display: none;
    padding: 1.4em;
    border: 1px solid #f0f0f0;
}

.default-tabs-content li.selected {
    display: block;
    -webkit-animation: default-fade-in 0.5s;
    animation: default-fade-in 0.5s;
}

.default-tabs-content li p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #848484;
    margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
    .default-tabs-content {
        min-height: 480px;
    }

    .default-tabs-content li {
        padding: 2em 2em 2em 7em;
    }
}
@media only screen and (min-width: 960px) {
    .default-tabs-content {
        min-height: 0;
    }

    .default-tabs-content li {
        padding: 3em;
    }

    .default-tabs-content li p {
        font-size: 16px;
    }
}
@-webkit-keyframes default-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes default-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.tabs-box {
    position: relative;
}

.tabs-box .tabs-header {
    position: relative;
}

.tabs-box .tab-btns {
    position: relative;
    padding-top: 70px;
}

.tabs-box .tab-btns .tab-btn {
    position: relative;
    cursor: pointer;
    color: #1a224d;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Barlow Condensed", sans-serif;
}

.tabs-box .tab-btns .tab-btn:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: #ff5e8f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tabs-box .tab-btns .tab-btn:hover,
.tabs-box .tab-btns .tab-btn.active-btn {
    color: #2f86d5;
}

.tabs-box .tabs-content {
    position: relative;
    display: block;
}

.tabs-box .tab-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s ease;
    transform: scale(0.8);
    z-index: 0;
}

.tabs-box .tab-item.active-tab {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transform: scale(1);
}

/*
==================================
7.accordion style
==================================
*/
.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 10px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.2em;
    color: #222;
    font-weight: 400;
    padding: 28.5px 30px;
    padding-left: 58px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: white;
}

.accordion-box .block .acc-btn.active {
    background: #252733;
    color: #ffffff;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 32px;
    top: 47px;
    font-size: 25px;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    color: #2f86d5;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
    opacity: 0;
    color: #2f86d5;
    font-weight: 700;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
    opacity: 1;
    color: #fff;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #2f86d5;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding: 25px 20px 2px;
    padding-left: 35px;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
}

.accordion-box .block .content .text {
    margin-bottom: 20px;
}

/*Accordian Style Two*/
.accordion-box.style-two {
    border: 0px;
}

.accordion-box.style-two .block {
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #fff;
}

.accordion-box.style-two .block .acc-btn {
    color: #000000;
}

.accordion-box.style-two .block .content p {
    color: #adadad;
    font-size: 16px;
    line-height: 1.9em;
}

/*Accordian Style Three*/
.accordion-box.style-three {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 70px;
}

.accordion-box.style-three .block {
    padding-left: 0px;
}

.accordion-box.style-three .block .acc-btn {
    font-weight: 400;
}

.accordion-box.style-three .block .icon-outer {
    right: 0px;
}

/*Accordian Style Four*/
.accordion-box.style-four {
    border: 0px;
}

.accordion-box.style-four .block {
    border: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.accordion-box.style-four .block .acc-btn {
    padding: 13px 20px;
    background-color: #f7f7f7;
}

.accordion-box.style-four .block .icon-outer .icon {
    font-size: 20px;
    margin-top: -20px;
}

.accordion-box.style-four .block .icon-outer {
    right: 30px;
    top: 36px;
}

.accordion-box.style-four .block .acc-btn.active .icon-outer .icon_plus {
    opacity: 1;
    transform: rotate(90deg);
}

.accordion-box.style-four .block .content {
    padding: 20px 20px;
    border: 1px solid #f4f4f4;
    border-top: 0px;
}

/*Accordian Style Five*/
.accordion-box.style-five {
    position: relative;
    padding: 0px 30px;
    border: 0px;
    background-color: #f7f7f7;
}

.accordion-box.style-five .block {
    padding: 0px 0px;
}

.accordion-box.style-five .block:last-child .acc-content {
    padding-bottom: 25px;
}

.accordion-box.style-five .block .acc-btn {
    padding-right: 0px;
    padding-left: 40px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.accordion-box.style-five .block .acc-btn.active {
    color: #e6202d;
}

.accordion-box.style-five .block .acc-btn.active .icon-outer {
    background-color: #e6202d;
}

.accordion-box.style-five .block .icon-outer {
    left: 0px;
    top: 50%;
    right: auto;
    width: 20px;
    height: 20px;
    color: #ffffff;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    margin-top: -10px;
    background-color: #cccccc;
}

.accordion-box.style-five .block .icon-outer .icon {
    left: 0px;
    top: 19px;
    width: 20px;
    height: 20px;
    color: #ffffff;
}

.accordion-box.style-five .block .content {
    background-color: #ffffff;
    margin-top: 0px;
    padding: 25px 40px;
}

/*
==================================
8.page pagination
==================================
*/
.page_pagination {
    text-align: center;
    margin-bottom: 50px;
}

.page_pagination li {
    display: inline-block;
    margin: 0 10px;
}

.page_pagination li a {
    display: block;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
}

.page_pagination li.active a,
.page_pagination li a:hover {
    color: #2f86d5;
}

/*style tow*/
.page_pagination_two {
    text-align: center;
    margin-bottom: 50px;
}

.page_pagination_two li {
    display: inline-block;
    margin: 0 4px;
}

.page_pagination_two li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s ease;
}

.page_pagination_two li span {
    font-size: 12px;
}

.page_pagination_two li.active a,
.page_pagination_two li a:hover {
    color: #fff;
    background: #403ab4;
    border-color: #403ab4;
    box-shadow: 0px 11px 21.25px 3.75px rgba(194, 191, 255, 0.65);
}

/*style three*/
.page_pagination_three {
    text-align: center;
    margin-bottom: 50px;
}

.page_pagination_three li {
    display: inline-block;
    margin: 0 4px;
}

.page_pagination_three li a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: #f7f8f9;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.page_pagination_three li.active a,
.page_pagination_three li a:hover {
    color: #fff;
    background: #2f86d5;
}

/*
==================================
9.filter style
==================================
*/
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 50px;
}

.text-center .filter-tabs {
    justify-content: center;
}

.filter-tabs li {
    padding: 0;
    margin: 0px 20px 0px;
}

.filter-tabs li:first-child {
    margin-left: 0px;
}

.filter-tabs li span {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    border-radius: 22px;
    font-family: "Barlow Condensed", sans-serif;
    display: block;
    cursor: pointer;
    transition: 0.5s ease;
}

.filter-tabs li:last-child span {
    border-right: 0px;
}

.filter-tabs.style-2 li span {
    color: #fff;
}

.filter-tabs li:hover span,
.filter-tabs li.active span {
    color: #2f86d5;
    transition: 0.5s ease;
}

.filter-tabs li span i {
    font-size: 14px;
    margin-right: 5px;
}

/* style two */
.filter-tabs-two {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 40px;
    justify-content: center;
}

.filter-tabs-two li {
    padding: 0;
    margin: 0px 7px 10px;
}

.filter-tabs-two li span {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 8px 25px;
    background: #e6e8eb;
    border-radius: 22px;
    font-family: "Barlow Condensed", sans-serif;
    display: block;
    cursor: pointer;
    transition: 0.5s ease;
}

.filter-tabs-two li:last-child span {
    border-right: 0px;
}

.filter-tabs-two li:hover span,
.filter-tabs-two li.active span {
    color: #ffffff;
    background: #2f86d5;
    border-color: #2f86d5;
    transition: 0.5s ease;
}

.filter-tabs-two li span i {
    font-size: 14px;
    margin-right: 5px;
}

/*
==================================
10.video box
==================================
*/
.video-image-box .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-image-box img {
    display: block;
    width: 100%;
}

.video-image-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: flex;
    height: 100%;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    z-index: 9;
    color: #2f86d5;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
    background: rgba(0, 0, 0, 0.3);
}

.video-image-box .overlay-link span {
    height: 81px;
    width: 81px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    padding-left: 6px;
}

/* video-box */
.default-video-box {
    margin-bottom: 40px;
}

.default-video-box a {
    color: #fff;
    font-size: 60px;
    position: relative;
    display: inline-block;
}

.video-image-box .ripple,
.video-image-box .ripple:before,
.video-image-box .ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-image-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.video-image-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
/*
==================================
 11. Progress bar
==================================
*/
.progress-levels {
    position: relative;
}

.default-section .progress-levels {
    padding-top: 7px;
}

.progress-levels .progress-box h5 {
    font-size: 18px;
    color: #123759;
    font-weight: 500;
    margin-bottom: 10px;
}

.progress-levels .progress-box {
    position: relative;
    padding-bottom: 16px;
    padding-top: 10px;
    overflow: hidden;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 6px;
    background: #e5e5e5;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 0px;
    height: 6px;
    background: #2f86d5;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
    background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
    background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
    background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box .percent {
    position: absolute;
    right: 0;
    top: -40px;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #808186;
    font-family: "Barlow Condensed", sans-serif;
    opacity: 0;
    transition: all 2000ms ease 700ms;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

.list-style-four li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    background-color: #2a76dc;
}

.list-style-four li {
    position: relative;
    margin-bottom: 12px;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    padding-left: 35px;
    line-height: 2em;
}

.list-style-four li {
    position: relative;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 28px;
    padding-left: 80px;
    line-height: 1.8em;
}

.list-style-four li strong {
    position: relative;
    font-weight: 600;
    color: #222222;
    font-size: 20px;
    display: block;
    margin-bottom: 7px;
}

.list-style-four li a:hover {
    color: #2f86d5;
}

.list-style-four li a {
    position: relative;
    font-weight: 400;
    color: #222222;
    transition: all 300ms ease;
}

.list-style-four li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    font-weight: 400;
    color: #ffffff !important;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 50px;
    background-color: #2a76dc;
}

/***

====================================================================
	Main Header
====================================================================

***/
.sticky-header .auto-container {
    padding-left: 0 !important;
    margin-left: 0;
}

.sticky-header .logo {
    background: none;
    width: 250px;
}

.sticky-header .logo img {
    display: block;
    width: 80px;
    margin: 0 auto;
}

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(18, 55, 89, 0.6);
}

.main-header .auto-container {
    max-width: 100%;
    padding-left: 0;
}

/*Sticky Header*/
.sticky-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #123759;
    z-index: 9999;
}

.sticky-header .logo {
    padding: 26px 0px;
}

.sticky-header .auto-container {
    max-width: 1700px;
}

/* Header Top */
.header-top {
    background-color: rgba(37, 39, 51, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.05);
}

.header-top ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.header-top ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-right: 40px;
    line-height: 52px;
    letter-spacing: 2px;
}

.header-top ul li a {
    color: #fff;
}

.header-top ul li:before {
    position: absolute;
    content: "";
    background: #fff;
    right: 0;
    bottom: 20px;
    width: 1px;
    height: 2px;
}

.header-top ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.header-top ul li:last-child:before {
    display: none;
}

/* Header Upper */
.main-header .header-upper {
    position: relative;
}

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

.main-header .header-upper .logo-box {
    position: relative;
    left: 0px;
    z-index: 10;
    padding: 15px 120px;
}

.main-header .header-upper .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    height: 80px;
}

.main-header .header-upper .nav-outer {
    position: relative;
}

.main-header .header-upper .nav-outer .main-menu {
    position: relative;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    padding: 15px 20px;
}

.sticky-header .main-menu .navigation > li {
    padding: 27px 40px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 1;
    color: #fff;
    padding: 0;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #2f86d5;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    padding: 30px 0px;
    opacity: 1;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    transform: translateY(30px);
    transform-origin: top;
    box-shadow: 0 15px 27px 0 rgba(14, 0, 40, 0.05);
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0 35px;
}

.main-menu .navigation > li > ul > li:last-child {
    margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    white-space: nowrap;
    color: #252733;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #f57f4b;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    content: "\F105";
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 25px;
    color: #222222;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 230px;
    z-index: 100;
    padding: 30px 35px;
    opacity: 1;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    transform: translateY(30px);
    transform-origin: top;
    box-shadow: 0 15px 27px 0 rgba(14, 0, 40, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 0;
    color: #252733;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    text-transform: capitalize;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > ul li:hover a {
    color: #f57f4b;
}

.main-menu .navigation > li.dropdown:hover > ul {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    margin-right: -15px;
}

.main-header .outer-box .wrapper-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-header .outer-box .social-icon-one {
    margin-right: 50px;
}

.main-header .outer-box .social-icon-one li a {
    font-size: 22px;
    color: #fff;
    transition: 0.5s ease;
}

.main-header .outer-box .social-icon-one li a:hover {
    color: #f57f4b;
}

.main-header .outer-box .theme-btn {
    padding: 46px 120px;
    font-size: 24px;
    font-weight: 600;
}

.main-header .outer-box .theme-btn span {
    font-size: 20px;
    margin-right: 7px;
}

.main-header .outer-box .contact-info li {
    border: 4px solid #3b3d48;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 40px;
    float: left;
}

.main-header .outer-box .contact-info li a {
    color: #fff;
}

.main-header .outer-box .contact-info li span {
    font-size: 14px;
    color: #f57f4b;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .logo-box {
        height: 60px !important;
    }

    .logo-box img {
        height: 40px !important;
    }
}
@media only screen and (max-width: 1505px) {
    .sticky-header .logo {
        width: 200px !important;
    }

    .sticky-header .main-menu .navigation > li {
        padding: 27px 20px;
    }
}
@media only screen and (max-width: 1169px) {
    .sticky-header .logo {
        width: 180px !important;
    }
}
@media only screen and (max-width: 1025px) {
    .sticky-header .logo {
       
        display: none !important;
    }

    .main-header .header-upper .logo-box .logo img {
        height: 40px;
    }

    .main-menu .navigation > li {
        padding: 15px 10px;
    }
}
/***

====================================================================
	Header Style Two
====================================================================

***/
/***

====================================================================
	Main Slider
====================================================================

***/
.main-slider {
    position: relative;
}

.main-slider .content {
    position: relative;
}

.main-slider .slide {
    position: relative;
    padding: 395px 0px 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide:before {
    position: absolute;
    content: "";
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.main-slider h1 {
    position: relative;
    color: #ffffff;
    font-size: 120px;
    font-weight: 400;
    line-height: 120px;
    margin-bottom: 60px;
    text-transform: capitalize;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(50px);
}

.main-slider .active h1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1300ms;
}

.main-slider h5 {
    position: relative;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(50px);
}

.main-slider .active h5 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1000ms;
}

.main-slider .link-box {
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(50px);
}

.main-slider .link-box .theme-btn {
    color: #fff;
    border-color: #fff;
}

.main-slider .active .link-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2500ms;
}

.main-slider .content .title {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 25px;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(50px);
}

.main-slider .content .title:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 70px;
    height: 1px;
    margin-left: -35px;
    background-color: #ffffff;
}

.main-slider .active .title {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 600ms;
}

.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 51px;
}

.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 4px;
    display: inline-block;
    border: 4px solid rgba(255, 255, 255, 0.2);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot:hover,
.main-slider .owl-dots .owl-dot.active {
    border-color: #fff;
}

.main-slider .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
    opacity: 0;
    transition: 0.5s ease;
}

.main-slider:hover .owl-nav {
    opacity: 1;
}

.main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 120px;
    width: 78px;
    height: 78px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 62px;
    text-align: center;
    font-size: 21px;
    border: 8px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 120px;
    width: 78px;
    height: 78px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 62px;
    text-align: center;
    font-size: 21px;
    border: 8px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
    color: #fff;
    border-color: #fff;
}

.main-slider .left-side {
    position: absolute;
    left: 120px;
    top: 0;
    width: 110px;
    height: 100%;
    padding: 60px 0;
    background: #f57f4b;
    z-index: 9;
}

.main-slider .left-side h4 {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    transition: 0.5s ease;
    transform: rotate(-90deg) translateX(-100%) translateY(-54%);
    transform-origin: 0 0;
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    letter-spacing: 30px;
    opacity: 0;
    transition: 0.7s ease;
}

.main-slider .left-side h4.now-in-view {
    opacity: 1;
    letter-spacing: 7px;
}

.main-slider .left-side h4:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 1px;
    width: 60px;
    left: -80px;
    top: 12px;
    transform: translate(-10px);
}

.main-slider .left-side .social-icon {
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.main-slider .left-side .social-icon li {
    margin-bottom: 20px;
}

.main-slider .left-side .social-icon li:last-child {
    margin-bottom: 0px;
}

.main-slider .left-side .social-icon li a {
    color: #fff;
    font-size: 22px;
    transition: 0.5s ease;
}

.main-slider .left-side .social-icon li a:hover {
    color: #252733;
    transform: rotate(-360deg) scale(2);
    display: inline-block;
}

/* Main slider style two */
.main-slider.style-two {
    padding-left: 230px;
}

.main-slider.style-two:before {
    position: absolute;
    content: "";
    background: #252733;
    left: 0;
    top: 0;
    width: 120px;
    height: 90%;
}

.main-slider.style-two .auto-container {
    max-width: 1430px;
}

.main-slider.style-two .slide {
    padding-top: 250px;
    padding-bottom: 240px;
}

.main-slider.style-two .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 51px;
    max-width: 1400px;
    width: 100%;
    transform: translateX(-50%);
    padding: 0 10px;
}

.main-slider.style-two .owl-nav .owl-prev {
    left: auto;
    right: 120px;
    top: -44px;
}

.main-slider.style-two .owl-nav .owl-next {
    top: 44px;
}

/***

==================================================================
		About Section
==================================================================

***/
.about-section {
    position: relative;
}

.big-shape-1 {
    height: 1062px;
    width: 941px;
    background-image: url(../images/icons/big-shape-1.png);
}

.about-section .big-shape-1 {
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.about-section .image-box {
    position: relative;
}

.about-section .image-box .image-1 {
    position: relative;
}

.about-section .image-box .image-2 {
    position: absolute;
    right: 30px;
    bottom: -118px;
}

.about-section .link-btn .btn-box {
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
    display: inline-block;
    background: #fff;
}

.about-section .link-btn .btn-box .theme-btn {
    padding: 25px 60px;
}

.about-section .link-btn .btn-box .theme-btn strong {
    position: relative;
    top: -3px;
    font-size: 40px;
    font-weight: 600;
    margin-right: 12px;
    vertical-align: middle;
}

.about-block .text {
    margin-bottom: 32px;
}

.about-block h2 {
    font-size: 30px;
    color: #2f86d5;
    line-height: 40px;
    margin-bottom: 35px;
}

/***

==================================================================
		About Section Two
==================================================================

***/
.about-section {
    position: relative;
}

.about-block-two {
    margin-right: 30px;
    margin-bottom: 30px;
}

.about-block-two .big-image {
    margin-bottom: 30px;
}

.about-block-two .wrapper-box {
    position: relative;
    background: #2f86d5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-block-two h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 30px 55px;
}

.about-block-three .text {
    margin-top: -10px;
    margin-bottom: 40px;
}

.about-block-three .list-content {
    margin-bottom: 50px;
}

.about-block-three .list-content li {
    font-size: 24px;
    color: #252733;
    margin-bottom: 20px;
}

.about-block-three .list-content li:last-child {
    margin-bottom: 0px;
}

.about-block-three .list-content li span {
    color: #2f86d5;
    font-size: 16px;
    margin-right: 8px;
}

/***

==================================================================
		Skills Section
==================================================================

***/
.skills-section {
    position: relative;
}

.skills-section .image {
    margin-right: -15px;
}

#location {
    padding: 20px;
}

.skill-content {
    position: relative;
    /*margin-top: 120px;*/
    /*margin-left: -140px;*/
    /*padding: 110px 120px 70px;*/
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

/***

==================================================================
		Clients Section
==================================================================

***/
.clients-section {
    padding: 100px 0;
}

.clients-section .image-box {
    position: relative;
    margin: 0;
    text-align: center;
    line-height: 100px;
}

.clients-section .image-box img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    opacity: 0.4;
    transition: all 300ms ease;
}

.clients-section .image-box:hover img {
    transform: scale(1.1);
    opacity: 1;
}

/* Style Two */
.clients-section.style-two {
    position: relative;
    background: #f3f3f3;
}

.clients-section.style-two .auo-container {
    max-width: 1230px;
}

.clients-section .slide-item {
    background: #fff;
    margin: 0 15px;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-section .owl-dot-style-three .owl-dots {
    margin-top: 60px;
}

/***

====================================================================
		Approacoh Section
====================================================================

***/
.approach-section {
    position: relative;
    padding: 40px 0 20px;
}

.approach-section h2 {
    margin-bottom: 20px;
}

.approach-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.approach-block .inner-box h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.approach-block .inner-box .text {
    margin-bottom: 30px;
}

/***

==================================================================
		Contact Form Section
==================================================================

***/
/* Contact Form */
.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.contact-form .form-group input[type=text],
.contact-form .form-group input[type=password],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=email],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    color: #808186;
    line-height: 26px;
    padding: 10px 30px;
    height: 77px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    transition: all 300ms ease;
}

.contact-form .form-group input[type=text]:focus,
.contact-form .form-group input[type=password]:focus,
.contact-form .form-group input[type=tel]:focus,
.contact-form .form-group input[type=email]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #f57f4b;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 30px;
    color: #808186;
    height: 135px;
    font-size: 16px;
    font-weight: 500;
    resize: none;
    border-radius: 2px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    transition: all 300ms ease;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

/***

====================================================================
	Contact Page Section
====================================================================

***/
.contact-page-section {
    position: relative;
    padding: 95px 0px 60px;
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .info-column .sec-title {
    margin-bottom: 30px;
}

.contact-page-section .info-column .sec-title h2 {
    font-size: 34px;
    font-weight: 700;
}

.contact-page-section .info-column .inner-column {
    position: relative;
}

.contact-page-section .form-column {
    position: relative;
    margin-bottom: 40px;
}

.contact-page-section .form-column .inner-column {
    position: relative;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

/***

==================================================================
		Main Footer
==================================================================

***/
.main-footer {
    background: #fff;
}

footer.main-footer .text {
    color: #fff !important;
}
footer.main-footer .text a {
    color: #fff;
}

.main-footer .widgets-section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-footer .widgets-section:before {
    position: absolute;
    content: "";
    background: #123759;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.98;
}

.main-footer .widget-title {
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

.main-footer .footer-widget {
    margin-bottom: 50px;
}

/* About Widget */
.main-footer .about-widget .footer-logo {
    margin-bottom: 30px;
}

.main-footer .about-widget .text {
    margin-bottom: 30px;
    font-size: 18px;
    color: #d0d0d4;
}

.main-footer .about-widget .contact-number {
    font-size: 30px;
    color: #f57f4b;
}

.main-footer .about-widget .contact-number a {
    color: #f57f4b;
}

/* Link Widget */
.main-footer .links-widget {
    position: relative;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
}

.main-footer .list li a {
    position: relative;
    color: #d0d0d4;
    transition: 0.5s ease;
}

.main-footer .list li a:hover {
    color: #f57f4b;
}

/* Contact widget */
.contact-widget .widget-content {
    position: relative;
    margin-bottom: 25px;
}

.contact-widget .inner-box {
    margin-bottom: 30px;
}

.contact-widget h5 {
    font-size: 16px;
    color: #f57f4b;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-widget .text {
    font-size: 18px;
    color: #d0d0d4;
    letter-spacing: 0.5px;
}

.contact-widget .text a {
    color: #d0d0d4;
}

/* Social Link Widget */
.social-link-widget {
    position: relative;
}

.social-link-widget ul {
    padding-top: 10px;
    margin: 0 -5px;
}

.social-link-widget ul li {
    margin: 0 5px;
}

.social-link-widget ul li a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 42px;
    border: 4px solid #fff;
    text-align: center;
}

/* Footer Bottom */
.footer-bottom {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 22px 0;
    background: #143c61;
    z-index: 100000;
}

.footer-bottom a:hover,
.footer-bottom a {
    color: #fff;
}

.main-footer .gallery-widget {
    position: relative;
}

.main-footer .gallery-widget .outer {
    position: relative;
    margin: 0px -7px 0;
    display: flex;
    height: 300px;
    flex-wrap: wrap;
}

.main-footer .gallery-widget .outer .image {
    position: relative;
    float: left;
    width: 33.3333%;
    padding: 0px 7px;
    margin-bottom: 14px;
    flex: 0 0 33.333333%;
}

.main-footer .gallery-widget .image img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100px;
}

.main-footer .gallery-widget .image a {
    position: relative;
    display: block;
}

.main-footer .gallery-widget .image a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #e38b00 padding-box content-box;
    padding: 5px;
    opacity: 0.8;
    content: "";
    transform: scale(0);
    transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before {
    transform: scale(1);
}

.main-footer .gallery-widget .image a:hover:after {
    transform: scale(1);
}

.footer-bottom {
    font-size: 15px;
}

.rtl {
    direction: rtl;
    text-align: right;
    font-family: cairo, sans-serif !important;
}
.rtl .list-style-four li .icon {
    left: auto;
    right: 0;
}
.rtl .list-style-four li strong,
.rtl .list-style-four li .text,
.rtl .list-style-four li a {
    margin-right: 70px;
}
.rtl .main-menu .navigation > li {
    float: right;
}

.rtl .skill-content {
    margin-left: 0;
}

.rtl .list-square-style {
    padding-right: 20px;
    padding-left: 0;
}

.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
    font-family: cairo, sans-serif;
}

.language  a {
    color:#fff !important;
}
.button-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    -webkit-animation: button-loading-spinner 0.7s linear infinite;
    animation: button-loading-spinner 1s linear infinite;
    border-color: #ffffff;
    border-bottom-color: transparent;
}



@-webkit-keyframes button-loading-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes button-loading-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.button-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.button-loading:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    border: 6px solid #143c61;
    border-color: #143c61 transparent #143c61 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 991px) {
    .rtl .main-menu .navbar-header .navbar-toggler {
        float: left !important;
    }
    .rtl .main-menu .navbar-collapse > .navigation > li > a,
    .rtl .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .rtl .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
    .rtl .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > ul li a {
        text-align: right !important;
    }
}

.lang-flag-media {
    display: none;
}

@media only screen and (min-width: 960px) {
    .overview-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 200px;
    }
}

@media screen and (max-width: 1160px) {
    .main-header .header-upper .logo-box .logo img {
        height: 40px;
    }
}
@media only screen and (max-width: 769px) {
    .lang-flag-media {
        display: block;
        margin-right:80px;
        margin-left: 0;
        z-index: 10000;
    }
    .rtl .lang-flag-media {
        margin-left: 80px;
        margin-right: 0;
    }
    .about-section img {
        min-width: 100%;
    }
    .sec-title h1 {
        font-size:40px;
    }
    .rtl .skill-content {
        margin-right: 0;
    }
    .skill-content {
        margin-left: 0 !important;
    }
    .contact-page-section {
        padding: 20px 0 60px;
    }
    .approach-block .image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .approach-block .image img {
        min-width: 100%;
    }
}

@media only screen and (max-width: 376px) {
    .sec-title h1 {
        font-size: 30px;
    }
}

.video-gallery {
    padding: 40px 0;
    background-color: #f3f3f3;
}

@media only screen and (max-width: 1500px) {
	
    .main-menu .navigation > li > a  {
	    font-size: 13px !important;
    }
}

@media only screen and (max-width: 1264px) and (min-width: 1010px) {
    .main-header .header-upper .logo-box {
        padding-left: 0 !important;
    }
    .sticky-header .main-menu .navigation > li {
        padding: 27px 10px;
    }
    .sticky-header .logo {
        display: block !important;
        background-color: transparent;
        width: 90px !important;
    }
    ul.list-square-style, .list-square-style li {
        font-size: 14px !important;
    }
}

footer .text {
    font-size: 16px !important;
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sec-title h2 {
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .sp-two {
        padding-bottom: 15px;
    }
    .sub-title p {
        margin-top: 10px;
    }
    .footer-bottom p {
        font-size: 14px;
    }
}