@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: SMH Soft
    Template URI: https://smhsoft.com/
    Description: SMH Soft
    Author: Mosharrof Hossain
    Author URI: https://smhsoft.com
    Version: 3.0
    0c59db
-----------------------------------------------------------------------------------*/
body{
    font-weight:400;
    font-style:normal;
    overflow-x:hidden;
    font-size:14px;
    line-height:1.8;
    font-family: 'Merienda', cursive;
    color:#616161;
    overflow-x:hidden
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}
article {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
img{
    max-width:100%;
    transition:all .3s ease-out 0s
}
.slick-initialized .slick-slide:focus,a:focus,button:focus,input:focus,select:focus,textarea:focus{
    text-decoration:none;
    outline:0;
    box-shadow:none
}
::-webkit-scrollbar{
    background-color:#ccc;
    width:8px;
    height:4px
}
::-webkit-scrollbar-thumb{
    background-color:#002249
}
.slick-slide img{
    display:inline-block
}
a:focus,a:hover{
    text-decoration:none
}
a,i,span{
    display:inline-block
}
h1,h2,h3,h4,h5,h6{
    font-weight:700;
    margin:0;
    color:#002249;
    font-family:'Merienda', cursive;
}
ol,ul{
    margin:0;
    padding:0;
    list-style-type:none
}
p{
    margin:0
}
p.text-color-2{
    color:#81a3bb
}
p.text-color-3{
    color:#69a1bb
}
p.fs-16{
    font-size:16px
}
a{
    transition:all .3s ease-out 0s;
    text-decoration:none
}
input,select,textarea{
    width:100%;
    height:60px;
    font-weight:600;
    background-color:#fff;
    color:#81a3bb;
    padding:0 20px;
    font-size:15px;
    border:none
}
textarea{
    height:170px;
    display:inherit;
    padding-top:20px
}
::-moz-placeholder{
    color:inherit;
    opacity:1
}
:-ms-input-placeholder{
    color:inherit;
    opacity:1
}
::placeholder{
    color:inherit;
    opacity:1
}
input[type=search]::-ms-clear{
    display:none;
    width:0;
    height:0
}
input[type=search]::-ms-reveal{
    display:none;
    width:0;
    height:0
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{
    display:none
}
input[type=checkbox],input[type=radio]{
    height:auto;
    width:auto
}
.input-group{
    position:relative
}
.input-group input,.input-group select,.input-group textarea{
    padding-right:40px
}
.input-group .icon{
    position:absolute;
    right:30px;
    z-index:2;
    top:50%;
    transform:translateY(-50%);
    color:#81a3bb;
    line-height:1
}
.input-group.textarea-group .icon{
    transform:translateY(0);
    top:20px
}
@media (min-width:1400px){
    .container-1470{
        max-width:1470px
    }
}
@media (min-width:1200px){
    .header-full-width .container-fluid{
        padding-left:30px;
        padding-right:30px
    }
}
.mybtn {
    padding: 8px 30px;
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    outline: none !important;
    overflow: hidden;
}
.mybtn span {
    position: relative;
    z-index: 6;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.mybtn:before,
.mybtn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
    z-index: 1;
    opacity: .4;
}
.mybtn:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: #fff;
    opacity: 1;
}
.mybtn:hover:before,
.mybtn:hover:after {
    width: 100%;
}

.mybtn:hover:after {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.mybtn:hover span {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.mybtn-light {
    background: #fff;
}
.mybtn-light:hover span {
    color: #fff !important;
}
.mybtn-bord {
    background: transparent;
}
.mybtn-bord:hover span {
    color: #fff;
}
.section-gap{
    padding-top:120px;
    padding-bottom:120px
}
.section-gap-top{
    padding-top:120px
}
.section-gap-bottom{
    padding-bottom:80px
}
.section-title .title-tag{
    font-size:16px;
    font-weight:700;
    padding-bottom:5px;
    z-index:1;
    position:relative;
    letter-spacing:2px
}
.section-title .title{
    font-size:55px;
    font-weight:700;
    position:relative
}
@media (min-width:992px) and (max-width:1199px){
    .section-title .title{
        font-size:40px
    }
}
@media (max-width:991px){
    .section-title .title{
        font-size:40px
    }
}
@media (max-width:767px){
    .section-title .title{
        font-size:35px
    }
}
@media (max-width:575px){
    .section-title .title{
        font-size:30px
    }
}
.section-title.white-color .title,.section-title.white-color .title-tag,.section-title.white-color p{
    color:#fff
}
.section-title.with-right-border .title-tag{
    letter-spacing:0;
    padding-right:100px;
    position:relative
}
@media (max-width:575px){
    .section-title.with-right-border .title-tag{
        padding-right:0;
        padding-top:10px
    }
}
.section-title.with-right-border .title-tag::before{
    position:absolute;
    content:"";
    right:0;
    top:50%;
    height:2px;
    width:70px;
    transform:translateY(-50%)
}
@media (max-width:575px){
    .section-title.with-right-border .title-tag::before{
        top:0;
        transform:translateY(0);
        right:auto;
        left:0;
        width:50px
    }
}
.section-title-two{
    position:relative;
    z-index:2
}
.section-title-two .title-tag{
    font-size:16px;
    font-weight:700;
    padding-bottom:5px;
}
.section-title-two .title{
    font-size:55px;
    font-weight:700
}
@media (min-width:992px) and (max-width:1199px){
    .section-title-two .title{
        font-size:40px
    }
}
@media (max-width:991px){
    .section-title-two .title{
        font-size:40px
    }
}
@media (max-width:575px){
    .section-title-two .title{
        font-size:30px
    }
}
.section-title-two .big-text{
    position:absolute;
    font-size:180px;
    font-family:GilroyBold;
    font-weight:700;
    bottom:20px;
    left:0;
    color:#f5f6f8;
    z-index:-1;
    line-height:1
}
@media (min-width:992px) and (max-width:1199px){
    .section-title-two .big-text{
        font-size:140px
    }
}
@media (max-width:991px){
    .section-title-two .big-text{
        font-size:120px
    }
}
@media (max-width:575px){
    .section-title-two .big-text{
        font-size:100px
    }
}
.section-title-two.text-center .big-text{
    left:50%;
    transform:translateX(-50%)
}
.section-title-two.text-right .big-text{
    left:auto;
    right:0
}
.section-title-two.white-color .title,.section-title-two.white-color .title-tag{
    color:#fff
}
.soft-blue-bg .section-title-two .big-text{
    color:#eaf2f8
}
.soft-blue-bg{
    background-color:#f5faff
}
.secondary-bg{
    background-color:#002249
}
.mybtn1 {
  font-size: 16Px;
  font-weight: 400;
  padding: 8px 30px;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
}
.mybtn1:hover {
  background: #fff;
}
.main-btn{
    padding:15px 30px;
    font-size:16px;
    font-weight:600;
    color:#fff;
    line-height:1;
    position:relative;
    z-index:1;
    border-radius: 8px;
    border:none
}
.main-btn::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    z-index:-1;
    border-radius: 8px;
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden
}
.main-btn:hover{
    color:#fff
}
.main-btn:hover::before{
    width:100%;
    opacity:1;
    visibility:visible
}
.main-btn i{
    margin-right:5px;
    position:relative;
    top:2px
}
.main-btn.main-btn-2 {
  color: #fff;
  border-radius: 6px;
}
.main-btn.main-btn-2:hover {
  color: #fff;
  border-radius: 8px;
}
.main-btn.main-btn-3{
    background-color:#fff;
}
.main-btn.main-btn-3:hover{
    color:#fff;
    border-radius: 8px;
}
.main-btn.small-size{
    padding:22px 40px;
    font-size:15px
}
.main-btn.icon-right i{
    margin-right:0;
    margin-left:5px
}
.main-btn.rounded-btn,.main-btn.rounded-btn::before{
    border-radius:5px
}
.main-btn.transparent-border-btn{
    background-color:transparent;
    color:#fff;
    border:2px solid rgba(255,255,255,.2)
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.page-pagination{
    display:flex;
    justify-content:center;
    flex-wrap:wrap
}
.page-pagination li{
    margin:0 5px
}
.page-pagination a{
    border-radius:50%;
    height:50px;
    width:50px;
    text-align:center;
    line-height:50px;
    border-color:#fff;
    color:#70a3bb;
    font-size:14px;
    font-weight:700;
    background-color:#fff
}
.page-pagination a.active,.page-pagination a:hover{
    color:#fff
}
.page-pagination.blog-pagination a{
    background-color:#f5faff
}
.page-pagination.blog-pagination a.active,.page-pagination.blog-pagination a:hover{
    color:#fff
}
.bg-cover{
    background-size:cover;
    background-position:center
}
div#preloader{
    margin:auto;
    position:fixed;
    width:100%;
    height:100%;
    z-index:9999999
}
div#preloader .image{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
div#preloader .image img{
    max-width:160px
}
.mt-10{
    margin-top:10px
}
.mt-15{
    margin-top:15px
}
.mt-20{
    margin-top:20px
}
.mt-25{
    margin-top:25px
}
.mt-30{
    margin-top:30px
}
.mt-35{
    margin-top:35px
}
.mt-40{
    margin-top:40px
}
.mt-45{
    margin-top:45px
}
.mt-50{
    margin-top:50px
}
.mt-55{
    margin-top:55px
}
.mt-60{
    margin-top:60px
}
.mt-65{
    margin-top:65px
}
.mt-70{
    margin-top:70px
}
.mt-75{
    margin-top:75px
}
.mt-80{
    margin-top:80px
}
.mt-85{
    margin-top:85px
}
.mt-90{
    margin-top:90px
}
.mt-95{
    margin-top:95px
}
.mt-100{
    margin-top:100px
}
.mb-10{
    margin-bottom:10px
}
.mb-15{
    margin-bottom:15px
}
.mb-20{
    margin-bottom:20px
}
.mb-25{
    margin-bottom:25px
}
.mb-30{
    margin-bottom:30px
}
.mb-35{
    margin-bottom:35px
}
.mb-40{
    margin-bottom:40px
}
.mb-45{
    margin-bottom:45px
}
.mb-50{
    margin-bottom:50px
}
.mb-55{
    margin-bottom:55px
}
.mb-60{
    margin-bottom:60px
}
.mb-65{
    margin-bottom:65px
}
.mb-70{
    margin-bottom:70px
}
.mb-75{
    margin-bottom:75px
}
.mb-80{
    margin-bottom:80px
}
.mb-85{
    margin-bottom:85px
}
.mb-90{
    margin-bottom:90px
}
.mb-95{
    margin-bottom:95px
}
.mb-100{
    margin-bottom:100px
}
.pt-10{
    padding-top:10px
}
.pt-15{
    padding-top:15px
}
.pt-20{
    padding-top:20px
}
.pt-25{
    padding-top:25px
}
.pt-30{
    padding-top:30px
}
.pt-35{
    padding-top:35px
}
.pt-40{
    padding-top:40px
}
.pt-45{
    padding-top:45px
}
.pt-50{
    padding-top:50px
}
.pt-55{
    padding-top:55px
}
.pt-60{
    padding-top:60px
}
.pt-65{
    padding-top:65px
}
.pt-70{
    padding-top:70px
}
.pt-75{
    padding-top:75px
}
.pt-80{
    padding-top:80px
}
.pt-85{
    padding-top:85px
}
.pt-90{
    padding-top:90px
}
.pt-95{
    padding-top:95px
}
.pt-100{
    padding-top:100px
}
.pb-10{
    padding-bottom:10px
}
.pb-15{
    padding-bottom:15px
}
.pb-20{
    padding-bottom:20px
}
.pb-25{
    padding-bottom:25px
}
.pb-30{
    padding-bottom:30px
}
.pb-35{
    padding-bottom:35px
}
.pb-40{
    padding-bottom:40px
}
.pb-45{
    padding-bottom:45px
}
.pb-50{
    padding-bottom:50px
}
.pb-55{
    padding-bottom:55px
}
.pb-60{
    padding-bottom:60px
}
.pb-65{
    padding-bottom:65px
}
.pb-70{
    padding-bottom:70px
}
.pb-75{
    padding-bottom:75px
}
.pb-80{
    padding-bottom:80px
}
.pb-85{
    padding-bottom:85px
}
.pb-90{
    padding-bottom:90px
}
.pb-95{
    padding-bottom:95px
}
.pb-100{
    padding-bottom:100px
}
@media (max-width:1199px){
    .mb-lg-gap-30{
        margin-bottom:30px
    }
}
@media (max-width:1199px){
    .mb-lg-gap-40{
        margin-bottom:40px
    }
}
@media (max-width:1199px){
    .mb-lg-gap-50{
        margin-bottom:50px
    }
}
@media (max-width:1199px){
    .mb-lg-gap-60{
        margin-bottom:60px
    }
}
@media (max-width:1199px){
    .mt-lg-gap-30{
        margin-top:30px
    }
}
@media (max-width:1199px){
    .mt-lg-gap-40{
        margin-top:40px
    }
}
@media (max-width:1199px){
    .mt-lg-gap-50{
        margin-top:50px
    }
}
@media (max-width:991px){
    .mt-md-gap-60{
        margin-top:60px
    }
}
@media (max-width:1199px){
    .mb-lg-gap-30{
        margin-bottom:30px
    }
}
@media (max-width:991px){
    .mb-md-gap-30{
        margin-bottom:30px
    }
}
@media (max-width:991px){
    .mb-md-gap-40{
        margin-bottom:40px
    }
}
@media (max-width:991px){
    .mb-md-gap-50{
        margin-bottom:50px
    }
}
@media (max-width:991px){
    .mb-md-gap-60{
        margin-bottom:60px
    }
}
@media (max-width:991px){
    .mt-md-gap-30{
        margin-top:30px
    }
}
@media (max-width:991px){
    .mt-md-gap-40{
        margin-top:40px
    }
}
@media (max-width:991px){
    .mt-md-gap-50{
        margin-top:50px
    }
}
@media (max-width:991px){
    .mt-md-gap-60{
        margin-top:60px
    }
}
@media (max-width:575px){
    .mb-xs-gap-30{
        margin-bottom:30px
    }
}
@media (max-width:575px){
    .mb-xs-gap-40{
        margin-bottom:40px
    }
}
@-webkit-keyframes sticky{
    0%{
        top:-200px
    }
    100%{
        top:0
    }
}
@keyframes sticky{
    0%{
        top:-200px
    }
    100%{
        top:0
    }
}
@-webkit-keyframes spin{
    100%{
        transform:rotate(360deg)
    }
}
@keyframes spin{
    100%{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes sk-foldCubeAngle{
    0%,10%{
        transform:perspective(140px) rotateX(-180deg);
        opacity:0
    }
    25%,75%{
        transform:perspective(140px) rotateX(0);
        opacity:1
    }
    100%,90%{
        transform:perspective(140px) rotateY(180deg);
        opacity:0
    }
}
@keyframes sk-foldCubeAngle{
    0%,10%{
        transform:perspective(140px) rotateX(-180deg);
        opacity:0
    }
    25%,75%{
        transform:perspective(140px) rotateX(0);
        opacity:1
    }
    100%,90%{
        transform:perspective(140px) rotateY(180deg);
        opacity:0
    }
}
@-webkit-keyframes pulseBtnBefore{
    0%{
        transform:scale(1);
        opacity:1
    }
    100%{
        transform:scale(1.5);
        opacity:0
    }
}
@keyframes pulseBtnBefore{
    0%{
        transform:scale(1);
        opacity:1
    }
    100%{
        transform:scale(1.5);
        opacity:0
    }
}
@-webkit-keyframes pulseBtnAfter{
    0%{
        transform:scale(1);
        opacity:1
    }
    100%{
        transform:scale(2);
        opacity:0
    }
}
@keyframes pulseBtnAfter{
    0%{
        transform:scale(1);
        opacity:1
    }
    100%{
        transform:scale(2);
        opacity:0
    }
}
@-webkit-keyframes rotate{
    0%{
        transform:rotate(-15deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes rotate{
    0%{
        transform:rotate(-15deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes rotateTwo{
    0%{
        transform:rotate(15deg)
    }
    100%{
        transform:rotate(-360deg)
    }
}
@keyframes rotateTwo{
    0%{
        transform:rotate(15deg)
    }
    100%{
        transform:rotate(-360deg)
    }
}
@-webkit-keyframes scale{
    0%{
        transform:scale(0)
    }
    50%{
        transform:scale(2)
    }
    100%{
        transform:scale(0)
    }
}
@keyframes scale{
    0%{
        transform:scale(0)
    }
    50%{
        transform:scale(2)
    }
    100%{
        transform:scale(0)
    }
}
.loader-center{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center
}
.loader-center img{
    max-width:120px
}
.header-topbar{
    border-bottom:2px solid #ebebeb;
    padding:5px 0
}


.header-topbar .top-left-content {
  position: relative;
}
.header-topbar .top-left-content ul li {
  display: inline-block;
}
.header-topbar .top-left-content ul li a {
  color:#81a3bb;
  line-height: 40px;
  margin-right: 40px;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-topbar .top-left-content ul li a {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .header-topbar .top-left-content ul li a {
    margin-right: 25px;
  }
}


.header-topbar .top-left-content .language-change{
    display:inline-block;
    position:relative;
    margin-right:25px;
    cursor:pointer
}
.header-topbar .top-left-content .language-change .name{
    line-height:40px;
    color:#81a3bb;
    font-weight:500
}
.header-topbar .top-left-content .language-change .name i{
    margin-right:5px
}
.header-topbar .top-left-content .language-change .language-menu{
    position:absolute;
    top:100%;
    right:0;
    margin-top:15px;
    background:#fff;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    visibility:hidden;
    opacity:0;
    z-index:99;
    transition:all .3s ease-out 0s
}
.header-topbar .top-left-content .language-change .language-menu a{
    padding:12px 15px;
    font-size:16px;
    line-height:20px;
    display:block;
    margin:0;
    font-weight:600;
    color:#002249
}
.header-topbar .top-left-content .language-change .language-menu a:not(:last-child){
    border-bottom:1px solid rgba(0,0,0,.05)
}
.header-topbar .top-left-content .language-change .language-menu a:hover{
    color:#fff;
}
.header-topbar .top-left-content .language-change:hover .language-menu{
    visibility:visible;
    opacity:1;
    margin-top:0
}
.header-topbar .top-left-content .language-change.curr-change{
    margin-left:25px;
    margin-right:0
}
.header-topbar .top-left-content .language-change.curr-change::before{
    position:absolute;
    content:"";
    left:-27px;
    top:50%;
    height:22px;
    width:1px;
    background:#81a3bb;
    z-index:7;
    transform:translateY(-50%)
}
.header-topbar .contact-info li{
    display:inline-block
}
.header-topbar .contact-info li:not(:last-child){
    margin-right:30px
}
.header-topbar .contact-info li a{
    color:#81a3bb;
    font-size:14px
}
.header-topbar .contact-info li i{
    margin-right:5px;
}
.header-topbar .social-icon li{
    display:inline-block
}
.header-topbar .social-icon li:not(:first-child){
    margin-left:15px
}
.header-topbar .social-icon li a{
    color:#81a3bb;
    font-size:14px
}
.header-topbar .top-right-wrapper{
    display:flex;
    align-items:center
}
.header-topbar .top-right-wrapper .language-change{
    display:inline-block;
    position:relative;
    margin-left:30px;
    cursor:pointer;
    padding-left:30px
}
.header-topbar .top-right-wrapper .language-change::after{
    position:absolute;
    content:"";
    left:0;
    top:50%;
    height:22px;
    width:1px;
    background:#81a3bb;
    z-index:7;
    transform:translateY(-50%)
}
.header-topbar .top-right-wrapper .language-change .name{
    line-height:40px;
    color:#81a3bb;
    font-weight:500;
    transition:all .3s ease-out 0s
}
.header-topbar .top-right-wrapper .language-change .name i{
    margin-right:5px
}
.header-topbar .top-right-wrapper .language-change .name .l-icon{
    margin-right:4px
}
.header-topbar .top-right-wrapper .language-change .name .r-icon{
    font-size:12px;
    margin-left:4px;
    position:relative
}
.header-topbar .top-right-wrapper .language-change .language-menu{
    position:absolute;
    top:100%;
    right:0;
    margin-top:15px;
    background:#fff;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    visibility:hidden;
    opacity:0;
    z-index:99;
    max-width:220px;
    min-width:190px;
    transition:all .3s ease-out 0s
}
.header-topbar .top-right-wrapper .language-change .language-menu a{
    padding:12px 15px;
    font-size:16px;
    line-height:20px;
    display:block;
    margin:0;
    font-weight:600;
    color:#002249
}
.header-topbar .top-right-wrapper .language-change .language-menu a:not(:last-child){
    border-bottom:1px solid rgba(0,0,0,.05)
}
.header-topbar .top-right-wrapper .language-change .language-menu a:hover{
    color:#fff;
}
.header-topbar .top-right-wrapper .language-change:hover .language-menu{
    visibility:visible;
    opacity:1;
    margin-top:0
}
.header-topbar .top-right-wrapper .language-change:hover::after{
    background:#81a3bb
}
.mainmenu-wrapper{
    position:relative
}
.header-navigation .primary-menu .submenu-wrapper .sm-link{
    padding-right:15px
}
.header-navigation .primary-menu .pore{
    position:relative
}
.header-navigation .primary-menu li{
    display:inline-block;
    line-height:70px
}
.header-navigation .primary-menu li.submenu-wrapper{
    position:relative
}
.header-navigation .primary-menu li .dd-trigger{
    font-size:12px;
    font-weight:500;
    color:#555;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    line-height:1;
    transition:all .3s ease-out 0s
}
@media (max-width:1199px){
    .header-navigation .primary-menu li .dd-trigger{
        right:0
    }
}
.header-navigation .primary-menu li .dd-trigger i{
    padding-left:10px
}
.header-navigation .primary-menu li a{
    font-size:18px;
    color:#555;
    padding:10px 10px
}
.header-navigation .primary-menu li a.p-link .dd-trigger2{
    font-size:14px;
    margin-left:4px
}
@media (max-width:1199px){
    .header-navigation .primary-menu li a{
        padding:8px 8px;
        font-size:15px
    }
}
.header-navigation .primary-menu li .submenu{
    position:absolute;
    left:0;
    top:110%;
    width:200px;
    background-color:#fff;
    transition:all .3s ease-out 0s;
    z-index:99;
    height:auto;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    opacity:0;
    visibility:hidden
}
.header-navigation .primary-menu li .submenu li{
    line-height:1;
    margin:0;
    display:block;
    position:relative
}
.header-navigation .primary-menu li .submenu li:not(:last-child){
    border-bottom:1px solid rgba(0,0,0,.05)
}
.header-navigation .primary-menu li .submenu li a{
    padding:14px 10px;
    font-size:16px;
    display:block;
    margin:0
}
.header-navigation .primary-menu li .submenu li a:hover{
    color:#fff;
    border-radius: 6px;
}
.header-navigation .primary-menu li .submenu li .dd-trigger{
    right:20px
}
.header-navigation .primary-menu li .submenu li a:hover~.dd-trigger{
    color:#fff
}
.header-navigation .primary-menu li .submenu li .submenu{
    left:100%;
    top:20%
}
.header-navigation .primary-menu li .submenu li:hover>.submenu{
    top:0;
    border-radius: 6px;
}
.header-navigation .primary-menu li:hover>.submenu{
    visibility:visible;
    top:100%;
    opacity:1
}
@media (max-width:991px){
    .header-navigation .primary-menu li a:hover,.header-navigation .primary-menu li a:hover~.dd-trigger,.header-navigation .primary-menu li.current>.dd-trigger,.header-navigation .primary-menu li.current>a{
        color:#fff
    }
}
.header-navigation .primary-menu .megamenu-item .megamenu{
    width:100%;
    padding:30px;
    opacity:0;
    visibility:hidden;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    margin-top:10px;
    z-index:99;
    transition:all .3s ease-out 0s
}
.header-navigation .primary-menu .megamenu-item .megamenu .loader_ajax{
    max-width:150px;
    display:block;
    margin:0 auto
}
.header-navigation .primary-menu .megamenu-item .megamenu .tabnav a{
    display:block;
    font-size:16px;
    color:#555;
    padding:10px 0;
    line-height:26px;
    transition:all .3s ease-out 0s
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item{
    border:0
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-content{
    padding:0
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-content .price{
    line-height:22px!important
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-content .title a{
    display:block;
    padding:0;
    font-size:14px;
    font-weight:500;
    line-height:25px;
    padding-top:10px
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-thumb{
    position:relative
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-thumb .product-overlay ul li{
    line-height:40px
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-thumb .product-overlay ul li a{
    height:35px;
    width:35px;
    line-height:35px!important;
    padding:0;
    font-size:14px;
    padding:0
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-thumb .product-overlay ul li a:hover{
    color:#fff;
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-thumb .product-overlay ul li button{
    border:0;
    display:inline-block;
    height:35px;
    width:35px;
    border-radius:0;
    text-align:center;
    line-height:35px!important;
    background:#fff;
    margin:5px 0;
    transition:all .3s ease-out 0s;
    cursor:pointer;
    padding:0
}
.header-navigation .primary-menu .megamenu-item .megamenu .product-item .product-thumb .product-overlay ul li button:hover{
    color:#fff;
}
.header-navigation .primary-menu .megamenu-item:hover .megamenu{
    opacity:1;
    visibility:visible;
    margin-top:0
}
@media (max-width:560px){
    .header-navigation .site-logo{
        max-width:150px
    }
}
.header-navigation .site-logo .sticky-logo{
    display:none
}
.header-navigation .header-extra{
    margin-left:20px
}
.header-navigation .header-extra .my-dropdown{
    height:100%;
    display:inline-block;
    position:relative;
    padding:0 10px
}
.header-navigation .header-extra .my-dropdown .cart.carticon{
    display:block
}
.header-navigation .header-extra .my-dropdown .cart.carticon .icon{
    color:#002249
}
.header-navigation .header-extra .my-dropdown .cart p{
    font-size:12px;
    line-height:22px;
    color:#143250;
    margin-top:4px;
    margin-bottom:0;
    color:#333
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu{
    width:300px;
    position:absolute;
    top:100%;
    right:0;
    border:0;
    padding:0;
    border-radius:0;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    background:#fff;
    z-index:10;
    margin-top:20px;
    visibility:hidden;
    opacity:0;
    transition:all .3s ease-out 0s
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .cart-empty{
    padding:30px;
    text-align:center;
    display:block;
    font-size:16px;
    font-weight:600
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu.show{
    display:block
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper{
    padding:20px 25px 20px;
    max-height:400px;
    overflow-y:auto
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid rgba(0,0,0,.1);
    padding-bottom:8px
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .item-no{
    font-size:13px;
    font-weight:600;
    color:#143250
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart{
    font-size:12px;
    font-weight:600;
    color:#143250
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-header .view-cart:hover{
    text-decoration:underline
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products{
    padding-left:0;
    margin-bottom:0;
    display:block;
    width:100%
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product{
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    list-style:none;
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:9px 0 9px;
    margin-right:0
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details{
    text-align:left;
    padding-left:10px
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .product-title{
    font-size:14px;
    display:block;
    margin-bottom:0;
    font-weight:600;
    color:#143250
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content a{
    display:block
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .cart-product-info{
    font-size:13px;
    display:block
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container{
    margin-bottom:0;
    position:relative;
    border:1px solid rgba(0,0,0,.15)
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container img{
    max-width:50px;
    max-height:50px
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove{
    position:absolute;
    top:-10px;
    left:-10px;
    width:17px;
    height:17px;
    text-align:center;
    border-radius:50%;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.25);
    z-index:2;
    font-size:10px;
    color:#777;
    font-weight:700;
    line-height:18px;
    cursor:pointer;
    transition:all .3s ease-out 0s
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container .cart-remove:hover{
    color:#fff;
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total{
    display:flex;
    justify-content:space-between;
    padding-top:5px;
    padding-bottom:10px
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-total span{
    font-size:14px;
    font-weight:600
}
.header-navigation .header-extra .my-dropdown .my-dropdown-menu .dropdownmenu-wrapper .dropdown-cart-action .main-btn{
    width:100%;
    padding:12px 20px;
    display:block;
    text-align:center;
    font-size:14px;
    font-weight:500
}
.header-navigation .header-extra .my-dropdown .cart .icon{
    position:relative
}
.header-navigation .header-extra .my-dropdown .cart .icon i{
    font-size:19px;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    line-height:30px
}
.header-navigation .header-extra .my-dropdown .cart .icon span{
    position:absolute;
    top:-5px;
    right:-7px;
    border-radius:50%;
    font-size:10px;
    font-weight:500;
    color:#fff;
    display:inline-block;
    width:17px;
    height:17px;
    line-height:17px;
    text-align:center
}
.header-navigation .header-extra .my-dropdown:hover .my-dropdown-menu{
    visibility:visible;
    opacity:1;
    margin-top:0
}
.header-navigation .shoping-mini-cart{
    position:relative;
    display:inline-block;
    margin-right:30px
}
.header-navigation .shoping-mini-cart .count{
    position:absolute;
    top:-5px;
    right:-7px;
    border-radius:50%;
    font-size:10px;
    font-weight:500;
    color:#fff;
    display:inline-block;
    width:17px;
    height:17px;
    line-height:17px;
    text-align:center
}
.header-navigation .shoping-mini-cart .cart-icon{
    font-size:18px;
    color:#555
}
@media (max-width:1199px){
    .header-navigation .shoping-mini-cart .cart-icon{
        margin-right:20px
    }
}
.header-navigation .search-icon{
    font-size:18px;
    color:#555
}
@media (max-width:1199px){
    .header-navigation .search-icon{
        margin-right:20px
    }
}
.header-navigation .search-widget .search-form{
    position:fixed;
    left:0;
    top:0;
    width:100vw;
    background-color:rgba(35,35,35,.9);
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all .5s;
    will-change:transform,opacity;
    height:0;
    z-index:-1;
    opacity:0
}
.header-navigation .search-widget .search-form .search-close{
    font-size:30px;
    color:#fff;
    position:absolute;
    right:50px;
    top:50px;
    line-height:1
}
.header-navigation .search-widget .search-form form{
    width:50%
}
.header-navigation .search-widget .search-form input{
    background-color:transparent;
    font-size:20px;
    color:#fff;
    border-bottom:2px solid rgba(255,255,255,.6);
    padding:0 30px
}
.header-navigation .search-widget .search-form.opened{
    height:100vh;
    opacity:1;
    z-index:99
}
.header-navigation .nav-toggler,.header-navigation .offcanvas-icon{
    position:relative;
    width:25px;
    height:25px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    line-height:1;
    cursor:pointer
}
.header-navigation .nav-toggler span,.header-navigation .offcanvas-icon span{
    height:2px;
    width:100%;
    flex:0 0 100%;
    transition:all .3s ease-out 0s;
    position:relative
}
.header-navigation .nav-toggler{
    display:none
}
.header-navigation .nav-toggler.menu-opened span:nth-child(1){
    transform:rotate3d(0,0,1,45deg);
    top:8px
}
.header-navigation .nav-toggler.menu-opened span:nth-child(2){
    opacity:0
}
.header-navigation .nav-toggler.menu-opened span:nth-child(3){
    transform:rotate3d(0,0,1,-45deg);
    top:-8px
}
.header-navigation .nav-close{
    display:none;
    font-size:20px;
    color:#fff;
    position:absolute;
    right:20px;
    top:20px;
    line-height:1
}
.header-navigation .navbar-btn{
    margin-left:30px
}
@media (max-width:575px){
    .header-navigation .navbar-btn{
        display:none
    }
}
.header-navigation .navbar-btn a{
    font-size:15px;
    font-weight:600;
    color:#fff;
    border-radius:8px;
    padding:15px 25px
}
@media (max-width:1199px){
    .header-navigation .navbar-btn a{
        padding:15px 20px
    }
}
.header-navigation .navbar-btn a i{
    margin-left:10px;
    position:relative;
    top:2px
}
@media (max-width:1199px){
    .header-navigation .navbar-btn a i{
        margin-left:5px
    }
}
.header-navigation .navbar-btn a:hover{
    background-color:transparent;
}
.header-two{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    z-index:999
}
.header-two .header-topbar{
    border-bottom:1px solid #99c2f6
}
.header-two .header-topbar .contact-info li a,.header-two .header-topbar .contact-info li i{
    color:#4f79a9
}
.header-two .header-topbar .social-icon li a{
    color:#4f79a9
}
.header-two .header-navigation .primary-menu li .dd-trigger{
    right:0
}
@media (max-width:1199px){
    .header-two .header-navigation .primary-menu li .dd-trigger{
        right:0
    }
}
.header-two .header-navigation .primary-menu li a{
    color:#4f79a9;
    font-size:16px;
    padding:10px 10px
}
@media (max-width:1199px){
    .header-two .header-navigation .primary-menu li a{
        font-size:15px;
        padding:8px 8px
    }
}
.header-two .header-navigation .primary-menu li .submenu li a{
    font-size:14px
}
@media (max-width:991px){
    .header-two .header-navigation .primary-menu li a:hover,.header-two .header-navigation .primary-menu li a:hover~.dd-trigger,.header-two .header-navigation .primary-menu li.current>.dd-trigger,.header-two .header-navigation .primary-menu li.current>a{
        color:#fff
    }
}
.header-two .header-navigation .nav-toggler{
    height:50px;
    width:60px;
    padding:10px 12px;
    border-radius:5px
}
.header-two .header-navigation .navbar-btn a{
    padding:15px 25px;
    border-radius:5px;
    font-weight:600
}
@media (max-width:1199px){
    .header-two .header-navigation .navbar-btn a{
        padding:15px 35px
    }
}
.header-two .header-navigation .header-extra .my-dropdown .cart.carticon .icon{
    color:#fff
}
.sticky-header.sticky-on .header-navigation{
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
    -webkit-animation:sticky 1.2s;
    animation:sticky 1.2s;
    background-color:#fff;
    box-shadow:0 5px 5px 0 rgba(0,0,0,.04)
}
.sticky-header.sticky-on .header-navigation .sticky-logo{
    display:block
}
.sticky-header.sticky-on .header-navigation .main-logo{
    display:none
}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li{
    line-height:60px
}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .dd-trigger,.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a{
    color:#555
}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .submenu li a:hover{
    color:#fff
}
.header-navigation.breakpoint-on{
    padding:20px 0
}
.header-navigation.breakpoint-on .nav-toggler{
    display:flex
}
.header-navigation.breakpoint-on .site-nav-menu{
    position:fixed;
    top:0;
    height:100vh;
    width:300px;
    padding:30px 25px;
    background-color:#002249;
    z-index:9991;
    overflow-x:hidden;
    overflow-y:scroll;
    left:-300px;
    visibility:hidden;
    opacity:0;
    transition:all .3s ease-out 0s
}
.header-navigation.breakpoint-on .site-nav-menu .nav-close{
    display:block
}
.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar{
    background-color:#002249
}
.header-navigation.breakpoint-on .site-nav-menu.menu-opened{
    left:0;
    visibility:visible;
    opacity:1
}
.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar{
    width:5px
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li{
    margin:0;
    padding:0;
    display:block
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a{
    color:#fff;
    display:block;
    padding:15px 25px 15px 0;
    font-size:15px;
    line-height:1;
    border-bottom:1px solid rgba(255,255,255,.2)
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger{
    display:block;
    top:0;
    transform:translate(0);
    right:0!important;
    height:45px;
    width:45px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    line-height:45px;
    border-left:1px solid rgba(255,255,255,.2)
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger i{
    transition:all .3s ease-out 0s
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu{
    padding-left:15px;
    transition:0;
    border:none
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a{
    color:#fff;
    display:block;
    padding:15px 25px 15px 0;
    line-height:1
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a:hover{
    background-color:transparent
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu,.header-navigation.breakpoint-on .site-nav-menu .primary-menu li li .submenu{
    position:unset;
    top:0;
    width:100%;
    transition:none;
    visibility:visible;
    opacity:1;
    background-color:transparent;
    box-shadow:none;
    display:none
}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li.current::before{
    position:absolute;
    left:-25px;
    top:2px;
    bottom:2px;
    width:2px;
    background-color:#fff;
    content:""
}
.banner-slider{
    overflow:hidden;
    display: flex !important;
}
.banner-slider .banner-text .title-tag{
    color:#002249;
    font-size:24px;
    font-weight:700;
    letter-spacing:2px;
    padding-bottom:10px
}
@media (max-width:575px){
    .banner-slider .banner-text .title-tag{
        font-size:18px
    }
}
.banner-slider .banner-text .title{
    font-size:65px;
    line-height:1.1
}
@media (max-width:1399px){
    .banner-slider .banner-text .title{
        font-size:65px
    }
}
@media (max-width:1199px){
    .banner-slider .banner-text .title{
        font-size:55px
    }
}
@media (max-width:767px){
    .banner-slider .banner-text .title{
        font-size:48px
    }
}
@media (max-width:575px){
    .banner-slider .banner-text .title{
        font-size:32px;
        line-height:1.2
    }
}
.banner-slider .banner-text p{
    font-weight:600;
    font-size:19px;
    color:#002249;
    padding-right:30px;
    padding-top:30px;
    padding-bottom:35px
}
@media (max-width:767px){
    .banner-slider .banner-text p{
        font-size:16px
    }
}
@media (max-width:767px){
    .banner-slider .banner-text p{
        font-size:15px
    }
}
.banner-slider .banner-img{
    text-align:right;
    position:relative;
    z-index:2
}
.banner-slider .slick-arrow{
    position:absolute;
    top:50%;
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    color:#fff;
    z-index:2;
    font-size:20px;
    font-weight: 700;
    border-radius: 12px;
    cursor:pointer;
    transform:translateY(-50%);
    visibility:hidden;
    opacity:0;
    transition:all .3s ease-out 0s
}
@media (max-width:991px){
    .banner-slider .slick-arrow{
        top:auto;
        bottom:0;
        transform:translate(0);
        opacity:1;
        visibility:visible
    }
}
.banner-slider .slick-arrow.prev{
    left:0
}
@media (max-width:991px){
    .banner-slider .slick-arrow.prev{
        left:auto;
        right:75px
    }
}
.banner-slider .slick-arrow.next{
    right:0
}
@media (max-width:991px){
    .banner-slider .slick-arrow.next{
        right:15px
    }
}
.banner-slider:hover .slick-arrow{
    opacity:1;
    visibility:visible
}
.banner-slider:hover .slick-arrow.prev{
    left:20px
}
@media (max-width:991px){
    .banner-slider:hover .slick-arrow.prev{
        left:auto;
        right:75px
    }
}
.banner-slider:hover .slick-arrow.next{
    right:20px
}
@media (max-width:991px){
    .banner-slider:hover .slick-arrow.next{
        right:15px
    }
}
.banner-slider.banner-slider-one{
    padding:170px 0;
    background-color:#f5faff;
    background-size:cover;
    background-position:center;
    position:relative
}
@media (max-width:991px){
    .banner-slider.banner-slider-one{
        padding:140px 0
    }
}
.banner-slider.banner-slider-two .single-banner{
    position:relative;
    background-size:cover;
    background-position:center;
    z-index:1;
    padding:90px 0;
}
@media (max-width:991px){
    .banner-slider.banner-slider-two .single-banner{
        padding:140px 0
    }
}
.banner-slider.banner-slider-two .single-banner::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:.8
}
.banner-slider.banner-slider-two .banner-text .title,.banner-slider.banner-slider-two .banner-text .title-tag,.banner-slider.banner-slider-two .banner-text p{
    color:#fff
}
.banner-slider.banner-slider-two .banner-text .main-btn{
    background-color:#fff;
}
.banner-slider.banner-slider-two .banner-text .main-btn:hover{
    color:#fff
}
.banner-slider.banner-slider-two .slick-arrow{
    background-color:rgba(255,255,255,.8);
}
.banner-slider.banner-slider-two .slick-arrow:hover{
    background-color:#fff
}
.banner-slider.banner-slider-three .single-banner{
    position:relative;
    background-size:cover;
    background-position:center;
    z-index:1;
    padding:100px 0;
}
@media (max-width:991px){
    .banner-slider.banner-slider-three .single-banner{
        padding:80px 0
    }
}
.banner-slider.banner-slider-three .single-banner::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    background-image:linear-gradient(90deg,#0c5adb 0,rgba(12,90,219,.6) 50%,rgba(255,255,255,0) 100%);
    opacity:.8
}
.banner-slider.banner-slider-three .banner-text .title,.banner-slider.banner-slider-three .banner-text .title-tag,.banner-slider.banner-slider-three .banner-text p{
    color:#fff
}
.banner-slider.banner-slider-three .banner-text .main-btn{
    background-color:#fff;
}
.banner-slider.banner-slider-three .banner-text .main-btn:hover{
    color:#fff
}
.banner-slider.banner-slider-three .slick-arrow{
    background-color:rgba(255,255,255,.8);
}
.banner-slider.banner-slider-three .slick-arrow:hover{
    background-color:#fff
}
.banner-section{
    background:#a9c7ec;
    align-items:center;
    position:relative;
    overflow:hidden;
    z-index:2;
    padding-top:300px;
    padding-bottom:200px
}
@media (max-width:1199px){
    .banner-section{
        padding-bottom:150px
    }
}
@media (max-width:767px){
    .banner-section{
        padding-top:250px;
        padding-bottom:140px
    }
}
@media (max-width:575px){
    .banner-section{
        padding-top:200px;
        padding-bottom:120px
    }
}
.banner-section::before{
    position:absolute;
    z-index:-1;
    content:"";
    height:100%;
    width:100%;
    background-image:url(../img/banner/banner-gradient-bg.png);
    top:0;
    left:0;
    background-size:cover;
    background-position:center center
}
.banner-section .banner-content .title-tag{
    font-size:24px;
    color:#69a1bb
}
@media (max-width:767px){
    .banner-section .banner-content .title-tag{
        font-size:18px
    }
}
@media (max-width:575px){
    .banner-section .banner-content .title-tag{
        font-size:16px
    }
}
.banner-section .banner-content .title{
    font-size:80px;
    padding-top:18px;
    padding-bottom:34px
}
@media (min-width:992px) and (max-width:1199px){
    .banner-section .banner-content .title{
        font-size:60px
    }
}
@media (max-width:991px){
    .banner-section .banner-content .title{
        font-size:74px
    }
}
@media (max-width:767px){
    .banner-section .banner-content .title{
        font-size:62px
    }
}
@media (max-width:575px){
    .banner-section .banner-content .title{
        font-size:42px
    }
}
.banner-section .banner-content .banner-btns li{
    display:inline-block
}
.banner-section .banner-content .banner-btns li:not(:last-child){
    margin-right:75px
}
@media (max-width:1199px){
    .banner-section .banner-content .banner-btns li:not(:last-child){
        margin-right:40px
    }
}
@media (max-width:575px){
    .banner-section .banner-content .banner-btns li:not(:last-child){
        margin-right:20px
    }
}
@media (max-width:400px){
    .banner-section .banner-content .banner-btns li:not(:last-child){
        margin-bottom:20px
    }
}
.banner-section .banner-content .banner-btns li a{
    font-size:24px;
    color:#232323;
    font-weight:700
}
@media (max-width:1199px){
    .banner-section .banner-content .banner-btns li a{
        font-size:20px
    }
}
@media (max-width:575px){
    .banner-section .banner-content .banner-btns li a{
        font-size:16px
    }
}
.banner-section .banner-content .banner-btns li a .icon{
    height:80px;
    width:80px;
    border-radius:50%;
    background:#fff;
    text-align:center;
    margin-right:30px;
    box-shadow:0 8px 16px 0 rgba(0,109,232,.1);
    position:relative;
    border:4px solid transparent;
    border-top-color:#ff4f74;
    border-bottom-color:#ff4f74;
    background-color:#f5faff;
    color:#ff4f74;
    font-size:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center
}
@media (max-width:767px){
    .banner-section .banner-content .banner-btns li a .icon{
        height:60px;
        width:60px;
        margin-right:20px
    }
}
.banner-section .banner-content .banner-btns li a .icon::before{
    position:absolute;
    content:"";
    height:5px;
    width:5px;
    border-radius:50%;
    left:-5px;
    top:50%;
    transform:translateY(-50%);
    background:#ff4f74
}
.banner-section .banner-content .banner-btns li a .icon::after{
    position:absolute;
    content:"";
    height:5px;
    width:5px;
    border-radius:50%;
    right:-5px;
    top:50%;
    transform:translateY(-50%);
    background:#ff4f74
}
.banner-section .banner-img{
    position:absolute;
    right:-70px;
    bottom:-222px;
    height:630px;
    width:630px;
    background:#f3faff;
    border-radius:50%;
    border:60px solid #ebf4ff;
    z-index:1
}
@media (max-width:1199px){
    .banner-section .banner-img{
        height:500px;
        width:500px
    }
}
.banner-section .banner-img::before{
    position:absolute;
    content:"";
    top:50%;
    left:50%;
    height:400px;
    width:400px;
    border-radius:50%;
    background:#fff;
    z-index:-1;
    transform:translate(-50%,-50%)
}
.banner-section .banner-img img{
    position:absolute;
    top:-135px;
    left:0
}
.banner-section-two{
    position:relative;
    z-index:1;
    padding-top:390px;
    padding-bottom:200px;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important
}
@media (max-width:991px){
    .banner-section-two{
        padding-top:270px;
        padding-bottom:160px
    }
}
@media (max-width:575px){
    .banner-section-two{
        padding-top:250px;
        padding-bottom:140px
    }
}
.banner-section-two::before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    content:"";
    background-color:#002249;
    opacity:.8
}
.banner-section-two .banner-content .title-tag{
    font-size:28px;
    color:#fff;
    opacity:.8;
    position:relative;
    margin-bottom:20px
}
@media (max-width:767px){
    .banner-section-two .banner-content .title-tag{
        font-size:22px
    }
}
@media (max-width:575px){
    .banner-section-two .banner-content .title-tag{
        padding:0;
        font-size:20px
    }
}
.banner-section-two .banner-content .title{
    margin-bottom:30px;
    font-size:80px;
    color:#fff
}
@media (max-width:1199px){
    .banner-section-two .banner-content .title{
        font-size:80px
    }
}
@media (max-width:767px){
    .banner-section-two .banner-content .title{
        font-size:50px;
        padding-bottom:10px
    }
}
@media (max-width:575px){
    .banner-section-two .banner-content .title{
        font-size:30px
    }
}
.banner-section-two .banner-content p{
    font-size:24px;
    color:#fff;
    opacity:.8;
    margin-top:-10px;
    padding-bottom:26px
}
@media (max-width:767px){
    .banner-section-two .banner-content p{
        font-size:20px
    }
}
@media (max-width:575px){
    .banner-section-two .banner-content p{
        font-size:18px
    }
}
.banner-section-two .banner-content .banner-btns{
    margin-top:15px;
    margin-left:-8px;
    margin-right:-8px
}
.banner-section-two .banner-content .banner-btns li{
    display:inline-block;
    padding-left:8px;
    padding-right:8px
}
@media (max-width:575px){
    .banner-section-two .banner-content .banner-btns li{
        padding-bottom:5px
    }
}
.banner-section-three{
    position:relative;
    z-index:5;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important
}
.banner-section-three #controlBar_bgndVideo{
    display:none!important
}
.banner-section-three .overlay{
    padding-top:380px;
    padding-bottom:200px;
    background-color:rgba(0,34,73,.8);
    border-block-end-width:100%;
    height:100%
}
@media (max-width:991px){
    .banner-section-three .overlay{
        padding-top:270px;
        padding-bottom:160px
    }
}
@media (max-width:575px){
    .banner-section-three .overlay{
        padding-top:250px;
        padding-bottom:140px
    }
}
.banner-section-three .banner-content .title-tag{
    font-size:28px;
    color:#fff;
    opacity:.8;
    position:relative;
    margin-bottom:20px
}
@media (max-width:767px){
    .banner-section-three .banner-content .title-tag{
        font-size:22px
    }
}
@media (max-width:575px){
    .banner-section-three .banner-content .title-tag{
        padding:0;
        font-size:20px
    }
}
.banner-section-three .banner-content .title{
    margin-bottom:30px;
    font-size:80px;
    color:#fff
}
@media (max-width:1199px){
    .banner-section-three .banner-content .title{
        font-size:80px
    }
}
@media (max-width:767px){
    .banner-section-three .banner-content .title{
        font-size:50px;
        padding-bottom:10px
    }
}
@media (max-width:575px){
    .banner-section-three .banner-content .title{
        font-size:30px
    }
}
.banner-section-three .banner-content p{
    font-size:24px;
    color:#fff;
    opacity:.8;
    margin-top:-10px;
    padding-bottom:26px
}
@media (max-width:767px){
    .banner-section-three .banner-content p{
        font-size:20px
    }
}
@media (max-width:575px){
    .banner-section-three .banner-content p{
        font-size:18px
    }
}
.banner-section-three .banner-content .banner-btns{
    margin-top:15px;
    margin-left:-8px;
    margin-right:-8px
}
.banner-section-three .banner-content .banner-btns li{
    display:inline-block;
    padding-left:8px;
    padding-right:8px
}
@media (max-width:575px){
    .banner-section-three .banner-content .banner-btns li{
        padding-bottom:5px
    }
}
.service-item{
    border-radius:10px;
    background:#fff;
    box-shadow:0 10px 30px rgba(225,225,225,.64);
    padding:25px 25px 35px;
    transition:all .3s ease-out 0s;
    position:relative;
    z-index:1
}
@media (min-width:992px) and (max-width:1199px){
    .service-item{
        padding:25px 20px 30px
    }
}
.service-item .icon{
    height:110px;
    width:110px;
    line-height:1;
    background-color:rgba(12,89,219,.1);
    transition:all .3s ease-out 0s;
    margin-bottom:20px;
    font-size:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%
}
@media (min-width:992px) and (max-width:1199px){
    .service-item .icon{
        height:80px;
        width:80px;
        font-size:30px
    }
}
.service-item.text-center .icon{
    margin-left:auto;
    margin-right:auto
}
.service-item.color-2 .icon{
    color:#00978e;
    background-color:rgba(0,151,142,.1)
}
.service-item.color-3 .icon{
    color:#fbb81b;
    background-color:rgba(251,184,27,.1)
}
.service-item.color-4 .icon{
    color:#ef452e;
    background-color:rgba(239,69,46,.1)
}
.service-item .title{
    font-size:21px;
    transition:all .3s ease-out 0s;
    margin-bottom:15px;
    font-weight:600
}
@media (max-width:1199px){
    .service-item .title{
        font-size:18px
    }
}
.service-item .title a{
    color:#232323
}
.service-item p{
    transition:all .3s ease-out 0s
}
.service-item::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../img/shape/service-dot.png);
    background-position:center;
    background-repeat:no-repeat;
    z-index:-1;
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden
}
.service-item:hover{
    box-shadow:0 10px 30px rgba(239,239,239,.79)
}
.service-item:hover .icon{
    background-color:#fff
}
.service-item:hover .title,.service-item:hover p{
    color:#fff
}
.service-item:hover::before{
    opacity:1;
    visibility:visible
}

.service-item .service-link{
    font-weight:700;
    color:#81a3bb;
    margin-top:15px
}
.service-item-two{
    background-color:#f5faff;
    padding:40px 35px
}
.service-item-two .icon{
    color:#ef452e;
    font-size:40px;
    line-height:1;
    margin-bottom:20px
}
.service-item-two .title{
    font-size:24px;
    margin-bottom:20px;
    font-weight:600
}
@media (min-width:992px) and (max-width:1199px){
    .service-item-two .title{
        font-size:22px
    }
}
@media (max-width:575px){
    .service-item-two .title{
        font-size:22px
    }
}
.service-item-two .title a{
    color:#232323
}
.service-item-two.color-1 .icon{
    color:#ef452e
}
.service-item-two.color-2 .icon{
    color:#fbb81b
}
.service-item-two.color-3 .icon{
    color:#006de8
}
.service-item-two.color-4 .icon{
    color:#00978e
}
.service-item-three{
    box-shadow:0 10px 29.7px .3px rgba(225,225,225,.64);
    padding:25px 20px 50px;
    border-radius: 8px;
    position:relative;
    overflow:hidden;
    transition:all .3s ease-out 0s;
    background-color:#fff;
    z-index:5
}
.service-item-three .icon{
    font-size:50px;
    margin-bottom:35px;
    transition:all .3s ease-out 0s;
    line-height:1
}
.service-item-three .title{
    font-size:22px;
    margin-bottom:10px
}
@media (min-width:992px) and (max-width:1199px){
    .service-item-three .title{
        font-size:18px
    }
}
.service-item-three p{
    transition:all .3s ease-out 0s
}
.service-item-three .service-link{
    height:40px;
    width:40px;
    text-align:center;
    line-height:40px;
    color:#fff;
    font-size:14px;
    right:0;
    bottom:0;
    position:absolute;
    transition:all .3s ease-out 0s
}
.service-item-three::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../img/shape/service-dot.png);
    background-position:center;
    background-repeat:no-repeat;
    z-index:-1;
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden
}
.service-item-three:hover .icon{
    color:#fff
}
.service-item-three:hover .title,.service-item-three:hover p{
    color:#fff
}
.service-item-three:hover::before{
    opacity:1;
    visibility:visible
}
.service-item-three:hover .service-link{
    background-color:#fff;
}
.service-item-four{

}
.service-item-four .services-thumb{
    margin-bottom:30px;
    position:relative;
    z-index:2;
}
.service-item-four .services-thumb img{
    width:100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.service-item-four .icon{
    width:90px;
    height:90px;
    background:#fff;
    filter:drop-shadow(0 3px 30px rgba(0, 0, 0, .07));
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-bottom:30px;
    margin-left:20px;
    margin-top:-90px;
    position:relative;
    z-index:5
}
.service-item-four .icon img{
    max-width:55px;
    max-width:55px
}
.service-item-four .services-content .title{
    font-size:24px;
    color:#232323;
    border-bottom:2px #e3eeff solid;
    padding-bottom:25px;
    margin-bottom:30px;
    position:relative;
    font-weight:600
}
@media (max-width:575px){
    .service-item-four .services-content .title{
        font-size:22px
    }
}
.service-item-four .services-content .title::before{
    position:absolute;
    content:"";
    width:80px;
    height:3px;
    left:0;
    bottom:-3px
}
.service-item-four .services-content .service-link{
    font-weight:700;
    color:#232323;
    line-height:50px;
    padding:0 30px;
    border-radius:8px;
    margin-top:37px;
    transition:all .3s ease-out 0s;
    position:relative;
    z-index:1
}
.service-item-four .services-content .service-link::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0;
    height:100%;
    transition:all .3s ease-out 0s;
    z-index:-1;
}
.service-item-four .services-content .service-link i{
    position:relative;
    top:2px;
    margin-left:5px
}
.service-item-four .services-content .service-link:hover{
    color:#fff;
}
.service-item-four .services-content .service-link:hover::before{
    width:100%
}
.service-item-four.no-border .services-content .title{
    border:none;
    padding-bottom:0;
    margin-bottom:20px
}
.service-item-four.no-border .services-content .title::before{
    display:none
}
.service-item-five a{
    position:relative;
    display:block;
    background-color:#fff;
    box-shadow:0 8px 16px 0 rgba(0,109,232,.04);
    transition:all .3s ease-out 0s;
    z-index:2;
    font-size:20px;
    line-height:1.3;
    font-weight:700;
    color:#002249;
    padding:35px 40px
}
@media (min-width:992px) and (max-width:1199px){
    .service-item-five a{
        padding:30px;
        font-size:18px
    }
}
@media (max-width:767px){
    .service-item-five a{
        padding:30px;
        font-size:18px
    }
}
.service-item-five a i{
    color:#81a3bb;
    transition:all .3s ease-out 0s;
    position:absolute;
    right:40px;
    top:50%;
    transform:translateY(-50%)
}
@media (min-width:992px) and (max-width:1199px){
    .service-item-five a i{
        right:20px
    }
}
.service-item-five a::before{
    position:absolute;
    content:"\F41B";
    font-family:"Font Awesome 5 Brands";
    font-size:80px;
    line-height:1;
    top:5px;
    left:5px;
    color:#fff;
    z-index:-1;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease-out 0s;
    font-weight:300
}
.service-item-five a:hover,.service-item-five a:hover i{
    color:#fff
}
.service-item-five a:hover::before{
    opacity:.1;
    visibility:visible
}
.service-item-six{
    color:#81a3bb;
    border:2px solid #e3eeff;
    border-radius: 8px;
    padding:40px 30px;
    position:relative;
    overflow:hidden
}
.service-item-six .icon{
    font-size:60px;
    line-height:1;
    margin-bottom:30px
}
.service-item-six .title{
    font-size:24px;
    margin-bottom:20px;
    font-weight:600
}
@media (min-width:992px) and (max-width:1199px){
    .service-item-six .title{
        font-size:24px
    }
}
@media (max-width:991px){
    .service-item-six .title{
        font-size:24px
    }
}
.service-item-six .service-link{
    font-weight:700;
    color:#81a3bb;
    margin-top:15px
}
.service-item-six .count{
    position:absolute;
    font-size:200px;
    color:#f5f6f7;
    right:18px;
    bottom:0;
    font-family:GilroyBold;
    font-weight:700;
    z-index:-1;
    line-height:1
}
@media (max-width:1199px){
    .service-item-six .count{
        font-size:160px
    }
}
.service-item-seven{
    border-radius: 8px;
    color:#81a3bb;
    padding:25px 25px;
    position:relative;
    overflow:hidden
}
@media (max-width:1199px){
    .service-item-seven{
        padding:20px 15px;
        border-width:10px
    }
}
.service-item-seven .icon{
    font-size:80px;
    line-height:1;
    margin-bottom:30px
}
.service-item-seven .title{
    font-size:30px;
    margin-bottom:20px
}
@media (max-width:1199px){
    .service-item-seven .title{
        font-size:28px
    }
}
.service-item-seven .service-link{
    font-weight:700;
    color:#81a3bb;
    margin-top:15px
}

.service-item-eight{
    position:relative;
    overflow:hidden
}
.service-item-eight .service-img img{
    width:100%;
    border-radius: 8px;
}
.service-item-eight .services-overlay{
    position:absolute;
    bottom:-110px;
    left:0;
    width:100%;
    height:180px;
    background-color:rgba(0,34,73,.7);
    padding:20px 40px 40px;
    transition:all .3s ease-out 0s;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 10px;
}
@media (min-width:992px) and (max-width:1199px){
    .service-item-eight .services-overlay{
        padding:20px 20px 20px
    }
}
@media (max-width:1199px){
    .service-item-eight .services-overlay{
        bottom:-115px
    }
}
@media (max-width:575px){
    .service-item-eight .services-overlay{
        padding:20px 20px 20px
    }
}
.service-item-eight .services-overlay .icon{
    position:absolute;
    top:-20px;
    left:20px;
    height:70px;
    width:70px;
    color:#fff;
    font-size:30px;
    line-height:1;
    text-align:center;
    line-height:70px;
    border-radius: 8px;
}
.service-item-eight .services-overlay p{
    color:#fff;
    font-size:14px;
    padding-top:20px
}
.service-item-eight .services-overlay .title{
    padding-left:80px;
    font-size:20px
}
@media (max-width:1199px){
    .service-item-eight .services-overlay .title{
        font-size:18px
    }
}
.service-item-eight .services-overlay .title a{
    color:#fff
}
.service-item-eight:hover .services-overlay{
    bottom:0;
    background-color:rgba(12,89,219,.9)
}

/* Feature 01 */
.service-section.service-with-shape{
    position:relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index:22
}
.service-section.service-with-shape::before{
    content:"";
    position:absolute;
    left:70px;
    right:70px;
    top:0;
    height:450px;
    z-index:-1
}
@media (max-width:991px){
    .service-section.service-with-shape::before{
        left:20px;
        right:20px
    }
}
@media (max-width:575px){
    .service-section.service-with-shape::before{
        left:0;
        right:0
    }
}
.service-section.service-with-shape .section-title{
    position:relative;
    z-index:1
}
.service-section.service-with-shape .section-title .title{
    font-size:55px
}
@media (min-width:992px) and (max-width:1199px){
    .service-section.service-with-shape .section-title .title{
        font-size:42px
    }
}
@media (max-width:991px){
    .service-section.service-with-shape .section-title .title{
        font-size:46px
    }
}
@media (max-width:767px){
    .service-section.service-with-shape .section-title .title{
        font-size:40px
    }
}
@media (max-width:575px){
    .service-section.service-with-shape .section-title .title{
        font-size:26px
    }
}
.service-section.service-with-shape .section-title .ring-shape{
    position:absolute;
    height:60px;
    width:60px;
    border-radius:50%;
    border:5px solid rgba(255,255,255,.1);
    top:-40px;
    right:50px;
    transform:scale(0);
    -webkit-animation:scale 15s linear infinite;
    animation:scale 15s linear infinite;
    z-index:-1
}
@media (max-width:575px){
    .service-section.service-with-shape .section-title .ring-shape{
        height:40px;
        width:40px
    }
}
.service-section.service-with-shape .section-title::before{
    position:absolute;
    content:"";
    height:145px;
    width:145px;
    border:10px solid rgba(255,255,255,.1);
    top:-10px;
    left:10px;
    transform:rotate(-15deg);
    z-index:-1;
    -webkit-animation:rotate 30s linear infinite;
    animation:rotate 30s linear infinite
}
@media (max-width:991px){
    .service-section.service-with-shape .section-title::before{
        height:120px;
        width:120px
    }
}
@media (max-width:575px){
    .service-section.service-with-shape .section-title::before{
        width:80px;
        height:80px;
        border-width:5px
    }
}
.service-section.service-with-shape .section-title::after{
    position:absolute;
    content:"";
    height:80px;
    width:80px;
    border:10px solid rgba(255,255,255,.1);
    bottom:-100px;
    right:10px;
    transform:rotate(-15deg);
    z-index:-1;
    -webkit-animation:rotateTwo 30s linear infinite;
    animation:rotateTwo 30s linear infinite
}
@media (max-width:575px){
    .service-section.service-with-shape .section-title::after{
        height:60px;
        width:60px;
        border-width:5px
    }
}
.service-section.service-with-shape-two{
    position:relative;
    z-index:2
}
.service-section.service-with-shape-two::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:450px;
    z-index:-1;
    background-image:url(../img/shape/service-bg.jpg);
    background-size:cover;
    background-position:center
}
.service-section.service-with-shape-two .square-shape{
    position:absolute;
    content:"";
    height:145px;
    width:145px;
    border:10px solid rgba(255,255,255,.1);
    top:80px;
    left:50px;
    transform:rotate(-15deg);
    z-index:-1;
    -webkit-animation:rotate 30s linear infinite;
    animation:rotate 30s linear infinite
}
.service-section.service-with-shape-two .square-shape-two{
    position:absolute;
    content:"";
    height:80px;
    width:80px;
    border:10px solid rgba(255,255,255,.1);
    right:80px;
    top:200px;
    transform:rotate(-15deg);
    z-index:-1;
    -webkit-animation:rotateTwo 30s linear infinite;
    animation:rotateTwo 30s linear infinite
}
.service-section.service-with-shape-two .section-title{
    position:relative;
    z-index:1
}
.service-section.service-with-shape-two .section-title .title{
    font-size:55px
}
@media (min-width:992px) and (max-width:1199px){
    .service-section.service-with-shape-two .section-title .title{
        font-size:42px
    }
}
@media (max-width:991px){
    .service-section.service-with-shape-two .section-title .title{
        font-size:46px
    }
}
@media (max-width:767px){
    .service-section.service-with-shape-two .section-title .title{
        font-size:40px
    }
}
@media (max-width:575px){
    .service-section.service-with-shape-two .section-title .title{
        font-size:26px
    }
}
.service-section.service-with-shape-two .section-title .ring-shape{
    position:absolute;
    height:60px;
    width:60px;
    border-radius:50%;
    border:5px solid rgba(255,255,255,.1);
    top:-40px;
    right:50px;
    transform:scale(0);
    -webkit-animation:scale 15s linear infinite;
    animation:scale 15s linear infinite;
    z-index:-1
}
.service-details-text-block{
    padding-left:50px
}
@media (max-width:991px){
    .service-details-text-block{
        padding-left:0
    }
}
.service-details-text-block .service-support-btn{
    margin-top:40px;
    background:#ff5f6e;
    text-align:center;
    padding:20px 40px;
    position:relative;
    display:inline-block;
    z-index:5
}
.service-details-text-block .service-support-btn p{
    color:#fff;
    font-size:14px
}
.service-details-text-block .service-support-btn span{
    color:#fff;
    font-weight:700;
    font-size:23px
}
.service-details-text-block .service-support-btn i{
    position:absolute;
    top:8px;
    left:10px;
    opacity:.05;
    color:#fff;
    font-size:60px;
    z-index:-1
}
.services-details-imgs .img-two img{
    margin-top:-170px;
    border:14px solid #fff
}
.slider-img .slick-slider {
    position: relative;
    margin-bottom: -7px;
}
.feature-text-block p{
    font-size:16px;
    color:#69a1bb
}
.feature-text-block p.big-text{
    font-size:26px
}
@media (max-width:575px){
    .feature-text-block p.big-text{
        font-size:18px;
        line-height:1.4
    }
}
.feature-text-block .feature-btn{
    display:flex;
    align-items:center
}
@media (max-width:575px){
    .feature-text-block .feature-btn{
        display:block
    }
}
.feature-text-block .feature-btn li:not(:last-child){
    margin-right:20px
}
@media (max-width:575px){
    .feature-text-block .feature-btn li:not(:last-child){
        margin-right:0;
        margin-bottom:20px
    }
}
.feature-text-block.with-absolute-image{
    border:15px solid #f5faff;
    padding:90px 85px 100px 535px;
    position:relative
}
@media (min-width:992px) and (max-width:1199px){
    .feature-text-block.with-absolute-image{
        padding:90px 30px 100px 320px
    }
}
@media (max-width:991px){
    .feature-text-block.with-absolute-image{
        padding:40px
    }
}
@media (max-width:575px){
    .feature-text-block.with-absolute-image{
        padding:30px;
        border-width:8px
    }
}
.feature-text-block.with-absolute-image .absolute-img{
    position:absolute;
    top:-15px;
    bottom:-15px;
    left:-15px;
    width:465px;
    background-size:cover;
    background-position:center
}
@media (min-width:992px) and (max-width:1199px){
    .feature-text-block.with-absolute-image .absolute-img{
        width:300px
    }
}
@media (max-width:991px){
    .feature-text-block.with-absolute-image .absolute-img{
        display:none
    }
}
.feature-list li{
    padding:0 80px;
    position:relative
}
@media (max-width:1199px){
    .feature-list li{
        padding-right:30px
    }
}
@media (max-width:575px){
    .feature-list li{
        padding-right:0
    }
}
.feature-list li::before{
    height:50px;
    width:50px;
    text-align:center;
    line-height:50px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 8px 0 rgba(160,194,255,.2);
    font-size:20px;
    transition:all .3s ease-out 0s;
    position:absolute;
    top:-10px;
    left:0;
    font-family:"Font Awesome 5 Pro";
    font-weight:300;
    content:"\F00C"
}
.feature-list li:not(:last-child){
    margin-bottom:40px
}
.feature-list li h4{
    font-size:24px;
    margin-bottom:15px;
    font-weight:600
}
@media (max-width:575px){
    .feature-list li h4{
        font-size:18px
    }
}
.feature-list li p{
    color:#81a3bb
}
.feature-list li:hover::before{
    color:#fff
}
.feature-box{
    position:relative
}
.feature-box img{
    width:100%
}
.feature-box .feature-overlay{
    padding:40px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,34,73,.4);
    transition:all .3s ease-out 0s;
    z-index:5;
    display:flex;
    align-items:flex-end;
    overflow:hidden
}
@media (min-width:992px) and (max-width:1199px){
    .feature-box .feature-overlay{
        padding:30px
    }
}
@media (max-width:575px){
    .feature-box .feature-overlay{
        padding:25px
    }
}
.feature-box .feature-overlay .title{
    color:#fff;
    font-size:22px;
    padding-bottom:10px;
    transition:all .3s ease-out 0s
}
@media (min-width:992px) and (max-width:1199px){
    .feature-box .feature-overlay .title{
        font-size:20px
    }
}
@media (max-width:575px){
    .feature-box .feature-overlay .title{
        font-size:20px
    }
}
.feature-box .feature-overlay p{
    color:#cadef6;
    font-size:14px;
    transition:all .3s ease-out 0s
}
.feature-box .feature-overlay a{
    color:#fff;
    font-size:14px;
    font-weight:700;
    transition:all .3s ease-out 0s;
    opacity:0
}
.feature-box .feature-overlay i{
    position:absolute;
    top:10px;
    right:20px;
    font-size:200px;
    color:#fff;
    opacity:0;
    transition:all .3s ease-out 0s;
    z-index:-1
}
@media (max-width:575px){
    .feature-box .feature-overlay i{
        font-size:120px
    }
}
.feature-box .feature-overlay .content{
    margin-bottom:-25px;
    transition:all .3s ease-out 0s
}
.feature-box .feature-overlay:hover{
    background-color:rgba(12,89,219,.9)
}
.feature-box .feature-overlay:hover .content{
    margin-bottom:0
}
.feature-box .feature-overlay:hover a{
    opacity:1
}
.feature-box .feature-overlay:hover i{
    opacity:.1
}
.feature-intro-video{
    position:relative
}
.feature-intro-video .video-popup{
    height:100px;
    width:100px;
    color:#fff;
    text-align:center;
    line-height:100px;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    z-index:2;
    transform:translate(-50%,-50%)
}
@media (max-width:575px){
    .feature-intro-video .video-popup{
        width:60px;
        height:60px;
        line-height:60px
    }
}
.feature-intro-video .video-popup::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    border:2px solid #fff;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnBefore 1.8s linear infinite;
    animation:pulseBtnBefore 1.8s linear infinite
}
.feature-intro-video .video-popup::after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    border:2px solid #fff;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnAfter 1.5s linear infinite;
    animation:pulseBtnAfter 1.5s linear infinite
}
.features-sub{
    padding:60px 60px 70px;
    background:#006de8
}
@media (min-width:992px) and (max-width:1199px){
    .features-sub{
        padding:50px 40px
    }
}
@media (max-width:575px){
    .features-sub{
        padding:50px 30px
    }
}
.features-sub .title{
    color:#fff;
    font-size:30px;
    margin-bottom:8px
}
@media (min-width:992px) and (max-width:1199px){
    .features-sub .title{
        font-size:24px
    }
}
.features-sub p{
    color:#fff;
    padding-bottom:25px
}
.features-sub .input-box input{
    background-color:transparent;
    border:2px solid rgba(255,255,255,.3);
    width:100%;
    line-height:25px;
    border-radius: 8px;
    padding:6px 10px 6px 12px;
    color:#fff;
    font-size:14px;
}
.features-sub .input-box button{
    height:45px;
    width:100%;
    border:none;
    color:#fff;
    text-align:center;
    margin-top:10px
}
.portfolio-area.portfolio-area-shape{
    position:relative;
    z-index:1
}
.portfolio-area.portfolio-area-shape::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url(../img/shape/portfolio-shape.png);
    background-size:cover;
    background-position:center;
    z-index:-1
}
.portfolio-item{
    position:relative;
    z-index:1;
    height:350px;
    overflow:hidden
}
.portfolio-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(rgba(16,16,40,0) 0,#101028 37%,#101028 100%);
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden;
    z-index:5
}
.portfolio-item .portfolio-img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    transition:all .5s ease-out 0s
}
.portfolio-item .portfolio-content{
    position:absolute;
    left:30px;
    bottom:55px;
    right:50px;
    z-index:2;
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden;
    z-index:7
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item .portfolio-content{
        left:30px;
        right:30px;
        bottom:30px
    }
}
@media (max-width:767px){
    .portfolio-item .portfolio-content{
        left:30px;
        right:30px;
        bottom:30px
    }
}
.portfolio-item .portfolio-content .category{
    color:#fff;
    font-weight:700
}
.portfolio-item .portfolio-content .title{
    font-size:24px;
    color:#fff;
    line-height:36px;
    font-weight:600
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item .portfolio-content .title{
        font-size:22px
    }
}
@media (max-width:767px){
    .portfolio-item .portfolio-content .title{
        font-size:22px
    }
}
.portfolio-item .portfolio-link{
    position:absolute;
    right:-50px;
    bottom:-50px;
    background-color:#fff;
    font-size:20px;
    height:60px;
    width:60px;
    text-align:center;
    line-height:62px
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item .portfolio-link{
        bottom:-30px;
        right:-30px;
        height:50px;
        width:50px;
        line-height:52px
    }
}
@media (max-width:767px){
    .portfolio-item .portfolio-link{
        bottom:-30px;
        right:-30px;
        height:50px;
        width:50px;
        line-height:52px
    }
}
.portfolio-item:hover::before{
    opacity:.8;
    visibility:visible
}
.portfolio-item:hover .portfolio-img{
    transform:scale(1.2) rotate(5deg)
}
.portfolio-item:hover .portfolio-content{
    opacity:1;
    visibility:visible
}
.portfolio-item-two{
    color:#81a3bb;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.portfolio-item-two .portfolio-img{
    background-size:cover;
    background-position:center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width:100%;
    height:250px;
    background-color:#ddd
}
.portfolio-item-two .portfolio-content{
    padding:25px 30px;
    box-shadow:0 8px 16px 0 rgba(60,110,203,.1);
    background-color:#fff
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item-two .portfolio-content{
        padding:20px 15px
    }
}
@media (max-width:575px){
    .portfolio-item-two .portfolio-content{
        padding:20px
    }
}
.portfolio-item-two .portfolio-content .category{
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    padding-bottom:5px
}
.portfolio-item-two .portfolio-content .title{
    font-size:22px;
    margin-bottom:15px;
    font-weight:600
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item-two .portfolio-content .title{
        size-size:22px
    }
}
@media (max-width:575px){
    .portfolio-item-two .portfolio-content .title{
        font-size:20px
    }
}
.portfolio-item-two .portfolio-content .title a{
    color:#002249
}
.portfolio-item-three{
    position:relative;
    overflow:hidden;
    z-index:1
}
.portfolio-item-three img{
    width:100%;
    transform:scale(1) rotate(0);
    transition:all .3s ease-out 0s
}
.portfolio-item-three::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
    background-color:#002249;
    opacity:.4;
    transition:all .3s ease-out 0s
}
.portfolio-item-three .post-content{
    position:absolute;
    left:40px;
    bottom:40px;
    right:40px;
    z-index:3;
    transition:all .3s ease-out 0s;
    max-height:95px;
    overflow:hidden
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item-three .post-content{
        left:25px;
        bottom:30px;
        right:25px
    }
}
@media (max-width:575px){
    .portfolio-item-three .post-content{
        left:25px;
        bottom:30px;
        right:25px
    }
}
.portfolio-item-three .post-content .cat{
    font-weight:700;
    color:#fff;
    font-size:14px
}
.portfolio-item-three .post-content .title{
    font-size:24px;
    padding-top:10px
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item-three .post-content .title{
        font-size:20px
    }
}
@media (max-width:575px){
    .portfolio-item-three .post-content .title{
        font-size:20px
    }
}
.portfolio-item-three .post-content .title a{
    color:#fff
}
.portfolio-item-three .portfolio-link{
    color:#fff;
    font-size:30px;
    position:absolute;
    line-height:1;
    bottom:20px;
    left:40px;
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden;
    z-index:4
}
@media (min-width:992px) and (max-width:1199px){
    .portfolio-item-three .portfolio-link{
        left:25px
    }
}
@media (max-width:575px){
    .portfolio-item-three .portfolio-link{
        left:25px
    }
}
.portfolio-item-three:hover img{
    transform:scale(1.2) rotate(5deg)
}
.portfolio-item-three:hover .post-content{
    bottom:calc(100% - 130px)
}
.portfolio-item-three:hover::before{
    opacity:.9;
}
.portfolio-item-three:hover .portfolio-link{
    bottom:40px;
    visibility:visible;
    opacity:1
}
.portfolio-arrow{
    text-align:right
}
.portfolio-arrow .slick-arrow {
    height:60px;
    width:60px;
    text-align:center;
    line-height:58px;
    border-radius:50%;
    background-color:rgba(255,255,255,.1);
    color:#fff;
    cursor:pointer
}
.portfolio-arrow .slick-arrow.next {
    background-color:#fff;
    margin-left:15px;
    border-color:#fff
}
.portfolio-arrow-two {
    text-align:right
}
.portfolio-arrow-two .slick-arrow {
    height:60px;
    width:60px;
    text-align:center;
    line-height:58px;
    border-radius:50%;
    background-color:#fff;
    cursor:pointer;
}
.portfolio-arrow-two .slick-arrow.next{
    margin-left:15px;
    color:#fff;
}

.portfolio-slider-three .slick-arrow{
    position:absolute;
    top:54%;
    height:70px;
    width:70px;
    text-align:center;
    line-height:70px;
    z-index:99;
    background-color:transparent;
    border-radius:50%;
    border:2px solid #f4f8ff;
    cursor:pointer;
    transition:all .3s ease-out 0s;
}
.portfolio-slider-three .slick-arrow.prev{
    left:-70px
}
.portfolio-slider-three .slick-arrow.next{
    right:-70px
}
.portfolio-area .portfolio-mt-negative{
    margin-top:-411px;
    position:relative;
    z-index:2;
    padding-bottom:90px
}
.case-details-area .case-details-thumb{
    position:relative;
    z-index:1
}
.case-live{
    border-radius: 8px;
}
.blog-sidebar .side-bar-contact{
    border:1px solid #e7efff;
    border-radius: 8px;
    padding: 6px;
}
.case-details-area .case-live{
    box-shadow:0 8px 16px 0 rgba(0,26,55,.3);
    position:absolute;
    background:#fff;
    top:20px;
    right:20px;
    padding:45px 0 45px 40px
}
@media (max-width:767px){
    .case-details-area .case-live{
        left:0;
        top:0;
        position:unset
    }
}
@media (max-width:575px){
    .case-details-area .case-live .case-live-item-area{
        margin:0
    }
}
.case-details-area .case-live .case-live-item-area .case-live-item{
    padding-left:30px;
    padding-right:40px;
    position:relative
}
@media (max-width:575px){
    .case-details-area .case-live .case-live-item-area .case-live-item{
        padding-bottom:20px
    }
}
.case-details-area .case-live .case-live-item-area .case-live-item .title{
    font-size:20px
}
.case-details-area .case-live .case-live-item-area .case-live-item span{
    font-size:14px;
    color:#81a3bb
}
.case-details-area .case-live .case-live-item-area .case-live-item i{
    position:absolute;
    top:2px;
    left:0;
    font-size:20px;
}
.case-details-area .case-live .case-live-btn{
    margin-right:40px;
    margin-top:37px
}
.case-details-area .case-details-content .case-details-case{
    position:relative
}
.case-details-area .case-details-content .case-details-case img{
    position:absolute;
    left:0;
    top:5px
}
@media (max-width:767px){
    .case-details-area .case-details-content .case-details-case img{
        position:unset;
        margin-bottom:20px
    }
}
.case-details-area .case-details-content .case-details-case p{
    padding-left:265px
}
@media (max-width:767px){
    .case-details-area .case-details-content .case-details-case p{
        padding-left:0
    }
}
.case-details-area .case-content-2 .title{
    font-size:24px;
    padding-top:13px;
    padding-bottom:14px
}
.case-details-area .case-video-thumb{
    position:relative
}
.case-details-area .case-video-thumb a{
    height:120px;
    width:120px;
    border-radius:50%;
    text-align:center;
    line-height:120px;
    font-size:24px;
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
@media (max-width:767px){
    .case-details-area .case-video-thumb a{
        height:80px;
        width:80px;
        line-height:80px
    }
}
.case-details-area .case-video-thumb a::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnBefore 1.8s linear infinite;
    animation:pulseBtnBefore 1.8s linear infinite
}
.case-details-area .case-video-thumb a::after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnAfter 1.5s linear infinite;
    animation:pulseBtnAfter 1.5s linear infinite
}
.case-details-area .case-next-prev{
    position:relative
}
.case-details-area .case-next-prev .case-prev span{
    font-weight:700;
    font-size:14px;
    letter-spacing:2px;
    color:#69a1bb
}
.case-details-area .case-next-prev .case-prev .title{
    font-size:28px
}
@media (max-width:767px){
    .case-details-area .case-next-prev .case-prev .title{
        font-size:20px
    }
}
.case-details-area .case-next-prev .case-next span{
    font-weight:700;
    font-size:14px;
    letter-spacing:2px;
    color:#69a1bb
}
.case-details-area .case-next-prev .case-next .title{
    font-size:28px
}
@media (max-width:767px){
    .case-details-area .case-next-prev .case-next .title{
        font-size:20px
    }
}
.counter-box{
    text-align:center;
    border-radius:5px;
    padding:35px;
    border:3px solid rgba(255,255,255,.1)
}
.counter-box .icon{
    height:75px;
    width:75px;
    font-size:30px;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-bottom:20px
}
.counter-box .counter{
    display:block;
    line-height:1;
    color:#fff;
    font-size:70px
}
@media (min-width:992px) and (max-width:1199px){
    .counter-box .counter{
        font-size:50px
    }
}
@media (max-width:991px){
    .counter-box .counter{
        font-size:52px
    }
}
.counter-box .title{
    color:#fff;
    margin-top:15px;
    font-size:18px;
    letter-spacing:-1px
}
.counter-box.color-1 .icon{
    background-color:#00978e
}
.counter-box.color-2 .icon{
    background-color:#fbb81b
}
.counter-box.color-3 .icon{
    background-color:#ef452e
}
.counter-box-two{
    border-radius:5px;
    background:0 0;
    border:2px solid rgba(255,255,255,.5);
    box-shadow:0 3px 30px rgba(0,0,0,.07);
    padding:25px 40px
}
@media (min-width:992px) and (max-width:1199px){
    .counter-box-two{
        padding:25px
    }
}
@media (min-width:576px) and (max-width:767px){
    .counter-box-two{
        padding:25px
    }
}
@media (max-width:575px){
    .counter-box-two{
        padding:40px;
        text-align:center
    }
}
.counter-box-two .counter-wrap{
    font-size:55px;
    line-height:1;
    color:#fff;
    margin-bottom:5px;
    font-weight:600
}
@media (min-width:992px) and (max-width:1199px){
    .counter-box-two .counter-wrap{
        font-size:45px
    }
}
@media (max-width:767px){
    .counter-box-two .counter-wrap{
        font-size:45px
    }
}
.counter-box-two .title{
    color:#fff;
    font-weight:600;
    font-size:18px
}
@media (min-width:992px) and (max-width:1199px){
    .counter-box-two .title{
        font-size:16px
    }
}
@media (max-width:767px){
    .counter-box-two .title{
        font-size:16px
    }
}
.counter-box-three .counter-wrap{
    font-size:55px;
    font-weight:600;
    line-height:1
}
.counter-box-three .title{
    font-size:18px;
    color:#232323;
    display:block;
    font-weight:600;
    margin:15px 0 15px;
    line-height:1.3
}
.counter-box-three p{
    font-size:15px;
    padding-right:30px
}
.counter-box-four{
    border:2px solid #e3eeff;
    border-radius: 8px;
    padding:34px 38px;
    position:relative;
    z-index:10;
    overflow:hidden
}
@media (min-width:992px) and (max-width:1199px){
    .counter-box-four{
        padding:30px 25px
    }
}
.counter-box-four .counter-wrap{
    font-size:50px;
    font-weight:600;
    line-height:1;
    position:relative;
    margin-bottom:5px
}
.counter-box-four .counter-wrap::after{
    content:"+";
    font-size:16px;
    line-height:1;
    right:5px
}
.counter-box-four .title{
    font-size:14px;
    font-weight:700
}
.counter-box-four p{
    font-size:14px;
    padding-top:15px
}
.counter-box-four i{
    font-size:120px;
    position:absolute;
    top:10px;
    right:15px;
    color:#f0f8ff;
    z-index:-1
}
.counter-box-five{
    display:flex;
    align-items:center
}
.counter-box-five .icon{
    font-size:50px;
    line-height:1;
    color:#fff;
    margin-right:30px
}
.counter-box-five .counter{
    color:#fff;
    font-size:50px;
    line-height:1;
    font-weight:700;
    margin-bottom:5px
}
.counter-box-five .counter::after{
    content:"+";
    font-size:16px;
    margin-left:5px
}
.counter-box-five .title{
    font-size:14px;
    font-weight:700;
    color:#fff;
    opacity:.6
}
.piechart-box{
    height:230px;
    width:230px;
    position:relative;
    z-index:1;
    margin-left:auto;
    margin-right:auto
}
.piechart-box .icon{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    line-height:1;
    font-size:70px
}
.piechart-box .counter{
    position:absolute;
    color:#f2f8ff;
    z-index:-1;
    font-size:70px;
    bottom:50px;
    width:100%;
    text-align:center;
    line-height:1;
    font-weight:700
}
.counter-section-two{
    background-size:cover;
    background-position:center;
    background-image:url(../img/video-bg.jpg);
    padding:100px 0 50px
}
.faq-counter-boxes-two.row{
    margin-left:-40px;
    margin-right:-40px
}
@media (min-width:992px) and (max-width:1199px){
    .faq-counter-boxes-two.row{
        margin-left:-20px;
        margin-right:-20px
    }
}
@media (max-width:767px){
    .faq-counter-boxes-two.row{
        margin-left:-20px;
        margin-right:-20px
    }
}
.faq-counter-boxes-two.row>[class*=col-]{
    padding-right:40px;
    padding-left:40px
}
@media (min-width:992px) and (max-width:1199px){
    .faq-counter-boxes-two.row>[class*=col-]{
        padding-left:20px;
        padding-right:20px
    }
}
@media (max-width:767px){
    .faq-counter-boxes-two.row>[class*=col-]{
        padding-left:20px;
        padding-right:20px
    }
}
.faq-counter-boxes-two .counter-box-two{
    margin-top:80px
}
@media (min-width:992px) and (max-width:1199px){
    .faq-counter-boxes-two .counter-box-two{
        margin-top:40px
    }
}
@media (max-width:767px){
    .faq-counter-boxes-two .counter-box-two{
        margin-top:40px
    }
}
@media (max-width:575px){
    .faq-counter-boxes-two .counter-box-two{
        margin-top:30px
    }
}
.counter-faq-section-one{
    padding-top:120px;
    padding-bottom:250px;
    position:relative;
    z-index:1
}
.counter-faq-section-one .map-image{
    position:absolute;
    z-index:-1;
    right:100px;
    top:140px;
    opacity:.1
}
.team-member{
    text-align:center;
    filter:drop-shadow(0 3px 20px rgba(0, 0, 0, .06))
}
.team-member .member-photo{
    position:relative;
    z-index:1
}
.team-member .member-photo img{
    border-radius:5px
}
.team-member .member-photo .social-icon{
    position:absolute;
    bottom:0;
    z-index:2;
    left:0;
    width:100%;
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden;
    text-align:center
}
.team-member .member-photo .social-icon a{
    width:36px;
    height:36px;
    margin:0 5px;
    line-height:36px;
    text-align:center;
    background-color:#fff;
    border-radius:50%;
    font-size:15px
}
.team-member .member-photo .social-icon a:hover{
    color:#fff
}
.team-member:hover .social-icon{
    bottom:20px;
    opacity:1;
    visibility:visible
}
.team-member .team-content{
    background-color:#fff;
    padding:30px
}
.team-member .team-content .name{
    font-size:20px;
    margin-bottom:5px
}
.team-member .team-content .name a{
    color:#232323
}
.team-member .team-content .position{
    line-height:1
}
.team-member-two{
    position:relative
}
.team-member-two img{
    width:100%;
    border-radius:5px
}
.team-member-two .team-content{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border-radius:6px;
    text-align:center;
    padding:25px 0;
    opacity:0;
    transition:all .3s ease-out 0s
}
.team-member-two .team-content .social-icon{
    margin-bottom:10px
}
.team-member-two .team-content .social-icon a{
    font-size:15px;
    color:#fff;
    margin:0 7px;
    transition:all .3s ease-out 0s
}
.team-member-two .team-content .name{
    font-size:21px;
    margin-bottom:5px;
    font-weight:600
}
@media (max-width:575px){
    .team-member-two .team-content .name{
        font-size:18px
    }
}
.team-member-two .team-content .name a{
    color:#fff
}
.team-member-two .team-content .position{
    font-size:14px;
    color:#9cbef7;
    font-weight:700;
    letter-spacing:3px
}
@media (max-width:575px){
    .team-member-two .team-content .position{
        letter-spacing:2px
    }
}
.team-member-two:hover .team-content{
    left:20px;
    bottom:-20px;
    opacity:1
}
@media (max-width:575px){
    .team-member-two:hover .team-content{
        left:15px
    }
}
.team-member-three{
    display:flex;
    align-items:center;
    justify-content:center
}
.team-member-three .member-inner{
    position:relative;
    padding-bottom:60px
}
.team-member-three img{
    border:10px solid #fff
}
.team-member-three .team-content{
    position:absolute;
    right:0;
    bottom:0;
    width:90%;
    background:#fff;
    padding-top:20px;
    padding-bottom:23px;
    padding-left:40px;
    box-shadow:0 8px 16px 0 rgba(132,190,255,.1)
}
.team-member-three .name{
    font-size:24px
}
.team-member-three .name a{
    color:#002249
}
.team-member-three .position{
    font-weight:700;
    padding-top:9px
}
.team-member-four .member-photo{
    position:relative;
    margin-bottom:35px
}
.team-member-four .member-photo::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    top:0;
    left:0;
    z-index:5;
    transition:all .3s ease-out 0s;
    transform:rotate(0)
}
.team-member-four .member-photo img{
    border:15px solid #fff;
    border-radius:50%;
    width:100%
}
.team-member-four:hover .member-photo::before{
    transform:rotate(180deg)
}
.team-member-four .member-content .title{
    font-size:21px;
    font-weight:600
}
.team-member-four .member-content .title a{
    color:#002249
}
.team-member-four .member-content .position{
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    padding-top:6px;
    padding-bottom:15px
}
.team-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 8px 16px 0px rgba(132, 190, 255, 0.1);
  cursor: pointer;
  z-index: 3;
}
.team-slider .slick-arrow i {
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}
.team-slider.slick-arrow.prev {
  left: 0%;
}
.team-slider .slick-arrow.next {
  right: 0%;
}
.team-area .team-slider-two .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 8px 16px 0px rgba(132, 190, 255, 0.1);
  cursor: pointer;
  z-index: 3;
}
.team-area .team-slider-two .slick-arrow i {
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-slider-two .slick-arrow.prev {
  left: 0%;
}
.team-area .team-slider-two .slick-arrow.next {
  right: 0%;
}
.team-slider-two-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:-155px;
    position:relative;
    z-index:2;
    margin-top:100px
}
.team-slider-two-arrow .slick-arrow{
    height:80px;
    width:80px;
    background:#000;
    text-align:center;
    line-height:80px;
    box-shadow:0 8px 16px 0 rgba(132,190,255,.1);
    cursor:pointer;
    font-size:20px;
    position:relative
}
.team-slider-two-arrow .slick-arrow.next::before{
    position:absolute;
    content:"";
    width:2px;
    height:50px;
    left:-1px;
    bottom:-12%;
    background:#e9f1ff;
    transform:translate(-50%,-50%)
}
.team-area.team-section-extra-padding{
    padding-top:120px;
    padding-bottom:300px
}
.team-area.team-with-shape-two{
    position:relative;
    z-index:2
}
.team-area.team-with-shape-two::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:480px;
    z-index:-1;
    background-size:cover;
    background-position:center;
    background-image:url(../img/shape/team-bg.jpg)
}
.team-join{
    margin-top:-180px;
    position:relative;
    z-index:99
}
.team-join .join-bg{
    background:#dcecff;
    border-radius:30px;
    padding:120px 160px 0
}
@media (max-width:1199px){
    .team-join .join-bg{
        padding:120px 100px 0
    }
}
@media (max-width:991px){
    .team-join .join-bg{
        padding:120px 60px 0
    }
}
@media (max-width:767px){
    .team-join .join-bg{
        padding:100px 60px 0
    }
}
@media (max-width:575px){
    .team-join .join-bg{
        padding:80px 20px
    }
}
.team-join .join-bg .team-join-title span{
    font-size:14px;
    font-weight:700;
    position:relative
}
.team-join .join-bg .team-join-title span::before{
    position:absolute;
    content:"";
    right:-100px;
    top:10px;
    height:2px;
    width:70px;
}
.team-join .join-bg .team-join-title .title{
    font-size:60px;
    padding-top:20px
}
@media (max-width:1199px){
    .team-join .join-bg .team-join-title .title{
        font-size:46px
    }
}
@media (max-width:767px){
    .team-join .join-bg .team-join-title .title{
        font-size:46px
    }
}
@media (max-width:575px){
    .team-join .join-bg .team-join-title .title{
        font-size:32px
    }
}
.team-join .join-bg .team-join-thumb{
    margin-bottom:-6px
}
.team-details-content{
    padding-left:50px
}
@media (max-width:1199px){
    .team-details-content{
        padding-left:0
    }
}
.team-details-content .title{
    font-size:34px;
    padding-bottom:5px
}
@media (max-width:575px){
    .team-details-content .title{
        font-size:24px
    }
}
.team-details-content span{
    font-weight:700;
    padding-bottom:24px
}
.team-details-content p{
    color:#81a3bb
}
.team-details-content ul{
    margin-top:35px
}
.team-details-content ul li{
    display:inline-block
}
.team-details-content ul a{
    height:60px;
    width:60px;
    text-align:center;
    line-height:60px;
    border-radius:50%;
    background:#f5faff;
    color:#81a3bb;
    margin-right:8px;
    transition:all .3s ease-out 0s
}
.team-details-content ul a:hover{
    color:#fff;
}
@media (max-width:575px){
    .team-details-content ul a{
        height:40px;
        width:40px;
        line-height:40px;
        font-size:12px
    }
}
.testimonial-box p{
    padding:45px 35px;
    background-color:#fff;
    border-radius:0 0 8px 8px
}
@media (max-width:575px){
    .testimonial-box p{
        padding:30px
    }
}
.testimonial-box .author{
    margin-top:30px;
    padding-left:20px
}
.testimonial-box .author .desc{
    margin-left:10px
}
.testimonial-box .author .desc h6{
    font-size:16px;
    color:#232323;
    margin-bottom:10px
}
.testimonial-box.color-1 p{
    border-color:#006de8
}
.testimonial-box.color-2 p{
    border-color:#00978e
}
.testimonial-box.color-3 p{
    border-color:#ef452e
}
.testimonial-box-two{
    padding-top:35px
}
.testimonial-box-two .testimonial-inner{
    display:flex;
    align-items:flex-end;
    border-radius:10px;
    background:#fff;
    box-shadow:0 10px 30px rgba(239,239,239,.79);
    padding:30px
}
@media (min-width:992px) and (max-width:1199px){
    .testimonial-box-two .testimonial-inner{
        padding:20px
    }
}
@media (max-width:575px){
    .testimonial-box-two .testimonial-inner{
        flex-wrap:wrap
    }
}
.testimonial-box-two .testimonial-inner .testimonial-img{
    position:relative;
    z-index:1;
    width:210px;
    flex:0 0 210px;
    margin-top:-60px
}
.testimonial-box-two .testimonial-inner .testimonial-img img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
@media (min-width:992px) and (max-width:1199px){
    .testimonial-box-two .testimonial-inner .testimonial-img{
        width:180px;
        flex:0 0 180px
    }
}
@media (max-width:575px){
    .testimonial-box-two .testimonial-inner .testimonial-img{
        width:250px;
        flex:0 0 100%
    }
}
.testimonial-box-two .testimonial-inner .testimonial-img i{
    position:absolute;
    left:0;
    bottom:0;
    height:57px;
    width:52px;
    color:#fff;
    font-size:24px;
    display:flex;
    align-items:center;
    justify-content:center
}
.testimonial-box-two .testimonial-inner .content{
    padding-left:30px;
    padding-bottom:10px
}
@media (min-width:992px) and (max-width:1199px){
    .testimonial-box-two .testimonial-inner .content{
        padding-left:20px
    }
}
@media (max-width:575px){
    .testimonial-box-two .testimonial-inner .content{
        padding-left:0;
        padding-top:30px
    }
}
.testimonial-box-two .testimonial-inner .content p{
    margin-bottom:20px
}
.testimonial-box-two .testimonial-inner .content .name{
    font-size:16px;
    font-weight:700;
    margin-bottom:10px
}
.testimonials-arrow{
    text-align:right
}
.testimonials-arrow .slick-arrow{
    height:60px;
    width:60px;
    text-align:center;
    line-height:58px;
    border-radius:50%;
    background-color:#fff;
    cursor:pointer;
}
.testimonials-arrow .slick-arrow.next{
    margin-left:15px;
    color:#fff
}
.call-to-action{
    padding-top:100px;
    padding-bottom:100px;
    background-size:cover;
    background-position:center;
    position:relative;
    z-index:1
}
.call-to-action::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:.8
}
.video-cta{
    background-size:cover;
    background-position:center;
    z-index:1;
    position:relative;
}
.video-cta::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    background-color:rgba(16,16,40,.8)
}
.video-cta .video-cta-content{
    border:10px solid rgba(255,255,255,.15);
    padding:40px 70px 50px;
    margin-right:70px
}
@media (max-width:1199px){
    .video-cta .video-cta-content{
        margin-right:0
    }
}
@media (max-width:991px){
    .video-cta .video-cta-content{
        padding:40px 50px 190px
    }
}
.video-cta .video-cta-content .title{
    font-size:55px;
    color:#fff;
    margin-bottom:20px
}
@media (max-width:991px){
    .video-cta .video-cta-content .title{
        font-size:48px
    }
}
@media (max-width:767px){
    .video-cta .video-cta-content .title{
        font-size:36px
    }
}
@media (max-width:575px){
    .video-cta .video-cta-content .title{
        font-size:28px
    }
}
.video-cta .video-cta-content p{
    color:#fff
}
@media (max-width:991px){
    .video-cta .video-cta-play{
        margin-top:-150px;
        padding-left:50px
    }
}
.video-cta .video-cta-play .video-popup{
    height:80px;
    width:80px;
    background:#fff;
    text-align:center;
    line-height:80px;
    border-radius:50%;
    position:relative;
    z-index:2
}
.video-cta .video-cta-play .video-popup::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    border:1px solid #fff;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnBefore 1.8s linear infinite;
    animation:pulseBtnBefore 1.8s linear infinite
}
.video-cta .video-cta-play .video-popup::after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    border:1px solid #fff;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnAfter 1.5s linear infinite;
    animation:pulseBtnAfter 1.5s linear infinite
}

.latest-news-box{
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 2px;
    box-shadow:0 16px 32px rgba(228,228,228,.56)
}
.latest-news-box .post-thumb img {
    border-radius: 8px;
}
.latest-news-box .post-content{
    padding:20px 15px 16px;
    background-color:#fff
}
.latest-news-box .post-content .title{
    font-size:20px;
    line-height:1.3;
    font-weight:600
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-box .post-content .title{
        font-size:18px
    }
}
@media (max-width:991px){
    .latest-news-box .post-content .title{
        font-size:20px
    }
}
.latest-news-box .post-content .title a{
    color:#232323
}
.latest-news-box .post-content .post-meta{
    margin-bottom:10px
}
.latest-news-box .post-content .post-meta li{
    display:inline-block
}
.latest-news-box .post-content .post-meta a{
    font-size:14px;
    font-weight:600
}
.latest-news-box .post-content .read-more-btn{
    margin-top:25px;
    color:#232323;
    font-size:15px;
    font-weight:600
}
.latest-news-box .post-content .read-more-btn i{
    margin-left:10px
}
.latest-news-box-two .post-meta{
    margin-bottom:10px
}
.latest-news-box-two .post-meta li{
    display:inline-block
}
.latest-news-box-two .post-meta a{
    font-size:14px;
    font-weight:700
}
.latest-news-box-two .title{
    font-size:24px;
    padding-bottom:25px;
    line-height:1.3
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-box-two .title{
        font-size:20px
    }
}
@media (max-width:991px){
    .latest-news-box-two .title{
        font-size:20px
    }
}
.latest-news-box-two .title a{
    color:#232323
}
.latest-news-box-two .news-btn{
    font-size:15px;
    color:#232323;
    background-color:transparent;
    margin-top:30px;
    padding:20px 35px;
    line-height:1;
    border-radius:5px;
    font-weight:700
}
.latest-news-box-two .news-btn i{
    position:relative;
    top:2px;
    margin-left:5px
}
.latest-news-box-two .news-btn:hover{
    color:#fff;
}
.latest-news-box-three{
    position:relative;
    overflow:hidden;
    z-index:1
}
.latest-news-box-three img{
    width:100%;
    transform:scale(1) rotate(0);
    transition:all .3s ease-out 0s
}
.latest-news-box-three::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:2;
    background-color:#002249;
    opacity:.4;
    transition:all .3s ease-out 0s
}
.latest-news-box-three .post-content{
    position:absolute;
    left:40px;
    bottom:40px;
    right:40px;
    z-index:3;
    transition:all .3s ease-out 0s;
    max-height:95px;
    overflow:hidden
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-box-three .post-content{
        left:25px;
        bottom:30px;
        right:25px
    }
}
@media (max-width:575px){
    .latest-news-box-three .post-content{
        left:25px;
        bottom:30px;
        right:25px
    }
}
.latest-news-box-three .post-content .cat{
    font-weight:700;
    color:#fff;
    font-size:14px
}
.latest-news-box-three .post-content .title{
    font-size:24px;
    padding-top:10px
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-box-three .post-content .title{
        font-size:20px
    }
}
@media (max-width:575px){
    .latest-news-box-three .post-content .title{
        font-size:20px
    }
}
.latest-news-box-three .post-content .title a{
    color:#fff
}
.latest-news-box-three .news-link{
    color:#fff;
    font-size:30px;
    position:absolute;
    line-height:1;
    bottom:20px;
    left:40px;
    transition:all .3s ease-out 0s;
    opacity:0;
    visibility:hidden;
    z-index:4
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-box-three .news-link{
        left:25px
    }
}
@media (max-width:575px){
    .latest-news-box-three .news-link{
        left:25px
    }
}
.latest-news-box-three:hover img{
    transform:scale(1.2) rotate(5deg)
}
.latest-news-box-three:hover .post-content{
    bottom:calc(100% - 130px)
}
.latest-news-box-three:hover::before{
    opacity:.9;
}
.latest-news-box-three:hover .news-link{
    bottom:40px;
    visibility:visible;
    opacity:1
}
.latest-news-box-four{
    padding:18px;
    transition:all .3s ease-out 0s
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-box-four{
        padding:30px;
        border-width:8px
    }
}
.latest-news-box-four .meta li{
    display:inline-block;
    font-size:14px;
    padding-right:15px;
    padding-bottom:5px;
    color:#81a3bb
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-box-four .meta li{
        padding-right:8px
    }
}
.latest-news-box-four .meta li i{
    padding-right:5px;
}
.latest-news-box-four .title{
    font-size:22px;
    margin-top:5px;
    margin-bottom:20px
}
.latest-news-box-four .title a{
    color:#232323
}
.latest-news-box-four p{
    font-size:14px;
    color:#81a3bb
}
.latest-news-box-four .news-link{
    color:#81a3bb;
    font-weight:700;
    transition:all .3s ease-out 0s;
    margin-top:10px
}
.latest-news-box-four .news-link i{
    margin-right:5px;
    position:relative;
    top:1px
}
.latest-news-white-box{
    padding-bottom:80px;
    padding-top:50px;
    box-shadow:0 16px 32px 0 rgba(228,228,228,.56);
    background-color:#fff;
    margin-right:40px;
    margin-left:40px
}
.latest-news-box .blog-standard-thumb img,
.latest-news-box-four .blog-standard-thumb img,
.single-blog-standard .blog-standard-thumb img,
.blog-dteails-content img {
    width:100%;
    border-radius: 8px
}
.discus-comment-box {
    border-radius: 10px;
}
@media (min-width:992px) and (max-width:1199px){
    .latest-news-white-box{
        margin-left:10px;
        margin-right:10px;
        padding-left:20px;
        padding-right:20px
    }
}
@media (max-width:991px){
    .latest-news-white-box{
        padding-left:20px;
        padding-right:20px
    }
}
@media (max-width:575px){
    .latest-news-white-box{
        margin-left:10px;
        margin-right:10px
    }
}
.about-text-block .section-title .title{
    color:#232323;
    font-size:55px
}
@media (min-width:992px) and (max-width:1199px){
    .about-text-block .section-title .title{
        font-size:42px
    }
}
@media (max-width:991px){
    .about-text-block .section-title .title{
        font-size:46px
    }
}
@media (max-width:767px){
    .about-text-block .section-title .title{
        font-size:40px
    }
}
@media (max-width:575px){
    .about-text-block .section-title .title{
        font-size:26px
    }
}
.about-text-block .about-experience{
    display:flex;
    align-items:center
}
.about-text-block .about-experience h3{
    font-weight:700;
    font-size:100px;
    padding-right:15px;
    position:relative;
    line-height:1
}
@media (max-width:575px){
    .about-text-block .about-experience h3{
        font-size:60px
    }
}
.about-text-block .about-experience h3::before{
    position:absolute;
    content:"";
    width:0;
    height:0;
    border-right:30px solid transparent;
    left:-48px;
    top:23px
}
@media (max-width:767px){
    .about-text-block .about-experience h3::before{
        display:none
    }
}
.about-text-block .about-experience span{
    font-size:30px;
    font-weight:700;
    color:#002249;
    line-height:1.1
}
@media (max-width:767px){
    .about-text-block .about-experience span{
        font-size:30px
    }
}
@media (max-width:575px){
    .about-text-block .about-experience span{
        font-size:22px
    }
}
.about-text-block .about-btns{
    display:flex;
    align-items:center
}
@media (max-width:575px){
    .about-text-block .about-btns{
        display:block
    }
}
.about-text-block .about-btns li:not(:last-child){
    margin-right:20px
}
@media (max-width:575px){
    .about-text-block .about-btns li:not(:last-child){
        margin-right:0;
        margin-bottom:20px
    }
}
.about-thumb{
    position:relative;
    z-index:5
}
.about-thumb::before{
    position:absolute;
    content:"";
    height:630px;
    width:630px;
    transform:rotate(45deg);
    background:#fff;
    z-index:-1;
    left:-200px;
    top:40px
}
@media (max-width:1199px){
    .about-thumb::before{
        height:500px;
        width:500px;
        left:-100px;
        border-width:80px
    }
}
@media (max-width:991px){
    .about-thumb::before{
        top:85px
    }
}
@media (max-width:575px){
    .about-thumb::before{
        display:none
    }
}
.about-section.about-with-shape{
    position:relative;
    z-index:2
}
.about-section.about-with-shape .about-shape-1{
    position:absolute;
    top:0;
    left:0;
    z-index:-1
}
@media (max-width:575px){
    .about-section.about-with-shape .about-shape-1{
        width:40%
    }
}
.about-section.about-with-shape .about-shape-2{
    position:absolute;
    top:0;
    right:0;
    z-index:-1
}
@media (max-width:575px){
    .about-section.about-with-shape .about-shape-2{
        width:40%
    }
}
.why-choose-area{
    background-color:#101028;
    padding-top:113px;
    padding-bottom:113px;
    position:relative;
    overflow:hidden;
    z-index:2
}
.why-choose-area .single-choose .icon-box{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:175px;
    width:175px;
    border-radius:50%;
    border:2px solid #252543;
    background:radial-gradient(circle,#8383f9 0,rgba(209,209,223,0) 50%,rgba(255,255,255,0) 74%);
    position:relative;
    z-index:2;
    font-size:60px;
    color:#fff;
    line-height:1;
    margin-bottom:50px
}
.why-choose-area .single-choose .icon-box .rotate-dot{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:100%;
    border-radius:50%;
    z-index:-1;
    -webkit-animation:rotateTwo 30s linear infinite;
    animation:rotateTwo 30s linear infinite
}
.why-choose-area .single-choose .icon-box .rotate-dot::before{
    position:absolute;
    content:"";
    height:15px;
    width:15px;
    background:#fff;
    top:-8px;
    left:50%;
    transform:translateX(-50%);
    border-radius:50%
}
.why-choose-area .single-choose .icon-box .rotate-dot::after{
    position:absolute;
    content:"";
    height:7px;
    width:7px;
    background:#fff;
    bottom:-4px;
    left:50%;
    transform:translateX(-50%);
    border-radius:50%
}
.why-choose-area .single-choose h4{
    font-size:26px;
    color:#fff;
    margin-bottom:20px
}
.why-choose-area .single-choose p{
    color:#c7c7ff;
    padding:0 20px
}
@media (min-width:992px) and (max-width:1199px){
    .why-choose-area .single-choose p{
        padding:0
    }
}
@media (max-width:575px){
    .why-choose-area .single-choose p{
        padding:0
    }
}
.why-choose-area .choose-dot{
    position:absolute;
    top:0;
    right:0;
    z-index:-1
}
.why-choose-area .choose-dot img{
    width:100%
}
.why-choose-area .choose-shape{
    position:absolute;
    left:0;
    top:-170px;
    z-index:-1
}
.why-choose-area .choose-shape img{
    width:100%
}
.conatct-section{
    position:relative;
    z-index:2
}
.conatct-section .contact-form-area{
    background:#fff;
    box-shadow:0 16px 32px 0 rgba(228,228,228,.56);
    padding:60px
}
@media (max-width:575px){
    .conatct-section .contact-form-area{
        padding:30px
    }
}
.conatct-section .contact-form-area .contact-form{
    padding-left:10px
}
.conatct-section .contact-form-area .contact-form .form-title{
    font-size:40px;
    color:#232323;
    padding-right:40px
}
@media (max-width:767px){
    .conatct-section .contact-form-area .contact-form .form-title{
        font-size:28px
    }
}
.conatct-section .contact-form-area .contact-form .input-group{
    position:relative
}
.conatct-section .contact-form-area .contact-form .input-group input,.conatct-section .contact-form-area .contact-form .input-group textarea{
    height:50px;
    border:0;
    border-bottom:2px solid #e3eeff;
    color:#616161;
    padding:0
}
.conatct-section .contact-form-area .contact-form .input-group textarea{
    height:90px
}
.conatct-section .contact-form-area .contact-form .input-group .icon{
    right:0;
}
.conatct-section .conatct-one-bg{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:74%;
    z-index:-2;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat
}
.conatct-section .conatct-one-bg::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:.9
}
.conatct-section-two{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    z-index:1
}
.conatct-section-two::before{
    position:absolute;
    content:"";
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    background-color:#002249;
    opacity:.8
}
.conatct-section-two .contact-form input,.conatct-section-two .contact-form textarea{
    border:2px solid rgba(255,255,255,.2);
    background-color:transparent;
    color:#fff
}
.conatct-section-two .contact-form ::-moz-placeholder{
    color:#c1d0de
}
.conatct-section-two .contact-form :-ms-input-placeholder{
    color:#c1d0de
}
.conatct-section-two .contact-form ::placeholder{
    color:#c1d0de
}
.contact-map-one{
    height:340px
}
.contact-map-one iframe{
    width:100%;
    height:100%;
    border:none
}
.contact-map-two{
    text-align:end;
    position:relative;
    z-index:2
}
.contact-map-two::before{
    position:absolute;
    content:"";
    height:0;
    width:0;
    border-left:400px solid transparent;
    right:-15px;
    bottom:-15px;
    z-index:-1
}
@media (max-width:575px){
    .contact-map-two::before{
        border-width:200px
    }
}
.contact-map-two iframe{
    border:none;
    width:90%;
    height:560px
}
@media (max-width:991px){
    .contact-map-two iframe{
        width:100%
    }
}
.contact-map-three iframe{
    border:none;
    width:100%;
    height:550px
}
.contact-info-items{
    display:flex;
    border:1px solid #ededed;
    flex-wrap:wrap
}
.contact-info-items .contact-info-item{
    border:1px solid #ededed;
    width:50%;
    flex:0 0 50%;
    padding:55px 0 50px
}
@media (max-width:575px){
    .contact-info-items .contact-info-item{
        width:100%;
        flex:0 0 100%
    }
}
.contact-info-items .contact-info-item i{
    height:80px;
    width:80px;
    border-radius:50%;
    text-align:center;
    line-height:80px;
    color:#fff;
    font-size:24px
}
.contact-info-items .contact-info-item .title{
    font-size:24px;
    padding-top:25px
}
.contact-info-items .contact-info-item p{
    font-size:18px;
    color:#69a1bb;
    padding-top:5px
}
.contact-video{
    position:relative;
    z-index:1;
    text-align:right
}
.contact-video::before{
    position:absolute;
    content:"";
    height:0;
    width:0;
    border-left:400px solid transparent;
    right:-20px;
    bottom:-20px;
    z-index:-1
}
@media (max-width:575px){
    .contact-video::before{
        border-width:200px
    }
}
.contact-video .video-popup{
    position:absolute;
    left:50%;
    top:50%;
    height:120px;
    width:120px;
    text-align:center;
    line-height:120px;
    color:#fff;
    font-size:24px;
    z-index:5;
    border-radius:50%;
    transform:translate(-50%,-50%)
}
@media (max-width:575px){
    .contact-video .video-popup{
        height:80px;
        width:80px;
        line-height:80px
    }
}
.contact-video .video-popup::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    background:#fff;
    top:0;
    left:0;
    z-index:-2;
    opacity:.6;
    -webkit-animation:pulseBtnBefore 1.5s linear infinite;
    animation:pulseBtnBefore 1.5s linear infinite
}
.contact-video .video-popup::after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    border-radius:50%;
    z-index:-1
}
.intro-video-area{
    background-size:cover;
    background-position:center;
    position:relative;
    z-index:1;
}
.intro-video-area::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    background-color:#00152de6;
    opacity:.9
}
.intro-video-area .intro-video-content span{
    letter-spacing:2px;
    font-weight:700
}
.intro-video-area .intro-video-content .title{
    font-size:55px;
    color:#fff;
    padding-right:22px;
    padding-top:20px;
    padding-bottom:16px
}
@media (min-width:992px) and (max-width:1199px){
    .intro-video-area .intro-video-content .title{
        font-size:42px
    }
}
@media (max-width:991px){
    .intro-video-area .intro-video-content .title{
        font-size:46px
    }
}
@media (max-width:767px){
    .intro-video-area .intro-video-content .title{
        font-size:40px
    }
}
@media (max-width:575px){
    .intro-video-area .intro-video-content .title{
        font-size:26px
    }
}
.intro-video-area .intro-video-content .text-1{
    font-size:24px;
    color:#a1bbd7;
    padding-bottom:25px
}
@media (max-width:767px){
    .intro-video-area .intro-video-content .text-1{
        font-size:24px
    }
}
@media (max-width:575px){
    .intro-video-area .intro-video-content .text-1{
        font-size:18px
    }
}
.intro-video-area .intro-video-content .text-2{
    color:#c5d5e7;
    font-size:16px
}
.intro-video-area .intro-video-content .main-btn{
    margin-top:45px
}
.intro-video-area .intro-thumb{
    position:relative;
    z-index:10
}
.intro-video-area .intro-thumb::before{
    position:absolute;
    content:"";
    width:0;
    height:0;
    border-left:400px solid transparent;
    right:0;
    bottom:-42px;
    z-index:-1
}
@media (max-width:575px){
    .intro-video-area .intro-thumb::before{
        border-width:200px;
        right:-15px;
        bottom:-20px
    }
}
.intro-video-area .intro-thumb .video-popup{
    height:80px;
    width:80px;
    color:#fff;
    text-align:center;
    line-height:80px;
    border-radius:50%;
    position:absolute;
    z-index:2;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.intro-video-area .intro-thumb .video-popup::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnBefore 1.8s linear infinite;
    animation:pulseBtnBefore 1.8s linear infinite
}
.intro-video-area .intro-thumb .video-popup::after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnAfter 1.5s linear infinite;
    animation:pulseBtnAfter 1.5s linear infinite
}
.intro-video-area-two{
    position:relative
}
.intro-video-area-two .video-popup{
    height:100px;
    width:100px;
    color:#fff;
    text-align:center;
    line-height:100px;
    border-radius:50%;
    position:relative;
    z-index:2
}
.intro-video-area-two .video-popup::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    border:2px solid #fff;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnBefore 1.8s linear infinite;
    animation:pulseBtnBefore 1.8s linear infinite
}
.intro-video-area-two .video-popup::after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    border:2px solid #fff;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnAfter 1.5s linear infinite;
    animation:pulseBtnAfter 1.5s linear infinite
}
.intro-video-area-two .video-thumb-1{
    position:absolute;
    top:-40px;
    left:30px;
    text-align:left
}
@media (max-width:991px){
    .intro-video-area-two .video-thumb-1 img{
        max-width:65%
    }
}
@media (max-width:767px){
    .intro-video-area-two .video-thumb-1 img{
        max-width:45%
    }
}
.intro-video-area-two .video-thumb-2{
    position:absolute;
    top:-70px;
    right:30px;
    text-align:right
}
.intro-video-area-two .intro-video-area-content .title{
    font-size:55px;
    color:#fff;
    margin-bottom:20px
}
.intro-video-area-two .intro-video-area-content span{
    color:#fff;
    font-size:21px
}
.intro-video-area-two .intro-video-area-content p{
    color:#fff
}
@media (max-width:991px){
    .intro-video-area-two .video-thumb-2 img{
        max-width:65%
    }
    .intro-video-area-two .intro-video-area-content .title{
        font-size:48px
    }
}
@media (max-width:767px){
    .intro-video-area-two .video-thumb-2 img{
        max-width:50%
    }
    .intro-video-area-two .intro-video-area-content .title{
        font-size:36px
    }
}
@media (max-width:575px){
    .intro-video-area-two .intro-video-area-content .title{
        font-size:28px
    }
}
.intro-video-with-shape{
    position:relative;
    z-index:1
}
.intro-video-with-shape::before{
    position:absolute;
    content:"";
    bottom:-20px;
    left:-20px;
    width:0;
    height:0;
    border-right:400px solid transparent;
    z-index:-1
}
@media (max-width:575px){
    .intro-video-with-shape::before{
        border-width:200px
    }
}
.intro-video-with-shape .video-popup{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-75%,-50%);
    height:120px;
    width:120px;
    text-align:center;
    border-radius:50%;
    line-height:120px;
    color:#fff;
    font-size:20px;
    z-index:2
}
@media (max-width:575px){
    .intro-video-with-shape .video-popup{
        height:80px;
        width:80px;
        line-height:80px;
        transform:translate(-50%,-50%)
    }
}
.intro-video-with-shape .video-popup::before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnBefore 1.8s linear infinite;
    animation:pulseBtnBefore 1.8s linear infinite
}
.intro-video-with-shape .video-popup::after{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    border-radius:50%;
    top:0;
    left:0;
    z-index:-1;
    -webkit-animation:pulseBtnAfter 1.5s linear infinite;
    animation:pulseBtnAfter 1.5s linear infinite
}
.accordion-one{
    border:none
}
.accordion-one .card{
    border-radius:0;
    border:0
}
.accordion-one .card:first-child{
    border-top:0
}
.accordion-one .card:not(:last-child){
    margin-bottom:10px
}
.accordion-one .card .card-header{
    border-bottom:0;
    padding:0;
    margin:0;
    background-color:transparent
}
.accordion-one .card .card-header a{
    line-height:50px;
    padding:0;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
    width:100%;
    position:relative
}
@media (max-width:575px){
    .accordion-one .card .card-header a{
        font-size:16px
    }
}
.accordion-one .card .card-header a i{
    padding-right:5px
}
.accordion-one .card .card-header a.collapsed{
    color:#616161
}
.accordion-one .card .card-body{
    padding:0 10px 10px 25px
}
.accordion-one .card .card-body p{
    font-size:15px;
    color:#616161
}
.accordion-one.white-version .card{
    background-color:transparent
}
.accordion-one.white-version .card .card-header a{
    color:#fff
}
@media (max-width:575px){
    .accordion-one.white-version .card{
        margin:0
    }
}
.accordion-one.white-version .card .card-body p{
    color:#fff
}
.accordion-two{
    border:none
}
.accordion-two .card{
    border:2px solid #e3eeff;
    border-radius: 8px;
    box-shadow:0 8px 16px 0 rgba(132,190,255,.1)
}
.accordion-two .card:first-child{
    border-top:0
}
.accordion-two .card:not(:last-child){
    margin-bottom:20px
}
.accordion-two .card .card-header{
    border-bottom:0;
    padding:0;
    margin:0;
    background-color:transparent
}
.accordion-two .card .card-header a{
    padding:20px 55px 20px 40px;
    text-decoration:none;
    font-weight:700;
    font-size:16px;
    width:100%;
    color:#002249;
    position:relative
}
@media (max-width:767px){
    .accordion-two .card .card-header a{
        padding:0 0 0 40px;
        line-height:60px;
        font-size:16px
    }
}
@media (max-width:575px){
    .accordion-two .card .card-header a{
        padding:10px 30px 10px 20px;
        line-height:20px;
        font-size:15px
    }
}
.accordion-two .card .card-header a.collapsed{
    color:#7a95b4
}
.accordion-two .card .card-header a.collapsed::before{
    content:"\F107";
    color:#cddae8
}
.accordion-two .card .card-header a::before{
    position:absolute;
    content:"\F106";
    right:36px;
    font-family:"Font Awesome 5 Pro"
}
@media (max-width:575px){
    .accordion-two .card .card-header a::before{
        right:18px
    }
}
.accordion-two .card .card-body{
    padding:0 40px 20px
}
.accordion-two .card .card-body p{
    font-size:14px;
    color:#81a3bb
}
.accordion-three{
    border:2px solid #e3eeff;
    border-radius: 6px;
}
.accordion-three .card{
    border-radius:0;
    border:0;
    border-top:2px solid #e3eeff
}
.accordion-three .card:first-child{
    border-top:0
}
.accordion-three .card .card-header{
    border-bottom:0;
    padding:0;
    margin:0;
    background-color:transparent
}
.accordion-three .card .card-header a{
    padding:16px 55px 16px 40px;
    text-decoration:none;
    font-weight:600;
    color:#002249;
    font-size:16px;
    width:100%;
    position:relative
}
@media (max-width:575px){
    .accordion-three .card .card-header a{
        padding:16px 40px 16px 20px
    }
}
.accordion-three .card .card-header a.collapsed{
    color:#002249
}
.accordion-three .card .card-header a.collapsed::before{
    content:"\F063";
    color:#cddae8
}
.accordion-three .card .card-header a::before{
    position:absolute;
    content:"\F062";
    right:36px;
    font-family:"Font Awesome 5 Pro"
}
@media (max-width:575px){
    .accordion-three .card .card-header a::before{
        right:15px
    }
}
.accordion-three .card .card-body{
    padding:0 40px 20px
}
@media (max-width:575px){
    .accordion-three .card .card-body{
        padding:0 20px 20px
    }
}
.accordion-three.accordion-three-two{
    border:none
}
.accordion-three.accordion-three-two .card{
    border:2px solid #e3eeff
}
.accordion-three.accordion-three-two .card:not(:last-child){
    margin-bottom:20px
}
.accordion-three.accordion-three-two .card .card-header a.collapsed{
    color:#002249
}
.accordion-three.accordion-three-two .card .card-header a.collapsed::before{
    content:"\F067"
}
.accordion-three.accordion-three-two .card .card-header a::before{
    position:absolute;
    content:"\F068";
    font-weight:400
}
.accordion-four{
    border:none
}
.accordion-four .card{
    border-radius:40px!important;
    border:0;
    border-top:2px solid #f0f8ff;
    margin-bottom:20px;
    box-shadow:0 8px 16px 0 rgba(132,190,255,.1)
}
.accordion-four .card:first-child{
    border-top:0
}
.accordion-four .card .card-header{
    border-bottom:0;
    padding:0;
    margin:0;
    background-color:transparent
}
.accordion-four .card .card-header a{
    padding:22px 60px 22px 40px;
    text-decoration:none;
    font-weight:700;
    font-size:16px;
    width:100%;
    color:#7a95b4;
    position:relative
}
@media (max-width:767px){
    .accordion-four .card .card-header a{
        padding:22px 50px 22px 20px
    }
}
.accordion-four .card .card-header a i{
    padding-right:20px;
}
.accordion-four .card .card-header a.collapsed{
    font-size:16px;
    color:#436584
}
.accordion-four .card .card-header a.collapsed::before{
    content:"\F067";
    color:#99b1c8
}
.accordion-four .card .card-header a::before{
    position:absolute;
    content:"\F068";
    right:36px;
    font-size:16px;
    font-family:"Font Awesome 5 Pro";
    color:#99b1c8
}
@media (max-width:767px){
    .accordion-four .card .card-header a::before{
        right:20px
    }
}
.accordion-four .card .card-body{
    padding:0 40px 25px
}
.accordion-four .card .card-body p{
    font-size:14px;
    color:#81a3bb
}
.brand-slider {
    padding-top: 0px;
}
.brand-slider .brand-item{
    text-align:center
}
.brand-slider .brand-item a{
    opacity:.2
}
.brand-slider .brand-item a:hover{
    opacity:1
}
.brand-slider .brand-item.full-opacity a{
    opacity:1
}
.brand-slider .slick-track{
    display:flex;
    align-items:center
}
.brand-section .brand-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 8px 16px 0px rgba(132, 190, 255, 0.1);
  cursor: pointer;
  z-index: 3;
}
.brand-section .brand-slider .slick-arrow i {
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}
.brand-section .brand-slider .slick-arrow.prev {
  left: 0%;
}
.brand-section .brand-slider .slick-arrow.next {
  right: 0%;
}
.footer-area{
    overflow:hidden
}
.footer-area .footer-overlay{
    background-color:rgba(0,34,73,.9);
    padding-top:45px
}
.footer-area .widget-item-1 p{
    padding-top:20px;
    color:#c2d1e2
}
.footer-area .widget-item-2 .title{
    font-weight:700;
    font-size:34px;
    margin-top:-8px;
    padding-bottom:17px;
    color:#fff
}
.footer-area .widget-item-2 ul{
    display:inline-block
}
.footer-area .widget-item-2 ul li{
    line-height:35px;
    color:#c2d1e2
}
.footer-area .widget-item-2 ul li i{
    padding-right:6px
}
.footer-area .widget-item-2 ul li a{
    color:#c2d1e2;
    transition:all .3s ease-out 0s
}
.footer-area .widget-item-3 .title{
    font-weight:700;
    font-size:30px;
    margin-top:-8px;
    padding-bottom:17px;
    color:#fff
}
.footer-area .widget-item-3 .features-sub{
    background:0 0;
    padding:0
}
.footer-area .widget-item-3 .features-sub p{
    color:#c2d1e2;
    padding-bottom:25px
}
.footer-area .widget-item-3 .features-sub .input-box input{
    background-color:transparent;
    border:2px solid rgba(255,255,255,.3);
    width:100%;
    line-height:25px;
    border-radius: 8px;
    padding:8px 10px 8px 12px;
    color:#fff;
    font-size:14px
}
.footer-area .widget-item-3 .features-sub .input-box input::-moz-placeholder{
    font-size:14px;
    opacity:1;
    color:#c2d1e2
}
.footer-area .widget-item-3 .features-sub .input-box input:-ms-input-placeholder{
    font-size:14px;
    opacity:1;
    color:#c2d1e2
}
.footer-area .widget-item-3 .features-sub .input-box input::placeholder{
    font-size:14px;
    opacity:1;
    color:#c2d1e2
}
.footer-area .widget-item-3 .features-sub .input-box button{
    border-radius: 8px;
    margin-top:10px;
    width:100%;
    padding:0;
    font-weight:700
}
.footer-area .widget-item-3 ul{
    display:inline-block
}
.footer-area .widget-item-3 ul li{
    line-height:50px;
    color:#c2d1e2
}
.footer-area .widget-item-3 ul li i{
    padding-right:6px
}
.footer-area .widget-item-3 ul li a{
    color:#c2d1e2;
    transition:all .3s ease-out 0s
}
.footer-area .footer-copyright{
    border-top:1px solid rgba(255,255,255,.2);
    margin-top:50px;
    text-align:center
}
.footer-area .footer-copyright p{
    color:#c2d1e2
}
.footer-area .footer-copyright p span{
    font-weight:700;
    color:#002249;
    line-height:55px
}
.back-to-top{
    position:fixed;
    right:30px;
    bottom:30px;
    display:none;
    z-index:999999
}
.back-to-top a{
    color:#fff;
    height:40px;
    width:40px;
    text-align:center;
    line-height:40px;
    font-size:16px;
    border-radius:50%;
    box-shadow:2px 2px 7px 0 #1a1b1d4b
}
.page-title-area{
    background:#a9c7ec;
    position:relative;
    z-index:1;
    text-align:center;
    padding-top:250px;
    padding-bottom:100px
}
@media (max-width:575px){
    .page-title-area{
        padding-top:180px
    }
}
.page-title-area::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../img/banner/banner-gradient-bg-2.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    z-index:-1
}
.page-title-area .title{
    font-size:45px;
    margin-bottom:10px;
    color:#fff
}
@media (max-width:991px){
    .page-title-area .title{
        font-size:30px
    }
}
@media (max-width:575px){
    .page-title-area .title{
        font-size:24px
    }
}
.page-title-area .breadcrumb-nav{
    display:flex;
    justify-content:center
}
.page-title-area .breadcrumb-nav li{
    font-size:16px;
    font-weight:700;
    position:relative;
    line-height:1
}
@media (max-width:575px){
    .page-title-area .breadcrumb-nav li{
        font-size:16px
    }
}
.page-title-area .breadcrumb-nav li:not(:last-child)::after{
    content:"|";
    margin:0 8px
}
.page-title-area .breadcrumb-nav li,.page-title-area .breadcrumb-nav li a{
    color:#c2d1e2
}



.page-title-areax{
    background:#a9c7ec;
    position:relative;
    z-index:1;
    text-align:center;
    padding-top:80px;
    padding-bottom:50px
}
@media (max-width:575px){
    .page-title-areax{
        padding-top:80px
    }
}
.page-title-areax::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../img/banner/banner-gradient-bg-2.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    z-index:-1
}
.page-title-areax .title{
    font-size:45px;
    margin-bottom:10px;
    color:#fff
}
@media (max-width:991px){
    .page-title-areax .title{
        font-size:30px
    }
}
@media (max-width:575px){
    .page-title-areax .title{
        font-size:24px
    }
}
.page-title-areax .breadcrumb-nav{
    display:flex;
    justify-content:center
}
.page-title-areax .breadcrumb-nav li{
    font-size:16px;
    font-weight:700;
    position:relative;
    line-height:1
}
@media (max-width:575px){
    .page-title-areax .breadcrumb-nav li{
        font-size:16px
    }
}
.page-title-areax .breadcrumb-nav li:not(:last-child)::after{
    content:"|";
    margin:0 8px
}
.page-title-areax .breadcrumb-nav li,.page-title-areax .breadcrumb-nav li a{
    color:#c2d1e2
}



.product-area .blog-sidebar .widget{
    padding:20px 20px
}
.product-item{
    overflow:hidden;
    border:2px solid #ededed
}
.product-item .product-thumb{
    position:relative
}
.product-item .product-thumb img{
    width:100%
}
.product-item .product-thumb .tag{
    position:absolute;
    text-align:right;
    background:red;
    padding:1px 10px;
    right:0;
    top:20px;
    z-index:3;
    color:#fff;
    font-size:12px;
    line-height:22px;
    font-weight:500
}
.product-item .product-thumb .product-overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,.3);
    opacity:0;
    transition:all .5s ease-out 0s
}
.product-item .product-thumb .product-overlay ul{
    position:absolute;
    left:-50px;
    top:20px;
    display:inline-block;
    transition:all .5s ease-out 0s;
    opacity:0
}
.product-item .product-thumb .product-overlay ul li{
    display:block
}
.product-item .product-thumb .product-overlay ul li a{
    display:inline-block;
    height:40px;
    width:40px;
    border-radius:0;
    text-align:center;
    line-height:40px!important;
    background:#fff;
    margin:5px 0;
    transition:all .3s ease-out 0s;
    cursor:pointer;
    padding:0;
    color:#002249
}
.product-item .product-thumb .product-overlay ul li a:hover{
    color:#fff;
}
.product-item .product-thumb .product-overlay ul li button{
    border:0;
    display:inline-block;
    height:40px;
    width:40px;
    border-radius:0;
    text-align:center;
    line-height:40px!important;
    background:#fff;
    margin:5px 0;
    transition:all .3s ease-out 0s;
    cursor:pointer;
    color:#002249;
    padding:0
}
.product-item .product-thumb .product-overlay ul li button:hover{
    color:#fff;
}
.product-item .product-thumb .product-overlay ul li span{
    display:inline-block;
    height:40px;
    width:40px;
    border-radius:0;
    text-align:center;
    line-height:40px;
    background:#fff;
    margin:5px 0;
    color:#002249;
    transition:all .3s ease-out 0s;
    cursor:pointer
}
.product-item .product-thumb .product-overlay ul li span:hover{
    color:#fff;
}
.product-item:hover .product-thumb .product-overlay{
    opacity:1
}
.product-item:hover .product-thumb .product-overlay ul{
    opacity:1;
    left:20px
}
.product-item .product-content{
    padding:25px 20px;
    text-align:left;
    background-color:#fff
}
.product-item .product-content .title a{
    color:#232323;
    font-size:15px;
    line-height:20px;
    height:40px;
    font-weight:600
}
.product-item .product-content .price{
    padding-top:5px;
    font-size:14px;
    font-weight:700
}
.product-item .product-content .price del{
    color:#b2c0d3
}
.shop-top-bar{
    margin-bottom:30px
}
.shop-top-bar .shop-notice{
    color:#002249;
    font-weight:700
}
.shop-top-bar .shop-search-form{
    position:relative
}
@media (max-width:767px){
    .shop-top-bar .shop-search-form{
        margin-bottom:20px
    }
}
.shop-top-bar .shop-search-form input{
    height:50px;
    border-radius:0;
    width:100%;
    background:0 0;
    border:2px solid #ededed;
    padding:0 40px 0 20px
}
@media (max-width:767px){
    .shop-top-bar .shop-search-form input{
        width:100%;
        border-radius:0
    }
}
.shop-top-bar .shop-search-form button{
    border:none;
    background-color:transparent;
    border:none;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    z-index:22;
}
.shop-top-bar .product-sorting select{
    height:50px;
    border-radius:0;
    width:100%;
    background:0 0;
    border:2px solid #ededed;
    color:#81a3bb
}
.shop-top-bar .product-sorting select option{
    color:#81a3bb
}
.shop-top-bar .product-sorting select:focus{
    color:#555;
    background-color:none;
    border-color:none;
    outline:0;
    box-shadow:none
}
.widget-range-slider .price-range-slider{
    text-align:center;
    padding-top:30px
}
.widget-range-slider .price-range-slider .range-slider input{
    border:0
}
.widget-range-slider .price-range-slider .value{
    position:absolute;
    top:-36px;
    left:50%;
    margin:0 0 0 -20px;
    text-align:center;
    display:block;
    font-weight:400;
    font-family:'Merienda', cursive;
    font-size:14px;
    color:#fff;
    display:block;
    padding:5px 8px;
    font-size:12px;
    line-height:12px;
    font-weight:500
}
.widget-range-slider .price-range-slider .value:after{
    position:absolute;
    content:"";
    width:0;
    height:0;
    top:100%;
    left:50%;
    transform:translateX(-50%);
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.widget-range-slider .price-range-slider .price-range-both.value{
    width:100px;
    margin:0 0 0 -50px;
    top:-36px
}
.widget-range-slider .price-range-slider .price-range-both{
    display:none
}
.widget-range-slider .price-range-slider .value i{
    font-style:normal
}
.widget-range-slider .price-range-slider .ui-state-default,.widget-range-slider .price-range-slider .ui-widget-content .ui-state-default,.widget-range-slider .price-range-slider .ui-widget-header .ui-state-default{
    border-radius:50%;
    font-size:14px;
    font-weight:500;
    box-shadow:0 0 7px rgba(0,0,0,.2);
    border:3px solid #fff
}
.widget-range-slider .price-range-slider .ui-state-default:focus,.widget-range-slider .price-range-slider .ui-widget-content .ui-state-default:focus,.widget-range-slider .price-range-slider .ui-widget-header .ui-state-default:focus{
    outline:0
}
.widget-range-slider .price-range-slider span.ui-slider-handle.ui-corner-all.ui-state-default:focus{
    outline:0
}
.widget-range-slider .price-range-slider .ui-slider-horizontal{
    height:3px;
    border:0;
    background:#d2d2d2
}
.widget-range-slider .price-range-slider .ui-slider-horizontal .ui-slider-handle{
    top:-7px
}
.widget-range-slider .price-range-slider .p-info{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    margin-bottom:13px
}
.widget-range-slider .price-range-slider .p-info .left{
    font-size:14px;
    font-weight:500
}
.widget-range-slider .price-range-slider .p-info .right{
    font-size:14px;
    font-weight:500;
    color:#002249
}
.widget-range-slider .price-range-slider .filter_price{
    padding:7px 30px;
    font-size:14px;
    line-height:26px;
    font-weight:500;
    box-shadow:none;
    color:#fff;
    border-radius:5px;
    transition:all .3s ease-out 0s
}
.widget-range-slider .price-range-slider .filter_price:hover{
    background:0 0;
}
.widget-check-rating .check-area .form-group{
    display:flex;
    align-items:center;
    margin-bottom:5px
}
.widget-check-rating .check-area .form-group input{
    width:15px;
    height:15px;
    opacity:0;
    z-index:-9
}
.widget-check-rating .check-area .form-group input:checked~label::before{
    color:#fff;
    content:"\F00C";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size:8px;
    line-height:1;
    line-height:15px;
    text-align:center;
}
.widget-check-rating .check-area .form-group label{
    margin:0;
    width:calc(100% - 15px);
    padding-left:10px;
    position:relative;
    font-size:14px;
    font-weight:600;
    top:0
}
.widget-check-rating .check-area .form-group label::before{
    position:absolute;
    content:"";
    font-weight:900;
    width:15px;
    height:15px;
    border-radius:1px;
    left:-14px;
    top:5px
}
.widget-check-rating .check-area .form-group label .rating-filter{
    position:relative;
    top:2px
}
.widget-check-rating .check-area .form-group label .rating-filter i{
    font-size:14px;
    margin-right:-2px;
    color:#f87115
}
@media (max-width:1199px){
    .shop-sidebar{
        margin-top:50px
    }
}
.shop-sidebar .shop-widget{
    padding:30px 40px;
    background-color:#fff
}
.shop-sidebar .shop-widget:not(:last-child){
    margin-bottom:30px
}
.shop-sidebar .shop-widget .widget-title{
    font-size:20px;
    position:relative;
    margin-bottom:20px;
    padding-left:45px
}
.shop-sidebar .shop-widget .widget-title::after,.shop-sidebar .shop-widget .widget-title::before{
    height:4px;
    width:18px;
    position:absolute;
    content:"";
    left:0;
    top:50%;
    transform:translateY(-50%)
}
.shop-sidebar .shop-widget .widget-title::after{
    width:4px;
    left:25px
}
.shop-sidebar .shop-widget.nav-widget li a{
    color:#75a1af;
    font-size:14px;
    line-height:35px;
    transition:all .3s ease-out 0s
}
.shop-sidebar .shop-widget.nav-widget li a i{
    padding-right:15px
}
.shop-sidebar .shop-widget.nav-widget li a:hover{
    color:#002249
}
.shop-sidebar .shop-widget.tag-widget li{
    display:inline-block
}
.shop-sidebar .shop-widget.tag-widget li a{
    text-decoration:underline;
    font-size:14px;
    font-weight:700;
    margin-right:8px;
    margin-bottom:8px
}
.shop-sidebar .shop-widget.subscribe-widget p{
    font-size:14px;
    line-height:24px;
    padding-bottom:15px
}
.shop-sidebar .shop-widget.subscribe-widget input{
    width:100%;
    border:2px solid #edf1ff;
    color:#7585af;
    height:50px
}
.shop-sidebar .shop-widget.subscribe-widget button{
    width:100%;
    height:50px;
    border:none;
    color:#fff;
    font-weight:700;
    transition:all .3s ease-out 0s
}
.shop-sidebar .shop-widget.subscribe-widget button:hover{
    background-color:#002249
}
.shop-sidebar .shop-widget.ad-widget{
    padding:0;
    position:relative;
    z-index:2
}
.shop-sidebar .shop-widget.ad-widget img{
    width:100%
}
.shop-sidebar .shop-widget.ad-widget a{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
    padding:10px 30px
}
.shop-sidebar .shop-widget.ad-widget a:hover{
    color:#fff
}
.product-gallery-wrap{
    padding-right:45px
}
@media (max-width:991px){
    .product-gallery-wrap{
        padding-right:0
    }
}
.product-gallery-wrap .s-image img{
    width:100%
}
.product-gallery-wrap .product-thumb-slider img{
    cursor:pointer
}
.product-summery .rate{
    margin-bottom:12px
}
.product-summery .cat{
    font-size:14px;
    font-weight:700;
    padding-bottom:5px
}
.product-summery .title{
    font-size:30px;
    margin-bottom:25px
}
.product-summery .price{
    margin-bottom:20px;
    font-size:36px;
    line-height:1;
    font-weight:600
}
.product-summery .price del{
    color:#bfc7d3;
    margin-left:10px;
    font-size:24px
}
@media (max-width:575px){
    .product-summery .price{
        font-size:30px
    }
}
.product-summery .product-meta{
    margin-bottom:30px
}
.product-summery .product-meta li,.product-summery .product-meta li a{
    color:#63688e
}
.product-summery .product-meta li span{
    color:#63688e;
    font-weight:700;
    width:140px
}
.product-summery .product-meta li.stock{
    font-weight:600;
}
.product-summery .product-meta li.out-stock{
    color:red;
    font-weight:600;
}
.product-summery .product-meta li:not(:last-child){
    margin-bottom:5px
}
.product-summery .short-desc{
    color:#81a3bb;
    padding-right:30px;
    font-size:16px;
    margin-bottom:20px
}
.product-summery .product-quantity{
    display:flex
}
.product-summery .product-quantity span{
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    padding:0;
    background-color:#fff;
    font-size:18px;
    color:#838b97;
    border:1px solid #dce1e5;
    margin:0;
    cursor:pointer;
    display:inline-block
}
.product-summery .product-quantity input{
    width:60px;
    height:50px;
    border:1px solid #dce1e5;
    padding:0 10px;
    text-align:center;
    margin:0 0;
    color:#838b97
}
.product-summery .product-quantity input::-webkit-inner-spin-button,.product-summery .product-quantity input::-webkit-outer-spin-button{
    -webkit-appearance:none;
    margin:0
}
.product-summery .product-quantity input[type=number]{
    -moz-appearance:textfield
}
.product-summery .social-share{
    margin-top:30px
}
.product-summery .social-share li{
    display:inline-block
}
.product-summery .social-share a{
    height:50px;
    width:50px;
    background:#d1edff;
    text-align:center;
    line-height:50px;
    color:#7fb8dc;
    margin-right:20px;
    transition:all .3s ease-out 0s
}
.product-summery .social-share a::last-child{
    margin-right:0
}
@media (max-width:575px){
    .product-summery .social-share a{
        margin-right:10px;
        margin-left:0;
        margin-top:20px
    }
}
.product-summery .social-share a:hover{
    color:#fff;
}
.product-summery .main-btn{
    margin-top:30px
}
.product-summery .main-btn i{
    margin-left:6px
}
.product-details-tab{
    padding-top:80px
}
.product-details-tab .nav{
    justify-content:center;
    position:relative;
    z-index:2
}
.product-details-tab .nav::before{
    content:"";
    position:absolute;
    left:45px;
    right:45px;
    background-color:#e7ecf0;
    height:2px;
    top:50%;
    z-index:-1;
    border-radius:30px
}
@media (max-width:575px){
    .product-details-tab .nav::before{
        display:none
    }
}
.product-details-tab .nav .nav-item a{
    background:#fff;
    line-height:50px;
    padding:0 45px;
    border-radius:0;
    margin:0 10px;
    border:2px solid #e7ecf0;
    color:#63688e;
    font-weight:700
}
@media (max-width:767px){
    .product-details-tab .nav .nav-item a{
        padding:0 25px
    }
}
@media (max-width:575px){
    .product-details-tab .nav .nav-item a{
        margin:5px
    }
}
.product-details-tab .nav .nav-item a.active,.product-details-tab .nav .nav-item a:hover{
    color:#fff;
}
.product-details-tab .tab-content{
    padding-top:50px
}
.product-details-tab .tab-content .title{
    font-size:30px;
    margin-bottom:20px
}
@media (max-width:767px){
    .product-details-tab .tab-content .title{
        font-size:24px
    }
}
.product-details-tab .tab-content p{
    color:#81a3bb;
    font-size:16px
}
.product-details-tab .tab-content .specifications-list li{
    padding:15px 0;
    color:#63688e;
    font-size:16px
}
.product-details-tab .tab-content .specifications-list li:not(:last-child){
    border-bottom:1px solid #cbeaff
}
.product-details-tab .tab-content .specifications-list li span{
    width:22%;
    color:#002249;
    font-weight:700
}
@media (max-width:767px){
    .product-details-tab .tab-content .specifications-list li span{
        width:40%
    }
}
.product-details-tab .tab-content .review-wrapper .review-single{
    position:relative;
    display:block;
    border-bottom:1px solid rgba(0,0,0,.1);
    margin-bottom:20px;
    padding-bottom:5px
}
.product-details-tab .tab-content .review-wrapper .review-single .avatar{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    margin-right:30px
}
.product-details-tab .tab-content .review-wrapper .review-single .avatar img{
    border-radius:50%;
    width:80px;
    height:80px;
    border:4px solid #fff;
    box-shadow:2px 2px 10px rgba(0,0,0,.15)
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text{
    width:100%;
    position:relative;
    padding-left:110px;
    padding-bottom:10px
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info h5{
    font-weight:600;
    margin:0;
    display:inline-block;
    font-size:20px;
    line-height:30px
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block{
    margin-left:15px;
    display:inline-block
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review{
    margin-bottom:0
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review .star i{
    color:#f4d632;
    margin-right:-3px;
    font-size:17px;
    line-height:30px
}
.product-details-tab .tab-content .review-wrapper .review-single .comnt-text .comnt-info .date-area{
    font-size:14px;
    color:#62768a;
    margin:0 0 14px
}
.product-details-tab .tab-content .review-form{
    padding-top:30px
}
.product-details-tab .tab-content .review-form h3{
    font-size:24px;
    line-height:34px;
    border-bottom:1px solid rgba(0,0,0,.1);
    margin-bottom:20px;
    font-weight:600;
    padding-bottom:10px
}
.product-details-tab .tab-content .review-form .star-area h5{
    display:inline-block;
    font-size:16px;
    line-height:26px;
    font-weight:400;
    color:#002249
}
.product-details-tab .tab-content .review-form .star-area .star-list{
    display:inline-flex
}
.product-details-tab .tab-content .review-form .star-area ul li{
    float:left;
    margin-right:20px;
    padding-right:20px;
    padding-top:0;
    padding-bottom:0;
    position:relative
}
.product-details-tab .tab-content .review-form .star-area ul li:nth-last-child(1){
    border:none;
    margin:0;
    padding:0
}
.product-details-tab .tab-content .review-form .star-area ul li .star{
    cursor:pointer
}
.product-details-tab .tab-content .review-form .star-area ul li .star i{
    color:#ddd;
    font-size:14px;
    transition:.3s linear;
    cursor:pointer
}
.product-details-tab .tab-content .review-form .star-area ul li .star.active i,.product-details-tab .tab-content .review-form .star-area ul li .star:hover i{
    color:#f4d632
}
.product-details-tab .tab-content .review-form .star-area ul li::before{
    position:absolute;
    content:"";
    width:1px;
    height:15px;
    background:#aebed2;
    right:-6px;
    top:50%;
    transform:translateY(-50%)
}
.product-details-tab .tab-content .review-form .star-area ul li:last-child::before{
    display:none
}
.product-details-tab .tab-content .review-form .star-area .star-review{
    margin-bottom:0
}
.product-details-tab .tab-content .review-form textarea{
    margin-top:30px;
    width:100%;
    border:2px solid rgba(0,0,0,.07);
    padding-left:30px;
    padding-right:30px;
    padding-top:25px;
    height:150px
}
.product-details-tab .tab-content .review-form textarea:focus{
    box-shadow:unset!important;
    outline:0
}
.product-details-tab .tab-content .review-form .mybtn1{
    border:0;
    padding:12px 30px
}
@media (max-width:991px){
    .cart-table{
        margin-bottom:40px
    }
}
.cart-table table{
    border-bottom:1px solid #dee2e6
}
.cart-table table thead th{
    border:none
}
.cart-table table tbody tr td{
    color:#002249;
    font-weight:600;
    vertical-align:middle
}
.cart-table table tbody tr td.product-thumbnail img{
    width:80px;
    height:60px;
    -o-object-fit:cover;
    object-fit:cover
}
.cart-table table tbody tr td.product-name a{
    color:#002249;
    font-size:16px;
    font-weight:600
}
.cart-table table tbody tr td.product-quantity input{
    width:60px;
    height:50px;
    border:1px solid #dce1e5;
    padding:0 10px;
    text-align:center;
    color:#838b97
}
.shopping-coupon-code{
    position:relative
}
@media (max-width:767px){
    .shopping-coupon-code{
        margin-bottom:30px
    }
}
.shopping-coupon-code input[type=text]{
    width:100%;
    height:60px;
    background:#fff;
    padding:0 20px;
    border:none
}
.shopping-coupon-code .main-btn{
    position:absolute;
    top:0;
    right:0;
    border-radius:0
}
@media (max-width:575px){
    .shopping-coupon-code .main-btn{
        position:unset;
        margin-top:10px
    }
}
.cart-total-box{
    padding:40px;
    background:#fff;
    box-shadow:0 2px 48px 0 rgba(0,0,0,.08);
    margin-top:60px
}
@media (max-width:575px){
    .cart-total-box{
        padding:30px
    }
}
.cart-total-box .title{
    margin-bottom:20px;
    font-size:26px
}
.cart-total-box .list{
    margin:0 0 25px
}
.cart-total-box .list li{
    padding:10px 15px;
    border:1px solid #eaedff;
    font-weight:600;
    overflow:hidden
}
.cart-total-box .list li:first-child{
    border-bottom:none
}
.cart-total-box .list li:last-child{
    border-top:none
}
.cart-total-box .list li span{
    float:right
}
@media (max-width:575px){
    .cart-total-box .main-btn{
        padding:20px 30px
    }
}
.user-actions{
    background:#fff;
    box-shadow:0 2px 48px 0 rgba(0,0,0,.08);
    padding:15px 20px;
}
.billing-details .title,.order-details .title{
    margin-bottom:30px
}
@media (max-width:575px){
    .billing-details .title,.order-details .title{
        font-size:22px
    }
}
.billing-details .form-group label{
    display:block;
    color:#002249;
    font-weight:600
}
.billing-details .form-group label span{
    color:red
}
.billing-details .form-group select{
    height:50px;
    width:100%;
    border:solid 1px #e3eeff
}
.billing-details .form-group input[type=text],.billing-details .form-group textarea{
    width:100%;
    height:50px;
    padding:0 15px;
    border:solid 1px #e3eeff
}
.billing-details .form-group textarea{
    padding-top:20px;
    height:130px
}
.billing-details .form-check{
    margin-bottom:20px
}
.billing-details .form-check label{
    font-weight:600;
    color:#002249
}
.order-details .order-table .table thead tr th{
    border:none
}
.order-details .order-table tbody tr td{
    color:#002249;
    font-weight:600;
    vertical-align:middle
}
.order-details .order-table tbody tr td.product-name a{
    color:#002249;
    font-size:18px
}
.order-details .payment-box{
    box-shadow:0 2px 28px 0 rgba(0,0,0,.06);
    background:#fff;
    padding:30px;
    color:#81a3bb
}
.order-details .payment-box .main-btn{
    margin-top:20px
}
.order-success-box{
    border:2px solid #ededed;
    padding:35px 40px;
    text-align:center
}
.order-success-box h1{
    margin-bottom:20px;
    font-size:36px;
    font-weight:700
}

/* BLOG */

.blog-standard-area .single-blog-standard .img {
  margin-bottom: 30px;
}
.blog-standard-area .single-blog-standard .img img {
  width: 100%;
  padding: 20px 20px 0px;
}
.service-details-page .service-details-content .portfolio-slider {
  margin-bottom: 30px;
  position: relative;
}
.service-details-page .service-details-content .portfolio-slider img {
  width: 100%;
}
.service-details-content .portfolio-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 8px 16px 0px rgba(132, 190, 255, 0.1);
  cursor: pointer;
  z-index: 3;
}
.service-details-content.slick-arrow i {
  font-size: 20px;
  transition: all 0.3s ease-out 0s;
}
.service-details-content .slick-arrow.prev {
  left: 0%;
}
.service-details-content .slick-arrow.next {
  right: 0%;
}
.blog-dteails-content .idgallery {
    padding: 0px 0px 0px;
}
.single-blog-standard .main-image{
    padding: 30px 30px 0px;
    border-radius: 8px;
}
.single-blog-standard .idgallery {
    padding: 30px 30px 0px;
}
.service-details-content  {
    border-radius: 8px;
    padding: 20px 20px;
    border: 1px solid #ededed;
}
.service-details-content .idgallery {
    padding: 0px 0px 0px;
}
.idgallery .slidPrv4.slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}
.idgallery .slidNext4.slick-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    box-shadow: -3px 0px 3px rgba(0, 0, 0, 0.2);
    z-index: 9;
    cursor: pointer;
}
.idgallery,
.slider-img {
    background: #fff!important;
}
.idgallery  .slider-img  .slid-item img {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.blog-standard-area .blog-standard {
    padding: 18px 18px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.blog-dteails-content .blog-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 8px 16px 0px rgba(132, 190, 255, 0.1);
  cursor: pointer;
  z-index: 3;
}
.blog-dteails-content .blog-slider .slick-arrow i {
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}
.blog-dteails-content .blog-slider .slick-arrow.prev {
  left: 0%;
}
.blog-dteails-content .blog-slider .slick-arrow.next {
  right: 0%;
}
.single-blog-standard .blog-standard-thumb{
    position:relative;
    margin-bottom:-2px
}
.single-blog-standard .blog-standard-thumb img{
    width:100%
}
.single-blog-standard .blog-standard-thumb .video-popup{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    height:80px;
    width:80px;
    text-align:center;
    line-height:80px;
    color:#fff;
    border-radius:50%;
    font-size:20px
}
.single-blog-standard .blog-standard-content{
    border:2px solid #ededed;
    padding:30px
}
@media (max-width:767px){
    .single-blog-standard .blog-standard-content{
        padding:30px
    }
}
@media (max-width:575px){
    .single-blog-standard .blog-standard-content{
        padding:30px 25px
    }
}
.single-blog-standard .blog-standard-content .cat{
    color:#fff;
    font-weight:700;
    font-size:14px;
    letter-spacing:3px;
    padding:0 15px;
    line-height:30px
}
@media (max-width:575px){
    .single-blog-standard .blog-standard-content .cat{
        letter-spacing:1px;
        font-size:12px
    }
}
.single-blog-standard .blog-standard-content .title{
    font-size:32px;
    padding-top:25px;
    line-height:1.3
}
@media (min-width:992px) and (max-width:1199px){
    .single-blog-standard .blog-standard-content .title{
        padding-right:0;
        font-size:28px
    }
}
@media (max-width:767px){
    .single-blog-standard .blog-standard-content .title{
        font-size:24px
    }
}
@media (max-width:575px){
    .single-blog-standard .blog-standard-content .title{
        font-size:22px
    }
}
.single-blog-standard .blog-standard-content .post-meta{
    padding:20px 0
}
.single-blog-standard .blog-standard-content .post-meta li{
    display:inline-block;
    color:#69a1bb;
    font-size:14px;
    margin-right:28px
}
@media (max-width:575px){
    .single-blog-standard .blog-standard-content .post-meta li{
        margin-right:10px
    }
}
.single-blog-standard .blog-standard-content .post-meta li i{
    padding-right:6px
}
.single-blog-standard .blog-standard-content p{
    color:#69a1bb;
    font-size:15px;
    padding-bottom:35px
}
.single-blog-standard .blog-standard-footer{
    display:flex;
    margin-bottom:7px;
    justify-content:space-between
}
@media (max-width:575px){
    .single-blog-standard .blog-standard-footer{
        display:block
    }
}
@media (max-width:575px){
    .single-blog-standard .blog-standard-footer .footer-left{
        margin-bottom:20px
    }
}
.single-blog-standard .blog-standard-footer .footer-left a{
    font-weight:700;
    color:#002249
}
.single-blog-standard .blog-standard-footer .footer-left a span{
    color:#616161
}
.single-blog-standard .blog-standard-footer .footer-left img{
    margin-right:10px
}
.single-blog-standard .blog-standard-footer .footer-right a{
    font-weight:700;
    letter-spacing:2px;
    font-size:14px
}
.single-blog-standard .blog-standard-footer .footer-right a i{
    padding-right:15px
}
.single-blog-grid{
    position:relative;
}
.single-blog-grid img{
    width:100%
}
.single-blog-grid::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1;
    background-image:linear-gradient(180deg,rgba(0,34,73,.1) 0,rgba(0,34,73,.01) 1%,rgba(0,34,73,.6) 100%)
}
.single-blog-grid .cat{
    color:#fff;
    line-height:26px;
    padding:0 15px;
    font-size:12px;
    font-weight:700;
    position:absolute;
    left:30px;
    top:40px;
    z-index:2
}
.single-blog-grid .blog-grid-overlay{
    position:absolute;
    left:30px;
    bottom:40px;
    right:30px;
    z-index:2
}
.single-blog-grid .blog-grid-overlay .title{
    font-size:24px
}
@media (min-width:992px) and (max-width:1199px){
    .single-blog-grid .blog-grid-overlay .title{
        font-size:20px
    }
}
@media (max-width:575px){
    .single-blog-grid .blog-grid-overlay .title{
        font-size:20px
    }
}
.single-blog-grid .blog-grid-overlay .title a{
    color:#fff
}
.single-blog-grid .blog-grid-overlay .post-meta{
    display:flex;
    justify-content:space-between;
    padding-top:10px
}
.single-blog-grid .blog-grid-overlay .post-meta li{
    display:inline-block
}
.single-blog-grid .blog-grid-overlay .post-meta li a{
    color:#fff;
    opacity:.8
}
.single-blog-grid .blog-grid-overlay .post-meta li a:hover{
    opacity:1
}
.blog-standard .latest-news-box > span{
  margin: 10px 0 0 16px;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
}
.blog-standard .latest-news-box-four > span {
  margin: 10px 0 0 0px;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
}
.blog-standard .blog-standard-content > span {
  margin: 3px 0 0 0px;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
    display: flex;
  }
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
  position: relative;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left p {
  font-weight: 700;
  color: #002249;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left span {
  color: #81a3bb;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left img {
  position: absolute;
  left: 0;
  top: -5px;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a i {
  padding-right: 15px;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a i {
  padding-right: 15px;
}

.blog-sidebar {
    padding-left:20px;
}
.blog-sidebar .widget{
    border-radius: 10px;
}
@media (max-width:1199px){
    .blog-sidebar{
        padding-left:0;
    }
}
@media (max-width:991px){
    .blog-sidebar{
        margin-top:50px;
    }
}
.blog-sidebar .widget{
    border:2px solid #ededed;
    padding:25px 30px;
    border-radius: 10px;
}
@media (min-width:992px) and (max-width:1199px){
    .blog-sidebar .widget{
        padding:30px;
        border-radius: 10px;
    }
}
.blog-sidebar .widget:not(:last-child){
    margin-bottom:30px;
    border-radius: 10px;
}
.blog-sidebar .widget .widget-title{
    font-size:20px;
    padding-left:40px;
    position:relative;
    margin-bottom:30px
}
.blog-sidebar .widget .widget-title::before{
    position:absolute;
    content:"";
    height:4px;
    width:4px;
    left:21px;
    top:12px;
}
.blog-sidebar .widget .widget-title::after{
    position:absolute;
    content:"";
    height:4px;
    width:18px;
    left:0;
    top:12px;
}
.blog-sidebar .widget.product-category ul li:not(:last-child){
    margin-bottom:10px
}
.blog-sidebar .widget.product-category ul li a{
    width:100%;
    line-height:30px;
    color:#002249;
    font-size:15px;
    position:relative;
    font-weight:600;
    transition:all .3s ease-out 0s
}
.blog-sidebar .widget.product-category ul li a span{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:50px;
    line-height:50px;
    text-align:center;
    padding:0;
    color:#fff;
    background:#091222;
    font-weight:700
}
.blog-sidebar .widget .about-contnent{
    text-align:center
}
.blog-sidebar .widget .about-contnent .title{
    font-size:18px;
    padding-top:25px
}
.blog-sidebar .widget .about-contnent p{
    font-size:14px;
    padding:10px 5px 15px
}
.blog-sidebar .widget .about-contnent ul li{
    display:inline-block
}
.blog-sidebar .widget .about-contnent ul li a{
    color:#b3bed3;
    font-size:14px;
    margin:0 10px;
    transition:all .3s ease-out 0s
}
.blog-sidebar .widget.search-widget form{
    position:relative
}
.blog-sidebar .widget.search-widget form input{
  width: 100%;
  line-height: 60px;
  padding-left: 20px;
  background: #fff;
  border: 0;
  font-size: 17px;
  color: #69a1bb;
  border-radius: 10px;
  box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
   transition: all .3s;
}
.blog-sidebar .widget.search-widget form button{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:60px;
    text-align:center;
    border:0;
    color:#fff;
    transition:all .3s ease-out 0s;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blog-sidebar .widget .news-feed-items .news-feed-item{
    position:relative;
    padding-left:100px;
    margin-bottom:30px;
    border-bottom:1px solid #e3eeff;
    padding-bottom:30px
}
.blog-sidebar .widget .news-feed-items .news-feed-item:last-child{
    margin-bottom:0;
    border-bottom:0;
    padding-bottom:20px;
}
.blog-sidebar .widget .news-feed-items .news-feed-item .title{
    font-size:14px
}
.blog-sidebar .widget .news-feed-items .news-feed-item span{
    color:#69a1bb;
    font-size:12px;
    padding-top:5px
}
.blog-sidebar .widget .news-feed-items .news-feed-item span i{
    padding-right:6px
}
.blog-sidebar .widget .news-feed-items .news-feed-item img{
    position:absolute;
    left:0;
    top:-5px
}
.blog-sidebar .widget.categories-widget ul li:not(:last-child){
    margin-bottom:10px
}
.blog-sidebar .widget.categories-widget ul li a{
    width:100%;
    line-height:50px;
    padding-left:30px;
    color:#fff;
    font-size:14px;
    position:relative
}
.blog-details-bar{
    border-radius: 8px;
}
.blog-sidebar .categories-widget ul li a span{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:50px;
    line-height:50px;
    text-align:center;
    padding:0;
    color:#fff;
    font-weight:700
}
.blog-sidebar .widget.social-links li{
    display:inline-block
}
.blog-sidebar .widget.social-links li a{
    height:40px;
    width:40px;
    text-align:center;
    line-height:40px;
    color:#fff;
    margin:0 4px
}
.blog-sidebar .widget.social-links li a:hover{
    color:#fff;
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item{
    position:relative;
    padding-left:35px
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item:not(:last-child){
    border-bottom:1px solid #e3eeff;
    padding-bottom:25px;
    margin-bottom:25px
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item ul li a{
    font-size:14px;
    line-height:24px;
    font-size:12px
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item span{
    color:#516381;
    font-size:12px;
    font-weight:700
}
.blog-sidebar .widget .twitter-feeds .twitter-feed-item i{
    position:absolute;
    top:7px;
    left:0;
    color:#32beff
}
.blog-sidebar .widget.instagram-feed-widget ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:-5px
}
.blog-sidebar .widget.instagram-feed-widget ul li{
    width:33.33%;
    flex:33.33%;
    padding:5px
}
.blog-sidebar .widget.instagram-feed-widget ul li img{
    width:100%
}
.blog-sidebar .widget.tags-widget ul{
    display:flex;
    flex-wrap:wrap;
    margin:-5px
}
.blog-sidebar .widget.tags-widget ul li{
    padding:5px
}
.blog-sidebar .widget.tags-widget ul a{
    background:#f5faff;
    color:#616161;
    font-size:12px;
    line-height:30px;
    padding:0 20px;
    font-weight:700
}
.blog-sidebar .widget.tags-widget ul a:hover{
    color:#fff
}
.blog-sidebar .widget.ad-widget{
    padding:0;
    border:none;
    position:relative
}
.blog-sidebar .widget.ad-widget img{
    width:100%
}
.blog-sidebar .widget.ad-widget .add-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    padding:20px 40px
}
.blog-sidebar .widget.ad-widget .add-content span{
    color:#fff;
    font-weight:700;
    font-size:16px
}
.blog-sidebar .widget.ad-widget .add-content .title{
    font-size:24px;
    color:#fff;
    white-space:nowrap;
    padding-top:5px
}
.blog-dteails-content{
    color:#81a3bb;
    font-size:15px;
    border:2px solid #ededed;
    padding:30px;
    border-radius: 10px;
}
@media (max-width:767px){
    .blog-dteails-content{
        padding:30px
    }
}
@media (max-width:575px){
    .blog-dteails-content{
        padding:30px 25px
    }
}
.blog-dteails-content .cat{
    color:#fff;
    font-weight:700;
    font-size:14px;
    letter-spacing:3px;
    padding:0 15px;
    line-height:30px
}
.blog-dteails-content .content > span {
  color: #fff;
  border-radius: 8px;
  margin: 10px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
}
.blog-dteails-content .title{
    font-size:32px;
    padding-top:25px;
    line-height:1.3
}
@media (min-width:992px) and (max-width:1199px){
    .blog-dteails-content .title{
        padding-right:0;
        font-size:28px
    }
}
@media (max-width:767px){
    .blog-dteails-content .title{
        font-size:24px
    }
}
@media (max-width:575px){
    .blog-dteails-content .title{
        font-size:22px
    }
}
.blog-dteails-content .subtitle{
    font-size:28px;
    margin-bottom:20px
}
@media (max-width:991px){
    .blog-dteails-content .subtitle{
        font-size:24px
    }
}
@media (max-width:575px){
    .blog-dteails-content .subtitle{
        font-size:20px
    }
}
.blog-dteails-content .post-meta{
    padding:20px 0
}
.blog-dteails-content .post-meta li{
    display:inline-block;
    font-size:14px;
    margin-right:28px
}
@media (max-width:575px){
    .blog-dteails-content .post-meta li{
        margin-right:10px
    }
}
.blog-dteails-content .post-meta li a{
    color:#69a1bb
}
.blog-dteails-content .post-meta li i{
    padding-right:6px
}
.blog-dteails-content .divider{
    width:100%;
    height:1px;
    background-color:#e3eeff;
    margin:40px 0
}
.blog-dteails-content .post-content-list{
    display:flex;
    flex-wrap:wrap
}
.blog-dteails-content .post-content-list li{
    width:50%;
    flex-wrap:0 0 50%;
    margin-bottom:8px
}
@media (min-width:992px) and (max-width:1199px){
    .blog-dteails-content .post-content-list li{
        width:100%;
        flex:0 0 100%
    }
}
@media (max-width:767px){
    .blog-dteails-content .post-content-list li{
        width:100%;
        flex:0 0 100%
    }
}
.blog-dteails-content .post-content-list li i{
    margin-right:10px;
}
.blog-dteails-content blockquote{
    background-color:#f6f6f6;
    padding:60px;
    border-radius:15px;
    font-size:28px;
    font-weight:700;
    color:#002249;
    text-align:center;
    line-height:1.3;
    position:relative;
    z-index:1
}
@media (min-width:992px) and (max-width:1199px){
    .blog-dteails-content blockquote{
        padding:50px;
        font-size:24px
    }
}
@media (max-width:767px){
    .blog-dteails-content blockquote{
        font-size:20px;
        padding:40px 20px
    }
}
.blog-dteails-content blockquote cite{
    display:block;
    font-size:14px;
    font-style:normal;
    line-height:1;
    margin-bottom:10px
}
.blog-dteails-content blockquote .quote-icon{
    position:absolute;
    right:60px;
    top:50%;
    transform:translateY(-50%);
    z-index:-1
}
@media (max-width:767px){
    .blog-dteails-content blockquote .quote-icon{
        max-width:100px
    }
}
.blog-dteails-content .post-footer .related-tag h5,.blog-dteails-content .post-footer .social-share h5{
    font-size:20px;
    margin-bottom:20px
}
.blog-dteails-content .post-footer .related-tag ul{
    display:flex
}
.blog-dteails-content .post-footer .related-tag ul a{
    background:#f4f4f4;
    color:#81a3bb;
    line-height:1;
    padding:8px 25px;
    font-size:12px;
    font-weight:500;
    margin-right:10px
}
.blog-dteails-content .post-footer .related-tag ul a:hover{
    color:#fff;
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .social-share{
        margin-top:30px
    }
}
.blog-dteails-content .post-footer .social-share h5{
    text-align:right
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .social-share h5{
        text-align:left
    }
}
.blog-dteails-content .post-footer .social-share ul{
    display:flex;
    justify-content:flex-end
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .social-share ul{
        justify-content:flex-start
    }
}
.blog-dteails-content .post-footer .social-share ul a{
    font-size:16px;
    color:#81a3bb;
    margin-left:15px
}
.blog-dteails-content .post-footer .post-nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
    z-index:-1
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .post-nav{
        display:block
    }
}
.blog-dteails-content .post-footer .post-nav span{
    font-size:14px;
    line-height:1;
    margin-bottom:5px;
    color:#81a3bb
}
.blog-dteails-content .post-footer .post-nav h3{
    font-size:28px;
    font-weight:600
}
@media (min-width:992px) and (max-width:1199px){
    .blog-dteails-content .post-footer .post-nav h3{
        font-size:24px
    }
}
@media (max-width:767px){
    .blog-dteails-content .post-footer .post-nav h3{
        font-size:22px
    }
}
.blog-dteails-content .post-footer .post-nav h3 a{
    color:#002249
}
.blog-dteails-content .post-footer .post-nav .next-post{
    text-align:right
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .post-nav .next-post{
        text-align:left;
        margin-top:30px
    }
}
.blog-dteails-content .post-footer .post-nav::before{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    content:url(../img/icon/dot-box.png);
    line-height:1
}
@media (max-width:767px){
    .blog-dteails-content .post-footer .post-nav::before{
        display:none
    }
}
.blog-dteails-content .post-footer .related-posts .related-title{
    font-size:26px;
    margin-bottom:30px;
    font-weight:600
}
.blog-dteails-content .post-footer .related-posts .related-post-box{
    margin-bottom:40px
}
.blog-dteails-content .post-footer .related-posts .related-post-box .thumb{
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    width:100%;
    height:300px
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .related-posts .related-post-box .thumb{
        height:250px
    }
}
.blog-dteails-content .post-footer .related-posts .related-post-box .content{
    padding:35px;
    box-shadow:0 8px 16px 0 rgba(93,93,93,.06);
    font-size:14px
}
@media (max-width:991px){
    .blog-dteails-content .post-footer .related-posts .related-post-box .content{
        padding:30px
    }
}
.blog-dteails-content .post-footer .related-posts .related-post-box .content .date{
    font-size:14px;
    line-height:1;
    margin-bottom:10px
}
.blog-dteails-content .post-footer .related-posts .related-post-box .content .date i{
    margin-right:5px
}
.blog-dteails-content .post-footer .related-posts .related-post-box .content h4{
    font-size:22px;
    margin-bottom:20px
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .related-posts .related-post-box .content h4{
        font-size:20px
    }
}
.blog-dteails-content .post-footer .related-posts .related-post-box .content h4 a{
    color:#002249
}
.blog-dteails-content .post-footer .post-author{
    border:2px solid #f3f3f3;
    padding:35px;
    display:flex;
    align-items:center;
    font-size:14px
}
@media (max-width:767px){
    .blog-dteails-content .post-footer .post-author{
        display:block
    }
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .post-author{
        padding:25px
    }
}
.blog-dteails-content .post-footer .post-author .image{
    max-width:180px;
    flex:0 0 180px;
    margin-right:40px
}
@media (max-width:991px){
    .blog-dteails-content .post-footer .post-author .image{
        margin-right:30px
    }
}
@media (max-width:767px){
    .blog-dteails-content .post-footer .post-author .image{
        margin-right:0;
        margin-bottom:20px
    }
}
.blog-dteails-content .post-footer .post-author span{
    font-size:12px;
    font-weight:700
}
.blog-dteails-content .post-footer .post-author .name{
    font-size:36px;
    margin-bottom:15px
}
@media (min-width:992px) and (max-width:1199px){
    .blog-dteails-content .post-footer .post-author .name{
        font-size:30px
    }
}
@media (max-width:991px){
    .blog-dteails-content .post-footer .post-author .name{
        font-size:28px
    }
}
@media (max-width:575px){
    .blog-dteails-content .post-footer .post-author .name{
        font-size:24px
    }
}
.comment-template .template-title{
    font-size:26px;
    margin-bottom:40px
}
.comment-template .comments-list li{
    position:relative;
    padding-left:130px
}
@media (max-width:767px){
    .comment-template .comments-list li{
        padding-left:0;
        padding-top:130px
    }
}
.comment-template .comments-list li .comment-author{
    position:absolute;
    left:0;
    top:0;
    width:100px
}
.comment-template .comments-list li .comment-content{
    position:relative;
    font-size:14px
}
.comment-template .comments-list li .comment-content h6{
    font-size:18px;
    margin-bottom:10px;
    font-weight:600
}
.comment-template .comments-list li .comment-content .date{
    font-size:14px;
    margin-bottom:25px
}
.comment-template .comments-list li .comment-content .date i{
    margin-right:5px
}
.comment-template .comments-list li .comment-content .reply-link{
    position:absolute;
    top:0;
    right:0;
    border:2px solid #e3eeff;
    font-size:14px;
    padding:10px 20px;
    line-height:1;
    transition:all .3s ease-out 0s;
    font-weight:700
}
@media (max-width:575px){
    .comment-template .comments-list li .comment-content .reply-link{
        position:unset;
        margin-top:20px
    }
}
.comment-template .comments-list li .comment-content .reply-link i{
    margin-right:5px
}
.comment-template .comments-list li .comment-content .reply-link:hover{
    color:#fff;
}
.comment-template .comments-list li:not(:last-child){
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px solid #e3eeff
}
.comment-template .comments-list li .children{
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #e3eeff
}
@media (max-width:767px){
    .comment-template .comments-list li .children{
        margin-left:40px
    }
}
.comment-template .comment-form{
    background-color:#f5faff;
    padding:50px
}
@media (max-width:575px){
    .comment-template .comment-form{
        padding:30px
    }
}
.comment-template .comment-form button{
    border:none;
    color:#fff;
    font-size:16px;
    font-weight:700;
    height:60px;
    padding:0 40px;
    transition:all .3s ease-out 0s
}
@media (max-width:575px){
    .comment-template .comment-form button{
        padding:0 30px;
        font-size:14px
    }
}
.comment-template .comment-form button i{
    margin-right:10px
}
.comment-template .comment-form button:hover{
    background-color:#002249
}

/* Pricing Plan Customization Start*/
.pricing-tab-btn.nav{
    background:#fff;
    padding:10px
}
.pricing-tab-btn.nav li a{
    border-radius:0;
    padding:0 35px;
    line-height:60px;
    color:#69a1bb;
    font-weight:700
}
.pricing-tab-btn.nav li a.active{
    color:#fff;
}
.pricing-tab-btn.dark-style{
    background-color:#002c5f
}

/* Pricing Plan Customization End*/
.tile-gallery-one{
    text-align:right
}
.tile-gallery-one img{
    border:11px solid #fff;
    box-shadow:0 13px 30px rgba(0,0,0,.07)
}
.tile-gallery-one .img-one{
    text-align:left
}
@media (min-width:992px) and (max-width:1199px){
    .tile-gallery-one .img-one{
        max-width:90%
    }
}
@media (max-width:767px){
    .tile-gallery-one .img-one{
        max-width:90%
    }
}
.tile-gallery-one .img-two{
    margin-top:-80px;
    position:relative;
    display:inline-block;
    margin-left:auto;
    z-index:1
}
@media (min-width:992px) and (max-width:1199px){
    .tile-gallery-one .img-two{
        max-width:90%
    }
}
@media (max-width:767px){
    .tile-gallery-one .img-two{
        max-width:90%
    }
}
.tile-gallery-one .img-two::before{
    content:"";
    position:absolute;
    content:"";
    left:-15px;
    bottom:-15px;
    z-index:-1;
    height:180px;
    width:180px;
    -webkit-clip-path:polygon(0 0,0 100%,100% 100%);
    clip-path:polygon(0 0,0 100%,100% 100%)
}
.tile-gallery-two{
    text-align:right
}
.tile-gallery-two .img-one{
    text-align:left
}
@media (max-width:575px){
    .tile-gallery-two .img-one{
        max-width:90%
    }
}
.tile-gallery-two .img-two{
    margin-top:-220px;
    position:relative;
    z-index:1;
    display:inline-block
}
@media (min-width:992px) and (max-width:1199px){
    .tile-gallery-two .img-two{
        max-width:80%
    }
}
@media (max-width:575px){
    .tile-gallery-two .img-two{
        max-width:90%
    }
}
.tile-gallery-two .img-two::before{
    content:"";
    position:absolute;
    content:"";
    right:-15px;
    bottom:-15px;
    z-index:-1;
    width:calc(100% - 80px);
    height:calc(100% - 80px);
    -webkit-clip-path:polygon(100% 0,0 100%,100% 100%);
    clip-path:polygon(100% 0,0 100%,100% 100%)
}
.tile-gallery-three .img-one{
    text-align:right
}
@media (max-width:575px){
    .tile-gallery-three .img-one{
        max-width:90%
    }
}
.tile-gallery-three .img-two{
    margin-top:-220px;
    position:relative;
    z-index:1;
    display:inline-block
}
@media (max-width:575px){
    .tile-gallery-three .img-two{
        max-width:90%
    }
}
@media (min-width:992px) and (max-width:1199px){
    .tile-gallery-three .img-two{
        max-width:90%
    }
}
.tile-gallery-three .img-two img{
    border:15px solid #f5faff
}
.timer-items .syotimer .syotimer__body{
    display:flex;
    justify-content:space-between
}
@media (max-width:767px){
    .timer-items .syotimer .syotimer__body{
        flex-wrap:wrap
    }
}
@media (max-width:575px){
    .timer-items .syotimer .syotimer__body{
        display:block
    }
}
.timer-items .syotimer .syotimer__body .syotimer-cell{
    height:250px;
    width:250px;
    border:10px solid #f5faff;
    border-radius:50%;
    position:relative;
    z-index:2;
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    margin-bottom:40px
}
@media (max-width:1199px){
    .timer-items .syotimer .syotimer__body .syotimer-cell{
        height:200px;
        width:200px
    }
}
@media (max-width:991px){
    .timer-items .syotimer .syotimer__body .syotimer-cell{
        height:150px;
        width:150px
    }
}
@media (max-width:767px){
    .timer-items .syotimer .syotimer__body .syotimer-cell{
        height:200px;
        width:200px
    }
}
@media (max-width:575px){
    .timer-items .syotimer .syotimer__body .syotimer-cell{
        margin-left:auto;
        margin-right:auto
    }
}
.timer-items .syotimer .syotimer__body .syotimer-cell>div{
    width:100%;
    flex:0 0 100%
}
.timer-items .syotimer .syotimer__body .syotimer-cell::before{
    position:absolute;
    content:"";
    height:108%;
    width:108%;
    border-radius:50%;
    border:10px solid transparent;
    left:-10px;
    top:-10px;
    z-index:-1;
    transform:rotate(-45deg)
}
@media (max-width:1199px){
    .timer-items .syotimer .syotimer__body .syotimer-cell::before{
        width:110%;
        height:110%
    }
}
@media (max-width:991px){
    .timer-items .syotimer .syotimer__body .syotimer-cell::before{
        height:114%;
        width:114%
    }
}
@media (max-width:767px){
    .timer-items .syotimer .syotimer__body .syotimer-cell::before{
        width:110%;
        height:110%
    }
}
.timer-items .syotimer .syotimer__body .syotimer-cell .syotimer-cell__value{
    font-size:50px;
    font-weight:700;
    color:#002249;
    line-height:1
}
@media (max-width:991px){
    .timer-items .syotimer .syotimer__body .syotimer-cell .syotimer-cell__value{
        font-size:40px
    }
}
.timer-items .syotimer .syotimer__body .syotimer-cell .syotimer-cell__unit{
    font-weight:700;
    color:#69a1bb
}
.timer-items .timer-title{
    margin-top:60px;
    font-size:80px;
    text-align:center;
    line-height:1.1
}
@media (max-width:1199px){
    .timer-items .timer-title{
        font-size:60px
    }
}
@media (max-width:767px){
    .timer-items .timer-title{
        font-size:42px
    }
}
.error-content{
    padding-top:100px
}
.error-content .error-title{
    font-size:80px;
    text-align:center;
    line-height:1.1;
    margin-bottom:30px
}
@media (max-width:1199px){
    .error-content .error-title{
        font-size:60px
    }
}
@media (max-width:767px){
    .error-content .error-title{
        font-size:42px
    }
}
.privacy-area .content-box{
    padding-bottom:25px;
    border-bottom:1px solid #e3eeff;
    color:#81a3bb
}
.privacy-area .content-box:last-child{
    border-bottom:none
}
.privacy-area .content-box h2{
    margin-bottom:20px
}
.privacy-area .content-box h4{
    max-width:80%;
    margin-bottom:15px
}
.privacy-area .content-box p{
    margin-bottom:20px
}
.privacy-area .content-box ul.list{
    margin-top:15px
}
.privacy-area .content-box ul.list li{
    position:relative;
    padding-left:20px;
    padding-bottom:15px;
    line-height:20px
}
.privacy-area .content-box ul.list li:before{
    position:absolute;
    top:5px;
    left:0;
    width:10px;
    height:10px;
    border-radius:10px;
    background:#002249;
    content:""
}
.about-history-area{
    padding-top:100px;
    padding-bottom:170px
}
.about-history-area .section-title{
    padding-bottom:60px
}
.about-history-area .section-title .title{
    margin-bottom:13px
}
.about-history-area .section-title .title::before{
    display:none
}
@media (max-width:575px){
    .about-history-area .section-title p{
        font-size:15px
    }
}
.about-history-area .history-item{
    box-shadow:0 8px 16px 0 rgba(132,190,255,.1);
    margin-right:55px;
    position:relative
}
@media (max-width:575px){
    .about-history-area .history-item{
        padding-top:0;
        margin-right:0
    }
}
.about-history-area .history-item .history-thumb img{
    width:100%
}
.about-history-area .history-item .history-content{
    padding:33px 40px 38px
}
@media (max-width:767px){
    .about-history-area .history-item .history-content{
        padding:25px 20px 25px
    }
}
@media (max-width:575px){
    .about-history-area .history-item .history-content{
        padding:15px
    }
}
@media (max-width:575px){
    .about-history-area .history-item .history-content{
        padding:33px 40px 38px
    }
}
.about-history-area .history-item .history-content span{
    font-weight:700
}
.about-history-area .history-item .history-content .title{
    font-size:26px;
    padding-top:9px
}
@media (max-width:991px){
    .about-history-area .history-item .history-content .title{
        font-size:22px
    }
}
@media (max-width:767px){
    .about-history-area .history-item .history-content .title{
        font-size:17px
    }
}
@media (max-width:575px){
    .about-history-area .history-item .history-content .title{
        font-size:18px
    }
}
@media (max-width:575px){
    .about-history-area .history-item .history-content .title{
        font-size:26px
    }
}
.about-history-area .history-item.history-item-2{
    margin-right:0;
    margin-left:55px
}
@media (max-width:575px){
    .about-history-area .history-item.history-item-2{
        margin-left:0
    }
}
.about-history-area .history-item.history-item-2::after{
    left:-72px
}
.about-history-area .history-item.history-item-2 .number-box{
    left:-100px
}
.about-history-area .history-item::after{
    position:absolute;
    content:"";
    right:-70px;
    top:0;
    height:100%;
    width:2px;
    background:#e3eeff
}
@media (max-width:575px){
    .about-history-area .history-item::after{
        display:none
    }
}
.about-history-area .history-item .number-box{
    height:60px;
    width:60px;
    border-radius:50%;
    border:4px solid #9edbff;
    position:absolute;
    top:-25px;
    right:-99px;
    background:#fff;
    z-index:5;
    text-align:center
}
@media (max-width:575px){
    .about-history-area .history-item .number-box{
        display:none
    }
}
.about-history-area .history-item .number-box span{
    line-height:55px;
    font-weight:700;
    color:#002249
}
.about-history-area .history-item .number-box-2{
    height:60px;
    width:60px;
    text-align:center;
    border-radius:50%;
    position:absolute;
    right:-99px;
    bottom:-50px;
    z-index:9
}
@media (max-width:575px){
    .about-history-area .history-item .number-box-2{
        display:none
    }
}
.about-history-area .history-item .number-box-2 i{
    color:#fff;
    font-size:20px;
    line-height:60px
}
.project-gallery{
    padding:110px 0 90px;
    position:relative
}
.project-gallery .mix{
    display:none
}
.project-gallery .shape{
    position:absolute;
    bottom:0;
    left:0;
    width:500px;
    z-index:-9
}
.project-gallery .project-gallery-filter .project-gallery-menu{
    margin-bottom:30px;
    padding-left:0
}
.project-gallery .project-gallery-filter .project-gallery-menu .filter{
    margin:5px;
    list-style:none;
    display:inline-block;
    padding:12px 30px;
    border-radius:5px;
    cursor:pointer;
    font-weight:600;
    box-shadow:0 4px 10px rgba(0,0,0,.1);
    transition:all .3s ease-out 0s
}
@media (max-width:991px){
    .project-gallery .project-gallery-filter .project-gallery-menu .filter{
        padding:9px 25px
    }
}
@media (max-width:575px){
    .project-gallery .project-gallery-filter .project-gallery-menu .filter{
        padding:8px 20px
    }
}
.project-gallery .project-gallery-filter .project-gallery-menu .filter.active,.project-gallery .project-gallery-filter .project-gallery-menu .filter:hover{
    color:#fff;
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail{
    margin-bottom:30px;
    position:relative;
    overflow:hidden;
    border-radius:10px;
    height:370px;
    width:100%
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay{
    position:absolute;
    top:7%;
    left:5%;
    width:0%;
    height:86%;
    background:rgba(255,255,255,.95);
    border-radius:10px;
    transition:all .3s ease-out 0s
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a{
    position:absolute;
    right:5%;
    top:10%;
    width:40px;
    height:40px;
    line-height:40px;
    border-radius:50%;
    border:1px solid #555;
    text-align:center;
    font-size:16px;
    color:#555;
    transition:all .5s;
    transform:translateX(50px);
    opacity:0;
    visibility:hidden
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a:hover{
    color:#fff
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .links a.image-preview{
    margin-right:12px
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info{
    position:absolute;
    bottom:10%;
    left:10%;
    overflow:hidden
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .tag{
    margin-bottom:0;
    color:#555;
    font-weight:400;
    font-size:14px;
    line-height:24px;
    opacity:0;
    visibility:hidden;
    transform:translateY(50px);
    transition:all .4s
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail .content-overlay .content .info .project-name{
    font-size:18px;
    line-height:28px;
    font-weight:600;
    margin-top:0;
    color:#555;
    opacity:0;
    visibility:hidden;
    transform:translateY(50px);
    transition:all .4s
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay{
    opacity:1;
    width:90%
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .links a{
    transform:translateX(0);
    opacity:1;
    visibility:visible;
    transition-delay:.3s
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .tag{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    transition-delay:.3s
}
.project-gallery .project-gallery-item .gallery-item .item-thumbnail:hover .content-overlay .content .info .project-name{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    transition-delay:.5s
}
.quote-area{
    background-attachment:fixed
}
.quote-area .quote-overlay{
    background-color:rgba(0,18,34,.8);
    padding-top:105px;
    padding-bottom:120px
}
.quote-area .quote-overlay .section-title-2 .title{
    color:#fff
}
.quote-area .quote-overlay .section-title-2 p{
    color:#fff
}
.quote-area .quote-overlay .quote-form .input-box{
    position:relative
}
.quote-area .quote-overlay .quote-form .input-box input{
    width:100%;
    background-color:transparent;
    border:2px solid rgba(255,255,255,.2);
    padding-left:40px;
    line-height:80px;
    color:#c1d0de
}
.quote-area .quote-overlay .quote-form .input-box input::-moz-placeholder{
    opacity:1;
    color:#c1d0de
}
.quote-area .quote-overlay .quote-form .input-box input:-ms-input-placeholder{
    opacity:1;
    color:#c1d0de
}
.quote-area .quote-overlay .quote-form .input-box input::placeholder{
    opacity:1;
    color:#c1d0de
}
.quote-area .quote-overlay .quote-form .input-box textarea{
    width:100%;
    height:200px;
    background-color:transparent;
    border:2px solid rgba(255,255,255,.2);
    padding-top:30px;
    padding-left:40px;
    color:#c1d0de;
    resize:none
}
.quote-area .quote-overlay .quote-form .input-box textarea::-moz-placeholder{
    opacity:1;
    color:#c1d0de
}
.quote-area .quote-overlay .quote-form .input-box textarea:-ms-input-placeholder{
    opacity:1;
    color:#c1d0de
}
.quote-area .quote-overlay .quote-form .input-box textarea::placeholder{
    opacity:1;
    color:#c1d0de
}
.quote-area .quote-overlay .quote-form .input-box button{
    margin-top:38px;
    border-radius:0
}
.quote-area .quote-overlay .quote-form .input-box i{
    position:absolute;
    top:35px;
    right:40px
}
.quote-page .input-box{
    position:relative
}
.quote-page .input-box.file{
    position:relative
}
.quote-page .input-box.file label{
    position:absolute;
    width:100%;
    top:0;
    color:#757575;
    left:0;
    padding-left:30px;
    cursor:pointer;
    top:50%
}
.quote-page .input-box input{
    width:100%;
    border:2px solid rgba(0,0,0,.07);
    padding-left:40px;
    height:60px;
    padding-right:26px;
    line-height:20px
}
.quote-page .input-box textarea{
    width:100%;
    height:200px;
    border:2px solid rgba(0,0,0,.07);
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
    resize:none
}
.single-job{
    border:2px solid #ededed;
    padding:35px 40px;
    margin-bottom:30px;
    border-radius: 10px;
}
.single-job .title{
    font-size:24px;
    margin-bottom:25px;
    font-weight:600;
    transition:all .3s ease-out 0s
}
.single-job p{
    position:relative;
    padding-left:30px;
    margin-bottom:10px
}
.single-job p:last-child{
    margin-bottom:0
}
.single-job p span{
    font-weight:600;
    color:#444
}
.single-job p i{
    position:absolute;
    left:0;
    top:4px;
}
.single-job a{
    color:#232323;
    font-weight:600;
    margin-top:5px
}
.single-job a i{
    margin-left:10px;
    position:relative;
    top:2px
}
.jobdetails-area {
    padding: 22px 30px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.jobdetails-area .job_name{
    font-size:24px;
    margin-bottom:25px;
    font-weight:600;
}
.jobdetails-area .job_name i{
    margin-right:5px
}
.jobdetails-area .j-info{
    margin-bottom:30px;
    display:block
}
.jobdetails-area .j-info h4{
    font-size:18px;
    line-height:28px;
    font-weight:600
}
.auth .sign-form{
    border:2px solid #ededed;
    padding:35px 40px
}
.auth .sign-form .heading{
    text-align:center;
    margin-bottom:30px
}
.auth .sign-form .heading .title{
    font-size:30px;
    line-height:40px;
    font-weight:600
}
.auth .sign-form form .input-group{
    margin-bottom:15px
}
.auth .sign-form form .input-group input{
    background:0 0;
    border:1px solid #ededed;
    padding:0 30px;
    height:60px;
    border-radius:0
}
.auth .sign-form form .fp{
    display:block;
    font-weight:500
}
.auth .sign-form form .main-btn{
    margin-top:20px;
    display:block;
    margin:20px auto 0
}
.auth .sign-form form .reg-text{
    margin-top:15px
}
.auth .sign-form form .reg-text a{
    font-weight:600
}
.w-80{
    width:80px;
    height:80px;
    -o-object-fit:cover;
    object-fit:cover
}
.user-dashboard-area .card .card-header{
    color:#fff;
    font-weight:600
}
.user-dashboard-area .user-info{
    text-align:center;
    margin-bottom:22px
}
.user-dashboard-area .user-info img{
    width:130px;
    height:130px;
    border-radius:50%;
    border:4px solid #fff;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    display:inline-block
}
.user-dashboard-area .user-info h4{
    font-size:21px;
    line-height:31px;
    font-weight:600
}
.user-dashboard-area .user-menu{
    border:2px solid #ededed;
    padding:30px 30px
}
.user-dashboard-area .user-menu ul li{
    border-top:0;
    position:relative
}
.user-dashboard-area .user-menu ul li a{
    font-size:16px;
    line-height:38px;
    font-weight:600;
    display:block;
    color:#002249
}
.user-dashboard-area .user-menu ul li:first-child .list-group-item{
    border-top:1px solid rgba(0,0,0,.125)
}
.user-dashboard-area .upload-img .img{
    margin-bottom:20px
}
.user-dashboard-area .upload-img .img img{
    width:120px;
    height:120px;
    border:5px solid #fff;
    box-shadow:2px 2px 10px 0 rgba(0,0,0,.2);
    border-radius:50%
}
.mb-30{
    margin-bottom:30px
}
.dashboard-inner{
    border:2px solid #ededed;
    padding:30px 30px;
    height:100%
}
.dashboard-inner .card{
    margin-bottom:30px;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    transition:all .3s ease-out 0s;
    border:0;
    padding:20px 10px 10px;
    position:relative;
    overflow:hidden
}
.dashboard-inner .card::before{
    position:absolute;
    content:"";
    width:200px;
    height:200px;
    background:rgba(255,255,255,.13);
    border-radius:50%;
    bottom:-80px;
    right:-80px
}
.dashboard-inner .card::after{
    position:absolute;
    content:"";
    width:200px;
    height:200px;
    background:rgba(255,255,255,.13);
    border-radius:50%;
    top:-80px;
    right:-80px
}
.dashboard-inner .card .card-body{
    padding-right:70px
}
.dashboard-inner .card .card-body i{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:40px;
    color:#fff;
    right:30px
}
.dashboard-inner .card .card-body p{
    font-size:16px;
    line-height:26px;
    font-weight:500;
    color:#fff;
    margin-bottom:15px
}
.dashboard-inner .card .card-body h5{
    font-size:28px;
    line-height:38px;
    font-weight:600;
    color:#fff
}
.dashboard-inner .card:hover{
    box-shadow:0 5px 10px rgba(0,0,0,.1)
}
.progress-area-step{
    margin-bottom:60px;
    display:block;
    overflow:hidden
}
.progress-steps li{
    width:25%;
    float:left;
    text-align:center;
    position:relative
}
.progress-steps li .icon{
    text-align:center;
    margin:auto;
    line-height:30px;
    font-size:34px;
    font-weight:700;
    color:#c7c7c7;
    position:relative;
    z-index:9
}
.progress-steps li.active .icon{
    color:#00f
}
.progress-steps li:first-child:after{
    display:none
}
.progress-steps li:after{
    position:absolute;
    content:"";
    height:3px;
    width:calc(100% - 30px);
    background:#efefef;
    top:14px;
    z-index:0;
    right:calc(50% + 15px)
}
.progress-steps li .progress-title{
    padding-top:10px
}
.checkout-area{
    padding:120px 0 120px
}
.checkout-area .g-title{
    font-size:20px;
    line-height:30px;
    font-weight:600;
    color:#fff;
    padding:8px 20px
}
.checkout-area .ship-diff-toogle{
    margin:30px 0
}
.checkout-area .patment-area .mybtn1{
    border:0;
    width:100%
}
.checkout-area .cart-product .table thead tr th{
    font-size:14px;
    font-weight:600
}
.checkout-area .cart-product .table .t-total{
    min-width:80px
}
.checkout-area .cart-product .table img{
    width:80px;
    height:80px;
    -o-object-fit:cover;
    object-fit:cover
}
.checkout-area .cart-product .table .product-title a{
    font-size:14px;
    line-height:20px;
    font-weight:500;
    margin-bottom:0;
    color:#002249
}
.checkout-area .cart-product .table .price{
    font-size:14px;
    line-height:24px;
    font-weight:600
}
.checkout-area .cart-product .cuponform{
    margin-bottom:30px
}
.checkout-area .cart-product .cuponform .mybtn1{
    padding:0;
    border:0;
    padding:0 25px;
    border-radius:0 3px 3px 0
}
.checkout-area .cart-product .add-shiping-methods table tbody tr td p{
    margin-bottom:0
}
.checkout-area .cart-product .add-shiping-methods table tbody tr td p strong{
    font-weight:600
}
.checkout-area .cart-product .cart-summery{
    margin-top:25px
}
.checkout-area .cart-product .cart-summery .table th{
    font-weight:600
}
.payment-gateway .product_payment_gateway_check{
    width:120px;
    display:inline-block;
    border:2px solid #dadada;
    padding:10px;
    margin:4px;
    text-align:center;
    cursor:pointer
}
.payment-gateway .product_payment_gateway_check img{
    max-width:100%;
    height:50px
}

/* OTHERS STYLES */

/* ----------------------------------------------------------------
	Flip Cards 001
-----------------------------------------------------------------*/

.min-features{
  padding: 50px 0 30px
}
.services-block{
	position:relative;
	margin-bottom:20px;
}
.services-block .inner-box{
	position:relative;
	display:block;
	text-align:center;
	padding:45px 15px 40px; 
	background-color:#e19e00;
	border-radius: 5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transition: all 0.5s;
}
.services-block .inner-box .big-icon{
	position:absolute;
	left:0px;
	top:95px;
	right:0px;
	bottom:0px;
	line-height:1em;
	font-size:200px;
	text-align:center;
	color:rgba(255,255,255,0.3);
}
.services-block .inner-box:hover{
		-webkit-transform: scale(1);
          transform: scale(1);
}
.services-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	visibility:visible;
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	-ms-transform-origin:top;
	-moz-transform-origin:top;
	transform-origin:top;
}
.services-block .inner-box:hover::before{
	opacity:1;
	visibility:visible;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}
.services-block .inner-box .iconx-box .ico{
	position:relative;
	font-size:80px;
	line-height:1em;
	color:#FFFFFF; 
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .iconx-box .ico{
	color:#ffffff;
}
.services-block .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	color:#FFFFFF;
	line-height:1.3em;
	margin-top:30px;
	margin-bottom:20px;
}

.services-block .inner-box span{
	position:relative;
	font-weight:700;
	color:#000000;
	line-height:1.4em;
}
.services-block .inner-box h3 a{
	position:relative;
	color:#FFFFFF;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.services-block .inner-box .text{
	position:relative;
	font-size:15px;
	line-height:1.6em;
	color:#FFFFFF;
        text-align:left;
	padding:0px 15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.services-block .inner-box .arrow{
	position:absolute;
	left:50%;
	bottom:0px;
	margin-bottom:-22px;
	width:44px;
	height:44px;
	font-size:10px;
	line-height:44px;
	text-align:center;
	border-radius:50%;
	font-weight:800;
	margin-left:-20px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:0px 10px 15px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 10px 15px rgba(0,0,0,0.05);
	box-shadow:0px 10px 15px rgba(0,0,0,0.05);
}
.services-block .inner-box:hover .arrow{
	color:#ffffff;
}

/* ----------------------------------------------------------------
	Flip Cards 002
-----------------------------------------------------------------*/

.flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.flip-card-front,
.flip-card-back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 280px;
	border-radius: 6px;
	color: #FFF;
	font-size: 1.5rem;
}

.flip-card-back { background-color: #666; }

.flip-card:hover .flip-card-front,
.flip-card:hover .flip-card-back {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
	-webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-card-front.no-after::after,
.flip-card-back.no-after::after { content: none }

.flip-card-front::after,
.flip-card-back::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0.6;
	background-color: #f76200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 6px;
}

.flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.flip-card-inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}

.flip-card-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-front,
.flip-card:hover .flip-card-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-to-bottom .flip-card-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-to-bottom .flip-card-front,
.top-to-bottom:hover .flip-card-back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.top-to-bottom:hover .flip-card-front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.flip-card-inner .card .card-body .card-title {
    color: #ffffff;
}

.flip-card-inner span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}

.flip-card-inner p {
	position: relative;
	font-size: 1rem;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7);
}

/* ----------------------------------------------------------------
	Flip Cards 003
-----------------------------------------------------------------*/

.service-areav2{
  padding: 100px 0 70px;
  background: #f5f5f5;
}
.single-servicev2 {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 0;
  opacity: 0.9;
}

.single-servicev2 {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 30px;
  color: #ffffff;
  border-radius: 6px;
}

.single-servicev2 .service-content-wrap {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-servicev2 .service-content-wrap .icon {
  font-size: 60px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
}

.single-servicev2 .service-content-wrap h3 {
  margin-bottom: 15px;
  color: #ffffff;
}

.single-servicev2 .service-content-wrap p {
  font-size:15px;
  line-height:1.6em;
  color: #ffffff;
}
.single-servicev2 .service-heading {
  text-align: center;
  padding: 20px;
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: -30px;
  -webkit-transform: scale(0);
          transform: scale(0);
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 6px;
}
.single-servicev2 .service-heading h3 {
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: -4px;
}

.single-servicev2 .service-heading .circle-read-more i {
  background-color: #ffffff;
  color: #f53d14;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #f53d14;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.single-servicev2 .service-heading .circle-read-more i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.single-servicev2 .service-heading .circle-read-more:hover i::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #ffffff;
}

.single-servicev2:hover {
  background-color: transparent;
}

.single-servicev2:hover .service-heading {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-servicev2:hover .service-content-wrap {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.service-all {
  margin-top: 20px;
}


/*===========================
    Pricing 01 
===========================*/
.services-plans-area {
  padding-top: 111px;
  padding-bottom: 120px;
}
.services-plans-area .services-title {
  text-align: center;
}
.services-plans-area .services-title span {
  font-weight: 700;
  letter-spacing: 2px;
}
.services-plans-area .services-title .title {
  font-size: 60px;
  padding-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-plans-area .services-title .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .services-plans-area .services-title .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-plans-area .services-title .title {
    font-size: 60px;
  }
}
.services-plans-area .plans-item {
  position: relative;
  z-index: 5;
  padding: 45px 30px 40px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-plans-area .plans-item {
    padding: 45px 10px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-plans-area .plans-item {
    padding: 45px 41px 40px;
  }
}
.services-plans-area .plans-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4fbff;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
  border-radius: 10px;
}
.services-plans-area .plans-item b {
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  transition: all 0.3s ease-out 0s;
}
.services-plans-area .plans-item .title {
  font-size: 16px;
  transition: all 0.3s ease-out 0s;
}
.services-plans-area .plans-item .title span {
  font-size: 70px;
  transition: all 0.3s ease-out 0s;
}
.services-plans-area .plans-item > span {
  color: #88a2bf;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 33px;
  transition: all 0.3s ease-out 0s;
}
.services-plans-area .plans-item > span::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 42px;
  left: 50%;
  bottom: -20px;
  background: #13335a;
  transform: translateX(-50%);
  transition: all 0.3s ease-out 0s;
}
.services-plans-area .plans-item .list li {
  display: block;
  list-style: none;
}
.services-plans-area .plans-item .list li p {
  line-height: 40px;
}
.services-plans-area .plans-item p {
  font-size: 14px;
  color: #69a1bb;
  transition: all 0.3s ease-out 0s;
}
.services-plans-area .plans-item a {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-size: 17px;
  margin-top: 35px;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.services-plans-area .plans-item:hover b {
  color: #fff;
}
.services-plans-area .plans-item:hover span::before {
  width: 100px;
  background: #fff;
}
.services-plans-area .plans-item:hover .title {
  color: #fff;
}
.services-plans-area .plans-item:hover p {
  color: #fff;
}
.services-plans-area .plans-item:hover a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.services-plans-area .plans-tab-btn .nav {
  background: #fff;
  padding: 10px;
}
.services-plans-area .plans-tab-btn .nav li a {
  border-radius: 0;
  padding: 0 35px;
  line-height: 60px;
  color: #69a1bb;
  font-weight: 700;
}
.services-plans-area .plans-tab-btn .nav li a.active {
  color: #fff;
}

/*-----------------------------
**   Pricing 02
------------------------------*/

.pricingPlan-section {
  background-color: #f9f5ff;
  padding: 110px 0px 90px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.pricingPlan-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
}

.pricingPlan-section .section-heading {
  margin-bottom: 26px;
}

.pricingPlan-section .slider-item {
  padding: 30px 15px 30px;
}

.pricingPlan-section .single-price {
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease-in;
}
.pricingPlan-section .single-price .title {
  font-size: 22px;
  transition: all 0.3s ease-out 0s;
}
.pricingPlan-section .single-price .title span {
  font-size: 70px;
  transition: all 0.3s ease-out 0s;
}

.pricingPlan-section .single-price .name {
  background: #983ce9;
  text-align: center;
  padding: 14px 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.pricingPlan-section .single-price .mbps {
  text-align: center;
  padding: 10px 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.pricingPlan-section .single-price .mbps span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.pricingPlan-section .single-price .list {
  padding: 10px 30px;
  text-align: center;
}

.pricingPlan-section .single-price .list li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricingPlan-section .single-price .list li:last-child {
  border-bottom: 0px;
}

.pricingPlan-section .single-price .list li:first-child {
  border-top: 0px;
}

.pricingPlan-section .single-price .list li p {
  margin-bottom: 0px;
  line-height: 40px;
  font-size: 16px;
  display: block;
  position: relative;
  text-align: center;
}

.pricingPlan-section .single-price .bottom-area {
  padding-bottom: 30px;
  text-align: center;
}

.pricingPlan-section .single-price .bottom-area .price-area {
  padding: 10px 30px;
}

.pricingPlan-section .single-price .bottom-area .price-area .price-top-area p {
  display: inline-block;
  margin-bottom: 0px;
}

.pricingPlan-section .single-price .bottom-area .price-area .price-top-area p.showprice {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.pricingPlan-section .single-price .bottom-area .price-area .price-top-area p.discounted {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #555;
}

.pricingPlan-section .single-price:hover {
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  transform: translateY(-10px);
}

.pricingPlan-section .owl-stage-outer {
  position: relative;
}

.pricingPlan-section .owl-controls {
  display: block;
  text-align: center;
  z-index: 91;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.pricingPlan-section .owl-controls .owl-nav {
  display: inline-block;
  width: 100%;
}

.pricingPlan-section .owl-controls .owl-nav div {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  margin: 0px 5px;
  border-radius: 50%;
  font-size: 22px;
  transition: all 0.3s ease-in;
  color: #0250c5;
  background: #fff;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  transition: all 0.3s ease-in;
}

.pricingPlan-section .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}

.pricingPlan-section .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}

.pricingPlan-section .owl-controls .owl-nav div:hover {
  color: #fff !important;
  background: #0250c5;
}
/*-----------------------------
**   Pricing 03
------------------------------*/
.pricing-plan-item{
    background-size:cover;
    background-position:center;
    position:relative;
    z-index:5;
    padding:55px 30px 60px;
    text-align:center
}
.pricing-plan-item::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:-1;
    transition:all .3s ease-out 0s
}
.pricing-plan-item>*{
    transition:all .3s ease-out 0s
}
.pricing-plan-item .plan-name{
    font-weight:700;
    font-size:14px;
    display:block;
    padding-bottom:10px
}
.pricing-plan-item .price{
    font-size:16px
}
.pricing-plan-item .price span{
    font-size:70px
}
.pricing-plan-item .plan-duration{
    color:#81a3bb;
    font-size:14px;
    position:relative;
    margin-bottom:33px
}
.pricing-plan-item .plan-duration::before{
    position:absolute;
    content:"";
    height:2px;
    width:42px;
    left:50%;
    bottom:-20px;
    background:#69a1bb;
    transform:translateX(-50%);
    transition:all .3s ease-out 0s;
    opacity:.4
}
.pricing-plan-item p{
    font-size:14px;
    color:#69a1bb;
    transition:all .3s ease-out 0s
}
.pricing-plan-item .plans-btn{
    background-color:transparent;
    border:2px solid #e3eeff;
    font-size:14px;
    margin-top:35px;
    width:100%;
    padding:15px;
    font-weight:700;
}
.pricing-plan-item.dark-style::before{
    background-color:#00152e
}
.pricing-plan-item.dark-style .plan-duration,.pricing-plan-item.dark-style .plan-name,.pricing-plan-item.dark-style .price{
    color:#fff
}
.pricing-plan-item.dark-style .plans-btn{
    border-color:#1d3d63
}
.pricing-plan-item:hover .plans-btn{
    color:#fff
}
.pricing-plan-item .list li{
    list-style: none;
    line-height: 30px;
}
.pricing-plan-item::before {
    background: #f5faff;
}


/*===============================
    Feature 02
================================*/
.who-we-are-area {
  position: relative;
  z-index: 5;
}
.who-we-are-area .section-title .title {
  font-size: 55px;
  color: #232323;
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .who-we-are-area .section-title .title {
    font-size: 42px;
    line-height: 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .who-we-are-area .section-title .title {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .who-we-are-area .section-title .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .who-we-are-area .section-title .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
  }
}
.who-we-are-area .section-title .title::before {
  display: none;
}
.who-we-are-area .section-title p {
  font-size: 14px;
  padding-right: 15px;
  line-height: 35px;
  color: #616161;
  padding-top: 25px;
}
.who-we-are-area .what-we-do-item {
  box-shadow: 0px 10px 29.7px 0.3px rgba(225, 225, 225, 0.64);
  border-radius: 8px;
  padding: 45px 15px 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  z-index: 5;
}
.who-we-are-area .what-we-do-item > i {
  font-size: 50px;
  padding-bottom: 35px;
  transition: all 0.3s ease-out 0s;
}
.who-we-are-area .what-we-do-item .title {
  font-size: 22px;
  color: #232323;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .who-we-are-area .what-we-do-item .title {
    font-size: 18px;
  }
}
.who-we-are-area .what-we-do-item p {
  color: #616161;
  font-size: 14px;
  padding-top: 10px;
  transition: all 0.3s ease-out 0s;
}
.who-we-are-area .what-we-do-item a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-out 0s;
}
.who-we-are-area .what-we-do-item:hover {
      color : #fff!important;
}
.who-we-are-area .what-we-do-item:hover i {
  color: #fff;
}
.who-we-are-area .what-we-do-item:hover .title {
  color: #fff;
}
.who-we-are-area .what-we-do-item:hover p {
  color: #fff;
}
.who-we-are-area .what-we-do-item:hover a {
  background: #fff;
}
.who-we-are-area .what-we-do-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/what-we-are-dot.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.who-we-are-area .what-we-are-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .who-we-are-area .what-we-are-shape-1 {
    width: 40%;
  }
}
.who-we-are-area .what-we-are-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .who-we-are-area .what-we-are-shape-2 {
    width: 40%;
  }
}


/*===============================
    MEET US 01
================================*/
.meet-us-area {
  padding-bottom: 120px;
  margin-top: -20px;
}
.meet-us-area .meet-us-item {
  height: 300px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .meet-us-area .meet-us-item {
    padding-left: 30px;
    padding-right: 30px;
    display: block !important;
    padding-top: 40px;
  }
}
.meet-us-area .meet-us-item .title {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .meet-us-area .meet-us-item .title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .meet-us-area .meet-us-item .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .meet-us-area .meet-us-item .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.meet-us-area .meet-us-item a {
  font-size: 17px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .meet-us-area .meet-us-item a {
    margin-top: 30px;
  }
}
.meet-us-area .meet-us-item a i {
  padding-left: 5px;
}

/*===========================
    MEET US 02 
===========================*/
.action-area {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .action-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .action-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.action-area .action-overlay {
  background: #002249;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  padding: 93px 0px 83px;
}
.action-area .action-bg {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .action-area .action-bg {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .action-area .action-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.action-area .action-bg .action-content span {
  color: #fff;
}
.action-area .action-bg .action-content .title {
  font-size: 70px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .action-area .action-bg .action-content .title {
    font-size: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action-area .action-bg .action-content .title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .action-area .action-bg .action-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .action-area .action-bg .action-content .title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .action-area .action-bg .action-btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .action-area .action-bg .action-btn {
    margin-top: 20px;
  }
}
.action-area .action-bg .action-btn i {
  padding-right: 6px;
}
/*===========================
    MEET US 03/04
===========================*/
.call-to-action-two .call-to-action-inner{
    position:relative;
    z-index:1;
    background-size:cover;
    background-position:left center;
    padding:90px 100px
}
@media (max-width:1199px){
    .call-to-action-two .call-to-action-inner{
        padding:90px 80px
    }
}
@media (max-width:767px){
    .call-to-action-two .call-to-action-inner{
        padding:60px
    }
}
@media (max-width:575px){
    .call-to-action-two .call-to-action-inner{
        padding:40px
    }
}
.call-to-action-two .call-to-action-inner .title{
    font-size:50px;
    color:#fff
}
@media (max-width:767px){
    .call-to-action-two .call-to-action-inner .title{
        font-size:38px
    }
}
@media (max-width:575px){
    .call-to-action-two .call-to-action-inner .title{
        font-size:32px
    }
}
.call-to-action-two.cta-mt-negative{
    margin-top:-20px;
    position:relative;
    z-index:2
}
.call-to-action-three{
    padding-right:30px;
    padding-left:30px
}
.call-to-action-three .call-to-action-inner{
    background-size:cover;
    background-position:center;
    border-radius:30px;
    padding:90px 0;
    background-color:#002249;
    background-image:url(../img/cta-bg/cta-bg-3.png)
}
.call-to-action-three.cta-mt-negative{
    position:relative;
    z-index:22;
    margin-top:-180px
}
.call-to-action-four{
    padding: 65px 0;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    position:relative;
    z-index:1
}
.call-to-action-four::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:.9
}
.call-to-action-four .cta-content .title-tag{
    color:#fff;
    font-weight:700;
    letter-spacing:2px
}
.call-to-action-four .cta-content .title{
    color:#fff;
    font-size:60px
}
@media (max-width:767px){
    .call-to-action-four .cta-content .title{
        font-size:46px
    }
}
.call-to-action-four .cta-btns{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:-15px
}
@media (max-width:991px){
    .call-to-action-four .cta-btns{
        justify-content:flex-start;
        margin-top:40px
    }
}
@media (max-width:575px){
    .call-to-action-four .cta-btns{
        flex-wrap:wrap
    }
}
.call-to-action-four .cta-btns .cta-btn{
    background:#ff5f6e;
    border-radius: 8px;
    text-align:center;
    padding:20px 45px;
    position:relative;
    z-index:5;
    margin:15px
}
.call-to-action-four .cta-btns .cta-btn i{
    position:absolute;
    top:10px;
    left:15px;
    opacity:.2;
    color:#fff;
    font-size:60px;
    z-index:-1
}
.call-to-action-four .cta-btns .cta-btn p{
    color:#fff;
    font-size:14px
}
.call-to-action-four .cta-btns .cta-btn span{
    color:#fff;
    font-weight:700;
    font-size:22px
}
@media (max-width:1199px){
    .call-to-action-four .cta-btns .cta-btn span{
        font-size:18px
    }
}

/*================================================
CONTACT 01
==================================================*/

.contact .section-titleex {
    margin-bottom: 60px;
}
.contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}
.contact-form .form-group i.fa {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 14px;
}
.home-page-form {
    background: #fff;
    border-top: 3px solid #4285F4;
    padding: 23px 30px 38px;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.google_map_wrapper {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;

}
.google_map_wrapper iframe {
    width: 100%!important;
    height: 330px!important;
}
.form-control {
    padding: 12px 0px;
    font-size: 14px;
    height: auto;
    box-shadow: none !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
}
.form-control:focus {
    border-top: none;
    border-left: none;
    border-right: none;
}
textarea.form-control {
    resize: vertical;
    height: 130px;
}
.contact-form .mybtn {
    width: 100%;
}
.contact .single-info {
    padding: 39px 20px 36px;
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.contact .single-info:hover{
    
    box-shadow: 4px 10px 30px 0px rgba(1, 0, 43, 0.12);
    transform: translateY(-5px);
}
.info-icon {
    width: 65px;
    height: 65px;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
}
.info-icon.fa {
    font-size: 20px;
}
.single-info h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-info p {
    margin-bottom: 0;
}
.contact .cAndm {
    padding-top: 48px;
}

/*===============================
    CONTACT 02
================================*/
.contact-details-area .contact-info {
  border: 1px solid #ededed;
}
@media (max-width: 767px) {
  .contact-details-area .contact-info {
    margin-right: 0;
  }
}
.contact-details-area .contact-info .contact-item-1 {
  display: flex;
}
@media (max-width: 767px) {
  .contact-details-area .contact-info .contact-item-1 {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-details-area .contact-info .contact-item-1 {
    display: flex;
  }
}
.contact-details-area .contact-info .contact-item-1 .contact-info-item {
  border: 1px solid #ededed;
  width: 100%;
  padding: 55px 10px 50px;
}
.contact-details-area .contact-info .contact-item-1 .contact-info-item i {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  color: #fff;
  font-size: 24px;
}
.contact-details-area .contact-info .contact-item-1 .contact-info-item .title {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
}
.contact-details-area .contact-info .contact-item-1 .contact-info-item p {
  font-size: 18px;
  color: #69a1bb;
  padding-top: 5px;
}
.contact-details-area .map-area iframe {
  width: 100%;
  height: 581px !important;
}

/*================================================
SECTION TITLE Extra AND SECTION PADDING
==================================================*/

.section-titleex {
    text-align: center;
    position: relative;
}
.section-titleex h2 {
    font-size: 48px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: -10px;
    text-transform: uppercase;
}
.section-titleex span{
    font-size: 23px;
    line-height: 55px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.section-titleex h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.section-titleex h1 span {
    font-size: 48px;
    float:right; 
    display:block;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .section-titleex span {
    font-size: 57px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-titleex span {
    font-size: 45px;
  }
}
@media only screen and (max-width: 576px) {
  .section-titleex span {
    font-size: 38px;
  }
  .section-titleex h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

/* Search area
================================================== */

.subscribe{
  padding: 0;
}
.subscribe-call-to-acton{
   min-height: 115px;
   padding: 30px 0 0 30px;
}
.subscribe-call-to-acton h3 {
   font-size: 19px;
   margin-top: 0;
   margin-bottom: 4px;
}

.subscribe-call-to-acton h4 {
   color: #fff;
   font-size: 24px;
   margin: 0;
}
.ts-newsletter{
   position: relative;
   min-height: 115px;
   padding: 30px 0 0 50px;
}
.ts-newsletter:before{
   content: '';
   position: absolute;
   left: -50px;
   z-index: 1;
   border-left: 50px solid transparent;
   border-right: 0 solid transparent;
   bottom: 0;
}
.ts-newsletter:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
}
.newsletter-introtext{
   float: left;
}
.newsletter-introtext span{
   color: #000000;
   font-size: 18px;
   font-weight: 700;
}
.newsletter-introtext h4{
   font-size: 21px;
   font-weight: 800;
}
.txt-bold {
   color: #fff;
   font-weight: 700;
}
.ts-newsletter .sidebar_search {
  height: 54px;
  margin-bottom: 0px;
  position: relative;
}
.ts-newsletter .sidebar_search input {
  width:100%;
  height: 53px;
  border:none;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #f1f1f1;
  padding: 0 56px 0 12px;
  color:#000000;
  border-radius: 6px;
}
.ts-newsletter .sidebar_search button {
  height:100%;
  position: absolute;
  top:0;
  right:0;
}

/*-----------------------------
** Branch Page Start
------------------------------*/

.branch-page {
  padding: 120px 0px 90px;
}

.branch-page .single-branch {
  margin-bottom: 30px;
  position: relative;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.branch-page .single-branch iframe {
  height: 520px !important;
  width: 100% !important;
}

.branch-page .single-branch .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 70%;
  padding: 30px;
  border-radius: 0px 50px 0px 0px;
}
.branch-page .single-branch .content .top-area {
  text-align: center;
  margin-bottom: 20px;
}
.branch-page .single-branch .content .top-area .icon {
  width: 40px;
  height: 40px;
  opacity: .7;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}
.branch-page .single-branch .content .top-area h4 {
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
.branch-page .single-branch .content ul li {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-left: 25px;
}
.branch-page .single-branch .content ul li i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.branch-pagev2 {
  padding: 100px 0px 90px;
}

.branch-pagev2 .single-branch {
  margin-bottom: 30px;
  position: relative;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.branch-pagev2 .single-branch iframe {
  height: 460px !important;
  width: 100% !important;
}

.branch-pagev2 .single-branch .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 45%;
  padding: 30px;
  border-radius: 0px 50px 0px 0px;
}
.branch-pagev2 .single-branch .content .top-area {
  text-align: center;
  margin-bottom: 0px;
}
.branch-pagev2 .single-branch .content .top-area .icon {
  width: 40px;
  height: 40px;
  opacity: .7;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
}
.branch-pagev2 .single-branch .content .top-area h4 {
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}

.branch-pagev2 .single-branch .content ul li {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-left: 25px;
}
.branch-pagev2 .single-branch .content ul li i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.branch-pagev3 {
  padding: 100px 0px 90px;
}
.branch-pagev3 .single-branch {
  margin-bottom: 0px;
  position: relative;
  box-shadow: rgba(36, 37, 38, 0.15) 4px 4px 30px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.branch-pagev3 .single-branch iframe {
  height: 420px !important;
  width: 100% !important;
}
.branch-pagev3 .single-branch .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 45%;
  padding: 30px;
  border-radius: 0px 50px 0px 0px;
}
.branch-pagev3 .single-branch .content .top-area {
  text-align: center;
  margin-bottom: 20px;
}
.branch-pagev3 .single-branch .content .top-area .icon {
  width: 40px;
  height: 40px;
  opacity: .7;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
}
.branch-pagev3 .single-branch .content .top-area h4 {
  font-weight: 700;
  margin-top: 10px;
  text-transform: uppercase;
}
.branch-pagev3 .single-branch .content ul li {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  padding-left: 25px;
}
.branch-pagev3 .single-branch .content ul li i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

/* Tabs Card */

.tab-card {
  border-radius: 8px;
}
.tab-card-header {
  font-weight:700;
}
/* Default mode */
.tab-card-header > .nav-tabs {
  margin: 3px;
}
.tab-card-header > .nav-tabs > li {
  margin-right: 3px;
}
.tab-card-header > .nav-tabs > li > a {
  font-size:18px;
  border: 0;
  margin-right: 0;
  color: #ffffff;
  padding: 8px 10px;
}
.tab-card-header > .nav-tabs > li > a.show {
    border-bottom:2px solid #007bff;
    color: #007bff;
}
.tab-card-header > .nav-tabs > li > a:hover {
    color: #007bff;
}
.tab-card-header > .tab-content {
  padding-bottom: 0;
}
.tab-pane {
    color: #000000;
    padding: 8px 2px 8px 2px;
}

/* Tab Navigation End */

/*===========================
    FAQ css 
===========================*/
.faq-area {
  padding-bottom: 100px;
}
.faq-area .section-title .title {
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-area .section-title .title {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .faq-area .section-title .title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-area .section-title .title {
    font-size: 54px;
  }
}
.faq-area .faq-accordion .accordion {
  border: 2px solid #e3eeff;
}
.faq-area .faq-accordion .accordion .card {
  border-radius: 0;
  border: 0;
  border-top: 2px solid #e3eeff;
}
.faq-area .faq-accordion .accordion .card:first-child {
  border-top: 0;
}
.faq-area .faq-accordion .accordion .card .card-header {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.faq-area .faq-accordion .accordion .card .card-header a {
  line-height: 60px;
  padding: 0 0 0 40px;
  text-decoration: none;
  font-weight: 700;
  color: #002249;
  font-size: 17px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .faq-area .faq-accordion .accordion .card .card-header a {
    padding: 10px 30px 10px 20px;
    line-height: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-area .faq-accordion .accordion .card .card-header a {
    padding: 0 0 0 40px;
    line-height: 60px;
    font-size: 17px;
  }
}
.faq-area .faq-accordion .accordion .card .card-header a.collapsed {
  color: #002249;
}
.faq-area .faq-accordion .accordion .card .card-header a.collapsed::before {
  content: "\F063";
  color: #cddae8;
}
.faq-area .faq-accordion .accordion .card .card-header a::before {
  position: absolute;
  content: "\F062";
  right: 36px;
  font-family: "Font Awesome 5 Pro";
}
@media (max-width: 767px) {
  .faq-area .faq-accordion .accordion .card .card-header a::before {
    right: 18px;
  }
}
.faq-area .faq-accordion .accordion .card .card-body {
  padding: 0 40px 14px 40px !important;
}
@media (max-width: 767px) {
  .faq-area .faq-accordion .accordion .card .card-body {
    padding: 0 40px 14px 20px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-area .faq-accordion .accordion .card .card-body {
    padding: 0 40px 14px 40px !important;
  }
}
.faq-area .faq-accordion .accordion .card .card-body p {
  margin-top: -10px;
  font-size: 14px;
}
.faq-area .faq-accordion .accordion .card.show .card-body {
  padding: 0 40px 14px 40px !important;
}
.faq-area .faq-accordion .accordion .card.show .card-body p {
  margin-top: -10px;
  font-size: 14px;
}
.faq-area .single-faq {
  border-radius: 10px;
  box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
  padding: 34px 38px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-area .single-faq {
    padding: 34px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-area .single-faq {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .faq-area .single-faq {
    margin-top: 40px;
  }
}
.faq-area .single-faq .title {
  font-size: 16px;
}
.faq-area .single-faq .title span {
  font-size: 50px;
}
.faq-area .single-faq > span {
  font-size: 14px;
  font-weight: 700;
}
.faq-area .single-faq p {
  font-size: 14px;
  padding-top: 15px;
}
.faq-area .single-faq i {
  font-size: 120px;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #e8eaed;
  z-index: -1;
}
.faq-area.faq-area-3 .section-title .title::before {
  display: none;
}
.faq-area.faq-area-3 .faq-thumb {
  margin-top: 35px;
}
.faq-area.faq-area-3 .faq-thumb .faq-thumb-1 {
  padding-right: 40px;
  position: relative;
}
.faq-area.faq-area-3 .faq-thumb .faq-thumb-1::before {
  position: absolute;
  content: "";
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #edf4ff;
  right: -6px;
  bottom: -43px;
  z-index: -1;
}
.faq-area.faq-area-3 .faq-thumb .faq-thumb-2 {
  margin-top: -220px;
  position: relative;
  z-index: 5;
}
.faq-area.faq-area-3 .faq-thumb .faq-thumb-2 img {
  border: 15px solid #f5faff;
}
.faq-accordion-3 {
  padding-top: 15px;
}
.faq-accordion-3 .accordion {
  border: 2px solid transparent;
}
.faq-accordion-3 .accordion .card {
  border-radius: 40px !important;
  border: 0;
  border-top: 2px solid transparent;
  margin-bottom: 5px;
  box-shadow: 0px 5px 3px 0px rgba(132, 190, 255, 0.1);
}
.faq-accordion-3 .accordion .card:first-child {
  border-top: 0;
}
.faq-accordion-3 .accordion .card .card-header {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.faq-accordion-3 .accordion .card .card-header a {
  line-height: 15px;
  padding: 0 0px 10px 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  width: 100%;
  color: #7a95b4;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion-3 .accordion .card .card-header a {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
}
.faq-accordion-3 .accordion .card .card-header a i {
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion-3 .accordion .card .card-header a i {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .faq-accordion-3 .accordion .card .card-header a {
    padding: 10px 30px 10px 20px;
    line-height: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-accordion-3 .accordion .card .card-header a {
    padding: 0 0 0 40px;
    line-height: 60px;
    font-size: 17px;
  }
}
.faq-accordion-3 .accordion .card .card-header a.collapsed {
  font-size: 16px;
  color: #436584;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion-3 .accordion .card .card-header a.collapsed {
    padding: 0 0 0 20px;
    font-size: 16px;
  }
}
.faq-accordion-3 .accordion .card .card-header a.collapsed::before {
  content: "\F067";
  color: #99b1c8;
}
.faq-accordion-3 .accordion .card .card-header a::before {
  position: absolute;
  content: "\F068";
  right: 36px;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  color: #99b1c8;
}
@media (max-width: 767px) {
  .faq-accordion-3 .accordion .card .card-header a::before {
    right: 18px;
  }
}
.faq-accordion-3 .accordion .card .card-body {
  padding: 0 30px 14px 40px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion-3 .accordion .card .card-body {
    padding: 0 30px 14px 45px !important;
  }
}
@media (max-width: 767px) {
  .faq-accordion-3 .accordion .card .card-body {
    padding: 10px 40px 20px 20px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-accordion-3 .accordion .card .card-body {
    padding: 0 40px 14px 40px !important;
  }
}
.faq-accordion-3 .accordion .card .card-body p {
  margin-top: -10px;
  font-size: 14px;
}
.faq-accordion-3 .accordion .card.show .card-body {
  padding: 0 40px 14px 40px !important;
}
.faq-accordion-3 .accordion .card.show .card-body p {
  margin-top: -10px;
  font-size: 14px;
}
/* History Page */
.choose-area .choose-video-thumb {
  position: relative;
  border: 2px solid #e3eeff;
  border-radius: 10px;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-area .choose-video-thumb {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .choose-area .choose-video-thumb {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choose-area .choose-video-thumb {
    margin-top: 200px;
  }
}
.choose-area .choose-video-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  border-radius: 50%;
}
.choose-area .choose-video-thumb a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #e3eeff;
  -webkit-animation: play-btn-1 2.5s linear infinite;
  animation: play-btn-1 2.5s linear infinite;
}
.choose-area .choose-video-thumb a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #e3eeff;
  -webkit-animation: play-btn-2 1.5s linear infinite;
  animation: play-btn-2 1.5s linear infinite;
}
/*-------------------------------
  Offer  Area CSS Start
--------------------------------*/

.offer-section {
  padding: 80px 0px 80px;
}
.offer-section .offer-list {
  margin-top: 26px;
}
.offer-section .offer-list li {
  margin-bottom: 15px;
}
.offer-section .offer-list li:last-child {
  margin-bottom: 0px;
}
.offer-section .offer-list li .content {
  box-shadow: rgba(36, 37, 38, 0.08) 4px 4px 15px 0px;
  padding: 10px 30px 10px 55px;
  border-radius: 2px;
  font-weight: 400;
  transition: all 0.3s ease-in;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
  border-top-right-radius: 20px;
}
.offer-section .offer-list li .content p {
  margin-bottom: 0px !important;
}
.offer-section .offer-list li .content::before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "";
  left: 12px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.offer-section .offer-list li .content::after {
  position: absolute;
  content: "";
  left: 0px;
  height: 100%;
  width: 4px;
  top: 0px;
  transition: all 0.3s ease-in;
  z-index: -1;
  border-top-right-radius: 20px;
}
.offer-section .offer-list li .content:hover {
  color: #fff !important;
}
.offer-section .offer-list li .content:hover p {
  color: #fff !important;
}
.offer-section .offer-list li .content:hover::before {
  color: #fff;
}
.offer-section .offer-list li .content:hover::after {
  width: 100%;
}
/*===========================
    Counter 02 
===========================*/
.progress-bar-area .progress-bar-content i {
  font-size: 70px;
}
.progress-bar-area .progress-bar-content .title {
  font-size: 55px;
  line-height: 65px;
  margin-top: 20px;
}
/*================================================
Resume Color #4285F4 // #079674
==================================================*/
.about-box .author-image{
    display: inline-block;
}
.about-box .author-image img{
    border-radius: 50%;
    max-width: 380px;
    max-height: 380px;
}
.about-box .about-content{
    border-radius: 10px;
    padding: 30px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.about-content .about-heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}
.about-area .about-content .info-list {
    margin-left: 0px;
    padding-left: 0px;
}
.about-area .about-content .info-list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.about-area .about-content .info-list li .title {
    max-width: 30%;
    flex: 30%;
    font-weight: 700;
    color: #222;
}
.about-area .about-content .info-list li .value {
    max-width: 70%;
    flex: 70%;
}
.about-area .about-content .info-list li .value a {
    color: #555;
}
.about-area .mybtn {
    margin-top: 6px;
}

#eduandex .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 13px;
    font-size: 21px;
    position: relative;
    margin-bottom: 30px;
}
/* 
#eduandex .title:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 3px;
    background: #ff5252;
    bottom: -2px;
} */
#eduandex .education-list .single-education {
    /* border-left: 3px solid #079674; */
    margin-bottom: 30px;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    
}
#eduandex .education-list .single-education:last-child {
    margin-bottom: 0px;
}
#eduandex .education-list .single-education .collage-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}
#eduandex .education-list .single-education .degree {
    font-size: 14px;
    margin-bottom: 7px;
    color: #82b440;
    font-weight: 500;
}

#eduandex .education-list .single-education .year {
    margin-left: 20px;
    position: relative;
}
#eduandex .education-list .single-education .year::before {
    position: absolute;
    content: "|";
    left: -14px;

}
#eduandex .education-list .single-education .description p {
    margin-bottom: 0px;
}
.progress-circle .right {
    clip: rect(0 50px 100px 0);
    transform: rotate(180deg);
    opacity: 0;
}
.edu-box {
    padding: 25px 20px 25px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; 
}
/* SKILL Area */
.skill-area .skill-list .single-skill .label {
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
    margin-bottom: 4px;
}

.skill-box {
    margin-top: 30px;
    background: #fff;
    padding: 35px 30px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.skill-area .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 5px;
    font-size: 21px;
    position: relative;
    margin-bottom: 25px;
}

/* .skill-area .title:before {
    position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    background: #ff5252;
    bottom: -1px;
} */

.skill-area .skill-list .single-skill .label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.skill-area .skill-list .single-skill {
    margin-bottom: 21px;
}
.skill-area .skill-list .single-skill:last-child {
    margin-bottom: 0px;
}
.skill-area .skill-list .single-skill .progress {
    height: 15px;
    border-radius: 0px;
}
.skill-area-circle .skill-list {
    display: flex;
    flex-wrap: wrap;
}
.skill-area-circle .skill-list .single-skill {
    margin-bottom: 19px;
    display: inline-block;
    flex: 50%;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.skill-area-line .skill-box {
    padding-bottom: 39px;
}

.skill-area .skill-list .single-list-ul {
    padding-left: 0px;
    margin-bottom: 18px;
}

.skill-area .skill-list .single-list-ul li {
    list-style: none;
}
.skill-area .skill-list .single-list-ul li p {
    position: relative;
    padding-left: 30px;
}
.skill-area .skill-list .single-list-ul li p::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    top: 1px;
    left: 0px;
    font-size: 18px;
}

/* .progress-bar  */

.progress-circle {
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-block;
}

.progress-circle div {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.progress-circle div span {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    line-height: 80px;
    height: 80px;
    width: 80px;
    left: 10px;
    top: 10px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
}

.progress-circle .background {
    background-color: #b3cef6;
}

.progress-circle .rotate {
    clip: rect(0 50px 100px 0);
}

.progress-circle .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #b3cef6;
}

.progress-circle .right {
    clip: rect(0 50px 100px 0);
    transform: rotate(180deg);
    opacity: 0;
}

.progress-circle .rotate {
    clip: rect(0 50px 100px 0);
}
.progress-circle .left {
    clip: rect(0 50px 100px 0);
    opacity: 1;
    background-color: #b3cef6;
}

/*===============================================
Counter AREA
===============================================*/
.counterArea {
    position: relative;
    margin-bottom: -30px;
}
.counterArea .counter_box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
    padding: 40px 10px 36px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 30px 0px rgba(1, 0, 43, 0.07);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.counterArea .counter_box:hover {
    box-shadow: 4px 10px 30px 0px rgba(1, 0, 43, 0.12);
    transform: translateY(-5px);
}
.counterArea .counter_box h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 700;
    color: #f44556;
    margin-bottom: 18px;
    display: inline-block;
}
.counterArea .counter_box span {
    font-size: 30px;
    font-weight: 500;
    color: #f44556;
    display: inline-block;
}
.counterArea .counter_box h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.counterArea .counter_box .img {
    margin-bottom: 20px;
}
.counterArea .counter_box .img img {
    max-height: 60px;
}

/* KnoledgeBase */
.knowledge-list-section,
.knowledge-requirements-section {
  padding: 120px 0 90px;
}

.knowledge-box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 20px 37px 102px rgb(0 0 0 / 10%);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.knowledge-box:hover {
  box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform: translateY(-10px);
  transition: all 250ms ease;
}

.knowledge-box:hover .btn_link {
  border-color: #1574f6;
  color: #1574f6;
  background: #fff;
  text-decoration: none;
}

.knowledge-box .title {
  padding: 0 30px;
  padding-top: 35px;
}

.knowledge-box .title a {
  color: #212c59;
}

.knowledge-box .title a:hover {
  text-decoration: none;
}

.knowledge-box .title h3 {
  font-size: 22px;
  font-weight: 600;
}

.knowledge-box .title h3:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  margin-right: 10px;
  font-weight: 400;
  color: #212c59;
}

.knowledge-box ul {
  padding: 12px 30px 20px;
}

.knowledge-box ul li a {
  display: block;
  padding: 5px 0;
  color: #565969;
}

.knowledge-box ul li a:hover {
  text-decoration: none;
}

.knowledge-box a.btn_link {
  color: #fff;
  display: block;
  border-top: 1px solid transparent;
  padding: 10px 30px;
  transition: all 0.3s ease;
}

.post-share-date {
  padding: 20px;
  box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.post-share-date .share-list {
  float: right;
}

.post-share-date .share-list li {
  display: inline-block;
  margin-left: 15px;
}

.post-share-date .post-date,
.post-share-date .share-list li a:hover,
.post-share-date .share-list li span,
.post-share-date .share-list li:focus {
  color: #1574f6;
}

/* Feedback Style Start */
.feedback-area-v1 .feedback-img img {
  width: 100%;
}

.feedback-area-v1 .feedback-form .rating-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.feedback-area-v1 .feedback-form .rating-box .feedback-rating {
  margin-bottom: 10px;
  cursor: pointer;
}

.feedback-area-v1 .feedback-form .rating-box .feedback-rating:after {
  content: '|';
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
  color: #61dc96;
}

.feedback-area-v1 .feedback-form .rating-box .feedback-rating:last-child:after {
  display: none;
}

.feedback-area-v1 .feedback-form .rating-box .feedback-rating li {
  display: inline-block;
}
.feedback-area-v1 .feedback-form .rating-box .feedback-rating li i {
  font-size: 1.3em;
  font-weight: 800;
}

.feedback-area-v1 .feedback-form .rating-box .feedback-rating:hover li i {
  color: #61dc96;
  font-size: 1.5em;
  font-weight: 800;
}

.feedback-area-v1 .feedback-form .form_control,
select {
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.feedback-area-v1 .feedback-form textarea.form_control {
  display: inherit;
  height: 170px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.feedback-area-v1 .feedback-form .main-btn {
  background-color: #61dc96;
  color: #fff;
  padding: 10px 20px;
}

.feedback-area-v1 .feedback-form .nice-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 23px;
  border: 1px solid #ddd;
  outline: 0;
  border-radius: 1px;
  margin-bottom: 30px;
}

.feedback-area-v1 .feedback-form .nice-select .list {
  width: 100%;
}

/* Feedback Style End */