
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}
button[type=submit] {
    cursor: pointer;
    border: none;
 }
img {
    /* max-width: 100%; */
    height: auto;
}
.text-blue{
    color: #0f6cd3;
}
a {
    color: #0f6cd3;
    -webkit-transition: all .2s;
    transition: all .2s;
}
a:hover { color: #0f6cd3; }

.bdr{
    border: 1px solid #d6d9dc;
}
.ad_text {
    font-size: 12px;
    height: 18px;
    display: block;
    line-height: 18px
}
.lh22{
    line-height: 22px;
}
.lh24{
    line-height: 24px;
}
body {
    font-size: 16px;
    color: #343a40;
    line-height: 36px;
    background: #fff;
    overflow-x: hidden !important;
    font-weight: 400;
}
.theme-color{
    color: #0f6cd3;
}
.theme-bg{
    background: #0f6cd3
}
.theme-text{
    color: #0f6cd3
}
.effect8
{
    position:relative;
    -webkit-box-shadow: rgba(255, 104, 0, 0.15) 0px 5px 15px;
       -moz-box-shadow: rgba(255, 104, 0, 0.15) 0px 5px 15px;
            box-shadow: rgba(255, 104, 0, 0.15) 0px 5px 15px;
}
/*1.2: background color*/

/* Ads Size */
.ad_280 {
    min-height: 280px;
}
.ad_90{
    min-height: 90px;
}
.ad_190{
    min-height: 190px;
}

/* 1.3: Buttons */
.btn {
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    overflow: hidden;
    overflow: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.btn.active,
.btn:hover,
.btn:focus {
    color: #fff;
    text-decoration: none;
}
.btn:before {
    content: " ";
    position: absolute;
    top: 48%;
    left: 48%;
    z-index: -1;
    -webkit-transform: scale(0);
            transform: scale(0);
    width: 20px;
    height: 20px;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    opacity: 0;
    visibility: hidden;
    background: #0f6cd3;
    border-radius: 10px;

}
.btn:hover{
    border-color: #0f6cd3;
}
.btn:hover:before{
    -webkit-transform: scale(20);
            transform: scale(20);
    opacity: 1;
    visibility: visible;

}
.disabled { pointer-events: none; }
.bg-2 {
    background-color: #f7f6f9;
}
 ul,li{
     margin-bottom: 0;
     list-style: none;
     padding: 0;
 }
.font-weight-600 { font-weight: 600; }
b, strong {
    font-weight: bold;
}
.list-inline > li { display: inline-block; }
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    border: 1px solid red !important;
}
.half-gutter {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.half-gutter > .col,
.half-gutter > [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.no-gutters-padding{
    padding-right: 0px;
    padding-left: 0px;
}
.theme-list-style {
    padding: 0;
    list-style: none;
}
.theme-list-style li {
    font-weight: 600;
    color: #4c4f60;
    padding: 5px 0;
}
.theme-list-style li:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    color: #6f6c7f;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}
.theme-input-style {
    font-size: 16px;
    width: 100%;
    height: 70px;
    padding: 0 20px 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: transparent;
    border: none;
    border: 4px solid #f7f6f9;
    opacity: 1;
    border-radius: 10px;
    color: #6f6c7f;
    margin-bottom: 30px;
}
textarea.theme-input-style {
    padding: 10px;
    min-height: 120px;
    display: block;
}
label input[type=checkbox],
label input[type=radio] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.form-group { position: relative; }

.table-bordered,
.table-bordered td,
.table-bordered th {
    border-color: #e2e6fb;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px;
}
/* Font size and weight */
.fs_12 {
    font-size: 12px
}
.fs_22 {
    font-size: 22px
}
.fs_25 {
    font-size: 25px
}
.fs_30 {
    font-size: 30px
}
.fs_50 {
    font-size: 50px
}
.font10{
    font-size: 10px;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
.font16{
    font-size: 16px;
}
.font12{
    font-size: 12px;
}
.font18{
    font-size: 18px;
}
.font22{
    font-size: 22px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
/* 1.4: Padding/Margin */
.pt-150 { padding-top: 150px; }
.pb-150 { padding-bottom: 150px; }
.pt-140 { padding-top: 140px; }
.pb-140 { padding-bottom: 140px; }
.pt-130 { padding-top: 130px; }
.pb-130 { padding-bottom: 130px; }
.pt-120 { padding-top: 120px; }
.pt-115{ padding-top: 115px; }
.pb-115{ padding-bottom: 115px; }
.pb-120 { padding-bottom: 120px; }
.pt-110 { padding-top: 110px; }
.pb-110 { padding-bottom: 110px; }
.pt-100 { padding-top: 100px; }
.pb-100 { padding-bottom: 100px; }
.pt-90 { padding-top: 90px; }
.pb-90 { padding-bottom: 90px; }
.pt-80 { padding-top: 80px; }
.pb-80 { padding-bottom: 80px; }
.pt-70 { padding-top: 70px; }
.pb-70 { padding-bottom: 70px; }
.pt-60 { padding-top: 60px; }
.pb-60 { padding-bottom: 60px; }
.pt-55 { padding-top: 55px; }
.pb-55 { padding-bottom: 55px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px }
.pt-30 { padding-top: 30px; }
.pb-30 { padding-bottom: 30px; }
.pt-20 { padding-top: 20px; }
.pb-20 { padding-bottom: 20px; }

.mt-140 { margin-top: 140px; }
.mb-140 { margin-bottom: 140px; }
.mt-120 { margin-top: 120px; }
.mb-120 { margin-bottom: 120px; }
.mt-70 {margin-top: 70px;}
.mb-70 {margin-bottom: 70px;}
.mt-60 { margin-top: 60px; }
.mb-60 { margin-bottom: 60px; }
.mt-50 { margin-top: 50px; }
.mb-50 { margin-bottom: 50px; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }
.mt-30 { margin-top: 30px; }
.mb-30 { margin-bottom: 30px; }
.mt-10 { margin-top: 10px; }
.mb-10 { margin-bottom: 10px; }

.br_5 {
    border-radius: 5px
}
.br_8 {
    border-radius: 8px
}
.br_10 {
    border-radius: 10px
}
.br_15 {
    border-radius: 15px
}
.br_25 {
    border-radius: 25px
}
.w_100px{
    width: 100px
}

/* 1.5: Animations */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,-40px,0);
        transform: translate3d(0,-40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0)
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(-40px);
               transform: translateY(-40px);
    }
     100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

}
@keyframes bounce {
    0% {
       -webkit-transform: translateY(0px);
               transform: translateY(0px);
    }
    50% {
       -webkit-transform: translateY(-40px);
               transform: translateY(-40px);
    }
     100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
}
.bounce {
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 1s linear infinite;
}
@-webkit-keyframes rotate2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.rotate2d {
    -webkit-animation: rotate2d 2s linear infinite;
    animation: rotate2d 1s linear infinite;
}
@-webkit-keyframes rotate-2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
@keyframes rotate-2d {
    0% {
       -webkit-transform: rotate(0deg);
               transform: rotate(0deg);
   }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
}
.rotate-2d {
    -webkit-animation: rotate-2d 2s linear infinite;
    animation: rotate-2d 1s linear infinite;
}

@-webkit-keyframes rotate3d {
    0% {
       -webkit-transform: rotateY(0deg);
               transform: rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
@keyframes rotate3d {
    0% {
       -webkit-transform: rotateY(0deg);
               transform: rotateY(0deg);
   }
    100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
.rotate3d {
    -webkit-animation: rotate3d 2s linear infinite;
    animation: rotate3d 1s linear infinite;
}

/*=============================================
    03: Header
==============================================*/

/* 3.1: Header Menu 1*/
.main-header{
    box-shadow: none;
    /*position: fixed;*/
    /*z-index: 999;*/
    width: 100%;
    /*top: 0;*/
    /*left: 0;*/
    -webkit-transition: background .3s;
    transition: background .3s;
    padding: 10px 0;
    }
    .urgent-call span {
        margin-right: 15px;
        display: inline-block;
    }
.main-header.stuck {
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    width: 100%;
}
.header-menu, .header-menu ul,
.header-menu ul li,
.header-menu ul li a,
.header-menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
}
.header-menu #menu-button {
    display: none;
    }
.header-menu > ul ul {
    text-align: left;
    z-index: 99999;
}
.header-menu{
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.header-menu > ul > li {
    display: inline-block;
    float: left;
}
.header-menu > ul > li.has-sub:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: -2em;
    cursor: pointer;
    left: 0;
}
.header-menu > ul > li {
    padding-left: 19px;
    padding-right: 19px;
}
.header-menu > ul > li > a {
    padding: 23px 0 23px;
    font-size: 16px;
    color: #36324a;
    font-weight: 500;
}

.main-header.sticky .header-menu > ul > li > a {
    color: #36324a;
}

.header-menu > ul > li:hover > a,
.header-menu > ul > li.active > a {
    color: #081340;
}
.main-header .header-menu > ul > li:hover > a,
.main-header .header-menu > ul > li.active > a {
    color: #0062cc;
    text-decoration: none;
}
.header-menu ul ul {
    position: absolute;
    left: -9999px;
    display: none;
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
}
.header-menu > ul > li:hover > ul {
    left: auto;
    top: 60px;
    display: block !important
}

.header-menu > ul > li > ul {
    top: 30px;
    background: #081340;
    display: none !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
    border-radius: 5px;
}

.header-menu.align-right > ul > li:hover > ul {
    right: 0;
}
.header-menu ul ul ul {
    top: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header-menu ul ul ul:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: -1;
}
.header-menu ul ul ul li {
    background: #fff;
}
.header-menu ul ul > li:hover > ul {
    top: 0;
    left: 180px;
    opacity: 1;
}
.header-menu.align-right ul ul > li:hover > ul {
    left: auto;
    right: 178px;
    padding-left: 0;
    padding-right: 10px;
    opacity: 1;
}
.header-menu ul ul li a {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    background: #081340;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #979caf;
}
.main-header.sticky .header-menu ul ul li a {
    background: #081340;
    color: #979caf;
}
.header-menu ul ul li a i {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 10px;
}
.header-menu ul ul li:hover > a,
.header-menu ul ul li > a:hover,
.header-menu ul ul li.active > a {
    color: #fff;
}
.main-header.sticky .header-menu ul ul li:hover > a,
.main-header.sticky .header-menu ul ul li > a:hover,
.main-header.sticky .header-menu ul ul li.active > a {
    color: #fff;
}
.menu-wraper {
    float: right;
}
.header-menu>ul {
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.header-menu > ul > li:last-child {
    margin-right: 0;
}
.header-menu ul ul ul,
.header-menu ul ul{
    padding: 8px 0;
    background: #fff;
}
.header-menu > ul > li > ul .has-sub-item {
    position:  relative;
}
.header-menu > ul > li > ul .has-sub-item:after {
    content: ">";
    position:  absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.logo .sticky-logo {
    display: none;
}
.logo .sticky-logo {
    display: none;
}

.main-header.sticky .logo .default-logo{
    display: none;
}
.main-header.sticky .logo .sticky-logo{
    display: block;
}
.main-header.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.signup--out-btn {
    margin-left: 16px;
}
.main-header .header-menu ul ul li.active a:before {
    visibility: visible;
    opacity: 1;
    background: #53e1ff;
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:before {
    visibility: hidden;
    opacity: 0;
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:hover:before {
    visibility: visible;
    opacity: 1;
}
.inner-header .header-menu > ul > li > a {
    color: #fff;
}
.inner-header a.btn {
    border-color: #fff;
    color: #36324a;
    background: #fff;
}
.main-header.inner-header .btn:before {
    background: #36324a;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.main-header.inner-header .btn:hover{
    color: #fff;
    background: #36324a;
}
.main-header.inner-header .btn:hover:before {
    background: #36324a;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(20);
    transform: scale(20);
}
.sticky .main-menu-wrap .btn {
    border-color: #5b39c9;
    color: #36324a;
    background: #fff;
}
.main-menu-wrap .btn:hover {
    border-color: #36324a;
    background: #36324a;
    color: #fff;
}

.main-menu-wrap .btn:before {
    background: #36324a;
}

.sticky .main-menu-wrap .btn:hover {
    border-color: #36324a;
}
.main-header.blog-header .header-menu > ul > li:hover > a,
.main-header.blog-header .header-menu > ul > li.active > a {
   color: #fff;
   font-weight: 400;
}
.sticky.main-header.blog-header .header-menu > ul > li:hover > a,
.sticky.main-header.blog-header .header-menu > ul > li.active > a {
   color: #333333;
   font-weight: 400;
}
.main-menu-wrap .btn {
    background: #fff;
    border-color: #fff;
    color: #36324a;
}
.inner-header .header-menu > ul > li:hover > a,
.inner-header .header-menu > ul > li:focus > a,
.inner-header .header-menu > ul > li:active > a{
    color: #fff;
}
.sticky.inner-header .header-menu > ul > li:hover > a,
.sticky.inner-header .header-menu > ul > li:focus > a,
.sticky.inner-header .header-menu > ul > li:active > a{
    color: #36324a;
}
/*=============================================
    04: Banner
==============================================*/
    /*4.1: main banner 01*/
.banner-inner-area {
    padding: 217px 0 96px;
    position: relative;
    overflow: hidden;
}
.banner-area1 .banner-text-wrap h1 {
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 20px;
}

.banner-area1 .banner-text-wrap span {
    color: #ffa21d;
    font-size: 30px;
    margin-bottom: 7px;
    display: block;
}
.banner-area1 .banner-text-wrap{
    padding: 0;
}
.banner-text-inner h1 {
    color: #36324a;
    margin-bottom: 33px;
}

.banner-text-inner p {
    margin-bottom: 43px;
}

.banner-text-inner .btn {
    background: #0f6cd3;
    border-color: #0f6cd3;
    color: #fff;
}
.banner-text-inner .btn:hover {
    background: #e1ebf6;
    border-color: #0f6cd3;
    color: #0f6cd3;
}
.banner-text-inner .btn:before{
    background: #e1ebf6;
}
.banner-text-inner .btn + .btn {
    background: transparent;
    border-color: #0f6cd3;
    color: #0f6cd3;;
    margin-left: 10px;
}

.banner-text-inner .btn + .btn:hover {
    color: #fff;
    border-color: #0f6cd3;
    background: #0f6cd3;
}
.banner-text-inner .btn + .btn:hover:before {
    background: #0f6cd3;
}

.banner-image{
    text-align: right;
    -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
            animation: bounce 2s ease-in-out 0s infinite alternate;
}
.main-header.sticky .logo .main-logo2 {
    display: none;
}
@keyframes bounce{
    0%{
        -webkit-transform: translateY(0);
                transform: translateY(0)
    }
    100%{
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px)
    }
}

.banner-shape-inner .shape {
    position: absolute;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
}

.banner-shape-inner .shape1 {
    top: -34%;
    left: -12%;
}

.banner-shape-inner .shape2 {
    top: -24%;
    left: 37%;
}

.banner-shape-inner .shape3 {
    top: -34%;
    left: 114%;
}

.banner-shape-inner .shape4 {
    top: -5%;
    right: 13%;
}

.banner-shape-inner .shape5 {
    top: 43%;
    left: 49%;
}

.banner-shape-inner .shape6 {
    top: 53%;
    left: -12%;
}

.banner-shape-inner .shape7 {top: 103%;right: -6%;}

/* home2 */
.banner-inner-area.banner-area1.banner2:before {
    background: url(../img/banner/base3.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    position: absolute;
    content: "";
    background-position: 47% 0%;
    content: "";
}
.banner-inner-area.banner-area1.banner2:after{
    display: none
}
.banner2 .banner-shape-inner .shape1 {
    top: -20%;
    left: -25%;
}

.banner2 .banner-shape-inner .shape2 {
    top: 1%;
    left: 0;
}

.banner2 .banner-shape-inner .shape3 {
    top: -21%;
    left: 108%;
}

.banner2 .banner-shape-inner .shape4 {
    top: -10%;
    right: 28%;
}

.banner2 .banner-shape-inner .shape5 {
    top: 17%;
    right: -20%;
    left: auto;
}

.banner2 .banner-shape-inner .shape6 {
    top: 53%;
    right: 0;
    left: auto;
}

.banner2 .banner-shape-inner .shape7 {
    top: 80%;
    right: -12%;
}
.main-header.inner-header.header-2 .btn:hover {
    background: #0f6cd3;
    border-color: transparent;
}

.main-header.inner-header.header-2 .btn::before {
    background: #0f6cd3;
}
.main-header.sticky {
    padding: 15px 0;
}
/*==============================================
    05: Feature area
==============================================*/
.section-title h2 {
    color: #36324a;
    font-weight: 600;
    margin-bottom: 30px;
}
.section-title p {
    color: #6f6c7f;
    line-height: 30px;
}
.section-title {
    position: relative;
    margin-top: -8px;
    margin: -8px 40px 78px;
}

.feature-icon{
    width: 95px;
    height: 95px;
    margin: auto;
    margin-bottom: 44px;
}
.single-feature-inner {
    padding: 74px 10px 66px;
}
.center .single-feature-inner {
    border: 4px solid #0f6cd3;
    border-radius: 10px;
    margin: -10px -10px -10px -10px;
}
.feature-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 10px;
}
.single-feature-inner .feature-icon svg rect,
.single-feature-inner .feature-icon svg path {
    fill: #36324a;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.center .single-feature-inner .feature-icon svg rect,
.center .single-feature-inner .feature-icon svg path {
    fill: #f77fdf;
}
.feature-carousel button.owl-dot {
    height: 7px;
    width: 7px;
    background: #ded7f4 !important;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    line-height: 10px;
    vertical-align: middle;
}
.feature-carousel button.owl-dot.active {
    background: #5b39c9 !important;
    height: 10px;
    width: 10px;
}
.feature-carousel .owl-dots {
    text-align: center;
    margin-top: 36px;
}
.box-top{
    border-top: 2px solid #f7f6f9;
}
/*===========================================
    Counter area
===========================================*/
/* .single-counter .countr {
    font-size: 60px;
    font-weight: 200;
    color: #5b39c9;
    line-height: 42px;
    margin-bottom: 21px;
    display: block;
}

.single-counter p {
    font-size: 18px;
    color: #36324a;
    font-weight: 400;
    margin-bottom: 0;
}
.single-counter {
    margin-bottom: 30px;
} */
/*===============================================
    Feature screen image
===============================================*/
.toolColor {
    background: rgba(15, 106, 210, 0.2);
}
.app-scrin-inner {
    position: relative;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px 20px;
    margin-top: -72px;
}
.app-carousel .owl-stage-outer {
    overflow: visible;
}
.app-carousel .single-app-image img {
    display: block;
    width: 90%;
    height: 95%;
    margin: 40px auto;
    top: 20px;
}
.app-carousel button.owl-dot {
    height: 7px;
    width: 7px;
    background: #ded7f4 !important;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    line-height: 10px;
    vertical-align: middle;
}
.app-carousel button.owl-dot.active{
    background: #5b39c9 !important;
    height: 10px;
    width: 10px;
}
.app-carousel .owl-dots {
    text-align: center;
    margin-top: 84px;
}
/*============================================
    11: testimonial area
============================================*/

/* partner */
.partner-carousel .single-partner img {
    width: inherit !important;
    margin: 0 auto;
     opacity: .5;
     -webkit-transition: .3s all linear;
     transition: .3s all linear;
}

.partner-carousel .single-partner:hover img{
    opacity: 1;
}
.single-author-imge img {
    width: inherit !important;
    margin: 0 auto;
}
.author-carousel .owl-nav {
    display: none;
}
.testimonial-author-arousel {
    max-width: 326px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 75px;
}

.testimonial-author-inner {
    width: 100px;
    margin: 10px auto 10px;
    padding-left: 5px;
}

.testimonial-author-arousel
 .owl-stage-outer {
    overflow: visible;
}
.center .single-author-imge img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.author-comment-carousel .owl-prev,
.author-comment-carousel .owl-next {
    height: 65px;
    width: 65px;
    background: #fff !important;
    position: absolute;
    border-radius: 50%;
    right: -36%;
    top: -10%;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}
.author-comment-carousel .owl-prev{
    left: -36%;
}
.author-comment-carousel .owl-prev:hover,
.author-comment-carousel .owl-next:hover{
    background: #e3e2e7 !important;
    color: #fff !important;
}
/* =================================================
        download area
================================================= */
.download-app-inner {
    padding: 0 60px;
}
.download-app-inner .btn {
    border-color: #0f6cd3;
    color: #fff;
    background: #0f6cd3;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    padding: 23px 60px;
}

.download-app-inner .btn:hover {
    border-color: #36324a;
    background: #36324a;
}
.download-app-inner .btn:hover:before {
    background: #36324a;
    border-color: #36324a;
    -webkit-transform: scale(30);
            transform: scale(30);
}

/*==============================================
    20: Footer
==============================================*/
/*20.01: footer top*/
footer.footer {
    position: relative;
}

.footerbg {
    position: absolute;
    margin-top: -34px;
}

.footerbg {
    width: 100%;
}
.footerbg img{
    width: 100%;
    height: 518px;
}
.address-list li:hover span i,
.widget-body .extra-link .link-right ul li a:hover, .widget-body .extra-link .link-left ul li a:hover {
    color: #0f6cd3;
}
.footer-widget .footer-logo {
    margin-bottom: 38px;
}

.widget-header h5 {
    font-weight: 600;
    margin-bottom: 35px;
}

.widget-header {
    margin-top: 11px;
}

.address-list ul li span i {
    font-size: 14px;
}

.address-list li span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    position: absolute;
}

.address-list li {
    padding-left: 30px;
    position: relative;
}

.widget-body .extra-link .link-left {
    float: left;
}

.widget-body .extra-link .link-right {
    float: right;
}

.widget-body .extra-link .link-right ul li a, .widget-body .extra-link .link-left ul li a {
    color: #6f6c7f;
    line-height: 1.4;
    display: block;
}

.widget-body .extra-link .link-right ul li, .widget-body .extra-link .link-left ul li {
    padding-bottom: 18px;
}
.footer-post-details:after {
    height: 31px;
    width: 69px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 38px;
    -webkit-transform: rotate(-34deg);
            transform: rotate(-34deg);
}

.footer-post-details:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: -20px;
    background: #f7f6f9;
    z-index: 1;
    left: 33px;
}

.twetter-post {
    padding-left: 20px;
}

.twetter-post span {
    margin-right: 7px;
    color: #0f6cd3;
    font-size: 20px;
}
.footer-post-details {
    padding: 32px 20px 36px 40px;
    position: relative;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
    border-radius: 10px;
}
/*20.02: footer bottom*/
.footer-bottom {
    background: #fff;
    padding: 33px 0 49px;
    position: relative;
}

.footer-bottom p {
    margin-bottom: 0;
    line-height: 1;
    color: #6f6c7f;
    font-size: 16px;
}
.inner-header.sticky a.btn {
    border-color: #5b39c9;
    color: #36324a;
    background: #fff;
}
/*=============================================
    21: Others
==============================================*/
.sticky .main-logo {
    display: none;
}
h1 span {
    color: #53e1ff;
}
/* 21.05: Carousel controls */
.carousel-control {
    border: 1px solid #e2e6fb;
    width: 40px;
    height: 40px;
    color: #8388a8;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    background-color: #00c544;
    border-color: #00c544;
    outline: none;
}
/* 21.08: Back to top */
.back-to-top{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
}

.back-to-top.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.back-to-top a {
    width: 35px;
    height: 35px;
    background: #0f6cd3;
    box-shadow: 1px 5px 19px rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    bottom: 10%;
    right: 4%;
    position: fixed;
    z-index: 999;

}
.back-to-top a:hover {
    background: #fff;
    color: #0f6cd3;
}

.back-to-top a i{
    -webkit-animation: bounce2 3s linear infinite;
            animation: bounce2 3s linear infinite;
}

@-webkit-keyframes bounce2 {
    0% {
       -webkit-transform: translateY(3px);
               transform: translateY(3px);
    }
    50% {
       -webkit-transform: translateY(-10px);
               transform: translateY(-10px);
    }
     100% {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }

}

@keyframes bounce2 {
    0% {
       -webkit-transform: translateY(3px);
               transform: translateY(3px);
    }
    50% {
       -webkit-transform: translateY(-10px);
               transform: translateY(-10px);
    }
     100% {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
    }

}
.bgBlue{
    background-color: #0f6cd3
}
.colorBlue{
    color: #0f6cd3
}
.lh-20{
    line-height: 20px
}
.proBg{
    background: #F7F7F7
}
.b-round-10{
    border-radius: 10px;
}
.imgFormats{
    display: flex;
    align-items: center;
    justify-content: center
}
.imgFormats > span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 24px;
    font-size: 12px;
    font-weight: 500
}
.format1{
    background: #28a74532;
    color: #077520
}
.format2{
    background: #007bff32;
    color: #0055b0
}
.format3{
    background: #6c757d32;
    color: #4d5358
}
.format4{
    background: #17a2b832;
    color: #1b7987
}
.format5{
    background: #ffc10732;
    color: #896700
}
.format6{
    background: #dc354532;
    color: #b10011
}
.format7{
    background: #aadc3554;
    color: #3f8300
}
.format8{
    background: #dc35dc3f;
    color: #940094
}
.format9{
    background: #35b5dc52;
    color: #005f6b
}
.format10{
    background: #dcb53560;
    color: #be7c00
}
.loader_txt {
    text-align: center;
}
@media(max-width:767px) {
  .contentManage img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain
  }
  .footer-bdr-left{
    border-left: none !important;
  }
}
.contentManage p:has(> img) {
  text-align: center
}
.contentManage p {
  margin-bottom: 0;
  margin-top: 10px
}
.contentManage h2{
  color: #0f6cd3;
  font-size: 24px;
  margin-top: 20px
}
.contentManage h3 {
  font-size: 20px;
  margin-top: 20px
}
.contentManage ul {
  padding-inline-start: 40px;
  list-style: disc
}
.contentManage li {
  list-style: disc
}

@media (max-width:500px){
    #items::-webkit-scrollbar{
        height: 15px
    }
    #items::-webkit-scrollbar-track{
        background: #fff;
        border-radius: 50px
    }
    #items::-webkit-scrollbar-thumb{
        background: #0f6cd3;
        border-radius: 50px
    }
}
.clr_red{
    color: #dc3545
}

@media(max-width:991px){
    .col_12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.dropdown-menu.tool-menu, .dropdown-content.tool-menu{
    right: 0 !important;
    left: auto !important
}
.shadow-md{
    box-shadow: 0 0.2rem 1.25rem 0.3rem rgba(0,0,0,.075) !important
}
.make_r_arrow{
    transform: rotate(-90deg);
}
.team-img{
    height: 200px;
    object-fit: cover;
    object-position: top
}