@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root{
    --theme-clr1: #003CB7;
    --theme-clr2: #003399;
}
body{
    font-family:"Poppins",sans-serif;
    font-size:16px;
    font-weight:400;
    color:#777;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased
}
iframe{
    border:none
}
.slick-slide,.slick-slide:focus,button:focus,a:focus,a:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active{
    -moz-outline:none;
    outline:none
}
input:focus{
    outline:none;
    box-shadow:none
}
img:not([draggable]),embed,object,video{
    max-width:100%;
    height:auto
}
a{
    text-decoration:none;
    outline:0;
    color:#777;
    line-height:28px;
    transition:.4s
}
a:active,a:focus,a:hover,a:visited{
    text-decoration:none;
    outline:0
}
a:active,a:focus,a:hover{
    color:#003CB7
}
button{
    transition:.4s
}
img{
    border:none;
    max-width:100%
}
ul,li{
    margin:0;
    padding:0;
    list-style:none
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a,span a{
    color:inherit;
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{
    font-family:"Poppins",sans-serif;
    line-height:28px;
    color:#003399;
    font-weight:600;
    margin-bottom:25px;
    text-transform:capitalize
}
h1,.h1,h2,.h2{
    line-height:48px;
    font-weight:600;
    font-family:"Poppins",sans-serif
}
h1,.h1{
    font-size:42px
}
h2,.h2{
    font-size:36px
}
h3,.h3{
    font-size:30px
}
h4,.h4{
    font-size:22px
}
h5,.h5{
    font-size:20px
}
h6,.h6{
    font-size:16px
}
p{
    margin-bottom:30px;
    line-height:28px
}
[class^=flaticon-]:before,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class*=" flaticon-"]:after{
    font-size:inherit;
    margin-left:0
}
.fancybox-container{
    z-index:99999
}
.primary-btn{
    display:inline-block;
    max-width:100%;
    width:200px;
    height:50px;
    line-height:49px;
    text-align:center;
    font-weight:700;
    font-family:"Poppins",sans-serif;
    font-size:14px;
    text-transform:uppercase;
    background-color:#003CB7;
    color:#fff;
    position:relative;
    margin-right:15px;
    z-index:5;
    border:none;
    overflow:hidden;
    transition:all ease .4s !important;
    box-shadow:0px 10px 28.5px 1.5px rgba(0,43,139,.25)
}
.primary-btn:last-child{
    margin-right:0
}
.primary-btn .btn-text{
    position:relative;
    z-index:10;
    display:inline-block
}
.primary-btn .btn-bg{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-radius:50%;
    background-color:#003399;
    transition:width .4s ease-in-out,height .4s ease-in-out;
    transform:translate(-50%, -50%);
    z-index:-1
}
.primary-btn:focus,.primary-btn:active{
    color:#fff
}
.primary-btn:hover{
    color:#fff
}
.primary-btn:hover .btn-bg{
    width:225%;
    height:500px
}
.primary-btn.skew{
    transform:skewX(-10deg)
}
.primary-btn.skew .btn-text{
    transform:skewX(10deg)
}
.primary-btn.type2{
    background-color:#003399;
    box-shadow:0px 10px 28.5px 1.5px rgba(0,51,153,.25)
}
.primary-btn.type2 .btn-bg{
    background-color:var(--theme-clr2);
}
.primary-btn.type3{
    background-color:#e6e6e6;
    color:#01133c
}
.primary-btn.type3 .btn-bg{
    background-color:#003CB7
}
.primary-btn.type3:hover{
    color:#fff
}
.primary-btn.outline-btn{
    color:#01133c;
    border:1px solid #003CB7 !important
}
.primary-btn.outline-btn:hover{
    border-color:transparent !important;
    color:#fff;
    background-color:#003CB7
}
.primary-btn.outline-btn.type2{
    border-color:#003399 !important
}
.primary-btn.outline-btn.type2:hover{
    background-color:#003399 !important;
    border-color:transparent !important
}
.primary-btn.outline-btn.type2 .btn-bg{
    background-color:#003399
}
.primary-btn.white-btn{
    color:#01133c;
    background-color:#fff
}
.primary-btn.white-btn.outline-btn{
    background-color:transparent;
    color:#fff !important;
    border-color:#fff !important
}
.primary-btn.white-btn.outline-btn:hover{
    border-color:transparent !important
}
.primary-btn.white-btn:hover{
    color:#fff
}
.primary-btn.no-shadow{
    box-shadow:none
}
.circle-btn{
    display:inline-block;
    text-align:center;
    background-color:#003CB7;
    color:#fff;
    z-index:1;
    font-size:46px;
    position:relative;
    width:100px;
    height:100px;
    line-height:100px;
    border-radius:50%;
    transition:all ease .4s
}
.circle-btn i{
    width:inherit;
    height:inherit;
    line-height:inherit;
    display:inherit;
    background-color:inherit;
    color:inherit;
    border-radius:inherit
}
.circle-btn:hover{
    color:#003CB7;
    background-color:#fff;
    box-shadow:0 10px 54px -4px rgba(0,0,0,.1)
}
.circle-btn.xl{
    font-size:52px;
    width:120px;
    height:120px;
    line-height:120px
}
.circle-btn.xs{
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px
}
.circle-btn .ripple{
    background-color:#003CB7
}
.circle-btn.type2{
    background-color:#003399
}
.circle-btn.type2 .ripple{
    background-color:#003399
}
a.link-btn{
    font-size:14px;
    text-transform:uppercase;
    font-weight:700;
    color:#003CB7;
    letter-spacing:.2px;
    position:relative;
    display:inline-block
}
a.link-btn:after{
    content:"";
    font-family:"Font Awesome 5 Pro";
    position:absolute;
    left:0;
    opacity:0;
    visibility:hidden;
    transition:left ease .4s,opacity ease .4s
}
a.link-btn:hover:after{
    opacity:1;
    visibility:visible;
    left:-20px
}
.video-btn{
    width:100px;
    height:100px;
    line-height:100px;
    text-align:center;
    font-size:40px;
    display:inline-block;
    position:relative;
    border-radius:50%;
    z-index:1
}
.video-btn .btn-text{
    display:inline-block;
    color:inherit;
    width:100%;
    height:100%;
    line-height:inherit;
    padding:0;
    position:relative;
    z-index:1;
    border-radius:50%;
    background-color:#003CB7;
    color:#fff;
    transition:all ease-in-out .4s
}
.video-btn .btn-text:hover{
    border-color:#003CB7;
    background-color:#fff;
    color:#003CB7
}
.video-btn.type2-btn .btn-text{
    background-color:#003399
}
.video-btn.type2-btn .btn-text:hover{
    background-color:#fff;
    border-color:#003399;
    color:#003399
}
.video-btn.type2-btn .ripple{
    background-color:#003399
}
.play-btn{
    display:inline-block;
    position:relative
}
.play-btn i{
    display:inline-block;
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    background-color:#003399;
    color:#fff;
    font-size:20px;
    border-radius:50%;
    position:relative;
    z-index:2
}
.play-btn:after,.play-btn:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#003399;
    border-radius:50%;
    -webkit-animation:ripple ease-in-out 5s infinite;
    animation:ripple ease-in-out 5s infinite
}
.play-btn:after{
    -webkit-animation-delay:2s !important;
    animation-delay:2s !important
}
.read-more-btn{
    font-weight:500;
    font-size:18px;
    color:#01133c;
    line-height:1;
    display:inline-block
}
.shape-icon{
    position:relative;
    display:inline-block;
    z-index:1;
    margin-right:20px
}
.shape-icon:before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:60px;
    height:60px;
    margin-top:-30px;
    background-color:#003CB7;
    z-index:-1;
    opacity:.1;
    border-radius:50%;
    -webkit-animation:cscale 1s infinite alternate;
    animation:cscale 1s infinite alternate
}
.shape-icon i{
    color:#003CB7;
    font-size:62px;
    padding-left:30px
}
.preloader{
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:var(--theme-clr2);
    z-index:999999;
    overflow:hidden
}
.preloader .meter{
    position:absolute;
    left:50%;
    top:50%;
    margin:-75px 0 0 -75px;
    border:1px solid #fff;
    width:150px;
    height:150px;
    border-radius:50%;
    box-shadow:0px 10px 30px -11px rgba(0,0,0,.39)
}
.preloader .meter .loadtext{
    position:absolute;
    top:40%;
    left:0;
    width:100%;
    text-align:center;
    line-height:14px;
    font-family:"Poppins",sans-serif;
    font-weight:bold;
    font-size:15px;
    margin-top:20px;
    color:#fff;
    display:block;
    text-transform:uppercase
}
.preloader .meter .loader-circle-1{
    width:138px;
    height:138px;
    left:5px;
    top:5px;
    border:1px #fff solid;
    border-radius:50%;
    position:absolute;
    border-right-color:transparent;
    -webkit-animation:loaderspin 3s linear infinite;
    animation:loaderspin 3s linear infinite
}
.preloader .meter .loader-circle-2{
    width:126px;
    height:126px;
    left:5px;
    top:5px;
    border:1px transparent solid;
    border-radius:50%;
    position:absolute;
    border-right-color:#fff;
    -webkit-animation:loaderspin 5s linear infinite;
    animation:loaderspin 5s linear infinite
}
.preloader .meter .line{
    width:4px;
    height:4px;border-radius: 50%;
    background:#fff;
    position:absolute
}
.preloader .meter .line:nth-child(1){
    left:16px;
    top:50%;
    margin-top:-1px
}
.preloader .meter .line:nth-child(2){
    transform:rotate(45deg);
    left:33px;
    top:33px
}
.preloader .meter .line:nth-child(3){
    top:16px;
    left:50%;
    width:4px;
    height:4px;border-radius: 50%;
}
.preloader .meter .line:nth-child(4){
    transform:rotate(135deg);
    right:33px;
    top:33px
}
.preloader .meter .line:nth-child(5){
    right:16px;
    top:50%;
    margin-top:-1px
}
.preloader .meter .line:nth-child(6){
    transform:rotate(45deg);
    right:33px;
    bottom:33px;
    background:#fff
}
.preloader .meter .subline{
    position:absolute;
    width:4px;
    height:4px; border-radius: 50%;
    background:#fff
}
.preloader .meter .subline:nth-child(7){
    transform:rotate(22.5deg);
    left:21px;
    top:50px
}
.preloader .meter .subline:nth-child(8){
    transform:rotate(67.5deg);
    left:50px;
    top:21px
}
.preloader .meter .subline:nth-child(9){
    transform:rotate(112.5deg);
    right:50px;
    top:21px
}
.preloader .meter .subline:nth-child(10){
    transform:rotate(157.5deg);
    right:21px;
    top:50px
}
.preloader .meter .subline:nth-child(11){
    transform:rotate(22.5deg);
    right:20px;
    bottom:49px;
    background:#fff
}
.preloader .meter .needle{
    width:14px;display: none;
    height:14px;
    border-radius:50%;
    border:1px #fff solid;
    position:absolute;
    left:50%;
    top:50%;
    margin:-8px 0 0 -8px;
    z-index:1;
    -webkit-animation:meterIndecator 3s infinite ease-in-out;
    animation:meterIndecator 3s infinite ease-in-out
}
.preloader .meter .needle:before{
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:3.5px 50px 3.5px 0;
    border-color:transparent #fff transparent transparent;
    position:absolute;
    right:50%;
    top:50%;
    margin:-3.5px 0 0 0;
    border-radius:0 50% 50% 0
}
.preloader.layout2{
    background-color:#003399;
}
@-webkit-keyframes loaderspin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@keyframes loaderspin{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}
@-webkit-keyframes meterIndecator{
    0%{
        transform:rotate(0deg)
    }
    16%{
        transform:rotate(75deg)
    }
    25%{
        transform:rotate(55deg)
    }
    30%{
        transform:rotate(90deg)
    }
    36%{
        transform:rotate(170deg)
    }
    42%{
        transform:rotate(150deg)
    }
    50%{
        transform:rotate(227deg)
    }
    100%{
        transform:rotate(0deg)
    }
}
@keyframes meterIndecator{
    0%{
        transform:rotate(0deg)
    }
    16%{
        transform:rotate(75deg)
    }
    25%{
        transform:rotate(55deg)
    }
    30%{
        transform:rotate(90deg)
    }
    36%{
        transform:rotate(170deg)
    }
    42%{
        transform:rotate(150deg)
    }
    50%{
        transform:rotate(227deg)
    }
    100%{
        transform:rotate(0deg)
    }
}
.bg-title1{
    font-size:200px;
    line-height:1;
    text-transform:uppercase;
    font-weight:600;
    color:#f7f7f7;
    position:absolute;
    top:11%;
    left:50%;
    transform:translate(-50%, -50%);
    font-family:"Poppins",sans-serif;
    z-index:-1
}
.bg-title1.light-white{
    color:#fcfcfc
}
.bg-title1.light-color{
    color:rgba(255,255,255,.04)
}
@media(max-width: 992px){
    .bg-title1{
        font-size:160px;
        top:20%
    }
}
@media(max-width: 767px){
    .bg-title1{
        font-size:120px;
        top:15%
    }
}
@media(max-width: 576px){
    .bg-title1{
        font-size:72px;
        top:5%
    }
}
.section-title{
    padding:0 10px;
    padding-bottom:45px;
    position:relative;
    z-index:1
}
.section-title .title{
    font-size:40px;
    text-transform:uppercase;
    line-height:.9;
    margin-top:-3px
}
.section-title2{
    padding-bottom:75px
}
.section-title2 .title{
    font-size:48px;
    text-transform:uppercase;
    font-weight:600;
    position:relative;
    z-index:1;
    line-height:.8;
    margin-bottom:25px
}
.section-title2 .title:before{
    content:attr(data-text);
    font-family:"Oswald",sans-serif;
    display:inline-block;
    position:absolute;
    width:100%;
    z-index:-1;
    font-size:150px;
    text-align:center;
    left:50%;
    top:50%;
    opacity:.05;
    text-transform:capitalize;
    font-weight:600;
    line-height:26px;
    margin-top:-24px;
    transform:translate(-50%, -50%)
}
.section-title2 .text{
    line-height:26px;
    margin-bottom:0;
    color:#777
}
.section-title3{
    position:relative;
    padding-bottom:32px;
    margin-bottom:80px
}
.section-title3 .icon{
    width:90px;
    height:90px;
    line-height:90px;
    display:inline-block;
    font-size:48px;
    position:relative;
    z-index:1;
    color:#003CB7;
    margin-bottom:30px;
    border-radius:50%
}
.section-title3 .icon:before{
    content:"";
    position:absolute;
    left:-2px;
    right:-2px;
    top:-2px;
    bottom:-2px;
    border:2px dotted #003CB7;
    box-shadow:inset 0px 10px 19px 1px rgba(0,42,135,.1);
    border-radius:50%;
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite
}
.section-title3 .title{
    font-size:48px;
    text-transform:uppercase;
    letter-spacing:.4px;
    font-weight:600;
    line-height:.8;
    margin-bottom:30px
}
.section-title3 .text{
    margin-bottom:0
}
.section-title3 .shape{
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-75px;
    width:150px;
    height:6px;
    overflow:hidden
}
.section-title3 .shape:after,.section-title3 .shape:before{
    content:"";
    position:absolute;
    left:-100%;
    top:50%;
    width:30px;
    height:6px;
    background-color:#003CB7;
    margin-top:-3px
}
.section-title3 .shape:after{
    width:100%;
    height:2px;
    margin:0;
    margin-top:-1px;
    left:0
}
.section-title3 .shape:before{
    -webkit-animation:sectionShape 8s linear infinite;
    animation:sectionShape 8s linear infinite;
    -webkit-animation-delay:0s;
    animation-delay:0s
}
@-webkit-keyframes sectionShape{
    from{
        left:-101%
    }
    to{
        left:101%
    }
}
@keyframes sectionShape{
    from{
        left:-101%
    }
    to{
        left:101%
    }
}
.sec-separator{
    width:100%;
    text-align:center;
    position:relative
}
.sec-separator:after,.sec-separator:before{
    content:"";
    position:absolute;
    top:calc(50% - 1px);
    left:0;
    height:2px;
    width:100%;
    background-color:#003399;
    z-index:1
}
.sec-separator:after{
    display:none
}
.sec-separator span{
    display:block;
    width:80px;
    height:80px;
    line-height:80px;
    background-color:#003399;
    color:#fff;
    font-size:48px;
    z-index:2;
    position:relative;
    border-radius:50%;
    margin:0 auto;
    overflow:hidden
}
.sec-separator span i{
    position:absolute;
    left:-100%;
    top:0;
    -webkit-animation:sectionShape 8s linear infinite;
    animation:sectionShape 8s linear infinite
}
.sec-separator span img{
    position:absolute;
    left:16px;
    top:0;
    -webkit-animation:sectionShape 8s linear infinite;
    animation:sectionShape 8s linear infinite

    -webkit-animation: cspine 10s linear infinite;
    animation: cspine 10s linear infinite;
}

@media (max-width: 600px){
    .sec-separator span img{
        position:absolute;
        left: 1.8vw;
        top: -2.5vw;
        -webkit-animation:sectionShape 8s linear infinite;
        animation:sectionShape 8s linear infinite

        -webkit-animation: cspine 10s linear infinite;
        animation: cspine 10s linear infinite;
    }
}

.separator-layout2 .sec-separator .shape{
    width:100px;
    height:100px;
    display:inline-block;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-50px;
    margin-left:-50px;
    border:2px dotted var(--theme-clr2);
    z-index:1;
    border-radius:50%;
    /*box-shadow:0 0 70px -25px #0d2b6e;*/
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite;
    /*box-shadow:0px 10px 38px 2px rgba(13,43,110,.2)*/
}
.separator-layout2 .sec-separator:before,.separator-layout2 .sec-separator:after{
    display:inline-block;
    width:calc(50% - 67px);
    background-color:var(--theme-clr2);
    left:0
}
.separator-layout2 .sec-separator:after{
    left:auto;
    right:0
}
.separator-layout2 .sec-separator span{
    background-color:var(--theme-clr2)
}
.separator-layout3 .sec-separator:before{
    background-color:var(--theme-clr2)
}
.separator-layout3 .sec-separator span{
    background-color:var(--theme-clr2)
}
.phone-box{
    background-color:var(--theme-clr2);
    border-top-left-radius:50px;
    border-bottom-left-radius:50px;
    padding-right:60px
}
.phone-box .icon{
    width:90px;
    height:90px;
    background-color:#fff;
    padding:10px;
    text-align:center;
    margin-right:35px;
    position:relative;
    border-radius:50%
}
.phone-box .icon:after,.phone-box .icon:before{
    content:"";
    background-color:#fff;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:1;
    border-radius:50%;
    -webkit-animation-name:callIcon;
    animation-name:callIcon;
    -webkit-animation-duration:4s;
    animation-duration:4s;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.phone-box .icon:after{
    -webkit-animation-delay:1.8s;
    animation-delay:1.8s
}
@-webkit-keyframes callIcon{
    0%{
        transform:scale(0.7)
    }
    90%{
        transform:scale(1.5)
    }
    100%{
        opacity:0
    }
}
@keyframes callIcon{
    0%{
        transform:scale(0.7)
    }
    90%{
        transform:scale(1.5)
    }
    100%{
        opacity:0
    }
}
.phone-box .icon a{
    width:100%;
    height:100%;
    line-height:70px;
    background-color:#003399;
    display:inline-block;
    font-size:26px;
    color:#fff;
    position:relative;
    z-index:2;
    border-radius:50%
}
.phone-box .icon a:hover{
    color:#fff
}
.phone-box .content span{
    color:#fff;
    font-size:14px;
    display:block;
    letter-spacing:.5px;
    margin-bottom:5px
}
.phone-box .content a{
    color:#fff;
    font-weight:700;
    font-size:24px;
    display:block
}
.phone-box .content a:hover{
    color:#fff
}
.ripple-wrap{
    position:relative;
    z-index:1
}
.ripple-wrap i{
    position:relative;
    z-index:2
}
.ripple-wrap.type2{
    background-color:#003399
}
.ripple{
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    z-index:-1;
    width:100%;
    height:100%;
    background-color:#003CB7;
    -webkit-animation-name:ripple;
    animation-name:ripple;
    -webkit-animation-duration:5s;
    animation-duration:5s;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
    border-radius:50%;
    transition:background 1.5s ease
}
.ripple.ripple-1{
    -webkit-animation-delay:1s;
    animation-delay:1s
}
.ripple.ripple-2{
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s
}
.ripple.ripple-2{
    -webkit-animation-delay:2s;
    animation-delay:2s
}
.sup-label{
    display:inline-block;
    position:absolute;
    top:-5px;
    right:-3px;
    background:#ff2a00;
    line-height:1;
    text-transform:capitalize;
    color:#fff;
    border-radius:10px;
    padding:3px 6px;
    font-size:11px;
    z-index:3
}
@-webkit-keyframes ripple{
    0%{
        transform:scale(1);
        opacity:0
    }
    30%{
        opacity:.3
    }
    100%{
        transform:scale(1.9);
        opacity:0
    }
}
@keyframes ripple{
    0%{
        transform:scale(1);
        opacity:0
    }
    30%{
        opacity:.3
    }
    100%{
        transform:scale(1.9);
        opacity:0
    }
}
@-webkit-keyframes ripple2{
    0%{
        transform:scale(1);
        opacity:0
    }
    30%{
        opacity:1
    }
    100%{
        transform:scale(1.9);
        opacity:0
    }
}
@keyframes ripple2{
    0%{
        transform:scale(1);
        opacity:0
    }
    30%{
        opacity:1
    }
    100%{
        transform:scale(1.9);
        opacity:0
    }
}
.gray-shadow,.our-featured-wrapper:not(.featured-layout4) .single-featured .featured-icon .circle-btn{
    box-shadow:0 10px 54px -4px rgba(0,0,0,.1)
}
.scrollToTop{
    position:fixed;
    bottom:20px;
    right:20px;
    display:inline-block;
    width:34px;
    height:60px;
    background-color:#fff;
    border:2px solid #003CB7;
    padding:10px 5px;
    overflow:hidden;
    border-radius:50px;
    z-index:9;
    opacity:0;
    visibility:hidden
}
.scrollToTop .move{
    width:2px;
    height:15px;
    background-color:#003CB7;
    display:inline-block;
    position:absolute;
    top:0;
    left:50%;
    opacity:0;
    transform:translateX(-50%);
    -webkit-animation:moveUp 2s linear infinite;
    animation:moveUp 2s linear infinite
}
.scrollToTop.type2{
    border-color:#003399
}
.scrollToTop.type2 .move{
    background-color:#003399
}
.scrollToTop.show{
    opacity:1;
    visibility:visible
}
@-webkit-keyframes moveUp{
    0%{
        transform:translate(-50%, 35px);
        opacity:0
    }
    50%{
        transform:translate(-50%, 20px);
        opacity:1
    }
    100%{
        transform:translate(-50%, 5px);
        opacity:0
    }
}
@keyframes moveUp{
    0%{
        transform:translate(-50%, 35px);
        opacity:0
    }
    50%{
        transform:translate(-50%, 20px);
        opacity:1
    }
    100%{
        transform:translate(-50%, 5px);
        opacity:0
    }
}
.scroll-btn{
    background-image:url("../img/bg-img/scroll-btn-bg.png");
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center;
    width:100%;
    height:100%;
    max-height:170px;
    max-width:835px;
    margin:0 auto;
    text-align:center
}
.scroll-btn a{
    position:relative;
    display:inline-block;
    width:34px;
    height:60px;
    border:2px solid #003CB7;
    padding:10px 5px;
    overflow:hidden;
    border-radius:50px
}
.scroll-btn a .move{
    width:2px;
    height:15px;
    background-color:#003CB7;
    display:inline-block;
    position:absolute;
    top:0;
    left:50%;
    opacity:0;
    transform:translateX(-50%);
    -webkit-animation:move 2s linear infinite;
    animation:move 2s linear infinite
}
.body-shape7,.body-shape6,.body-shape5,.body-shape4,.body-shape3,.body-shape2,.body-shape1{
    position:absolute
}
.body-shape1{
    left:0;
    bottom:0
}
.body-shape2{
    bottom:22%;
    right:0
}
.body-shape3{
    top:0;
    left:0
}
.body-shape4{
    top:3%;
    left:0
}
.body-shape5{
    bottom:0;
    right:0
}
.body-shape6{
    top:3%;
    left:0
}
.body-shape7{
    right:0;
    bottom:0
}
.sec-center-btn{
    margin-top:30px
}
@media(min-width: 1500px){
    .d-xxl-block{
        display:block !important
    }
}
.spacing{
    padding-top:130px;
    padding-bottom:130px
}
@media(max-width: 768px){
    .spacing{
        padding-top:80px;
        padding-bottom:80px
    }
}
.space-top{
    padding-top:130px
}
@media(max-width: 768px){
    .space-top{
        padding-top:80px
    }
}
.space-bottom{
    padding-bottom:130px
}
@media(max-width: 768px){
    .space-bottom{
        padding-bottom:80px
    }
}
.space-medium{
    padding-top:130px;
    padding-bottom:100px
}
@media(max-width: 768px){
    .space-medium{
        padding-top:80px;
        padding-bottom:50px
    }
}
@-webkit-keyframes move{
    0%{
        transform:translate(-50%, 5px);
        opacity:0
    }
    50%{
        transform:translate(-50%, 20px);
        opacity:1
    }
    100%{
        transform:translate(-50%, 35px);
        opacity:0
    }
}
@keyframes move{
    0%{
        transform:translate(-50%, 5px);
        opacity:0
    }
    50%{
        transform:translate(-50%, 20px);
        opacity:1
    }
    100%{
        transform:translate(-50%, 35px);
        opacity:0
    }
}
@-webkit-keyframes cscale{
    from{
        transform:scale(0.9)
    }
    to{
        transform:scale(1.08)
    }
}
@keyframes cscale{
    from{
        transform:scale(0.9)
    }
    to{
        transform:scale(1.08)
    }
}
@-webkit-keyframes cspine{
    from{
        transform:rotate(0)
    }
    to{
        transform:rotate(359deg)
    }
}
@keyframes cspine{
    from{
        transform:rotate(0)
    }
    to{
        transform:rotate(359deg)
    }
}
@-webkit-keyframes cspinereverse{
    from{
        transform:rotate(359deg)
    }
    to{
        transform:rotate(0)
    }
}
@keyframes cspinereverse{
    from{
        transform:rotate(359deg)
    }
    to{
        transform:rotate(0)
    }
}
@-webkit-keyframes cmoving{
    0%{
        transform:translate(0px, 0px)
    }
    20%{
        transform:translate(-50px, 0px)
    }
    50%{
        transform:translate(-50px, -50px)
    }
    70%{
        transform:translate(0px, -50px)
    }
    100%{
        transform:translate(0px, 0px)
    }
}
@keyframes cmoving{
    0%{
        transform:translate(0px, 0px)
    }
    20%{
        transform:translate(-50px, 0px)
    }
    50%{
        transform:translate(-50px, -50px)
    }
    70%{
        transform:translate(0px, -50px)
    }
    100%{
        transform:translate(0px, 0px)
    }
}
@-webkit-keyframes upDown{
    from{
        transform:translateY(-50px)
    }
    to{
        transform:translateY(50px)
    }
}
@keyframes upDown{
    from{
        transform:translateY(-50px)
    }
    to{
        transform:translateY(50px)
    }
}
@-webkit-keyframes downUp{
    from{
        transform:translateY(50px)
    }
    to{
        transform:translateY(-50px)
    }
}
@keyframes downUp{
    from{
        transform:translateY(50px)
    }
    to{
        transform:translateY(-50px)
    }
}
@media only screen and (min-width: 1400px){
    .container{
        max-width:1400px
    }
    .container-style1{
        max-width:1200px
    }
}
.row.no-gutters{
    margin-right:0;
    margin-left:0
}
@media(min-width: 1200px){
    .no-gutters-lg{
        margin-right:0;
        margin-left:0
    }
    .no-gutters-lg>.col,.no-gutters-lg>[class*=col-]{
        padding-right:0;
        padding-left:0
    }
}
.row.no-gutters .slick-track>[class^=col-],.row.no-gutters .slick-track>[class*=" col-"],.row.no-gutters>[class^=col-],.row.no-gutters>[class*=" col-"]{
    padding-right:0;
    padding-left:0
}
.row.gutters-1{
    padding-left:14.5px;
    padding-right:14.5px
}
.row.gutters-1>[class^=col-]{
    padding-left:.5px;
    padding-right:.5px
}
.row.gutters-2{
    padding-left:14px;
    padding-right:14px
}
.row.gutters-2>[class^=col-]{
    padding-left:1px;
    padding-right:1px
}
.row.gutters-3{
    padding-left:13.5px;
    padding-right:13.5px
}
.row.gutters-3>[class^=col-]{
    padding-left:1.5px;
    padding-right:1.5px
}
.row.gutters-4{
    padding-left:13px;
    padding-right:13px
}
.row.gutters-4>[class^=col-]{
    padding-left:2px;
    padding-right:2px
}
.row.gutters-5{
    padding-left:12.5px;
    padding-right:12.5px
}
.row.gutters-5>[class^=col-]{
    padding-left:2.5px;
    padding-right:2.5px
}
.row.gutters-6{
    padding-left:12px;
    padding-right:12px
}
.row.gutters-6>[class^=col-]{
    padding-left:3px;
    padding-right:3px
}
.row.gutters-7{
    padding-left:11.5px;
    padding-right:11.5px
}
.row.gutters-7>[class^=col-]{
    padding-left:3.5px;
    padding-right:3.5px
}
.row.gutters-8{
    padding-left:11px;
    padding-right:11px
}
.row.gutters-8>[class^=col-]{
    padding-left:4px;
    padding-right:4px
}
.row.gutters-9{
    padding-left:10.5px;
    padding-right:10.5px
}
.row.gutters-9>[class^=col-]{
    padding-left:4.5px;
    padding-right:4.5px
}
.row.gutters-10{
    padding-left:10px;
    padding-right:10px
}
.row.gutters-10>[class^=col-]{
    padding-left:5px;
    padding-right:5px
}
.row.gutters-11{
    padding-left:9.5px;
    padding-right:9.5px
}
.row.gutters-11>[class^=col-]{
    padding-left:5.5px;
    padding-right:5.5px
}
.row.gutters-12{
    padding-left:9px;
    padding-right:9px
}
.row.gutters-12>[class^=col-]{
    padding-left:6px;
    padding-right:6px
}
.row.gutters-13{
    padding-left:8.5px;
    padding-right:8.5px
}
.row.gutters-13>[class^=col-]{
    padding-left:6.5px;
    padding-right:6.5px
}
.row.gutters-14{
    padding-left:8px;
    padding-right:8px
}
.row.gutters-14>[class^=col-]{
    padding-left:7px;
    padding-right:7px
}
.row.gutters-15{
    padding-left:7.5px;
    padding-right:7.5px
}
.row.gutters-15>[class^=col-]{
    padding-left:7.5px;
    padding-right:7.5px
}
.row.gutters-20{
    padding-left:5px;
    padding-right:5px
}
.row.gutters-20>[class^=col-]{
    padding-left:10px;
    padding-right:10px
}
.row.gutters-40{
    margin-left:-20px;
    margin-right:-20px
}
.row.gutters-40>[class^=col-]{
    padding-left:20px;
    padding-right:20px
}
@media only screen and (max-width: 575px){
    .row.gutters-40{
        margin-left:0;
        margin-right:0
    }
    .row.gutters-40>[class^=col-]{
        padding-left:0;
        padding-right:0
    }
}
.row.gutters-50{
    margin-left:-25px;
    margin-right:-25px
}
.row.gutters-50>[class^=col-]{
    padding-left:25px;
    padding-right:25px
}
@media only screen and (max-width: 1199px){
    .row.gutters-50{
        margin-left:-15px;
        margin-right:-15px
    }
    .row.gutters-50>[class^=col-]{
        padding-left:15px;
        padding-right:15px
    }
}
@media only screen and (max-width: 575px){
    .row.gutters-50{
        margin-left:0;
        margin-right:0
    }
    .row.gutters-50>[class^=col-]{
        padding-left:15px;
        padding-right:15px
    }
}
.form-group{
    position:relative
}
.form-group label{
    font-size:16px;
    font-weight:400;
    color:#777;
    margin-bottom:12px;
    text-transform:capitalize
}
.form-group .form-control{
    font-size:16px;
    color:#777;
    padding:10px 20px;
    padding-right:50px;
    border:none;
    background-color:#fff;
    border:1px solid #e2e2e2;
    border-radius:0
}
.form-group .form-control:focus{
    outline:none;
    box-shadow:none
}
.form-group input{
    height:60px
}
.form-group input:focus{
    outline:none;
    box-shadow:none
}
.form-group textarea.form-control{
    padding-top:15px;
    min-height:200px
}
.form-group input.form-control::-moz-placeholder,.form-group textarea.form-control::-moz-placeholder{
    color:#777
}
.form-group input.form-control:-ms-input-placeholder,.form-group textarea.form-control:-ms-input-placeholder{
    color:#777
}
.form-group input.form-control::-moz-placeholder, .form-group textarea.form-control::-moz-placeholder{
    color:#777
}
.form-group input.form-control:-ms-input-placeholder, .form-group textarea.form-control:-ms-input-placeholder{
    color:#777
}
.form-group input.form-control::placeholder,.form-group textarea.form-control::placeholder{
    color:#777
}
.form-group i{
    position:absolute;
    top:22px;
    right:30px;
    font-size:16px
}
.form-group input[type=checkbox]{
    visibility:hidden;
    opacity:0;
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:0;
    display:none
}
.form-group input[type=checkbox]:checked~label{
    color:#003CB7
}
.form-group input[type=checkbox]:checked~label:before{
    content:"";
    color:#003CB7;
    border-color:#003CB7
}
.form-group input[type=checkbox]~label{
    position:relative;
    padding-left:30px;
    cursor:pointer;
    display:block
}
.form-group input[type=checkbox]~label:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-weight:700;
    position:absolute;
    left:0;
    top:2px;
    border:1px solid #ddd;
    height:18px;
    width:18px;
    line-height:18px;
    text-align:center;
    font-size:12px
}
.form-group input[type=radio]{
    visibility:hidden;
    opacity:0;
    display:inline-block;
    vertical-align:middle;
    width:0;
    height:0;
    display:none
}
.form-group input[type=radio]~label{
    position:relative;
    padding-left:28px;
    cursor:pointer;
    line-height:20px;
    display:inline-block;
    font-weight:600;
    color:#01133c;
    margin-bottom:0
}
.form-group input[type=radio]~label::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:18px;
    height:18px;
    border:1px solid #ddd;
    border-radius:100%;
    background:#fff;
    transition:all .2s ease
}
.form-group input[type=radio]~label:after{
    content:"";
    width:12px;
    height:12px;
    background:#003CB7;
    position:absolute;
    top:3px;
    left:3px;
    border-radius:100%;
    transition:all .2s ease;
    opacity:0;
    transform:scale(0)
}
.form-group input[type=radio]:checked~label:before{
    border-color:#003CB7
}
.form-group input[type=radio]:checked~label:after{
    opacity:1;
    transform:scale(1)
}
.form-control:focus{
    box-shadow:none
}
.gutters-20 .form-group{
    margin-bottom:20px
}
.gutters-10 .form-group{
    margin-bottom:10px
}
.white-input .form-control{
    border:none
}
.form-control.is-invalid{
    background-position:calc(100% - 10px) calc(.4em + .5rem)
}
.form-messages{
    display:none;
    margin-top:20px
}
.form-messages.error{
    color:#dc3545;
    display:block
}
.form-messages.success{
    color:#28a745;
    display:block
}
.select2-container{
    width:100% !important;
    z-index:999
}
.select2-container span.select2-selection{
    border:1px solid #e2e2e2;
    height:60px;
    border-radius:0;
    background-color:#fff
}
.select2-container span.select2-selection:focus{
    outline:none
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height:60px;
    padding-left:20px;
    font-family:"Poppins",sans-serif;
    color:#777;
    font-size:16px
}
.select2-container .select2-selection--single .select2-selection__arrow{
    height:60px
}
.select2-container .select2-selection--single .select2-selection__arrow b{
    border-width:6px 7px 0 7px;
    margin-top:-4px;
    margin-left:-22px;
    border-color:#777 transparent transparent transparent
}
.select2-container .select2-dropdown{
    border:1px solid #e2e2e2
}
.select2-container .select2-dropdown .select2-search__field{
    border:1px solid #e2e2e2
}
.select2-container .select2-results__option--highlighted[aria-selected],.select2-container .select2-results__option[aria-selected=true]{
    background-color:#003CB7;
    color:#fff
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width:0 7px 6px 7px;
    border-color:transparent transparent #777 transparent
}


/*Checkbox Aydınlatma*/
form.contact-form .check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    margin-top: 5px;
    color: #333;
}

form.contact-form .check-container a{
    text-decoration: underline;
    color: #222;
}

form.contact-form .check-container a:hover{
    color: #003CB7;
}

form.contact-form .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

form.contact-form input[type="checkbox"] {
    margin-bottom: 20px;
}

form.contact-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form.contact-form .check-container input:checked~.checkmark {
    background-color: #003CB7;
    border:none;
}

form.contact-form .check-container input:checked~.checkmark:after {
    display: block;
}

form.contact-form .check-container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

form.contact-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/**/

.mobile-menu-wrapper{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    background-color:rgba(0,0,0,.6);
    z-index:999999;
    width:0;
    height:100%;
    transition:all ease .8s
}
.mobile-menu-wrapper .mean-menu-area{
    width:100%;
    max-width:250px;
    background-color:#fff;
    height:100%;
    position:relative;
    left:-1000px;
    opacity:0;
    visibility:hidden;
    transition:all ease 1s
}
.mobile-menu-wrapper .mean-menu-area .mobile-logo{
    max-width:140px;
    padding-bottom:30px;
    padding-top:45px;
    margin:0 auto;
    text-align:center
}
.mobile-menu-wrapper .mean-menu-area .mobileMenucls{
    background-color:transparent;
    border:none;
    font-size:22px;
    position:absolute;
    right:0;
    top:0;
    padding:0;
    line-height:1;
    width:45px;
    height:45px;
    line-height:45px;
    font-size:24px;
    color:#003CB7;
    z-index:1
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu{
    overflow-y:scroll;
    max-height:100vh;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li{
    border-bottom:1px solid #eee
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li:first-child{
    border-top:1px solid #eee
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li a{
    display:block;
    position:relative;
    padding:15px 15px;
    line-height:1;
    font-size:14px;
    text-transform:capitalize
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li:last-child{
    border-bottom:none
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li a{
    padding-left:15px
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li a{
    padding-left:20px
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li ul li a{
    padding-left:25px
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children>a:after{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-weight:700;
    float:right;
    padding-right:10px
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show>a{
    color:#003CB7
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show>a:after{
    content:""
}
.mobile-menu-wrapper.menu-visible{
    opacity:1;
    visibility:visible;
    width:100%;
    transition:all ease .8s
}
.mobile-menu-wrapper.menu-visible .mean-menu-area{
    left:0;
    opacity:1;
    visibility:visible;
    transition:all ease 1s
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li a:hover,.mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li.menu-item-has-children.show>a{
    color:#003399
}
.mobile-menu-wrapper.layout2 .mean-menu-area .mobileMenucls{
    color:#003399
}
.menuToggleBtn{
    padding:0;
    border:none;
    color:#003CB7;
    font-size:36px;
    line-height:50px;
    height:50px;
    background-color:transparent;
    margin-right:15px
}
.menuToggleBtn.type2{
    color:#003399
}
.xdsoft_datetimepicker .xdsoft_datepicker{
    width:300px
}
.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{
    font-size:16px;
    color:#777;
    background-color:#fff
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_today{
    color:#003CB7
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current,.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar th:hover{
    background-color:#003CB7 !important;
    color:#fff !important
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current div,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default div,.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_current div,.xdsoft_datetimepicker .xdsoft_calendar th.xdsoft_default div{
    background-color:inherit !important;
    color:inherit
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{
    font-size:16px;
    color:#777;
    background-color:#fff
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{
    background-color:#003CB7 !important;
    color:#fff !important;
    box-shadow:#003CB7 0 1px 3px 0 inset !important
}
.xdsoft_datetimepicker .xdsoft_datetimepicker{
    color:#777
}
.slick-track{
    min-width:100%
}
.slick-dots{
    position:absolute;
    left:50%;
    bottom:-40px;
    margin:0;
    padding:0;
    transform:translateX(-50%)
}
.slick-dots li{
    display:inline-block;
    margin:0 4px
}
.slick-dots button{
    display:inline-block;
    border:none;
    font-size:0;
    width:15px;
    height:5px;
    padding:0;
    background-color:rgba(0,70,226,.25)
}
.slick-dots .slick-active button{
    width:30px;
    background-color:#003CB7
}
.dots-style2 .slick-dots{
    position:relative;
    transform:none;
    left:0;
    bottom:0;
    text-align:center;
    line-height:0;
    margin:18px 0 30px 0
}
.dots-style2 button{
    display:block;
    background-color:#bdbdbd;
    width:30px;
    height:4px;
    border-radius:9999px
}
.dots-style2 .slick-active button{
    width:60px
}
.slick-slide:focus{
    outline:none
}
.slick-slide img{
    display:inline-block
}
.slick-arrow{
    position:absolute;
    z-index:1;
    width:50px;
    height:50px;
    padding:0;
    border:none;
    background-color:#fff
}
.slick-arrow:hover{
    color:#003CB7
}
.slick-arrow.slick-prev{
    width:52px;
    padding-right:2px
}
.slick-arrow.slick-prev:after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    height:20px;
    width:1px;
    background-color:#d9d9d9
}
.slick-arrow.skew{
    width:48px;
    height:48px;
    font-size:20px;
    transform:skewX(-5deg)
}
.slick-arrow.skew:after{
    display:none
}
.slick-arrow.skew i{
    transform:skewX(5deg)
}
.slick-arrow.type2{
    background-color:#003399;
    color:#fff;
    box-shadow:0px 10px 28.5px 1.5px rgba(0,60,183,.25)
}
.slick-arrow.type2:hover{
    background-color:#003CB7
}
@media(min-width: 992px){
    .project-wrap1{
        max-width:calc(100% - 165px)
    }
}
@media(max-width: 992px){
    .slick-dots{
        bottom:-10px
    }
}
.header-top-wrap{
    padding:12px 0
}
.header-top-wrap .select-box{
    padding-right:10px;
    margin-right:12px;
    border-right:1px solid rgba(255,255,255,.25)
}
.header-top-wrap .select-box .select2-container{
    width:100% !important
}
.header-top-wrap .select-box .select2-container span.select2-selection{
    border:none;
    height:auto;
    border-radius:0;
    background-color:transparent
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__rendered{
    line-height:1;
    padding-left:0;
    font-family:"Poppins",sans-serif;
    color:#fff;
    font-size:14px
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__arrow{
    height:auto
}
.header-top-wrap .select-box .select2-container .select2-selection--single .select2-selection__arrow b{
    border-width:6px 7px 0 7px;
    margin-top:2px;
    margin-left:-3px;
    border-color:#fff transparent transparent transparent
}
.header-top-wrap .select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width:0 7px 6px 7px;
    border-color:transparent transparent #fff transparent
}
.header-top-wrap ul li{
    display:inline-block;
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid rgba(255,255,255,.25)
}
.header-top-wrap ul li:last-child{
    border-right:none;
    padding-right:0;
    margin-right:0
}
.header-top-wrap ul li span,.header-top-wrap ul li a{
    display:inline-block;
    color:#fff;
    font-size:14px
}
.header-top-wrap ul li span i,.header-top-wrap ul li a i{
    margin-right:10px
}
.header-top-wrap ul.social-links li{
    border-right:none;
    padding-right:0;
    margin-right:10px
}
.header-top-wrap ul.social-links li a i{
    margin-right:0
}
.header-top-layout1{
    background-color:#003CB7;
    background-image:url("../img/bg-img/header-top-layout-1.png");
    background-size:100% 100%;
    background-position:center center
}
.header-top-layout1 a:hover{
    color:#003399
}
.header-top-layout2 a:hover{
    text-decoration:underline
}
.header-middle-area{
    position:relative;
    border-top:1px solid rgba(255,255,255,.15);
    padding:50px 0
}
.header-middle-area form.search-bar{
    display:flex;
    margin-left:45px
}
.header-middle-area form.search-bar input{
    width:calc(100% - 120px);
    height:50px;
    padding-left:20px;
    border:none;
    background-color:#fff
}
.header-middle-area form.search-bar button{
    width:120px;
    height:50px
}
.header-middle-area form.search-bar button:hover{
    color:#fff
}
.header-middle-area .action-box{
    padding-right:60px;
    margin-right:60px;
    border-right:1px solid rgba(255,255,255,.15)
}
.header-middle-area .action-box:last-of-type{
    margin-right:0;
    padding-right:0;
    border-right:none
}
.header-middle-area .action-box .icon .shape-icon:before{
    background-color:#fff;
    margin-top:-25px;
    width:50px;
    height:50px;
    opacity:.15
}
.header-middle-area .action-box .icon .shape-icon i{
    color:#fff;
    font-size:46px;
    padding-left:25px
}
.header-middle-area .action-box .content span{
    font-size:14px;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.5px;
    display:block
}
.header-middle-area .action-box .content .text{
    font-size:20px;
    color:#fff;
    font-weight:500;
    letter-spacing:.5px;
    margin-bottom:0
}
.header-middle-area .phone-box{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
@media only screen and (max-width: 1730px){
    .header-middle-area .phone-box{
        display:none !important
    }
}
.header-middle-layout3{
    border-top:none;
    position:relative;
    padding:6px 0
}
.header-middle-layout3:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background-color:#003CB7;
    opacity:.07
}
.header-middle-layout3 .action-box{
    border-right:none;
    padding-right:40px;
    margin-right:40px;
    position:relative
}
.header-middle-layout3 .action-box:last-of-type{
    margin-right:0;
    padding-right:0
}
.header-middle-layout3 .action-box:last-of-type:before{
    display:none
}
.header-middle-layout3 .action-box:before{
    content:"";
    position:absolute;
    right:-0.5px;
    top:50%;
    height:40px;
    width:1px;
    margin-top:-20px;
    background-color:#003CB7;
    opacity:.15
}
.header-middle-layout3 .action-box .icon{
    font-size:42px;
    color:#003CB7;
    display:inline-block;
    margin-right:20px
}
.header-middle-layout3 .action-box .content span{
    color:#01133c;
    font-size:14px;
    text-transform:none
}
.header-middle-layout3 .action-box .content .text{
    color:#01133c;
    font-size:22px;
    letter-spacing:.2px
}
.main-menu ul li ul li a .sup-label{
    position:relative;
    top:0;
    right:0
}
header{
    background-color:#fff;
    z-index:999;
    position:relative
}
header.has-shadow{
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.04)
}
header .header-logo{
    padding: 25px 25px 25px 0;
    margin-left: 0px;
}
header .main-menu ul li{
    display:inline-block;
    position:relative;
    margin:0px 11px
}
header .main-menu ul li a{
    font-size:16px;
    text-transform:uppercase;
    display:inline-block;
    position:relative;
    padding:51px 0;
    color:#01133c
}

@media (max-width:  1200px){
    header .main-menu ul li a{
        font-size:14px;
        text-transform:uppercase;
        display:inline-block;
        position:relative;
        padding:51px 0;
        color:#01133c
    }
}


header .main-menu ul li a:hover{
    color:#003CB7
}
header .main-menu ul li.menu-item-has-children>a:after{
    content:"";
    position:relative;
    font-family:"font awesome 5 pro";
    margin-left:5px
}
header .main-menu ul li ul{
    border-top:3px solid #003CB7;
    position:absolute;
    left:0;
    top:100%;
    background-color:#fff;
    min-width:280px;
    z-index:99;
    text-align:left;
    opacity:0;
    visibility:hidden;
    transform-origin:top;
    transform:rotateX(90deg);
    transition:all ease .4s;
    box-shadow:0 0 5px rgba(0,0,0,.1)
}
header .main-menu ul li ul li{
    display:block;
    margin:0
}
header .main-menu ul li ul li.menu-item-has-children>a:after{
    float:right;
    content:"";
    transform:translateX(0);
    transition:all ease .4s
}
header .main-menu ul li ul li a{
    padding:12px 15px;
    padding-left:15px;
    padding-right:0;
    overflow:hidden;
    border-bottom:1px solid #edf2f4;
    color:#01133c;
    display:block;
    font-size: 15px;
    text-transform: capitalize;
}
header .main-menu ul li ul li a:hover{
    color:#003CB7
}
header .main-menu ul li ul li a:before{
    content:"";
    position:absolute;
    font-weight:300;
    font-family:"Font Awesome 5 Pro";
    font-size:16px;
    margin-right:0;
    left:-20px;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s
}
header .main-menu ul li ul li a:hover{
    padding-left:25px
}
header .main-menu ul li ul li a:hover:before{
    opacity:1;
    visibility:visible;
    left:10px
}
header .main-menu ul li ul li a:hover:after{
    transform:translateX(40px)
}
header .main-menu ul li ul li:last-child a{
    border-bottom:none
}
header .main-menu ul li ul li ul{
    left:100%;
    top:0
}
header .main-menu ul li ul li ul ul li ul{
    left:auto;
    right:100%;
    box-shadow:0 0 10px rgba(0,0,0,.1)
}
header .main-menu ul li:hover>ul{
    opacity:1;
    visibility:visible;
    transform:rotateX(0)
}
header .header-btn{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%
}
header .header-btn>a.primary-btn{
    width:240px;
    margin-right:30px
}
header .header-btn button{
    padding:0;
    border:none;
    color:#003CB7;
    font-size:28px;
    line-height:50px;
    height:50px;
    background-color:transparent
}
header .header-btn button:hover{
    color:#01133c
}
.header2-overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:9
}
.header-layout2{
    position:relative;
    background-color:transparent;
    z-index:2
}
.header-layout2:before{
    content:"";
    position:absolute;
    left:0;
    top:0px;
    width:34%;
    height:100%;
    background-color:#fff;
    -webkit-clip-path:polygon(0 0, 100% 0, 91% 100%, 0% 100%);
    clip-path:polygon(0 0, 100% 0, 91% 100%, 0% 100%)
}
.header-layout2 .main-menu ul li a{
    padding:41.51px 0;
    color:#fff;
    font-weight:600
}
.header-layout2 .main-menu ul li.current a,
.header-layout2 .main-menu ul li a:hover{
    color:#003399;
}
.header-layout2 .main-menu ul li ul{
    border-top:none;
    padding-top:10px;
    left:-15px;
    margin-top:40px;
    transition:all ease-in-out .3s;
    transform:rotate(0)
}
.header-layout2 .main-menu ul li ul:before{
    content:"";
    position:absolute;
    top:-16px;
    left:24px;
    border-bottom:18px solid #fff;
    border-left:14px solid transparent;
    border-right:14px solid transparent
}
.header-layout2 .main-menu ul li ul li a{
    padding:12px 15px;
    color:#333 !important;
}
.header-layout2 .main-menu ul li ul li a:hover{
    color:#003399 !important;
}
.header-layout2 .main-menu ul li ul li ul{
    left:100%;
    padding-top:0
}
.header-layout2 .main-menu ul li ul li ul:before{
    display:none
}
.header-layout2 .main-menu ul li:hover>ul{
    margin-top:0
}
.header-layout2 .header-btn .primary-btn{
    width:246px;
    font-size:14px;
    margin-right:25px
}
.header-layout2 .header-btn button{
    font-size:18px;
    color:#fff;
    margin-right:30px
}
.header-layout2 .header-btn button:last-child{
    margin-right:0
}
.header-layout2 .header-btn button:hover{
    color:#003399
}
.header-layout3{
    background-color:transparent;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:99
}
.header-layout3 .header-top-wrap{
    padding-left:50px;
    padding-right:50px
}
.header-layout3 .header-middle-layout3{
    padding-left:50px;
    padding-right:50px;
    background-color:transparent
}
.header-layout3 .inner-wrapper{
    padding-bottom:85px;
    background-image:url(../img/bg-img/header-bg-3-1.png);
    background-size:100.5% 100%;
    background-position:center top;
    background-repeat:no-repeat;
    position:relative
}
.header-layout3 .inner-wrapper::before{
    content:"";
    position:absolute;
    left:50%;
    bottom:-18px;
    margin-left:-55px;
    width:110px;
    height:110px;
    background-color:#fff;
    border-radius:50%
}
.header-layout3 .phone-btn{
    position:absolute;
    left:50%;
    width:90px;
    height:90px;
    margin-left:-45px;
    text-align:center;
    background-color:#fff;
    bottom:-7px;
    padding:10px;
    border-radius:50%;
    z-index:1;
    box-shadow:0px 7px 14.7px .3px rgba(0,0,0,.15)
}
.header-layout3 .phone-btn a{
    width:100%;
    height:100%;
    display:inline-block;
    background-color:#003CB7;
    line-height:69px;
    font-size:30px;
    color:#fff;
    z-index:3;
    border-radius:50%
}
.header-layout3 .phone-btn a:hover{
    background-color:#003399;
    color:#fff
}
.header-layout3 .phone-btn .ripple{
    z-index:-1
}
.header-layout3 .header-menu-area{
    padding:30px 50px;
    position:relative;
    z-index:2
}
.header-layout3 .main-menu ul li a{
    font-weight:700;
    padding:12px 0
}
.header-layout3 .main-menu ul li ul{
    border-top:none;
    left:-15px;
    margin-top:40px;
    box-shadow:0 0 10px 0 rgba(0,0,0,.08);
    transition:all ease-in-out .3s;
    transform:rotate(0)
}
.header-layout3 .main-menu ul li ul li a{
    padding:12px 15px;
    color:#01133c
}
.header-layout3 .main-menu ul li ul li ul{
    left:100%;
    padding-top:0
}
.header-layout3 .main-menu ul li:hover>ul{
    margin-top:0
}
.header-layout3 .header-btn button{
    width:52px;
    color:#fff;
    font-size:18px;
    background-color:#003CB7;
    margin-right:20px
}
.header-layout3 .header-btn button:hover{
    color:#fff
}
.header-layout3 .header-btn button:last-child{
    margin-right:0
}
.sticky-header-wrap{
    position:fixed;
    top:0;
    left:0;
    right:0;
    background-color:#fff;
    z-index:9999;
    box-shadow:0 0 13px 0 rgba(0,0,0,.1);
    opacity:0;
    visibility:hidden;
    transform:translateY(-110%);
    transition:all ease .6s
}
.sticky-header-wrap.active{
    visibility:visible;
    opacity:1;
    transform:translateY(0);
    padding: 20px 0;
}
.sticky-header-wrap .logo{
    padding:10px 0
}
.sticky-header-wrap .main-menu ul li{
    display:inline-block;
    position:relative;
    margin:0px 11px
}
.sticky-header-wrap .main-menu ul li a{
    font-size:15px;
    font-weight: 600;
    text-transform:uppercase;
    display:inline-block;
    position:relative;
    padding:23px 0;
    color:#444;
}
.sticky-header-wrap .main-menu ul li a:hover{
    color:#003CB7;
}
.sticky-header-wrap .main-menu ul li.menu-item-has-children>a:after{
    content:"";
    position:relative;
    font-family:"font awesome 5 pro";
    margin-left:5px
}
.sticky-header-wrap .main-menu ul li ul{
    border-top:3px solid #003CB7;
    position:absolute;
    left:0;
    top:100%;
    background-color:#fff;
    min-width:280px;
    z-index:99;
    text-align:left;
    opacity:0;
    visibility:hidden;
    transform-origin:top;
    transform:rotateX(90deg);
    transition:all ease .4s;
    box-shadow:0 0 5px rgba(0,0,0,.1)
}
.sticky-header-wrap .main-menu ul li ul li{
    display:block;
    margin:0
}
.sticky-header-wrap .main-menu ul li ul li.menu-item-has-children>a:after{
    float:right;
    content:"";
    transform:translateX(0);
    transition:all ease .4s
}
.sticky-header-wrap .main-menu ul li ul li a{
    display:block;
    padding:12px 15px;
    padding-left:15px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    overflow:hidden;
    border-bottom:1px solid #edf2f4;
    color:#444
}
.sticky-header-wrap .main-menu ul li ul li a:hover{
    color:#003CB7
}
.sticky-header-wrap .main-menu ul li ul li a:before{
    content:"";
    position:absolute;
    font-weight:300;
    font-family:"Font Awesome 5 Pro";
    font-size:16px;
    margin-right:0;
    left:-20px;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s
}
.sticky-header-wrap .main-menu ul li ul li a:hover{
    padding-left:25px
}
.sticky-header-wrap .main-menu ul li ul li a:hover:before{
    opacity:1;
    visibility:visible;
    left:10px
}
.sticky-header-wrap .main-menu ul li ul li a:hover:after{
    transform:translateX(40px)
}
.sticky-header-wrap .main-menu ul li ul li:last-child a{
    border-bottom:none
}
.sticky-header-wrap .main-menu ul li ul li ul{
    left:100%;
    top:0
}
.sticky-header-wrap .main-menu ul li ul li ul ul li ul{
    left:auto;
    right:100%;
    box-shadow:0 0 10px rgba(0,0,0,.1)
}
.sticky-header-wrap .main-menu ul li:hover>ul{
    opacity:1;
    visibility:visible;
    transform:rotateX(0)
}
.sticky-header-layout2 .main-menu ul li.current a,
.sticky-header-layout2 .main-menu ul li a:hover{
    color:#003399
}
.sticky-header-layout2 .main-menu ul li ul{
    border-top-color:#003399
}
.sticky-header-layout2 .main-menu ul li ul li a:hover{
    color:#003399
}
.sticky-header-layout2 .menuToggleBtn{
    color:#003399
}
.header_links ul{
    margin:0;
    padding:0;
    list-style-type:none
}
.header_links li{
    display:inline-block;
    font-size:16px;
    font-weight:400;
    line-height:1;
    color:#fff;
    position:relative;
    padding:0 17px 0 12px
}
.header_links li:first-child{
    padding-left:0
}
.header_links li:last-child{
    padding-right:0
}
.header_links li a{
    color:inherit;
    display:inline-block;
    margin-right:10px
}
.header_links li a:last-child{
    margin-right:0
}
.header_links li a:hover{
    text-decoration:underline
}
.header_links li i{
    margin-right:10px
}
.header_links li:not(:last-child):before{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:1px;
    height:16px;
    margin:-8px 0 0 0;
    background-color:#fff
}
.header_links .select2-container{
    width:100% !important;
    z-index:3
}
.header_links .select2-container span.select2-selection{
    border:none;
    height:60px;
    line-height:60px;
    border-radius:0;
    background-color:transparent
}
.header_links .select2-container .select2-selection--single .select2-selection__rendered{
    line-height:60px;
    padding-left:0;
    font-family:"Poppins",sans-serif;
    color:#fff;
    font-weight:400;
    font-size:16px
}
.header_links .select2-container .select2-selection--single .select2-selection__arrow{
    height:auto
}
.header_links .select2-container .select2-selection--single .select2-selection__arrow:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    margin-left:5px;
    position:relative;
    top:-1.5px
}
.header_links .select2-container .select2-selection--single .select2-selection__arrow b{
    display:none
}
.header_links .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-width:0 7px 6px 7px;
    border-color:transparent transparent #fff transparent
}
.header_icons a,.header_icons button{
    border:none;
    line-height:1;
    background-color:transparent;
    font-size:22px;
    position:relative;
    padding:0 17px 0 15px
}
.header_icons a:first-child,.header_icons button:first-child{
    padding-left:0
}
.header_icons a:last-child,.header_icons button:last-child{
    padding-right:0
}
.header_icons a:not(:last-child)::before,.header_icons button:not(:last-child)::before{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    width:1px;
    height:24px;
    background-color:#bdbdbd;
    margin-top:-12px
}
@media(min-width: 1199px){
    .header-layout5{
        position:absolute;
        left:0;
        right:0;
        top:50px;
        max-width:1670px;
        margin:0 auto
    }
    .header-layout5 .header-top,.header-layout5 .menu-area{
        padding:0 35px
    }
}
@media(max-width: 1500px){
    .header-layout5{
        top:0
    }
}
.header-layout5 .header-top{
    background-color:#003CB7
}
@media(max-width: 992px){
    .header-layout5 .header-top{
        padding:10px 0
    }
}
.hero-sec-wrapper{
    position:relative;
    z-index:1;
    height: 100vh !important;
    overflow: hidden !important;
}

@media (max-width: 600px){
    .hero-sec-wrapper{
        position:relative;
        z-index:1;
        height: 264px !important;
        overflow: hidden !important;
    }
}

.hero-layout2{
    position:relative;
    z-index:1;
    padding-top:50px;
}
.hero-layout2 .small-title{
    position:relative;
    font-style:italic;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    font-family:"Poppins",sans-serif
}
.hero-layout2 .small-title:before{
    content:"";
    position:absolute;
    left:-40%;
    top:50%;
    margin-top:-1px;
    height:2px;
    width:35.2%;
    background-color:#fff
}
.hero-layout2 .big-title{
    text-transform:uppercase;
    color:#fff
}
.hero-layout2 .ls-bottom-nav-wrapper{
    position:absolute;
    right:85px;
    top:0 !important;
    height:100%;
    display:flex !important;
    align-items:center
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a{
    display:block !important;
    width:100% !important;
    width:10px !important;
    height:10px !important;
    border-radius:50% !important;
    border:2px solid #fff !important;
    background-color:transparent;
    margin:20px auto !important;
    opacity:1 !important;
    position:relative;
    z-index:1;
    transition:all ease .4s
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:10px;
    height:10px;
    margin:-5px 0 0 -5px;
    background-color:#003399;
    z-index:-1;
    border-radius:50%;
    opacity:0
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:hover{
    background-color:#003399
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active{
    background-color:transparent !important;
    width:25px !important;
    height:25px !important
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:before{
    opacity:1
}
.hero-layout2 .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:hover{
    background-color:transparent !important
}
.hero-layout2 .phone-box{
    position:absolute;
    bottom:100px;
    right:0;
    z-index:99
}
.hero-layout3 .small-title{
    font-weight:700;
    font-style:italic;
    text-transform:uppercase;
    color:#fff;
    letter-spacing:.2px;
    position:relative;
    text-align:center
}
.hero-layout3 .small-title:after,.hero-layout3 .small-title:before{
    content:"";
    position:absolute;
    width:28.1%;
    height:2px;
    background-color:#fff;
    left:-31%;
    top:50%;
    margin-top:-1px
}
.hero-layout3 .small-title:after{
    left:auto;
    right:-33.1%
}
.hero-layout3 .big-title{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:.2px;
    text-align:center
}
.hero-layout3 .ls-v6 .ls-nav-prev,.hero-layout3 .ls-v6 .ls-nav-next{
    top:60%
}

.ls-fullscreen-wrapper{
	height: calc(100vh - 50px) !important;
}
.hero-slider2-active{
	height: calc(100vh - 50px) !important;
}

@media (max-width: 600px){
    .hero-slider2-active{
        height: 264px !important;
    }
    .ls-fullscreen-wrapper{
        height: 264px !important;
    }
}


@media(min-width: 1400px){
    .hero-layout3 .ls-v6 .ls-nav-prev,.hero-layout3 .ls-v6 .ls-nav-next{
        width:70px;
        height:70px;
        top:64%;
        border:2px solid #4a4c58 !important;
        text-align:center;
        line-height:70px;
        left:100px;
        border-radius:50%
    }
    .hero-layout3 .ls-v6 .ls-nav-prev:after,.hero-layout3 .ls-v6 .ls-nav-next:after{
        margin-top:-9px;
        width:18px;
        height:18px;
        margin-left:9px;
        border-top-color:#4a4c58;
        border-left-color:#4a4c58
    }
    .hero-layout3 .ls-v6 .ls-nav-prev:hover,.hero-layout3 .ls-v6 .ls-nav-next:hover{
        border-color:transparent !important;
        background-color:#003CB7;
        transform:scaleX(1) scaleY(1)
    }
    .hero-layout3 .ls-v6 .ls-nav-next{
        left:auto;
        right:100px
    }
    .hero-layout3 .ls-v6 .ls-nav-next:after{
        border-left-color:transparent;
        border-right-color:#4a4c58;
        margin-left:0;
        margin-right:9px
    }
}
@media(max-width: 769px){
    .hero-slider4-active .text.ls-layer{
        font-size:16px !important;
        width:360px !important;
        line-height:23px !important
    }
    .hero-slider4-active .primary-btn.ls-layer{
        max-width:140px !important;
        height:45px !important;
        width:140px !important;
        line-height:45px !important;
        font-size:14px !important;
        margin-top:25px !important
    }
    .hero-slider4-active .primary-btn.type3.ls-layer{
        margin-left:30px !important
    }
    .hero-slider2-active .small-title.ls-layer{
        font-size:14px !important
    }
    .hero-slider2-active .primary-btn.ls-layer{
        width:170px !important;
        max-width:170px;
        height:45px !important;
        line-height:45px !important;
        font-size:14px !important;
        margin-top:10px !important
    }
    .hero-slider2-active .primary-btn.outline-btn.ls-layer{
        margin-left:55px !important
    }
    .hero-slider3-active .small-title.ls-layer{
        font-size:16px !important;
        width:250px !important;
        transform:translate(-50px, -10px)
    }
    .hero-slider3-active .primary-btn{
        width:160px !important;
        max-width:200px;
        height:40px !important;
        line-height:40px !important;
        font-size:13px !important;
        transform:translateX(-45px) !important
    }
    .hero-slider3-active .primary-btn .btn-text{
        transform:none
    }
    .hero-slider3-active .primary-btn.outline-btn{
        transform:translateX(20px) !important
    }
}
@media(max-width: 576px){
    .hero-slider4-active .big-title.ls-layer{
        font-size:28px !important;
        line-height:34px !important;
        width:300px !important
    }
    .hero-slider4-active .text.ls-layer{
        font-size:16px !important;
        width:300px !important;
        line-height:26px !important;
        margin-top:5px !important
    }
    .hero-slider4-active .primary-btn.ls-layer{
        width:140px !important;
        height:40px !important;
        max-width:140px !important;
        font-size:13px !important;
        line-height:39px !important;
        margin-top:70px !important
    }
    .hero-slider4-active .primary-btn.type3.ls-layer{
        margin-left:50px !important
    }
    .hero-slider4-active .shape1{
        display:none !important
    }
    .hero-slider2-active .primary-btn.ls-layer{
        margin-top:0 !important
    }
    .hero-slider2-active .primary-btn.outline-btn.ls-layer{
        margin-left:70px !important
    }
    .hero-slider3-active .primary-btn{
        transform:translateX(-80px) !important
    }
    .hero-slider3-active .primary-btn.outline-btn{
        transform:translateX(10px) !important
    }
    .hero-slider3-active .small-title.ls-layer{
        transform:translate(-70px, -10px)
    }
}
@media(max-width: 490px){
    .hero-slider4-active .text.ls-layer{
        margin-top:10px !important
    }
    .hero-slider4-active .primary-btn.ls-layer{
        margin-top:80px !important
    }
    .hero-slider4-active .primary-btn.type3.ls-layer{
        margin-left:65px !important
    }
    .hero-slider4-active .shape1{
        display:none !important
    }
    .hero-slider2-active .small-title.ls-layer{
        font-size:14px !important;
        transform:translateY(-5px)
    }
    .hero-slider2-active .primary-btn.outline-btn.ls-layer{
        margin-left:90px !important
    }
    .hero-slider3-active .primary-btn{
        transform:translateX(-90px) !important
    }
    .hero-slider3-active .primary-btn.outline-btn{
        transform:translateX(10px) !important
    }
}
@media(max-width: 380px){
    .hero-slider4-active .text.ls-layer{
        margin-top:32px !important
    }
    .hero-slider4-active .primary-btn.ls-layer{
        margin-top:112px !important
    }
    .hero-slider4-active .primary-btn.type3.ls-layer{
        margin-left:80px !important
    }
    .hero-slider2-active .primary-btn.ls-layer{
        width:150px !important;
        max-width:170px
    }
    .hero-slider2-active .big-title.ls-layer{
        font-size:22px !important;
        width:250px !important;
        line-height:32px !important;
        transform:translateY(-35px)
    }
    .hero-slider2-active .small-title.ls-layer{
        font-size:14px !important;
        transform:translateY(-40px)
    }
    .hero-slider3-active .small-title.ls-layer{
        transform:translate(-93px, -20px)
    }
    .hero-slider3-active .big-title.ls-layer{
        font-size:22px !important;
        width:300px !important;
        transform:translate(-10%, -21%);
        line-height:32px !important
    }
    .hero-slider3-active .primary-btn{
        width:140px !important;
        transform:translate(-95px, 30px) !important
    }
    .hero-slider3-active .primary-btn.outline-btn{
        transform:translate(5px, 30px) !important
    }
}
.about-us-sec .experiance-box{
    background-image:url("../img/bg-img/ab-experiance-box-bg.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
    padding:50px 45px 50px 40px;
    min-width:470px;
    margin-top:-80px;
    right:-85px;
    z-index:1
}
.about-us-sec .experiance-box .icon span{
    display:inline-block;
    width:80px;
    height:80px;
    line-height:80px;
    background-color:#fff;
    text-align:center;
    font-size:40px;
    position:relative;
    margin-right:20px;
    color:#003CB7;
    z-index:1;
    border-radius:50%
}
.about-us-sec .experiance-box .icon span:before{
    content:"";
    position:absolute;
    top:-5px;
    left:-5px;
    bottom:-5px;
    right:-5px;
    border:2px dashed #fff;
    z-index:-1;
    border-radius:50%;
    -webkit-animation:cspine 10s linear infinite;
    animation:cspine 10s linear infinite
}
.about-us-sec .experiance-box .content{
    width:calc(100% - 100px)
}
.about-us-sec .experiance-box .content .main-title{
    position:absolute;
    top:-25px;
    left:32px;
    color:#fff;
    font-size:48px;
    text-transform:uppercase;
    letter-spacing:4px;
    margin-bottom:0;
    text-shadow:3px 3px 0px #000
}
.about-us-sec .experiance-box .content .title{
    color:#fff;
    font-size:22px;
    font-weight:500;
    font-family:"Poppins",sans-serif;
    letter-spacing:1px;
    margin-bottom:15px
}
.about-us-sec .experiance-box .content .text{
    color:#fff;
    margin-bottom:0
}
.about-wrap-layout1{
    position:relative
}
.about-wrap-layout1:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    max-width:1130px;
    background-image:url("../img/overly-shape/about-us-shapes-1-1.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-animation:upDown 10s infinite alternate;
    animation:upDown 10s infinite alternate
}
.about-wrap-layout1 .about-us-img{
    position:relative
}
.about-wrap-layout1 .about-us-img a:before{
    content:"";
    position:absolute;
    top:20px;
    left:20px;
    right:20px;
    bottom:20px;
    border:2px dashed #fff
}
.about-wrap-layout1 .about-title{
    font-size:48px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#003CB7;
    margin-bottom:33px;
    font-weight:700
}
.about-wrap-layout1 .about-title span{
    color:#003399;
    font-size:80px;
    position:relative;
    top:10px
}
.about-wrap-layout1 .sub-title{
    font-size:40px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:40px;
    font-family:"Oswald",sans-serif
}
.about-wrap-layout1 .sub-title span{
    color:#003399
}
.about-wrap-layout1 .about-us-content{
    margin-left:30px;
    padding-top:35px
}
.about-wrap-layout1 .about-us-content .text{
    margin-bottom:25px
}
.about-wrap-layout1 .about-us-content .features-list ul li{
    position:relative;
    margin-bottom:4px;
    color:#777
}
.about-wrap-layout1 .about-us-content .features-list ul li:last-child{
    margin-bottom:0
}
.about-wrap-layout1 .about-us-content .features-list ul li:before{
    content:"";
    position:relative;
    left:0;
    top:-4px;
    font-size:18px;
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:5px;
    width:15px;
    height:15px;
    display:inline-block;
    text-align:center;
    box-shadow:inset 0 0 6px -2px #003CB7;
    line-height:15px;
    margin-right:15px;
    color:#003CB7;
    border-radius:50%
}
.about-wrap-layout1 .action-btn{
    float:right;
    overflow:hidden
}
.about-wrap-layout1 .action-area{
    position:relative;
    margin-top:-150px;
    padding-left:145px
}
.about-wrap-layout1 .action-area .action-box{
    padding-right:60px;
    margin-right:60px;
    position:relative
}
.about-wrap-layout1 .action-area .action-box:before{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    height:60px;
    width:1px;
    margin-top:-30px;
    background-color:#e5e5e5
}
.about-wrap-layout1 .action-area .action-box:last-child{
    padding-right:0;
    margin-right:0
}
.about-wrap-layout1 .action-area .action-box:last-child:before{
    display:none
}
.about-wrap-layout1 .action-area .action-box .icon span{
    font-size:46px;
    color:#003CB7;
    display:block;
    margin-bottom:5px
}
.about-wrap-layout1 .action-area .action-box .icon span .flaticon-envelope{
    font-size:40px
}
.about-wrap-layout1 .action-area .action-box .content .text{
    font-size:24px;
    color:#003CB7;
    margin-bottom:0;
    font-weight:500
}
.about-wrap-layout1 .action-area .action-box .content span{
    text-transform:uppercase;
    font-size:14px;
    display:inline-block;
    margin-bottom:10px;
    line-height:1;
    color:#777
}
.about-wrap-layout2{
    position:relative
}
.about-wrap-layout2 .shape-bg{
    right:0;
    top:-100px;
    -webkit-animation:downUp 15s alternate infinite;
    animation:downUp 15s alternate infinite
}
.about-wrap-layout2 .about-us-img{
    position:relative;
    padding:20px
}
.about-wrap-layout2 .about-us-img img{
    box-shadow:0px 10px 28.5px 1.5px rgba(0,0,0,.25);
    position:relative;
    z-index:2
}
.about-wrap-layout2 .about-us-img::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-width:370px;
    background-color:#e5e5e5;
    z-index:1
}
.about-wrap-layout2 .about-us-content{
    padding-right:40px
}

.about-wrap-layout2 .about-us-content ul{
    margin-bottom: 30px;
}
.about-wrap-layout2 .about-us-content ul li{
    position:relative;
    margin-bottom:5px;
    padding-left:25px;
    line-height:28px
}
.about-wrap-layout2 .about-us-content ul li:before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:7px;
    height:7px;
    background-color:#003CB7;
    border-radius:50%
}


.about-wrap-layout2 .about-us-content .about-title{
    font-size:40px;
    line-height:60px;
    text-transform:uppercase;
    font-weight:600;
    max-width:85%;
    width:100%;
    color: #222;
}
.about-wrap-layout2 .about-us-content .about-title span{
    color: var(--theme-clr2);
    font-size: 48px;
    font-weight: 700;
}
.about-wrap-layout2 .about-us-content p.text{
    color:#625f5f
}
.about-wrap-layout2 .about-us-content .video-action{
    margin-right:60px;
    padding-top:15px
}
.about-wrap-layout2 .about-us-content .video-action .video-btn{
    width:50px;
    height:50px;
    line-height:50px;
    font-size:17px;
    margin-right:20px;
    background-color:#003399
}
.about-wrap-layout2 .about-us-content .video-action .video-btn span{
    background-color:#003399
}
.about-wrap-layout2 .about-us-content .video-action .video-btn:hover .btn-text{
    color:#003399;
    background-color:#fff
}
.about-wrap-layout2 .about-us-content .video-action a.text{
    font-size:18px;
    display:inline-block;
    font-weight:500;
    text-transform:capitalize;
    color:#01133c
}
.about-wrap-layout2 .about-us-content .video-action a.text:hover{
    color:#003399
}
.about-wrap-layout2 .about-us-content .author-signa{
    padding-top:10px
}
.about-wrap-layout2 .action-area{
    padding-top:85px
}
.about-wrap-layout2 .action-area .action-box{
    display:flex;
    align-items:center;
    padding-right:60px;
    margin-right:60px;
    position:relative
}
.about-wrap-layout2 .action-area .action-box:before{
    content:"";
    position:absolute;
    height:50px;
    width:2px;
    top:calc(50% - 25px);
    right:0;
    border-right:2px dashed #003399;
    opacity:.15
}
.about-wrap-layout2 .action-area .action-box:last-child{
    padding-right:0;
    margin-right:0
}
.about-wrap-layout2 .action-area .action-box:last-child::before{
    display:none
}
.about-wrap-layout2 .action-area .action-box .icon span{
    margin-right:25px
}
.about-wrap-layout2 .action-area .action-box .icon span:before{
    background-color:#003399;
    opacity:.06;
    width:50px;
    height:50px;
    margin-top:-25px
}
.about-wrap-layout2 .action-area .action-box .icon span i{
    color:#003399;
    font-size:42px;
    padding-left:23px
}
.about-wrap-layout2 .action-area .action-box .icon span i.fa-phone-alt{
    font-size:38px;
    padding-left:28px
}
.about-wrap-layout2 .action-area .action-box .content span{
    color:#1f1f1f;
    font-size:16px;
    display:block;
    line-height:1;
    margin-bottom:5px
}
.about-wrap-layout2 .action-area .action-box .content .text{
    font-weight:700;
    font-size:20px;
    color:#1f1f1f;
    letter-spacing:0;
    margin-bottom:0
}
.about-wrap-layout2 .action-area .action-box .content .text a:hover{
    color:#003399
}
.about-wrap-layout3{
    background-color:#fafafa
}
.about-wrap-layout3 .about-us-content{
    padding-right:30px
}
.about-wrap-layout3 .about-us-content h2.about-title{
    font-size:48px;
    text-transform:uppercase;
    line-height:60px;
    font-weight:600;
    letter-spacing:.4px;
    margin-bottom:25px;
    max-width:80%;
    margin-top:-12px
}
.about-wrap-layout3 .about-us-content p{
    color:#777
}
.about-wrap-layout3 .about-us-content .features-list{
    padding-top:5px;
    margin-bottom:35px
}
.about-wrap-layout3 .about-us-content .features-list ul li{
    position:relative;
    margin-bottom:4px;
    color:#777
}
.about-wrap-layout3 .about-us-content .features-list ul li:last-child{
    margin-bottom:0
}
.about-wrap-layout3 .about-us-content .features-list ul li:before{
    content:"";
    position:relative;
    left:0;
    top:-4px;
    font-size:18px;
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:5px;
    width:15px;
    height:15px;
    display:inline-block;
    text-align:center;
    box-shadow:inset 0 0 6px -2px #003CB7;
    line-height:15px;
    margin-right:15px;
    color:#003CB7;
    border-radius:50%
}
.about-wrap-layout3 .about-us-content .counter-box-wrapper{
    padding-top:5px;
    margin-bottom:35px
}
.about-wrap-layout3 .about-us-content .single-counter{
    max-width:200px;
    width:100%;
    margin-right:30px;
    background-color:#003CB7;
    padding:25px 30px;
    padding-right:0;
    position:relative
}
.about-wrap-layout3 .about-us-content .single-counter:last-child{
    margin-right:0
}
.about-wrap-layout3 .about-us-content .single-counter i{
    position:absolute;
    right:28px;
    top:25px;
    color:#fff;
    font-size:67px;
    opacity:.1
}
.about-wrap-layout3 .about-us-content .single-counter .counter{
    color:#fff;
    font-size:48px;
    font-weight:600;
    font-family:"Oswald",sans-serif;
    line-height:1;
    position:relative
}
.about-wrap-layout3 .about-us-content .single-counter .counter:after{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:26px;
    position:relative;
    top:-9px;
    margin-left:3px
}
.about-wrap-layout3 .about-us-content .single-counter .text{
    font-size:16px;
    color:#fff;
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:0
}
.about-wrap-layout3 form.estimator-form{
    position:relative;
    padding:60px
}
.about-wrap-layout3 form.estimator-form::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#070a12;
    opacity:.6
}
.about-wrap-layout3 form.estimator-form h3.form-title{
    font-size:32px;
    color:#fff;
    position:relative;
    text-transform:uppercase;
    font-weight:600;
    font-family:"Oswald",sans-serif;
    margin-bottom:12px
}
.about-wrap-layout3 form.estimator-form p.sub-title{
    line-height:22px;
    color:#fff;
    position:relative;
    margin-bottom:30px;
    margin-bottom:25px
}
.about-wrap-layout3 form.estimator-form .form-group{
    margin-bottom:20px
}
.about-wrap-layout3 form.estimator-form .form-group .select2-container span.select2-selection,.about-wrap-layout3 form.estimator-form .form-group input{
    border:none
}
.about-wrap-layout4 .about-us-content{
    padding-right:10px;
    padding-top:50px
}
.about-wrap-layout4 .about-us-content p{
    color:#777
}
.about-wrap-layout4 .about-us-content .about-title{
    font-weight:600;
    font-size:40px;
    text-transform:uppercase;
    margin-bottom:30px
}
.about-wrap-layout4 .about-us-content .about-title span{
    color:#003399
}
.about-wrap-layout4 .about-us-content .sub-title{
    font-size:18px;
    line-height:30px;
    margin-bottom:20px;
    text-transform:none;
    color:#01133c;
    letter-spacing:.2px
}
.about-wrap-layout4 .about-us-content .author-signa{
    padding-top:5px;
    padding-bottom:50px
}
.about-wrap-layout4 .about-us-content .video-action{
    display:flex;
    align-items:center
}
.about-wrap-layout4 .about-us-content .video-action a.video-btn{
    width:60px;
    height:60px;
    line-height:58px;
    font-size:22px;
    margin-right:30px
}
.about-wrap-layout4 .about-us-content .video-action .text{
    font-size:20px;
    font-weight:500;
    color:#01133c;
    text-transform:capitalize;
    line-height:30px;
    display:inline-block;
    width:100%;
    max-width:200px
}
.about-wrap-layout4 .about-us-content .video-action .text:hover{
    color:#003CB7
}
.about-wrap-layout4 .about-us-img{
    position:relative;
    min-height:570px
}
.about-wrap-layout4 .about-us-img .small-img,.about-wrap-layout4 .about-us-img .big-img{
    position:absolute;
    display:inline-block;
    width:100%
}
.about-wrap-layout4 .about-us-img .small-img:before,.about-wrap-layout4 .about-us-img .small-img:after,.about-wrap-layout4 .about-us-img .big-img:before,.about-wrap-layout4 .about-us-img .big-img:after{
    content:"";
    position:absolute;
    width:12px;
    height:12px;
    display:inline-block;
    background-color:#003CB7;
    box-shadow:0 0 0 5px #fff;
    z-index:1;
    border-radius:50%;
    -webkit-animation:cscale 1s infinite alternate;
    animation:cscale 1s infinite alternate
}
.about-wrap-layout4 .about-us-img .big-img{
    top:0;
    right:0;
    z-index:2;
    max-width:437px
}
.about-wrap-layout4 .about-us-img .big-img:before{
    top:120px;
    left:-5px
}
.about-wrap-layout4 .about-us-img .big-img:after{
    bottom:-6px;
    right:134px
}
.about-wrap-layout4 .about-us-img .small-img{
    bottom:0;
    left:20px;
    z-index:2;
    max-width:430px
}
.about-wrap-layout4 .about-us-img .small-img:before{
    left:89px;
    top:-6px
}
.about-wrap-layout4 .about-us-img .small-img:after{
    bottom:47px;
    right:-6px
}
.about-wrap-layout4 .about-us-img .experiance{
    width:130px;
    height:130px;
    line-height:130px;
    position:absolute;
    background-color:#fff;
    right:155px;
    top:225px;
    z-index:4;
    text-align:center;
    font-size:36px;
    font-weight:700;
    box-shadow:0 19px 33px 0 rgba(0,0,0,.2);
    border-radius:50%
}
.about-wrap-layout4 .about-us-img .experiance:before{
    content:"";
    position:absolute;
    left:15px;
    top:15px;
    right:15px;
    bottom:15px;
    background-color:#003CB7;
    border:2px dashed #fff;
    border-radius:50%;
    -webkit-animation:cspinereverse 20s linear infinite;
    animation:cspinereverse 20s linear infinite
}
.about-wrap-layout4 .about-us-img .experiance span{
    color:#fff;
    position:relative;
    z-index:1
}
.about-wrap-layout4 .about-us-img:before{
    content:"";
    display:inline-block;
    width:450px;
    height:450px;
    position:absolute;
    margin-left:-225px;
    left:50%;
    bottom:20px;
    background-color:#fff;
    border:2px dashed #003CB7;
    box-shadow:0 0 75px -55px rgba(0,0,0,.6);
    border-radius:50%;
    -webkit-animation:cspine 50s linear infinite;
    animation:cspine 50s linear infinite
}
.about-wrap-layout5 .about-us-img{
    position:relative;
    padding-bottom:100px;
    padding-left:20px;
    padding-top:20px
}
.about-wrap-layout5 .about-us-img .experiance{
    width:120px;
    height:120px;
    line-height:120px;
    position:absolute;
    background-color:#fff;
    right:150px;
    top:185px;
    z-index:4;
    text-align:center;
    font-size:36px;
    font-weight:700;
    box-shadow:0 19px 33px 0 rgba(0,0,0,.2);
    border-radius:50%
}
.about-wrap-layout5 .about-us-img .experiance:before{
    content:"";
    position:absolute;
    left:15px;
    top:15px;
    right:15px;
    bottom:15px;
    background-color:#003CB7;
    border:2px dashed #fff;
    border-radius:50%;
    -webkit-animation:cspinereverse 20s linear infinite;
    animation:cspinereverse 20s linear infinite
}
.about-wrap-layout5 .about-us-img .experiance span{
    color:#fff;
    position:relative;
    z-index:1
}
.about-wrap-layout5 .about-us-img .small-img{
    position:absolute;
    bottom:0;
    right:0
}
.about-wrap-layout5 .about-us-img .big-img{
    max-width:430px;
    position:relative
}
.about-wrap-layout5 .about-us-img .big-img:before,.about-wrap-layout5 .about-us-img .big-img:after{
    content:"";
    position:absolute;
    top:-20px;
    right:-20px;
    width:97%;
    height:100%;
    border:4px solid #003CB7;
    z-index:-1
}
.about-wrap-layout5 .about-us-img .big-img:after{
    top:auto;
    right:auto;
    left:-20px;
    bottom:-20px;
    background-color:#003CB7;
    max-width:200px;
    max-height:200px
}
.about-wrap-layout5 .about-us-content{
    padding-top:20px
}
.about-wrap-layout5 .about-us-content .features-list{
    padding-bottom:30px
}
.about-wrap-layout5 .about-us-content .features-list ul li{
    position:relative;
    margin-bottom:4px;
    color:#777
}
.about-wrap-layout5 .about-us-content .features-list ul li:last-child{
    margin-bottom:0
}
.about-wrap-layout5 .about-us-content .features-list ul li:before{
    content:"";
    position:relative;
    left:0;
    top:-4px;
    font-size:18px;
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:5px;
    width:15px;
    height:15px;
    display:inline-block;
    text-align:center;
    box-shadow:inset 0 0 6px -2px #003CB7;
    line-height:15px;
    margin-right:15px;
    color:#003CB7;
    border-radius:50%
}
.about-wrap-layout5 .about-us-content p{
    color:#777
}
.about-wrap-layout5 .about-us-content .about-title{
    font-weight:600;
    font-size:40px;
    text-transform:uppercase;
    margin-bottom:30px
}
.about-wrap-layout5 .about-us-content .about-title span{
    color:#003399
}
.about-wrap-layout5 .about-us-content .sub-title{
    font-size:18px;
    line-height:30px;
    margin-bottom:15px;
    text-transform:none;
    color:#01133c;
    letter-spacing:.2px
}
.about-wrap-layout5 .about-us-content .author-signa{
    padding-top:5px;
    overflow:hidden;
    float:left;
    margin-right:30px
}
.about-wrap-layout5 .about-us-content .video-action{
    display:flex;
    align-items:center;
    float:left
}
.about-wrap-layout5 .about-us-content .video-action a.video-btn{
    width:60px;
    height:60px;
    line-height:58px;
    font-size:22px;
    margin-right:30px
}
.about-wrap-layout5 .about-us-content .video-action .text{
    font-size:20px;
    font-weight:500;
    color:#01133c;
    text-transform:capitalize;
    line-height:30px;
    display:inline-block;
    width:100%;
    max-width:200px
}
.about-wrap-layout5 .about-us-content .video-action .text:hover{
    color:#003CB7
}
.about-content-box6 .about-title{
    font-size:48px;
    text-transform:uppercase
}
.vs-list-style1 ul,.about-content-box6 ul{
    list-style-type:none;
    margin:0;
    padding:0;
    margin-bottom:35px
}
.vs-list-style1 ul li,.about-content-box6 ul li{
    position:relative;
    margin-bottom:10px
}
.vs-list-style1 ul li:before,.about-content-box6 ul li:before{
    content:"";
    position:relative;
    left:0;
    top:-4px;
    font-size:18px;
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:5px;
    width:15px;
    height:15px;
    display:inline-block;
    text-align:center;
    box-shadow:inset 0 0 6px -2px #003CB7;
    line-height:15px;
    margin-right:15px;
    color:#003CB7;
    border-radius:50%
}
.about-img-box6{
    position:relative;
    border-radius:10px;
    overflow:hidden
}
.about-img-box6:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:70%;
    background-image:linear-gradient(to top, rgba(0, 0, 0, 0.65) 30%, transparent 100%)
}
.about-img-box6 a.video-btn{
    position:absolute;
    left:50%;
    top:50%;
    margin:-50px 0 0 -50px
}
.about-img-box6 a.video-btn .ripple,.about-img-box6 a.video-btn .btn-text{
    background-color:#003399
}
.about-img-box6 a.video-btn:hover .ripple,.about-img-box6 a.video-btn:hover .btn-text{
    color:#003399;
    background-color:#fff
}
.about-img-box6 .image-title{
    color:transparent;
    -webkit-text-stroke:1px #fff;
    text-transform:uppercase;
    margin-bottom:0;
    line-height:1;
    position:absolute;
    left:30px;
    bottom:28px
}
.about-img-box6 .image-title .counter{
    font-size:70px;
    -webkit-text-stroke:0px transparent;
    vertical-align:sub
}
@media(max-width: 1500px){
    .about-content-box6 .about-title{
        font-size:36px;
        margin-bottom:10px
    }
    .about-img-box6 .image-title{
        font-size:26px
    }
    .about-img-box6 .image-title .counter{
        font-size:2.5rem
    }
    .about-img-box6 .video-btn{
        width:60px;
        height:60px;
        line-height:60px;
        font-size:22px
    }
}
@media(max-width: 992px){
    .about-img-box6{
        margin-bottom:30px
    }
}
@media(max-width: 767px){
    .about-content-box6 .about-title{
        font-size:26px;
        margin-bottom:0
    }
    .about-img-box6{
        margin-bottom:20px
    }
    .about-img-box6 .image-title{
        font-size:18px;
        left:10px;
        bottom:10px
    }
    .about-img-box6 .image-title span{
        font-size:1.5rem
    }
}
.our-service-wrapper .service-box{
    padding:60px 0;
    padding-bottom:55px;
    text-align:center;
    background-color:#fff;
    overflow:hidden;
    position:relative
}
.our-service-wrapper .service-box .service-img{
    position:absolute;
    left:0;
    top:0;
    width:101%;
    height:101%;
    visibility:visible;
    opacity:1;
    transform-origin:bottom;
    transform:rotateX(-90deg);
    transition:all cubic-bezier(0.4, 0, 1, 1) .3s
}
.our-service-wrapper .service-box .service-img:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.7;
    z-index:1;
    background-color:rgba(0,0,0,.7)
}
.our-service-wrapper .service-box .service-img img{
    width:100%
}
.our-service-wrapper .service-box .service-icon{
    width:80px;
    height:80px;
    display:inline-block;
    line-height:80px;
    background-color:#003CB7;
    font-size:38px;
    color:#fff;
    box-shadow:0 5px 29px -10px #003CB7;
    margin-bottom:30px;
    border-radius:50%;
    z-index:3;
    position:relative;
    transition:all ease .4s;
    -webkit-animation:cscale 3s infinite alternate;
    animation:cscale 3s infinite alternate
}
.our-service-wrapper .service-box .bottom-icon{
    font-size:16px;
    margin-bottom:0;
    position:absolute;
    bottom:-70px;
    left:50%;
    margin-left:-40px;
    line-height:10px;
    padding-top:13px;
    background-color:#003399;
    box-shadow:none;
    opacity:0;
    visibility:hidden;
    -webkit-animation:none;
    animation:none
}
.our-service-wrapper .service-box .bottom-icon:hover{
    background-color:#fff !important;
    color:#003399
}
.our-service-wrapper .service-box .service-content{
    position:relative;
    z-index:1;
    padding:0 40px
}
.our-service-wrapper .service-box .service-content .title{
    font-size:19px;
    font-weight:600;
    margin-bottom:10px;
    letter-spacing:.5px;
    font-family:"Poppins",sans-serif;
    transition:all ease .4s
}

.our-service-wrapper.sub-product .service-box .service-content .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: .5px;
    font-family: "Poppins",sans-serif;
    transition: all ease .4s;
}

.our-service-wrapper .service-box .service-content p{
    margin-bottom:0;
    transition:all ease .4s;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}
.our-service-wrapper.sub-product .service-box .service-content p {
    margin-bottom: 0;
    transition: all ease .4s;
    font-size: 13px;
    color: #999;
    line-height: 20px;
}
.our-service-wrapper .service-box:hover .service-img{
    opacity:1;
    visibility:visible;
    transform:rotateX(0)
}
.our-service-wrapper .service-box:hover .service-icon{
    background-color:#003399;
    box-shadow:none
}
.our-service-wrapper .service-box:hover .bottom-icon{
    opacity:1;
    visibility:visible;
    bottom:-40px
}
.our-service-wrapper .service-box:hover .service-content .title{
    color:#fff
}
.our-service-wrapper .service-box:hover .service-content p{
    color:#fff
}
.service-tab-menu{
    text-align:center;
    margin-bottom:30px
}
.service-tab-menu a{
    border:none;
    background-color:transparent;
    padding:45px 20px 35px 20px;
    margin:0 13px var(--arrow-size, 18px) 13px;
    line-height:1;
    min-width:170px;
    position:relative
}
.service-tab-menu a .arrow,.service-tab-menu a .text,.service-tab-menu a img,.service-tab-menu a .icon,.service-tab-menu a .background-image{
    transition:all ease .4s;
    position:relative;
    z-index:3
}
.service-tab-menu a .icon{
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    background-color:#003CB7;
    color:#fff;
    margin-bottom:33px
}
.service-tab-menu a .icon img{
    filter:brightness(0) invert(1)
}
.service-tab-menu a .text{
    display:block;
    font-size:22px;
    font-weight:500;
    line-height:1;
    color:#01133c;
    font-family:"Oswald",sans-serif
}
.service-tab-menu a .background-image{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:1
}
.service-tab-menu a .arrow{
    display:inline-block;
    position:absolute;
    left:50%;
    bottom:0;
    border-top:var(--arrow-size, 18px) solid #003CB7;
    border-left:var(--arrow-size, 18px) solid transparent;
    border-right:var(--arrow-size, 18px) solid transparent;
    z-index:2;
    margin:0 0 calc(var(--arrow-size, 18px)*-1) calc(var(--arrow-size, 18px)*-1)
}
.service-tab-menu a .arrow,.service-tab-menu a .background-image{
    opacity:0;
    visibility:hidden
}
.service-tab-menu a.active .arrow,.service-tab-menu a.active .background-image,.service-tab-menu a:hover .arrow,.service-tab-menu a:hover .background-image{
    opacity:1;
    visibility:visible
}
.service-tab-menu a.active .text,.service-tab-menu a:hover .text{
    color:#fff
}
.service-tab-menu a.active .icon,.service-tab-menu a:hover .icon{
    background-color:#fff;
    color:#003CB7
}
.service-tab-menu a.active .icon img,.service-tab-menu a:hover .icon img{
    filter:none
}
.service-style1{
    padding:50px;
    max-width:1572px;
    margin:0 auto;
    background-color:#fff;
    box-shadow:0px 0px 50px rgba(1,19,60,.08)
}
.service-style1.background-image{
    background-position:right bottom
}
.service-style1 .service-title{
    font-size:40px;
    margin:-0.2em 0 17px 0;
    text-transform:uppercase
}
.service-style1 .service-text{
    margin-bottom:15px
}
.service-style1 .service-content{
    max-width:600px;
    width:100%
}
.service-style1 .service-middle{
    margin-top:42px
}
.service-style1 .service-bottom{
    display:flex;
    border-top:1px solid #e0e0e0;
    padding-top:40px
}
.service-style1 .auth-sign{
    margin-left:100px
}
.service-style1 .service-img{
    position:relative;
    width:590px;
    max-width:100%;
    margin:0 98px 0 0;
    padding:70px 0 0 0
}
.service-style1 .img-3,.service-style1 .img-2,.service-style1 .img-1{
    padding:10px;
    background-color:#fff;
    position:relative;
    z-index:3
}
.service-style1 .img-1{
    position:absolute;
    right:25px;
    top:0;
    z-index:4
}
.service-style1 .img-3{
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    margin:-170px 0 0 auto
}
.service-style1 .img-3 .play-btn{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    z-index:1
}
.service-style1 .shape-1{
    position:absolute;
    left:40%;
    top:50%;
    transform:translate(-50%, -50%);
    z-index:1
}
.service-style1 .shape-1 img{
    max-width:initial
}
.service-style1 .shape-2{
    position:absolute;
    left:10px;
    top:10px;
    right:10px;
    bottom:10px;
    background-color:rgba(1,19,60,.5)
}
.service-media{
    display:flex;
    align-items:center;
    width:255px;
    max-width:100%;
    margin-bottom:35px
}
.service-media .icon{
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    background-color:#003399;
    display:inline-block;
    margin:0 10px 0 0;
    border-radius:50%
}
.service-media .text{
    font-size:20px;
    font-weight:400;
    line-height:28px;
    font-family:"Oswald",sans-serif;
    color:#01133c;
    margin:0
}
.service-style2{
    text-align:center;
    background-color:#fff;
    margin-bottom:30px;
    box-shadow:0px 10px 21px rgba(1,19,60,.1)
}
.service-style2 .service-icon{
    width:70px;
    height:70px;
    line-height:70px;
    display:block;
    margin:0 auto -35px auto;
    position:relative;
    z-index:1;
    background-color:#fff;
    color:#003CB7;
    font-size:36px;
    border-radius:50%;
    transition:all ease .4s
}
.service-style2 .service-title{
    font-size:28px;
    font-weight:600;
    font-family:"Oswald",sans-serif;
    line-height:1;
    margin:0 0 21px 0;
    transition:all ease .4s
}
.service-style2 .service-title a{
    transition:none
}
.service-style2 .service-text{
    margin:0 0 13px 0
}
.service-style2 .service-img{
    padding:0 15px 15px 15px
}
.service-style2 .service-img img{
    width:100%
}
.service-style2 .service-content{
    padding:32px 30px 0 30px
}
.service-style2:hover .service-icon,.service-style2:hover .service-title{
    color:#003399
}
.service-style2-row{
    margin-bottom:-30px
}
@media(max-width: 1500px){
    .service-style1 .service-img{
        width:590px;
        margin:0 40px 0 0
    }
    .service-style1 .shape-1{
        width:100%;
        left:50%
    }
    .service-style1 .shape-1 img{
        max-width:100%
    }
    .service-style1 .auth-sign{
        margin-left:30px
    }
}
@media(max-width: 1300px){
    .service-style1 .service-content{
        max-width:500px;
        width:100%
    }
    .service-style1 .service-title{
        font-size:30px
    }
    .service-style1 .service-img{
        width:530px;
        margin:0 0 0 0
    }
    .service-media{
        width:auto
    }
}
@media(max-width: 1199px){
    .service-tab-menu{
        --arrow-size: 0
    }
    .service-tab-menu button{
        padding:30px 20px 30px 20px;
        margin:0 10px 20px 10px;
        width:140px
    }
    .service-tab-menu button .icon{
        margin-bottom:15px;
        width:70px;
        height:70px;
        line-height:70px
    }
    .service-style1.background-image{
        background-size:auto;
        background-position:right bottom
    }
    .service-style1 .service-img{
        width:100%;
        max-width:700px;
        margin:0 0 30px 0
    }
    .service-style1 .service-content{
        max-width:100%
    }
}
@media(max-width: 992px){
    .service-style1.background-image{
        background-position:left bottom
    }
}
@media(max-width: 767px){
    .service-style1{
        padding:60px 20px
    }
    .service-style1 .service-img{
        padding:0
    }
    .service-style1 .img-3,.service-style1 .img-2,.service-style1 .img-1{
        position:relative;
        margin:0 0 10px 0;
        right:0;
        top:0;
        padding:0;
        width:100%
    }
    .service-style1 .img-3 img,.service-style1 .img-2 img,.service-style1 .img-1 img{
        width:100%
    }
    .service-style1 .shape-2{
        top:0;
        right:0;
        bottom:0;
        left:0
    }
    .service-tab-menu{
        margin:0 -10px 10px -10px
    }
    .service-tab-menu button{
        padding:25px 10px;
        min-width:calc(50% - 23px)
    }
    .service-tab-menu button .icon{
        width:70px;
        height:70px;
        line-height:70px
    }
    .service-tab-menu button .text{
        font-size:15px
    }
}
.service-layout1{
    background-image:-ms-linear-gradient(90deg, white 0%, #f4f4f6 100%)
}
.service-layout1 .service-box{
    margin-bottom:30px;
    text-align:left;
    padding:0;
    line-height:0;
    background-color:transparent;
    transform:translateY(50px);
    transition:all ease .4s;
    overflow:visible;
    min-height:520px
}
.service-layout1 .service-box:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:350px;
    box-shadow:0px 15px 47.5px 2.5px rgba(0,0,0,.02);
    background-color:#fff;
    transition:all ease .4s
}
.service-layout1 .service-box .service-img{
    position:static;
    transform:rotate(0);
    padding:0 20px
}
.service-layout1 .service-box .service-img::before{
    display:none
}
.service-layout1 .service-box .service-icon{
    -webkit-animation:none;
    animation:none;
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.06);
    background-color:#fff;
    color:#003CB7;
    width:100px;
    height:100px;
    font-size:48px;
    line-height:100px;
    text-align:center;
    margin-top:-50px;
    margin-left:40px;
    margin-bottom:35px
}
.service-layout1 .service-box .service-content{
    padding:0 40px;
    padding-bottom:35px;
    transition:all ease .4s
}
.service-layout1 .service-box .service-content .title{
    margin-bottom:13px
}
.service-layout1 .service-box .service-content .service-text{
    margin-bottom:0
}
.service-layout1 .service-box .primary-btn{
    position:absolute;
    left:0;
    right:0;
    bottom:-20px;
    box-shadow:none;
    opacity:0;
    visibility:hidden
}
.service-layout1 .slick-center .service-box,.service-layout1 .service-box:hover{
    transform:translateY(0)
}
.service-layout1 .slick-center .service-box:before,.service-layout1 .service-box:hover:before{
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.1)
}
.service-layout1 .slick-center .service-box .service-icon,.service-layout1 .service-box:hover .service-icon{
    background-color:#fff;
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.06)
}
.service-layout1 .slick-center .service-box .service-content,.service-layout1 .service-box:hover .service-content{
    padding-bottom:85px
}
.service-layout1 .slick-center .service-box .service-content .title,.service-layout1 .service-box:hover .service-content .title{
    color:#01133c
}
.service-layout1 .slick-center .service-box .service-content p,.service-layout1 .service-box:hover .service-content p{
    color:#777
}
.service-layout1 .slick-center .service-box .primary-btn,.service-layout1 .service-box:hover .primary-btn{
    bottom:0;
    opacity:1;
    visibility:visible
}
@media(max-width: 1199px){
    .service-layout1 .service-box{
        min-height:auto;
        transform:translateY(0)
    }
    .service-layout1 .service-box .primary-btn{
        bottom:0;
        opacity:1;
        visibility:visible
    }
    .service-layout1 .service-box .service-content,.service-layout1 .service-box:hover .service-content{
        padding-bottom:80px
    }
}
@media(max-width: 992px){
    .service-layout1 .service-box .service-content{
        padding-left:20px;
        padding-right:20px
    }
    .service-layout1 .service-box .service-icon{
        width:60px;
        height:60px;
        font-size:34px;
        line-height:60px;
        margin-top:-30px;
        margin-bottom:20px
    }
}
@media(max-width: 576px){
    .service-layout1 .service-box:hover .service-content,.service-layout1 .service-box .service-content{
        padding-bottom:15px
    }
    .service-layout1 .service-box .primary-btn{
        position:relative
    }
}
.service-layout2{
    background-image:url("../img/service/bg-shape-2-1.png");
    background-size:100% 100%;
    background-position:center top;
    background-repeat:no-repeat;
    position:relative
}
.service-layout2 .shape-bg{
    top:-10px;
    left:0
}
.service-layout2 .shape-bg img{
    -webkit-animation:upDown 15s alternate infinite;
    animation:upDown 15s alternate infinite
}
.service-layout2 .service-box{
    padding:0 0;
    margin-bottom:30px
}
.service-layout2 .service-box .service-img{
    position:relative;
    top:0;
    left:0;
    transform:rotateX(0deg);
    opacity:1;
    visibility:visible;
    width:100%;
    height:100%;
    overflow:hidden
}
.service-layout2 .service-box .service-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1.01)
}
.service-layout2 .service-box .service-img:before{
    background-color:#030d23;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s
}
.service-layout2 .service-box .service-img .service-icon{
    margin-bottom:0;
    -webkit-animation:none;
    animation:none;
    position:absolute;
    left:50%;
    top:50%;
    background-color:#003399;
    font-size:31px;
    width:60px;
    height:60px;
    line-height:60px;
    box-shadow:none;
    margin-top:-30px;
    margin-left:-30px;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s;
    transform:scale(1.5)
}
.service-layout2 .service-box .service-img .service-icon i{
    width:100%;
    height:100%;
    border-radius:50%;
    color:inherit;
    background-color:inherit;
    transition:all ease .4s;
    z-index:1;
    display:inline-block;
    line-height:inherit;
    font-size: 22px;
}
.service-layout2 .service-box .service-img .service-icon .ripple{
    background-color:#003399
}
.service-layout2 .service-box .bottom-icon{
    bottom:-40px;
    visibility:visible;
    opacity:1;
    border:1px solid transparent
}
.service-layout2 .service-box .service-content{
    overflow:hidden;
    border:1px solid #f0f0f0;
    border-top:none;
    padding:37px 35px;
    padding-bottom:67px;
    background-color:#fbfbfb
}
.service-layout2 .service-box .service-content .title:hover{
    color:#003399 !important
}
.service-layout2 .service-box:hover .service-img img{
    transform:scale(1.04)
}
.service-layout2 .service-box:hover .service-img .service-icon{
    opacity:1;
    visibility:visible;
    transform:scale(1)
}
.service-layout2 .service-box:hover .service-img:before{
    opacity:.59;
    visibility:visible
}
.service-layout2 .service-box:hover .service-content .title{
    color:#01133c
}
.service-layout2 .service-box:hover .service-content p{
    color:#777
}
.service-layout2 .service-box:hover .bottom-icon{
    border-color:#003399
}

/*CUSTOM*/

/*CUSTOM*/

.service-layout2 .slick-track>[class^=col-]{
    padding-left:10px;
    padding-right:10px
}
.service-layout2 .slick-arrow{
    position:absolute;
    left:-115px;
    top:50%;
    margin-top:-25px
}
.service-layout2 .slick-arrow.slick-next{
    left:auto;
    right:-115px
}

@media (max-width: 1441px){
    .service-layout2 .slick-arrow{
        position:absolute;
        left:0;
        top:50%;
        margin-top:-25px
    }
    .service-layout2 .slick-arrow.slick-next{
        left:auto;
        right:0
    }
}

.service-layout3{
    background-color:#fafafa;
    position:relative
}
.service-layout3 .section-title3{
    margin-bottom:40px
}
.service-layout3 .service-box{
    text-align:left;
    padding:55px 40px;
    margin-bottom:60px;
    margin-top:40px
}
.service-layout3 .service-box .service-content{
    padding:0 0
}
.service-layout3 .service-box .service-content .title{
    text-transform:none;
    font-size:22px;
    line-height:32px;
    color:#01133c;
    margin-bottom:40px
}
.service-layout3 .service-box .service-content p{
    color:#777
}
.service-layout3 .service-box .service-content .shape-icon{
    margin-bottom:42px;
    margin-right:0
}
.service-layout3 .service-box .service-content .shape-icon:before{
    width:85px;
    height:85px;
    margin-top:-45px
}
.service-layout3 .service-box .service-content .shape-icon i{
    font-size:56px;
    padding-left:45px
}
.service-layout3 .service-box:hover .service-content .title{
    color:#01133c
}
.service-layout3 .service-box:hover .service-content p{
    color:#777
}
.service-layout3 .slick-slider{
    padding:0px 82px
}
.service-layout3 .slick-slider .slick-arrow{
    position:absolute;
    left:-17px;
    top:50%;
    width:76px;
    height:76px;
    background-color:#fff;
    font-size:22px;
    padding:8px;
    border-radius:50%;
    transform:translateY(-50%)
}
.service-layout3 .slick-slider .slick-arrow:after{
    content:"";
    position:absolute;
    left:-4%;
    top:-6.5%;
    margin-top:0;
    height:115%;
    width:51%;
    background-color:#fafafa;
    z-index:2
}
.service-layout3 .slick-slider .slick-arrow:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:1;
    border:1px solid #003CB7;
    border-radius:50%
}
.service-layout3 .slick-slider .slick-arrow i{
    width:100%;
    height:100%;
    display:inline-block;
    line-height:58px;
    color:#fff;
    border-radius:50%;
    background-color:#003CB7;
    z-index:3;
    position:relative
}
.service-layout3 .slick-slider .slick-arrow.slick-next{
    left:auto;
    right:-17px
}
.service-layout3 .slick-slider .slick-arrow.slick-next::after{
    left:auto;
    right:-4%
}
.service-layout3 .inner-wrapper{
    position:relative;
    padding-bottom:95px
}
.service-layout3 .inner-wrapper:before{
    content:"";
    position:absolute;
    left:-21px;
    right:-21px;
    bottom:0;
    height:100%;
    max-height:747px;
    background-image:url("../img/service/bg-shape-3-1.png")
}
.service-layout3 .shape-bg{
    right:0;
    bottom:0
}
.service-layout3 .gutters-40 .slick-track>[class^=col-]{
    padding-left:20px;
    padding-right:20px
}
@media only screen and (max-width: 575px){
    .service-layout3 .gutters-40 .slick-track>[class^=col-]{
        padding-left:15px;
        padding-right:15px
    }
}
.service-layout3 .slick-slide .service-box{
    box-shadow:none;
    transition:all .3s
}
.service-layout3 .slick-slide.slick-active .service-box{
    box-shadow:0 0 45px 0 rgba(0,0,0,.05)
}
.service-layout3 .scroll-btn{
    position:absolute;
    left:50%;
    top:-85px;
    z-index:99;
    padding-top:50px;
    transform:translateX(-50%)
}
.service-layout4 .service-box{
    border-right:1px solid #e8e8e8;
    background-color:transparent
}
.service-layout4 .service-box .service-icon{
    -webkit-animation:none;
    animation:none
}
.service-layout4 .service-box:hover .service-content p,.service-layout4 .service-box:hover .service-content .title{
    color:#01133c
}
@media(min-width: 1199px){
    .service-layout4 .row>div:nth-child(4n-4) .service-box{
        border-right:none
    }
    .service-layout4 .row>div:nth-child(11),.service-layout4 .row>div:nth-child(9),.service-layout4 .row>div:nth-child(8),.service-layout4 .row>div:nth-child(6),.service-layout4 .row>div:nth-child(3),.service-layout4 .row>div:nth-child(1){
        border-bottom:1px solid #e8e8e8;
        box-shadow:0px 27px 41.5px 8.5px rgba(0,0,0,.05)
    }
}
@media(min-width: 992px)and (max-width: 1199px){
    .service-layout4 .row>div:nth-child(3n-3) .service-box{
        border-right:none
    }
    .service-layout4 .row>div:nth-child(11),.service-layout4 .row>div:nth-child(9),.service-layout4 .row>div:nth-child(7),.service-layout4 .row>div:nth-child(5),.service-layout4 .row>div:nth-child(3),.service-layout4 .row>div:nth-child(1){
        border-bottom:1px solid #e8e8e8;
        box-shadow:0px 27px 41.5px 8.5px rgba(0,0,0,.05)
    }
}
@media(min-width: 576px)and (max-width: 991.98px){
    .service-layout4 .row>div:nth-child(2n-2) .service-box{
        border-right:none
    }
    .service-layout4 .row>div:nth-child(-n+2) .service-box{
        border-top:none
    }
}
@media(max-width: 992px){
    .service-layout4 .service-box{
        padding:0 0 !important;
        padding-bottom:30px !important
    }
    .service-layout4 .row>div:last-child .service-box{
        padding-bottom:0 !important
    }
}
.service-layout5 .service-title{
    font-size:24px;
    margin-bottom:12px;
    font-weight:700;
    letter-spacing:0
}
.service-layout5 .service-box{
    padding:60px 60px;
    margin-bottom:30px;
    transition:all ease .4s
}
.service-layout5 .service-box .service-icon{
    background-color:rgba(0,70,226,.07);
    box-shadow:none;
    color:#003CB7;
    -webkit-animation:none;
    animation:none;
    width:100px;
    height:100px;
    line-height:100px;
    font-size:46px;
    margin-bottom:35px
}
.service-layout5 .service-box:hover{
    box-shadow:0px 15px 47.5px 2.5px rgba(0,0,0,.02)
}
.service-layout5 .service-box:hover .service-icon{
    background-color:#003CB7;
    color:#fff
}
@media(max-width: 1500px){
    .service-layout5 .service-box{
        padding:40px 30px
    }
}
@media(max-width: 1500px){
    .service-layout5 .vs-carousel[data-mddots=true]{
        margin-bottom:35px
    }
    .service-layout5 .service-box{
        padding:20px 20px
    }
    .service-layout5 .service-box .service-icon{
        width:80px;
        height:80px;
        line-height:80px
    }
}
.repair-estimator-wrap{
    position:relative
}
.repair-estimator-wrap .estimator-title-area{
    padding-bottom:20px
}
.repair-estimator-wrap .estimator-title-area .title{
    color:#01133c;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:5px;
    font-size:40px
}
.repair-estimator-wrap .estimator-title-area .text{
    font-size:20px;
    color:#01133c;
    font-weight:500;
    margin-bottom:0
}
.repair-estimator-wrap form.estimator-form{
    margin-left:45px
}
.estimator_form{
    max-width:640px
}
.estimator_form .form-control{
    height:50px;
    padding:0 20px 0 20px;
    border:1px solid #e0e0e0;
    font-size:16px;
    font-weight:400;
    color:#777
}
.estimator_form .form-control::-moz-placeholder{
    color:#777
}
.estimator_form .form-control:-ms-input-placeholder{
    color:#777
}
.estimator_form .form-control::placeholder{
    color:#777
}
.estimator_form select.form-control{
    background-image:url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.5L7 6.75L13.25 0.5H0.75Z' fill='%23777777'/%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background-position:right 20px center
}
.estimator_form .primary-btn{
    width:100%
}
.estimator-wrap1{
    max-width:1340px;
    box-shadow:0px 10px 50px rgba(1,19,60,.1);
    margin:0 auto 0 auto;
    padding:65px 50px 45px 50px
}
.estimator_form_title{
    font-size:50px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:7px
}
.estimator_form_text{
    font-size:20px;
    font-weight:600;
    margin-bottom:19px
}
@media(max-width: 1500px){
    .estimator_form_title{
        font-size:42px
    }
    .estimator_form_text{
        font-size:18px
    }
}
@media(max-width: 1300px){
    .estimator-wrap1{
        padding:45px 30px 25px 30px
    }
    .estimator-form{
        max-width:100%
    }
}
@media(max-width: 1199px){
    .estimator_form_title{
        margin-top:-0.2em
    }
}
@media(max-width: 992px){
    .estimator_form_title{
        font-size:36px
    }
    .estimator_form_text{
        font-size:16px
    }
}
@media(max-width: 767px){
    .estimator-wrap1{
        padding:45px 10px 25px 10px
    }
    .estimator_form_title{
        font-size:26px;
        margin-bottom:0
    }
    .estimator_form_text{
        font-size:14px
    }
}
.repair-estimator-layout1:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.68;
    z-index:0;
    background-color:#0f1729
}
.repair-estimator-layout1 .estimator-title-area .text,.repair-estimator-layout1 .estimator-title-area .title{
    color:#fff
}
.repair-estimator-layout1 form.estimator-form input{
    border:none;
    box-shadow:none;
    height:50px
}
.repair-estimator-layout1 form.estimator-form .select2-container span.select2-selection{
    height:50px;
    box-shadow:none;
    border:none
}
.repair-estimator-layout1 form.estimator-form .select2-container span.select2-selection .select2-selection__rendered{
    line-height:50px
}
.repair-estimator-layout1 form.estimator-form .select2-container span.select2-selection .select2-selection__arrow{
    height:50px
}
.repair-estimator-layout2:before{
    display:none
}
.repair-estimator-layout2 .inner-wrap{
    padding:80px 80px;
    padding-bottom:60px;
    border-bottom:2px solid #003399;
    box-shadow:0 0 65px 0 rgba(0,0,0,.1);
    position:relative;
    margin-top:-140px;
    z-index:2;
    background-color:#fff
}
.repair-estimator-layout2 .estimator-title-area .title{
    color:#01133c;
    font-size:40px
}
.repair-estimator-layout2 .estimator-title-area .text{
    color:#777
}
.repair-estimator-layout2 form.estimator-form .select2-container span.select2-selection{
    box-shadow:0px 10px 15px 0px rgba(0,0,0,.05)
}
.repair-estimator-layout2 form.estimator-form input{
    box-shadow:0px 10px 15px 0px rgba(0,0,0,.05)
}
.repair-estimator-layout2 form.estimator-form input:focus{
    box-shadow:0px 10px 15px 0px rgba(0,0,0,.05)
}
.work-process-layout1{
    position:relative
}
.work-process-layout1:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:0;
    background-image:url("../img/work-process/bg-shape.png")
}
.work-process-layout1.wrap-layout2{
    overflow:hidden
}
.work-process-layout1.wrap-layout2:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    bottom:-100px;
    left:0;
    z-index:-1;
    max-width:830px;
    max-height:735px;
    background-image:url("../img/work-process/bg-shape-4-2.png");
    -webkit-animation:upDown 10s alternate infinite;
    animation:upDown 10s alternate infinite
}
.work-process-layout1.wrap-layout2:before{
    top:0;
    right:0;
    left:auto;
    max-width:445px;
    max-height:671px;
    background-image:url("../img/work-process/bg-shape-4-1.png")
}
.work-process-layout1 .work-process{
    margin-bottom:30px;
    padding-top:20px
}
.work-process-layout1 .work-process .process-head{
    text-align:center;
    margin-bottom:80px;
    position:relative
}
.work-process-layout1 .work-process .process-head:before{
    content:"";
    position:absolute;
    right:-120px;
    top:-22px;
    background-image:url("../img/work-process/border-line-1.png");
    background-size:100% 100%;
    background-position:center top;
    background-repeat:no-repeat;
    width:100%;
    max-width:66%;
    height:45px
}
.work-process-layout1 .work-process .process-head:after{
    content:"";
    position:absolute;
    right:-121px;
    top:-7px;
    width:15px;
    height:15px;
    display:inline-block;
    background-color:#003CB7;
    border-radius:50%;
    -webkit-animation:cscale 1s infinite alternate;
    animation:cscale 1s infinite alternate
}
.work-process-layout1 .work-process .process-body{
    box-shadow:0px 25px 47.5px 2.5px rgba(0,0,0,.1);
    background-color:#fff
}
.work-process-layout1 .work-process .icon{
    width:70px;
    height:70px;
    line-height:70px;
    display:inline-block;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:700;
    background-color:#003CB7;
    border-radius:50%
}
.work-process-layout1 .work-process .icon .text{
    position:relative;
    z-index:1
}
.work-process-layout1 .work-process .process-img{
    overflow:hidden;
    min-height:250px
}
.work-process-layout1 .work-process .process-img img{
    width:100%;
    transform:scale(1.01);
    transition:all ease .4s
}
.work-process-layout1 .work-process .process-content{
    padding:15px 40px;
    padding-bottom:5px
}
.work-process-layout1 .work-process .process-content .title{
    font-family:"Poppins",sans-serif;
    font-size:22px;
    line-height:32px;
    font-weight:500;
    letter-spacing:.5px;
    margin-bottom:10px
}
.work-process-layout1 .work-process:hover .process-img img{
    transform:scale(1.08)
}
.work-process-layout1 .row>div:nth-child(even) .work-process .icon{
    background-color:#003399
}
.work-process-layout1 .row>div:nth-child(even) .work-process .icon .ripple{
    background-color:#003399
}
.work-process-layout1 .row>div:nth-child(even) .work-process .process-head:before{
    background-image:url("../img/work-process/border-line-2.png");
    top:40px
}
.work-process-layout1 .row>div:nth-child(even) .work-process .process-head:after{
    top:auto;
    bottom:0;
    background-color:#003399
}
.work-process-layout1 .row>div:last-child .process-head:before{
    display:none
}
.work-process-layout1 .row>div:last-child .process-head:after{
    display:none
}
.work-process-layout2{
    position:relative;
    min-height:1235px
}
.work-process-layout2:before,.work-process-layout2:after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background-position:center center;
    background-size:100% 100%;
    background-repeat:no-repeat
}
.work-process-layout2:before{
    top:-210px;
    left:0;
    max-width:200px;
    max-height:490px;
    background-image:url("../img/work-process/bg-shape-2-2.png");
    z-index:-1
}
.work-process-layout2:after{
    top:-115px;
    right:0;
    max-width:520px;
    z-index:-1;
    background-image:url("../img/work-process/bg-shape-2-1.png")
}
.work-process-layout2 .shape-bg{
    bottom:45px;
    right:430px
}
.work-process-layout2 .work-process{
    display:flex;
    align-items:center;
    position:absolute;
    max-width:440px;
    margin-bottom:40px
}
.work-process-layout2 .work-process:before{
    content:"";
    position:absolute;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position:center center
}
.work-process-layout2 .work-process .icon span{
    display:inline-block;
    width:150px;
    height:150px;
    text-align:center;
    line-height:126px;
    position:relative;
    background-color:#fff;
    color:#003399;
    font-size:54px;
    z-index:1;
    padding:10px;
    margin-right:40px;
    border-radius:50%;
    box-shadow:0px 25px 47.5px 2.5px rgba(0,0,0,.07)
}
.work-process-layout2 .work-process .icon span:before{
    content:attr(data-no);
    position:absolute;
    top:0px;
    right:24px;
    width:40px;
    height:40px;
    display:inline-block;
    background-color:#003399;
    color:#fff;
    font-size:16px;
    line-height:42px;
    font-weight:700;
    border-radius:50%;
    -webkit-animation:cscale 2s infinite alternate;
    animation:cscale 2s infinite alternate
}
.work-process-layout2 .work-process .icon span i{
    width:100%;
    height:100%;
    border:2px solid #003399;
    display:inline-block;
    border-radius:50%
}
.work-process-layout2 .work-process .process-content{
    width:calc(100% - 190px)
}
.work-process-layout2 .work-process .process-content .title{
    font-size:22px;
    margin-bottom:10px;
    text-transform:capitalize;
    line-height:32px
}
.work-process-layout2 .work-process .process-content .title a:hover{
    color:inherit
}
.work-process-layout2 .work-process .process-content .text{
    margin-bottom:0
}
.work-process-layout2 .container{
    position:relative
}
.work-process-layout2 .container .row{
    position:relative
}
.work-process-layout2 .container .row>[class^=col-]{
    position:static
}
.work-process-layout2 .container .row>div:nth-child(1) .work-process{
    top:0;
    left:41%
}
.work-process-layout2 .container .row>div:nth-child(1) .work-process:before{
    background-image:url("../img/work-process/border-line-2-1.png");
    width:345px;
    height:170px;
    top:137px;
    left:105px
}
.work-process-layout2 .container .row>div:nth-child(2) .work-process{
    top:250px;
    right:45px
}
.work-process-layout2 .container .row>div:nth-child(2) .work-process:before{
    background-image:url("../img/work-process/border-line-2-2.png");
    width:450px;
    height:70px;
    left:-100%;
    top:41px
}
.work-process-layout2 .container .row>div:nth-child(3) .work-process{
    flex-direction:row-reverse;
    text-align:right;
    top:220px;
    left:50px
}
.work-process-layout2 .container .row>div:nth-child(3) .work-process:before{
    background-image:url("../img/work-process/border-line-2-3.png");
    width:197px;
    height:210px;
    top:95%;
    right:55px
}
.work-process-layout2 .container .row>div:nth-child(3) .work-process .icon span{
    margin-right:0;
    margin-left:40px
}
.work-process-layout2 .container .row>div:nth-child(4) .work-process{
    top:485px;
    display:block;
    text-align:center;
    max-width:250px;
    left:90px
}
.work-process-layout2 .container .row>div:nth-child(4) .work-process:before{
    display:none
}
.work-process-layout2 .container .row>div:nth-child(4) .work-process .icon span{
    margin-right:0;
    margin-bottom:35px
}
.work-process-layout2 .container .row>div:nth-child(4) .work-process .process-content{
    width:100%
}
.work-process-layout3 .section-title3{
    margin-bottom:140px
}
.work-process-layout3 .container{
    position:relative
}
.work-process-layout3 .work-process{
    display:flex;
    align-items:center;
    max-width:385px;
    margin-bottom:130px
}
.work-process-layout3 .work-process .icon span{
    width:100px;
    height:100px;
    line-height:100px;
    display:inline-block;
    text-align:center;
    font-size:46px;
    color:#003CB7;
    margin-right:20px;
    position:relative;
    z-index:1;
    border-radius:50%;
    box-shadow:inset 0px 10px 50px 0px rgba(13,99,220,.1)
}
.work-process-layout3 .work-process .icon span:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:-1;
    border:2px dotted #003CB7;
    border-radius:50%;
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite
}
.work-process-layout3 .work-process .process-content{
    width:calc(100% - 120px)
}
.work-process-layout3 .work-process .process-content .title{
    font-size:22px;
    margin-bottom:11px
}
.work-process-layout3 .work-process .process-content .text{
    margin-bottom:0
}
.work-process-layout3 .row>div:nth-child(odd) .work-process{
    flex-direction:row-reverse;
    text-align:right
}
.work-process-layout3 .row>div:nth-child(odd) .work-process .icon span{
    margin-right:0;
    margin-left:20px
}
.work-process-layout3 .row>div:nth-child(even) .work-process{
    margin-right:0;
    margin-left:auto
}
.work-process-layout3 .shape-bg{
    bottom:-35px;
    left:50%;
    max-width:545px;
    max-height:420px;
    transform:translateX(-50%)
}
.work-process-layout3 .shape-bg:before,.work-process-layout3 .shape-bg:after{
    content:"";
    position:absolute;
    left:50%;
    top:-135px;
    width:480px;
    height:480px;
    margin-left:-240px;
    border:3px dotted #003CB7;
    border-radius:50%;
    z-index:1;
    -webkit-animation:cspinereverse 50s linear infinite;
    animation:cspinereverse 50s linear infinite
}
.work-process-layout3 .shape-bg:after{
    border-width:2px;
    box-shadow:0px 10px 47.5px 2.5px rgba(0,70,226,.25);
    width:430px;
    height:430px;
    margin-left:-215px;
    top:-110px;
    opacity:.941;
    -webkit-animation:cspine 50s linear infinite;
    animation:cspine 50s linear infinite
}
.work-process-layout3 .shape-bg img{
    position:relative;
    z-index:2
}
.work-process-layout4 .process-img{
    width:300px;
    height:300px;
    border-radius:50%;
    overflow:hidden
}
.work-process-layout4 .process-icon{
    display:inline-block;
    position:absolute;
    left:20px;
    top:0px
}
.work-process-layout4 .process-icon .icon-text{
    display:inline-block;
    width:70px;
    height:70px;
    text-align:center;
    line-height:70px;
    background-color:#003CB7;
    font-size:18px;
    font-weight:700;
    color:#fff;
    border-radius:50%
}
.work-process-layout4 .process-title{
    letter-spacing:0
}
.work-process-layout4 .process-head{
    position:relative;
    margin-right:30px
}
.work-process-layout4 .work-process{
    position:relative
}
.work-process-layout4 .work-process .line-shape{
    position:absolute
}
.work-process-layout4 .work-process:nth-child(2n) .process-icon .ripple,.work-process-layout4 .work-process:nth-child(2n) .process-icon .icon-text{
    background-color:#003399
}
@media(min-width: 1500px){
    .work-process-layout4 .work-process{
        width:100%;
        max-width:585px
    }
    .work-process-layout4 .work-process:nth-child(1){
        margin-top:110px;
        margin-bottom:80px
    }
    .work-process-layout4 .work-process:nth-child(1) .line-shape{
        left:260px;
        top:10px
    }
    .work-process-layout4 .work-process:nth-child(2) .line-shape{
        left:290px;
        bottom:30px
    }
    .work-process-layout4 .work-process:nth-child(3){
        flex-direction:row-reverse;
        text-align:right;
        margin-left:auto
    }
    .work-process-layout4 .work-process:nth-child(3) .process-icon{
        left:auto;
        right:20px
    }
    .work-process-layout4 .work-process:nth-child(3) .line-shape{
        right:280px;
        top:10px
    }
    .work-process-layout4 .work-process:nth-child(3) .process-head{
        margin-right:0;
        margin-left:30px
    }
    .work-process-layout4 .work-process:nth-child(4){
        text-align:right;
        flex-direction:row-reverse;
        margin-top:-110px;
        margin-left:auto
    }
    .work-process-layout4 .work-process:nth-child(4) .process-icon{
        left:auto;
        right:20px
    }
    .work-process-layout4 .work-process:nth-child(4) .line-shape{
        right:260px;
        bottom:10px
    }
    .work-process-layout4 .work-process:nth-child(4) .process-head{
        margin-right:0;
        margin-left:30px
    }
}
.work-process-layout4 .process-area{
    display:grid;
    grid-template-columns:1fr 1fr
}
@media(max-width: 1500px){
    .work-process-layout4 .process-area{
        grid-row-gap:40px
    }
    .work-process-layout4 .process-head{
        margin-right:20px
    }
    .work-process-layout4 .line-shape{
        display:none
    }
    .work-process-layout4 .process-img{
        width:190px;
        height:190px
    }
    .work-process-layout4 .process-icon{
        left:0
    }
    .work-process-layout4 .process-icon .icon-text{
        width:50px;
        height:50px;
        line-height:50px;
        font-size:14px
    }
}
@media(max-width: 992px){
    .work-process-layout4 .work-process{
        text-align:center
    }
    .work-process-layout4 .process-title{
        margin-bottom:5px;
        font-size:20px
    }
    .work-process-layout4 .process-img{
        width:160px;
        height:160px
    }
    .work-process-layout4 .process-head{
        display:inline-block;
        margin-right:0;
        margin-bottom:20px
    }
}
@media(max-width: 767px){
    .work-process-layout4 .process-area{
        display:block
    }
    .work-process-layout4 .work-process{
        margin-bottom:30px;
        max-width:320px;
        margin-left:auto;
        margin-right:auto
    }
    .work-process-layout4 .work-process:last-child{
        margin-bottom:0
    }
}
.work-process-layout5 .process-number{
    width:50px;
    height:50px;
    display:inline-block;
    background-color:#fff;
    text-align:center;
    line-height:50px;
    color:#01133c;
    font-weight:700;
    border-radius:50%;
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.1);
    position:absolute;
    left:-60px;
    top:50%;
    margin-top:-25px
}
.work-process-layout5 .process-body{
    position:relative;
    z-index:3;
    padding:0 30px
}
.work-process-layout5 .work-process{
    position:relative;
    margin-bottom:-0.5px
}
.work-process-layout5 .work-process [class*=col-]{
    position:static
}
.work-process-layout5 .work-process:before{
    content:"";
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:65%;
    background-color:inherit;
    -webkit-clip-path:polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
    clip-path:polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 15% 50%, 0% 0%);
    z-index:1;
    background-color:#003CB7
}
.work-process-layout5 .row>div:nth-child(1) .work-process,.work-process-layout5 .row>div:nth-child(1) .work-process:before{
    background-color:#003CB7
}
.work-process-layout5 .row>div:nth-child(2) .work-process,.work-process-layout5 .row>div:nth-child(2) .work-process:before{
    background-color:#003399
}
.work-process-layout5 .row>div:nth-child(3) .work-process,.work-process-layout5 .row>div:nth-child(3) .work-process:before{
    background-color:#37466a
}
.work-process-layout5 .row>div:nth-child(4) .work-process,.work-process-layout5 .row>div:nth-child(4) .work-process:before{
    background-color:#01133c
}
.work-process-layout5 .row>div:nth-child(3) .work-process:before,.work-process-layout5 .row>div:nth-child(4) .work-process:before{
    transform:rotateY(180deg);
    right:auto;
    left:0
}
.work-process-layout5 .row>div:nth-child(3) .row,.work-process-layout5 .row>div:nth-child(4) .row{
    flex-direction:row-reverse
}
.work-process-layout5 .row>div:nth-child(3) .process-body,.work-process-layout5 .row>div:nth-child(4) .process-body{
    text-align:right
}
.work-process-layout5 .row>div:nth-child(3) .process-number,.work-process-layout5 .row>div:nth-child(4) .process-number{
    left:auto;
    right:-60px
}
@media(max-width: 1500px){
    .work-process-layout5 .process-body{
        padding:0 20px
    }
}
@media(max-width: 1199px){
    .work-process-layout5 .work-process{
        margin-bottom:30px
    }
    .work-process-layout5 .work-process::before{
        display:none
    }
    .work-process-layout5 .process-body{
        padding:30px 30px
    }
    .work-process-layout5 .process-number{
        left:auto;
        right:20px;
        top:0
    }
    .work-process-layout5 .row>div:nth-child(3) .process-body,.work-process-layout5 .row>div:nth-child(4) .process-body{
        text-align:left
    }
    .work-process-layout5 .row>div:nth-child(3) .process-number,.work-process-layout5 .row>div:nth-child(4) .process-number{
        left:auto;
        right:20px;
        top:0
    }
    .work-process-layout5 .row>div:nth-child(3) .row,.work-process-layout5 .row>div:nth-child(4) .row{
        flex-direction:row
    }
    .work-process-layout5 .row.mb-30{
        margin-bottom:0
    }
}
.work-process-layout6 .process-icon{
    color:#003CB7;
    font-size:68px;
    line-height:1;
    margin-bottom:17px;
    display:block;
    position:relative;
    z-index:2
}
.work-process-layout6 .process-title{
    font-size:16px
}
.work-process-layout6 .process-bg-icon{
    position:absolute;
    right:0;
    top:0;
    font-size:92px;
    line-height:1;
    opacity:0;
    visibility:hidden;
    color:rgba(255,255,255,.06);
    opacity:0;
    visibility:hidden
}
.work-process-layout6 .work-process,.work-process-layout6 .process-title,.work-process-layout6 .process-bg-icon{
    transition:all ease .4s
}
.work-process-layout6 .process-title>*{
    transition:0s
}
.work-process-layout6 .work-process{
    position:relative;
    text-align:center;
    box-shadow:0px 15px 27.5px 2.5px rgba(0,0,0,.04);
    padding:50px 20px 40px 20px;
    margin-bottom:30px
}
.work-process-layout6 .work-process:hover{
    background-color:#003CB7;
    box-shadow:0px 15px 27.5px 2.5px rgba(0,70,226,.2)
}
.work-process-layout6 .work-process:hover .process-icon,.work-process-layout6 .work-process:hover .process-title{
    color:#fff
}
.work-process-layout6 .work-process:hover .process-bg-icon{
    opacity:1;
    visibility:visible
}
.latest-project-wrapper{
    position:relative
}
.latest-project-wrapper:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.8;
    z-index:0;
    background-color:#060d1e
}
.latest-project-wrapper .section-title{
    padding:0
}
.latest-project-wrapper .section-title h2.title{
    color:#fff;
    text-transform:uppercase;
    line-height:60px;
    font-size:48px;
    margin-bottom:30px
}
.latest-project-wrapper .section-title .text{
    color:#fff;
    padding-right:10px;
    margin-bottom:40px
}
.latest-project-wrapper .project-slider-area{
    position:absolute;
    top:60px;
    right:60px;
    width:100%;
    max-width:950px;
    box-shadow:0px 25px 47.5px 2.5px rgba(0,0,0,.2)
}
.latest-project-wrapper .project-slider-area .thumb-logo{
    position:absolute;
    bottom:30px;
    left:-100px;
    display:inline-block;
    z-index:1;
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite
}
.latest-project-wrapper .latProject-slider-active .slick-arrow{
    bottom:30px;
    right:30px
}
.latest-project-wrapper .latProject-slider-active .slick-arrow.slick-prev{
    right:79.5px
}
@media(max-width: 1700px){
    .latest-project-wrapper .project-slider-area{
        position:relative;
        top:0;
        right:0
    }
}
.team-layout1{
    position:relative;
    overflow:hidden
}
.team-layout1 .slick-track>[class^=col-]{
    padding-left:5px;
    padding-right:5px
}
.team-layout1:after,.team-layout1:before{
    content:"";
    position:absolute;
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:-1;
    width:100%;
    height:100%
}
.team-layout1:before{
    background-image:url("../img/team-member/bg-shape-1-1.png");
    max-width:980px;
    max-height:640px;
    top:-160px;
    left:0
}
.team-layout1:after{
    background-image:url("../img/team-member/bg-shape-1-2.png");
    max-width:705px;
    max-height:576px;
    bottom:-330px;
    right:0
}
.team-layout1.wrap-layout2:after,.team-layout1.wrap-layout2:before{
    display:none
}
.team-layout1 .team-member{
    position:relative;
    margin-bottom:30px;
    margin-top:45px;
    z-index:2
}
.team-layout1 .team-member .member-img img{
    width:100%
}
.team-layout1 .team-member ul.social-links{
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    overflow:hidden;
    text-align:center;
    opacity:0;
    visibility:hidden;
    padding:2.5px 0;
    transition:all ease .4s
}
.team-layout1 .team-member ul.social-links li{
    display:inline-block;
    margin-right:10px
}
.team-layout1 .team-member ul.social-links li:last-child{
    margin-right:0
}
.team-layout1 .team-member ul.social-links li a{
    display:inline-block;
    text-align:center;
    background-color:#003399;
    color:#fff;
    line-height:45px;
    position:relative;
    visibility:hidden;
    opacity:0;
    width:45px;
    height:45px;
    border-radius:50%;
    transition:all ease .4s;
    transform:translateX(-20px)
}
.team-layout1 .team-member ul.social-links li a:hover{
    background-color:#fff;
    color:#003399
}
.team-layout1 .team-member ul.social-links.show{
    opacity:1;
    visibility:visible;
    width:100%
}
.team-layout1 .team-member ul.social-links.show li a{
    opacity:1;
    visibility:visible;
    transform:translateX(0)
}
.team-layout1 .team-member .btn-overly{
    position:absolute;
    top:0;
    right:40px;
    opacity:1;
    visibility:visible;
    transform:translateX(0);
    transition:all ease .4s
}
.team-layout1 .team-member .btn-overly.hide{
    transform:translateX(20px);
    opacity:0;
    visibility:hidden
}
.team-layout1 .team-member .link-area{
    position:absolute;
    top:0;
    height:50px;
    width:100%;
    margin-top:-25px;
    background-color:transparent
}
.team-layout1 .team-member .team-member ul.social-links li:last-child{
    margin-right:0
}
.team-layout1 .team-member .member-text{
    text-align:center;
    position:relative;
    background-color:#fff;
    padding:25px 0 20px 0;
    margin:0 30px;
    margin-top:-60px;
    overflow:hidden;
    box-shadow:0px 15px 47.5px 2.5px rgba(0,0,0,.05)
}
.team-layout1 .team-member .member-text span{
    color:#003CB7;
    font-size:14px;
    display:inline-block;
    margin-bottom:7px
}
.team-layout1 .team-member .member-text .name{
    font-size:22px;
    letter-spacing:0;
    font-family:"Poppins",sans-serif;
    text-transform:capitalize;
    margin-bottom:0
}
.team-layout1 .team-member:hover .btn-overly{
    background-color:#003399;
    color:#fff;
    box-shadow:0 0 0 17px #fff
}
.team-layout1 .team-member:hover .btn-overly .ripple{
    background-color:#003399
}
.team-layout1 .team-member:hover .member-text span{
    color:#003399
}
.team-layout1 .team-member:hover .member-text:before,.team-layout1 .team-member:hover .member-text:after{
    top:-270px
}
.team-layout1 .team-member:hover .member-text:after{
    top:auto;
    bottom:-225px
}
.team-layout8{
    position:relative;
    margin-bottom:30px
}
.team-layout8 .team-img{
    position:relative
}
.team-layout8 .team-img:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:0;
    visibility:hidden;
    background:rgba(1,19,60,.75);
    transition:all ease .6s
}
.team-layout8 .team-img>img{
    width:100%
}
.team-layout8 .team-content{
    position:absolute;
    right:0;
    bottom:0;
    text-align:center;
    padding:0 30px 23px 30px;
    z-index:2
}
.team-layout8 .team-name{
    font-size:22px;
    font-weight:500;
    color:#fff;
    font-family:"Oswald",sans-serif;
    margin:0 0 10px 0
}
.team-layout8 .team-degi{
    color:#fff
}
.team-layout8 .team-shape{
    position:absolute;
    right:0;
    bottom:0;
    z-index:1
}
.team-layout8 .team-social{
    position:absolute;
    left:20px;
    top:20px;
    z-index:2
}
.team-layout8 .team-social a{
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    background-color:transparent;
    color:#fff;
    position:relative;
    z-index:1;
    margin-bottom:5px;
    opacity:0;
    visibility:hidden;
    transform:translateX(-30px);
    transition-duration:.4s,.4s,.4s,.4s,.4s;
    transition-delay:0s,0s,0s,0s,0s;
    transition-property:transform,opacity,visibility,color,background-color
}
.team-layout8 .team-social a .bg-1,.team-layout8 .team-social a .bg-2{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    transition:all ease .4s
}
.team-layout8 .team-social a .bg-1{
    opacity:0;
    visibility:hidden
}
.team-layout8 .team-social a .bg-2{
    opacity:1;
    visibility:visible
}
.team-layout8 .team-social a:hover .bg-1{
    opacity:1;
    visibility:visible
}
.team-layout8 .team-social a:hover .bg-2{
    opacity:0;
    visibility:hidden
}
.team-layout8:hover .team-img:before{
    opacity:1;
    visibility:visible
}
.team-layout8:hover .team-social a{
    opacity:1;
    visibility:visible;
    transform:translateX(0)
}
.team-layout8:hover .team-social a:nth-of-type(1){
    transition-delay:.1s,.1s,.1s,0s,0s
}
.team-layout8:hover .team-social a:nth-of-type(2){
    transition-delay:.2s,.2s,.2s,0s,0s
}
.team-layout8:hover .team-social a:nth-of-type(3){
    transition-delay:.3s,.3s,.3s,0s,0s
}
.team-layout8:hover .team-social a:nth-of-type(4){
    transition-delay:.4s,.4s,.4s,0s,0s
}
.team-layout8:hover .team-social a:nth-of-type(4){
    transition-delay:.5s,.5s,.5s,0s,0s
}
.team-layout2{
    padding:0 180px;
    position:relative
}
.team-layout2:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center;
    max-width:900px;
    max-height:615px;
    bottom:-175px;
    left:0;
    background-image:url("../img/team-member/bg-shape-2-2.png")
}
.team-layout2 .background-image{
    height:495px;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:2
}
.team-layout2 .section-title2 .text,.team-layout2 .section-title2 .title{
    color:#fff
}
.team-layout2 .section-title2 .text:before,.team-layout2 .section-title2 .title:before{
    color:#fff
}
.team-layout2 .container-fluid{
    position:relative;
    z-index:4
}
.team-layout2 .team-member{
    position:relative
}
.team-layout2 .team-member .member-img{
    overflow:hidden
}
.team-layout2 .team-member .member-img img{
    width:100%;
    transform:scale(1.001);
    transition:all ease .4s
}
.team-layout2 .team-member .member-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    text-align:center;
    padding-bottom:45px;
    padding-top:20px;
    z-index:1
}
.team-layout2 .team-member .member-content:after,.team-layout2 .team-member .member-content:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:146%;
    z-index:-1;
    transition:all ease .4s
}
.team-layout2 .team-member .member-content:before{
    opacity:0;
    height:0;
    visibility:hidden;
    background:#003399;
    background:linear-gradient(0deg, rgba(239, 15, 58, 0.9276085434) 13%, rgba(239, 15, 58, 0.8491771709) 26%, rgba(239, 15, 58, 0.7399334734) 39%, rgba(239, 15, 58, 0.6558998599) 50%, rgba(239, 15, 58, 0.462622549) 63%, rgba(239, 15, 58, 0.1797093838) 80%, rgba(239, 15, 58, 0.1544992997) 85%, rgba(239, 15, 58, 0.0816701681) 90%, rgba(239, 15, 58, 0.0620623249) 95%, rgba(239, 15, 58, 0) 100%)
}
.team-layout2 .team-member .member-content:after{
    opacity:.65;
    visibility:visible;
    background:#070b28;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.9276085434) 13%, rgba(0, 0, 0, 0.8491771709) 26%, rgba(0, 0, 0, 0.7399334734) 39%, rgba(0, 0, 0, 0.6558998599) 50%, rgba(0, 0, 0, 0.462622549) 63%, rgba(0, 0, 0, 0.1797093838) 80%, rgba(0, 0, 0, 0.1544992997) 85%, rgba(0, 0, 0, 0.0816701681) 90%, rgba(0, 0, 0, 0.0620623249) 95%, rgba(0, 0, 0, 0) 100%)
}
.team-layout2 .team-member .member-content a.btn-overly{
    background-color:#003399;
    position:absolute;
    left:calc(50% - 25px);
    top:20px;
    width:45px;
    height:45px;
    line-height:45px;
    opacity:1;
    visibility:visible
}
.team-layout2 .team-member .member-content a.btn-overly .ripple{
    background-color:#003399
}
.team-layout2 .team-member .member-content ul.social-links{
    padding-bottom:35px;
    position:relative;
    top:-40px;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s
}
.team-layout2 .team-member .member-content ul.social-links li{
    display:inline-block;
    margin:0 3px
}
.team-layout2 .team-member .member-content ul.social-links li a{
    width:45px;
    height:45px;
    line-height:45px;
    display:inline-block;
    text-align:center;
    background-color:#fff;
    color:#003399;
    border-radius:50%
}
.team-layout2 .team-member .member-content ul.social-links li a:hover{
    border-radius:7px
}
.team-layout2 .team-member .member-content .member-text .degi{
    color:#fff;
    font-size:14px;
    display:inline-block;
    margin-bottom:7px
}
.team-layout2 .team-member .member-content .member-text .name{
    font-size:22px;
    color:#fff;
    margin-bottom:0
}
.team-layout2 .team-member .member-content .member-text .name:hover a{
    color:#fff
}
.team-layout2 .team-member:hover .member-img img{
    transform:scale(1.05)
}
.team-layout2 .team-member:hover .member-content a.btn-overly{
    opacity:0;
    visibility:hidden;
    top:40px
}
.team-layout2 .team-member:hover .member-content ul.social-links{
    top:0;
    visibility:visible;
    opacity:1
}
.team-layout2 .team-member:hover .member-content:before{
    opacity:.9;
    visibility:visible;
    height:146%
}
.team-layout2 .team-member:hover .member-content:after{
    opacity:0;
    visibility:hidden
}
.team-layout2 .slick-arrow{
    top:calc(50% - 25px);
    left:-95px
}
.team-layout2 .slick-arrow.slick-next{
    left:auto;
    right:-95px
}
.team-layout3{
    position:relative;
    background-color:#fafafa
}
.team-layout3 .team-member{
    position:relative;
    margin-bottom:30px
}
.team-layout3 .team-member .member-img{
    width:100%;
    padding-left:60px
}
.team-layout3 .team-member .member-img img{
    width:100%;
    position:relative;
    z-index:2
}
.team-layout3 .team-member .member-text{
    position:absolute;
    bottom:60px;
    width:100%;
    max-width:250px;
    background-color:#003CB7;
    padding:34px 40px;
    z-index:3;
    transition:all ease .4s
}
.team-layout3 .team-member .member-text .name{
    font-size:22px;
    color:#fff;
    margin-bottom:3px
}
.team-layout3 .team-member .member-text .name:hover{
    color:#fff
}
.team-layout3 .team-member .member-text .name a{
    color:inherit
}
.team-layout3 .team-member .member-text span{
    color:#fff;
    font-size:14px
}
.team-layout3 .team-member .btn-overly{
    position:absolute;
    bottom:100px;
    left:250px;
    width:45px;
    height:45px;
    line-height:44px;
    z-index:4;
    background-color:#fff;
    color:#003CB7;
    opacity:1;
    visibility:visible;
    transform:translateX(-50%)
}
.team-layout3 .team-member .btn-overly .ripple{
    background-color:#7aa3ff
}
.team-layout3 .team-member ul.social-links{
    width:60px;
    position:absolute;
    top:0;
    bottom:80px;
    left:61px;
    z-index:1;
    background-color:#003CB7;
    text-align:center;
    padding-top:28px;
    opacity:0;
    visibility:hidden;
    border-top-left-radius:26px;
    transition:all ease .4s
}
.team-layout3 .team-member ul.social-links li{
    margin-bottom:29px
}
.team-layout3 .team-member ul.social-links li:last-child{
    margin-bottom:0
}
.team-layout3 .team-member ul.social-links li a{
    color:#fff;
    font-size:16px;
    display:inline-block
}
.team-layout3 .team-member:hover .social-links{
    left:0;
    opacity:1;
    visibility:visible
}
.team-layout3 .team-member:hover .member-text{
    border-top-right-radius:26px;
    border-bottom-left-radius:26px
}
.team-layout3 .team-member:hover .btn-overly{
    left:200px;
    opacity:0;
    visibility:hidden
}
.team-layout3 .slick-center .team-member .social-links{
    left:0;
    opacity:1;
    visibility:visible
}
.team-layout3 .slick-center .team-member .member-text{
    border-top-right-radius:26px;
    border-bottom-left-radius:26px
}
.team-layout3 .slick-center .team-member .btn-overly{
    left:200px;
    opacity:0;
    visibility:hidden
}
.team-layout3 .background-image{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.06;
    z-index:0
}
.our-team-wrapper {position: relative; z-index: 188;}

.team-layout4 .team-member{
    text-align:center;
    box-shadow:0px 7px 28.5px 1.5px rgba(0,0,0,.1);
    padding:60px 0;
    margin-bottom:20px;
    background: #fff;
    position:relative;
    overflow:hidden
}
.team-layout4 .team-member .member-img{
    background-color:#060d1d;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:0;
    z-index:0;
    visibility:hidden;
    transform-origin:right top;
    transform:scale(1.1);
    transition:all ease .4s
}
.team-layout4 .team-member .member-img img{
    width:100%;
    height:100%
}
.team-layout4 .team-member .member-img:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.51;
    z-index:1;
    background-color:#060d1d
}
.team-layout4 .team-member .member-thumb-img,.team-layout4 .team-member .member-text,.team-layout4 .team-member ul{
    position:relative;
    z-index:3
}
.team-layout4 .team-member .member-thumb-img{
    width:190px;
    height:190px;
    margin:0 auto;
    border:3px solid #003CB7;
    padding:10px;
    margin-bottom:40px;
    border-radius:50%;
    opacity:1;
    visibility:visible;
    transform:scale(1);
    transition:all ease .3s
}
.team-layout4 .team-member .member-thumb-img img{
    width:100%;
    height:100%
}
.team-layout4 .team-member .member-text{
   /* margin-bottom:25px*/
}
.team-layout4 .team-member .member-text .name{
    font-size:22px;
    margin-bottom:3px
}
.team-layout4 .team-member .member-text .name a{
    color:inherit
}
.team-layout4 .team-member .member-text .name a:Hover{
    color:inherit
}
.team-layout4 .team-member .member-text .degi{
    font-size:16px;
    color:#003CB7;
    font-weight: 500;
    letter-spacing:.2px;
    transition:all ease .4s
}

.team-layout4 .team-member .member-text span{
    font-size:14px;
    color:#333;
    font-weight: 400;
    letter-spacing:0px;
    transition:all ease .4s;
    display: block;
}

.team-layout4 .team-member .member-text span i{
    margin-right: 5px;
    color:#003CB7;
}
.team-layout4 .team-member ul li{
    display:inline-block;
    margin:0 3px
}
.team-layout4 .team-member ul li a{
    display:inline-block;
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    background-color:#fff;
    color:#003CB7;
    border-radius:50%;
    box-shadow:0px 10px 27px 3px rgba(0,0,0,.05)
}
.team-layout4 .team-member ul li a:hover{
    color:#fff;
    background-color:#003399
}
/*.team-layout4 .team-member:hover .member-img{
    opacity:1;
    visibility:visible;
    transform:scale(1)
}
.team-layout4 .team-member:hover .member-thumb-img{
    opacity:0;
    visibility:hidden;
    transform:scale(0.5)
}
.team-layout4 .team-member:hover .member-text .name,.team-layout4 .team-member:hover .member-text .degi{
    color:#fff
}*/
.team-layout5 .member-content{
    margin:0 30px;
    padding:30px 0;
    text-align:center;
    background-color:#fff;
    box-shadow:0px 8px 47.5px 2.5px rgba(0,0,0,.07);
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
    overflow:hidden
}
.team-layout5 .gutters-5 .slick-slide{
    padding-left:2.5px;
    padding-right:2.5px
}
.team-layout5 .social-links{
    margin-top:10px;
    margin-bottom:-55px;
    opacity:0;
    visibility:hidden;
    transition:margin ease .4s,opacity ease .3s,visibility .3s
}
.team-layout5 .social-links li{
    display:inline-block;
    margin-right:7px
}
.team-layout5 .social-links li:last-child{
    margin-right:0
}
.team-layout5 .social-links a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    box-shadow:0px 10px 27px 3px rgba(0,0,0,.05);
    color:rgba(0,70,226,.5);
    border-radius:50%
}
.team-layout5 .social-links a:hover{
    color:#fff;
    background-color:#003CB7;
    box-shadow:0px 10px 27px 3px rgba(0,70,226,.05)
}
.team-layout5 .team-member{
    position:relative;
    padding-bottom:50px;
    margin-bottom:30px
}
.team-layout5 .team-member:hover .social-links{
    opacity:1;
    visibility:visible;
    margin-bottom:0
}
@media(max-width: 767px){
    .team-layout5 .member-content{
        margin:0 10px
    }
}
.team-layout6 .team-member{
    background-color:#f8f8f8;
    margin-right:25px;
    padding:40px 0;
    padding-bottom:35px;
    position:relative;
    margin-bottom:30px;
    transition:all ease .4s
}
.team-layout6 .team-member:hover{
    background-color:#fff;
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.06)
}
.team-layout6 .team-member:hover .member-img img{
    transform:scale(1.2)
}
.team-layout6 .member-img{
    width:200px;
    height:200px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:23px;
    overflow:hidden;
    border-radius:50%
}
.team-layout6 .member-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1)
}
.team-layout6 .member-content{
    text-align:center
}
.team-layout6 .name{
    font-size:22px;
    text-transform:uppercase;
    letter-spacing:0;
    font-weight:600;
    margin-bottom:5px;
    font-family:"Oswald",sans-serif
}
.team-layout6 .degi{
    font-size:14px;
    color:#003CB7;
    font-weight:700;
    text-transform:capitalize
}
.team-layout6 .member-link{
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.06);
    width:50px;
    height:50px;
    display:inline-block;
    line-height:50px;
    text-align:center;
    background-color:#fff;
    color:#003CB7;
    font-size:18px;
    position:absolute;
    right:-25px;
    top:50%;
    margin-top:-25px;
    opacity:1;
    visibility:visible;
    transition:all ease .4s
}
.team-layout6 .member-link.hide{
    opacity:0;
    visibility:hidden;
    right:-30px
}
.team-layout6 .social-links{
    background-color:#003CB7;
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    padding:13px 20px;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s
}
.team-layout6 .social-links.show{
    right:-25px;
    opacity:1;
    visibility:visible
}
.team-layout6 .social-links li{
    display:inline-block;
    margin-right:15px
}
.team-layout6 .social-links li:last-child{
    margin-right:0
}
.team-layout6 .social-links a{
    line-height:1;
    color:#fff;
    font-size:14px
}
@media(max-width: 1500px){
    .team-layout6 .member-img{
        width:150px;
        height:150px
    }
    .team-layout6 .name{
        font-size:18px;
        margin-bottom:0
    }
}
@media(max-width: 767px){
    .team-layout6 .team-member{
        padding:25px 0;
        padding-bottom:20px
    }
    .team-layout6 .member-img{
        width:100px;
        height:100px
    }
}
.team-layout7 .team-member{
    position:relative;
    overflow:hidden;
    margin-bottom:30px
}
.team-layout7 .team-member img{
    transition:all ease .4s;
    transform:scale(1)
}
.team-layout7 .team-member::before,.team-layout7 .team-member:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    transition:all ease .4s;
    z-index:1;
    background-color:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden
}
.team-layout7 .team-member:after{
    opacity:1;
    visibility:visible;
    background-color:transparent;
    background-image:linear-gradient(to top, black 5%, rgba(0, 0, 0, 0) 35%)
}
.team-layout7 .team-member:hover .member-content{
    bottom:40px
}
.team-layout7 .team-member:hover::before,.team-layout7 .team-member:hover .social-links{
    opacity:1;
    visibility:visible
}
.team-layout7 .team-member:hover:after{
    opacity:0;
    visibility:hidden
}
.team-layout7 .team-member:hover img{
    transform:scale(1.3)
}
.team-layout7 .member-content{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom:-30px;
    transition:all ease .4s;
    z-index:2
}
.team-layout7 .degi,.team-layout7 .name,.team-layout7 a{
    color:#fff
}
.team-layout7 .name{
    font-weight:500
}
.team-layout7 .degi{
    font-size:14px;
    display:block;
    margin-bottom:20px
}
.team-layout7 .social-links{
    margin:0;
    padding:0 !important;
    list-style:none;
    opacity:0;
    visibility:hidden;
    transition:all ease .4s
}
.team-layout7 .social-links li{
    display:inline-block;
    margin-bottom:0 !important;
    padding-left:0 !important;
    margin-right:8px
}
.team-layout7 .social-links li:last-child{
    margin-right:0
}
.team-layout7 .social-links li::before{
    display:none
}
.team-layout7 .social-links a{
    display:inline-block;
    width:40px;
    height:40px;
    background-color:#fff;
    color:#003CB7;
    line-height:41px;
    border-radius:50%
}
.team-layout7 .social-links a:hover{
    background-color:#003CB7;
    color:#fff
}
@media(max-width: 1500px){
    .team-layout7 .social-links li{
        margin-right:5px
    }
    .team-layout7 .social-links li:last-child{
        margin-right:0
    }
    .team-layout7 .social-links a{
        width:35px;
        height:35px;
        line-height:36px;
        font-size:14px
    }
}
.our-featured-wrapper:not(.featured-layout4){
    position:relative
}
.our-featured-wrapper:not(.featured-layout4) .single-featured{
    text-align:center;
    position:relative;
    padding-top:30px;
    transform:translateY(0);
    transition:all ease .4s
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .shape{
    display:inline-block;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-90px;
    border:3px solid #fff;
    width:180px;
    height:180px;
    border-radius:50%
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .shape:after,.our-featured-wrapper:not(.featured-layout4) .single-featured .shape:before{
    content:"";
    width:10px;
    height:10px;
    background-color:#003CB7;
    display:inline-block;
    box-shadow:0 0 1px 6px #fff;
    position:absolute;
    left:-6px;
    top:calc(50% - 4px);
    border-radius:50%;
    z-index:3
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .shape:after{
    left:auto;
    right:-6px
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .featured-icon{
    position:relative;
    margin-bottom:-60px;
    z-index:3
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .featured-icon .circle-btn{
    transform:rotate(0)
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .featured-icon .circle-btn:hover{
    color:#fff
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .featured-content{
    background-color:#fff;
    padding:100px 40px;
    padding-bottom:25px;
    position:relative;
    z-index:2
}
.our-featured-wrapper:not(.featured-layout4) .single-featured .featured-content .title{
    font-size:30px;
    font-family:"Poppins",sans-serif;
    margin-bottom:22px
}
.our-featured-wrapper:not(.featured-layout4) .single-featured:hover{
    transform:translateY(5px)
}
.our-featured-wrapper:not(.featured-layout4) .single-featured:hover .featured-icon .circle-btn{
    background-color:#003399;
    transform:rotate(360deg)
}
.our-featured-wrapper:not(.featured-layout4) .single-featured:hover .shape:after,.our-featured-wrapper:not(.featured-layout4) .single-featured:hover .shape:before{
    background-color:#003399
}
.our-featured-wrapper:not(.featured-layout4) .section-title p,.our-featured-wrapper:not(.featured-layout4) .section-title .title{
    color:#fff
}
.feature-media{
    display:flex;
    max-width:340px;
    margin-bottom:70px
}
.feature-media:last-child{
    margin-bottom:30px
}
.feature-media .icon{
    margin-right:20px
}
.feature-media .feature-title{
    font-weight:500;
    font-size:30px;
    font-family:"Oswald",sans-serif;
    margin:0 0 22px 0;
    color:#fff
}
.feature-media .feature-text{
    line-height:28px;
    font-size:16px;
    margin:0;
    color:#fff
}
.featured-middle-img{
    position:relative;
    padding-left:20px
}
.featured-middle-img .img-2{
    position:absolute;
    right:-49.5%;
    bottom:8%
}
.featured-middle-img .img-1{
    position:relative;
    z-index:2
}
@media(max-width: 1500px){
    .featured-middle-img .img-2{
        right:0
    }
}
@media(max-width: 1199px){
    .feature-media{
        margin-bottom:50px;
        max-width:100%
    }
}
@media(max-width: 992px){
    .feature-media{
        margin-bottom:30px
    }
    .feature-media .feature-title{
        font-size:24px;
        margin-bottom:17px
    }
}
@media(max-width: 767px){
    .featured-middle-img .img-2{
        right:0
    }
}
@media(max-width: 576px){
    .feature-media{
        display:block;
        text-align:center
    }
    .feature-media .icon{
        margin-right:0;
        margin-bottom:15px
    }
}
.featured-layout1:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.75;
    z-index:0;
    background-color:#0e121d
}
.featured-layout1 .circle-btn{
    box-shadow:0px 10px 18px 2px rgba(4,5,5,.13)
}
.featured-layout1 .circle-btn:hover{
    color:#fff
}
.featured-layout1 .single-featured .text{
    color:#777
}
.featured-layout2{
    position:relative;
    overflow:hidden
}
.featured-layout2:before{
    content:"";
    position:absolute;
    right:0;
    bottom:-75px;
    width:100%;
    height:100%;
    max-width:625px;
    max-height:410px;
    background-image:url("../img/featured/bg-shape-2-1.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat
}
.featured-layout2 .single-featured{
    margin-bottom:30px
}
.featured-layout2 .single-featured .featured-icon .circle-btn{
    background-color:#003399
}
.featured-layout2 .single-featured .featured-icon .circle-btn:hover{
    color:#fff
}
.featured-layout2 .single-featured .shape{
    border-color:#003399 !important
}
.featured-layout2 .single-featured .shape:after,.featured-layout2 .single-featured .shape:before{
    background-color:#003399 !important
}
.featured-layout2 .single-featured .featured-content{
    box-shadow:0 20px 38px -11px rgba(0,0,0,.05);
    transition:all ease .4s
}
.featured-layout2 .single-featured .featured-content .text{
    color:#777
}
.featured-layout2 .single-featured:hover .featured-content{
    box-shadow:none
}
.featured-layout3 .single-featured{
    margin-bottom:30px
}
.featured-layout3 .single-featured .shape{
    border-color:#003CB7
}
.featured-layout3 .single-featured .featured-icon .circle-btn{
    box-shadow:0px 10px 18px 2px rgba(4,5,5,.13)
}
.featured-layout3 .single-featured p{
    color:#777
}
.featured-layout3 .single-featured:hover .shape{
    border-color:#003399
}
.featured-layout3 .slick-slide .single-featured .featured-content{
    box-shadow:none;
    transition:all ease .4s
}
.featured-layout3 .slick-slide.slick-active .single-featured .featured-content{
    box-shadow:0 22px 55px -21px rgba(0,0,0,.1)
}
.featured-layout4{
    position:relative
}
.featured-layout4:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#01133c;
    opacity:.9
}
.featured-layout4 .featured-title{
    color:#fff;
    font-family:"Oswald",sans-serif;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:10px;
    font-size:24px
}
.featured-layout4 .featured-text{
    color:#fff;
    margin-bottom:0;
    font-size:14px
}
.featured-layout4 .featured-icon{
    color:#fff;
    font-size:52px;
    line-height:1;
    margin-right:25px
}
.featured-layout4 .featured-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:30px 35px;
    z-index:4
}
.featured-layout4 .featured-img img{
    position:relative;
    transition:all ease .4s;
    transform:scale(1);
    z-index:1
}
.featured-layout4 .single-featured{
    position:relative;
    margin-bottom:30px;
    overflow:hidden
}
.featured-layout4 .single-featured::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    background-image:linear-gradient(to top, #01133c 0%, rgba(255, 255, 255, 0) 100%);
    z-index:2
}
.featured-layout4 .single-featured:hover .featured-img img{
    transform:scale(1.4)
}
@media(max-width: 1500px){
    .featured-layout4 .featured-content{
        padding:20px 25px
    }
    .featured-layout4 .featured-title{
        font-size:22px;
        margin-bottom:5px
    }
    .featured-layout4 .featured-icon{
        font-size:42px;
        margin-right:20px
    }
}
@media(max-width: 1500px){
    .featured-layout4 .featured-content{
        padding:10px 15px
    }
    .featured-layout4 .featured-title{
        font-size:18px
    }
    .featured-layout4 .featured-icon{
        font-size:36px;
        margin-right:15px
    }
}
@media(max-width: 576px){
    .featured-layout4 .media{
        display:block
    }
    .featured-layout4 .featured-icon{
        margin-right:0;
        margin-bottom:10px !important;
        display:inline-block
    }
}
.pricing-table-wrapper .pricing-table{
    text-align:center;
    overflow:hidden
}
.pricing-table-wrapper .pricing-table h3.title{
    margin-bottom:15px;
    font-weight:700
}
.pricing-table-wrapper .pricing-table p.text{
    color:#777
}
.pricing-table-wrapper .pricing-table ul.pricing-list li{
    margin-bottom:10px;
    color:#777
}
.pricing-table-wrapper .pricing-table ul.pricing-list li:last-child{
    margin-bottom:0
}
.pricing-table-layout1{
    position:relative;
    overflow:hidden
}
.pricing-table-layout1:before{
    content:"";
    position:absolute;
    bottom:-105px;
    right:0;
    width:100%;
    height:100%;
    max-width:1165px;
    max-height:415px;
    background-image:url("../img/bg-img/pricing-plan-bg.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat
}
.pricing-table-layout1 .pricing-table{
    padding-bottom:60px;
    box-shadow:0 0px 38px -11px rgba(0,0,0,.1);
    padding-top:75px;
    margin-bottom:30px;
    position:relative;
    background-color:#fff;
    transform:scale(1.001);
    transition:all ease .4s
}
.pricing-table-layout1 .pricing-table:before{
    content:"";
    position:absolute;
    background-color:#003CB7;
    left:50%;
    top:-240px;
    opacity:.1;
    z-index:1;
    width:300px;
    height:300px;
    border-radius:50%;
    transform:translateX(-50%);
    transition:all .4s
}
.pricing-table-layout1 .pricing-table .pricing-icon{
    padding-top:28px;
    padding-bottom:60px
}
.pricing-table-layout1 .pricing-table .circle-btn:Hover{
    background-color:#003CB7;
    color:#fff
}
.pricing-table-layout1 .pricing-table .price-plan{
    padding-top:40px;
    padding-bottom:35px
}
.pricing-table-layout1 .pricing-table .price-plan .plan-text{
    font-size:24px;
    font-weight:700;
    text-transform:none;
    margin-bottom:0
}
.pricing-table-layout1 .pricing-table .price-plan .plan-text span{
    color:#003CB7
}
.pricing-table-layout1 .pricing-table:hover{
    transform:scale(1.02)
}
.pricing-table-layout1 .slick-center .pricing-table:before{
    background-color:#003399
}
.pricing-table-layout1 .slick-center .pricing-table .pricing-icon .circle-btn{
    background-color:#003399
}
.pricing-table-layout1 .slick-center .pricing-table .pricing-icon .circle-btn .ripple{
    background-color:#003399
}
.pricing-table-layout1 .slick-center .pricing-table .price-plan .plan-text span{
    color:#003399
}
.pricing-table-layout1 .slick-center .pricing-table a.primary-btn{
    background-color:#003399
}
.pricing-table-layout1 .slick-center .pricing-table a.primary-btn .btn-bg{
    border-color:#003399
}
.pricing-table-layout2.pt-190{
    padding-top:190px
}
.pricing-table-layout2 .pricing-table{
    margin-bottom:100px;
    padding-bottom:60px;
    position:relative;
    overflow:visible;
    background:linear-gradient(0deg, white 16%, rgba(255, 255, 255, 0.9444152661) 43%, rgba(255, 255, 255, 0.8575805322) 62%, rgba(255, 255, 255, 0.7091211485) 77%, rgba(255, 255, 255, 0.4009978992) 90%, rgba(255, 255, 255, 0) 97%);
    box-shadow:0 75px 85px -21px rgba(0,0,0,.1);
    opacity:0;
    visibility:hidden;
    transition:all ease .4s;
    transform:translateY(0)
}
.pricing-table-layout2 .pricing-table:hover{
    transform:translateY(10px)
}
.pricing-table-layout2 .pricing-table .pricing-icon{
    position:relative;
    padding-top:10px
}
.pricing-table-layout2 .pricing-table .pricing-icon:before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    border-radius:50%;
    transform:translateX(-50%);
    width:186px;
    height:186px;
    box-shadow:inset 0px 1px 50px 0px rgba(0,0,0,.02),inset 0px 0px 20px 0px rgba(0,0,0,.1)
}
.pricing-table-layout2 .pricing-table .pricing-icon .circle-btn{
    width:167px;
    height:167px;
    line-height:167px;
    font-size:76px;
    margin-bottom:60px;
    background-color:#003399
}
.pricing-table-layout2 .pricing-table .pricing-icon .circle-btn:hover{
    color:#fff
}
.pricing-table-layout2 .pricing-table span.price-amount{
    font-size:60px;
    font-weight:700;
    line-height:1;
    color:#003399;
    display:block;
    padding:13px 0;
    margin-bottom:30px
}
.pricing-table-layout2 .pricing-table ul.pricing-list{
    margin-bottom:50px
}
.pricing-table-layout2 .pricing-table ul.pricing-list li{
    margin-bottom:18px
}
.pricing-table-layout2 .pricing-table ul.pricing-list li:last-child{
    margin-bottom:0
}
.pricing-table-layout2 .pricing-table .price-plan{
    position:absolute;
    left:-52%;
    top:52.5%;
    background-color:#003399;
    width:100%;
    min-width:450px;
    z-index:3;
    text-align:center;
    border-top-right-radius:28px;
    border-top-left-radius:28px;
    transform:rotate(-90deg) translateY(-50%)
}
.pricing-table-layout2 .pricing-table .price-plan .plan-text{
    color:#fff;
    margin-bottom:0;
    padding:17px 0;
    font-size:24px;
    text-transform:none;
    font-weight:500
}
.pricing-table-layout2 .pricing-table .price-plan span.shape{
    position:absolute;
    left:65px;
    width:3px;
    height:75px;
    top:40.59%;
    background:linear-gradient(0deg, #003399 50%, white 50%)
}
.pricing-table-layout2 .pricing-table .price-plan span.shape.shape2{
    left:auto;
    right:65px
}
.pricing-table-layout2 .pricing-table .price-plan span.shape:after,.pricing-table-layout2 .pricing-table .price-plan span.shape:before{
    content:"";
    position:absolute;
    width:7px;
    height:7px;
    top:3px;
    left:-2.5px;
    display:inline-block;
    background-color:#003399;
    box-shadow:0 0 1px 5px #fff;
    border-radius:50%
}
.pricing-table-layout2 .pricing-table .price-plan span.shape:after{
    top:auto;
    bottom:3px;
    background-color:#fff;
    box-shadow:0 0 1px 5px #003399
}
.pricing-table-layout2 .slick-active .pricing-table{
    opacity:1;
    visibility:visible
}
.pricing-table-layout2 .inner-wrapper{
    width:100%;
    max-width:1492px;
    margin:0 auto;
    overflow:hidden !important;
    padding:0 61px
}
.pricing-table-layout2 .inner-wrapper .slick-list{
    overflow:visible
}
.pricing-table-layout3 .pricing-table{
    padding-top:90px;
    padding-bottom:80px;
    position:relative;
    transition:all ease .4s
}
.pricing-table-layout3 .pricing-table:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:0;
    z-index:-1;
    background-color:#003CB7;
    background-image:url("../img/bg-img/pricing-table-bg-3-1.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% 100%;
    visibility:hidden;
    transition:all ease .4s
}
.pricing-table-layout3 .pricing-table:after{
    content:"";
    position:absolute;
    top:0;
    right:1px;
    bottom:0;
    left:1px;
    z-index:-1;
    opacity:1;
    visibility:visible;
    border:1px solid #dfe8fd;
    transition:all ease .4s
}
.pricing-table-layout3 .pricing-table span.price-amount{
    display:inline-block;
    width:186px;
    height:186px;
    line-height:168px;
    background-color:#003CB7;
    border:10px solid #fff;
    color:#fff;
    font-size:50px;
    font-weight:700;
    letter-spacing:.2px;
    margin-bottom:60px;
    border-radius:50%
}
.pricing-table-layout3 .pricing-table ul.pricing-list{
    padding-top:12px;
    padding-bottom:45px
}
.pricing-table-layout3 .pricing-table:hover:before{
    opacity:1;
    visibility:visible
}
.pricing-table-layout3 .pricing-table:hover:after{
    opacity:0;
    visibility:hidden
}
.pricing-table-layout3 .pricing-table:hover .content p,.pricing-table-layout3 .pricing-table:hover .content .title{
    color:#fff
}
.pricing-table-layout3 .pricing-table:hover ul.pricing-list li{
    color:#fff
}
.pricing-table-layout3 .pricing-table:hover a{
    background-color:#fff;
    color:#003CB7
}
.pricing-table-layout3 .pricing-table:hover a:Hover{
    color:#fff
}
.pricing-table-layout3 .no-gutters .slick-track>div{
    padding-left:0;
    padding-right:0
}
.pricing-table-layout3 .slick-center .pricing-table:before{
    opacity:1;
    visibility:visible
}
.pricing-table-layout3 .slick-center .pricing-table:after{
    opacity:0;
    visibility:hidden
}
.pricing-table-layout3 .slick-center .pricing-table .content p,.pricing-table-layout3 .slick-center .pricing-table .content .title{
    color:#fff
}
.pricing-table-layout3 .slick-center .pricing-table ul.pricing-list li{
    color:#fff
}
.pricing-table-layout3 .slick-center .pricing-table a{
    background-color:#fff;
    color:#003CB7
}
.pricing-table-layout3 .slick-center .pricing-table a:Hover{
    color:#fff
}
.pricing-table-layout3 .slick-slider{
    box-shadow:0 0 40px 0 rgba(0,0,0,.08);
    margin-bottom:30px
}
.pricing-table-layout4{
    background-color:#fbfbfb;
    position:relative;
    overflow:hidden;
    background-image:url("../img/bg-img/pricing-plan-bg-4-1.png")
}
.pricing-table-layout4 .shape-bg{
    right:0;
    bottom:30px;
    -webkit-animation:upDown 10s alternate infinite;
    animation:upDown 10s alternate infinite
}
.pricing-table-layout4 .pricing-table{
    padding-top:90px;
    padding-bottom:60px;
    margin-bottom:30px;
    background-color:#fff;
    box-shadow:0 0 35px -15px rgba(0,0,0,.1);
    position:relative;
    transform:translateY(0);
    transition:all ease .4s
}
.pricing-table-layout4 .pricing-table:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:255px;
    background-color:#003CB7;
    -webkit-clip-path:polygon(100% 0%, 100% 49%, 100% 93%, 37% 80%, 0 100%, 0 0);
    clip-path:polygon(100% 0%, 100% 49%, 100% 93%, 37% 80%, 0 100%, 0 0)
}
.pricing-table-layout4 .pricing-table .price-amount{
    display:inline-block;
    width:186px;
    height:186px;
    line-height:169px;
    background-color:#003CB7;
    color:#fff;
    border:10px solid #fff;
    font-size:60px;
    font-weight:700;
    letter-spacing:.2px;
    margin-bottom:40px;
    border-radius:50%;
    position:relative;
    z-index:2
}
.pricing-table-layout4 .pricing-table .pricing-list{
    padding-top:10px;
    padding-bottom:50px
}
.pricing-table-layout4 .pricing-table .pricing-list li{
    margin-bottom:20px
}
.pricing-table-layout4 .pricing-table .pricing-list li:last-child{
    margin-bottom:0 !important
}
.pricing-table-layout4 .pricing-table:hover{
    transform:translateY(10px)
}
.testomonial-layout1{
    background-color:#f7f7f7;
    background-image:url("../img/testomonial/testomonial-bg-1-1.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat
}
.testomonial-layout1 .slick-arrow{
    right:-100px;
    top:calc(50% - 25.5px);
    width:50px;
    height:52px;
    box-shadow:0 0px 38px -11px rgba(0,0,0,.1)
}
.testomonial-layout1 .slick-arrow.slick-prev{
    z-index:2
}
.testomonial-layout1 .slick-arrow.slick-prev:after{
    width:20px !important;
    height:1px;
    right:calc(50% - 10px);
    bottom:1px;
    top:auto
}
.testomonial-layout1 .slick-arrow.slick-next{
    top:calc(50% + 25.5px);
    z-index:1
}
.testomonial-layout1 .single-testomonial{
    padding-top:60px;
    padding-bottom:30px
}
.testomonial-layout1 .single-testomonial .testo-author{
    max-width:320px;
    width:100%;
    text-align:center;
    background-color:#003CB7;
    background-image:url("../img/testomonial/author-bg.jpg");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    padding-top:60px;
    padding-bottom:55px;
    position:relative;
    z-index:9;
    transform:translateX(-2000px);
    transition:all ease 1s
}
.testomonial-layout1 .single-testomonial .testo-author img{
    width:150px;
    height:150px;
    background-color:#fff;
    padding:8px;
    margin-bottom:30px;
    border-radius:50%
}
.testomonial-layout1 .single-testomonial .testo-author .name{
    color:#fff;
    font-size:22px;
    font-weight:500;
    margin-bottom:5px
}
.testomonial-layout1 .single-testomonial .testo-author span{
    color:#fff
}
.testomonial-layout1 .single-testomonial .testomonial-content{
    position:relative;
    z-index:1;
    padding-left:60px;
    width:calc(100% - 320px);
    padding-top:65px;
    padding-bottom:65px;
    height:100%;
    padding-right:105px;
    background-color:#fff;
    box-shadow:0 0px 38px -11px rgba(0,0,0,.1)
}
.testomonial-layout1 .single-testomonial .testomonial-content:after{
    content:"";
    position:absolute;
    font-family:"Font Awesome 5 Pro";
    right:65px;
    bottom:20px;
    font-size:100px;
    font-weight:300;
    color:#003CB7;
    opacity:.1
}
.testomonial-layout1 .single-testomonial .testomonial-content .quote{
    font-size:48px;
    color:#003CB7;
    display:inline-block;
    margin-bottom:8px
}
.testomonial-layout1 .single-testomonial .testomonial-content .text{
    font-size:20px;
    line-height:32px;
    margin-bottom:20px;
    font-style:italic;
    font-weight:500
}
.testomonial-layout1 .single-testomonial .testomonial-content .rating i{
    color:#ffd200;
    display:inline-block;
    font-size:22px;
    margin-right:5px
}
.testomonial-layout1 .single-testomonial .testomonial-content .rating i:last-child{
    margin-right:0
}
.testomonial-layout1 .counter-area-wrap{
    padding:0 60px
}
.testomonial-layout1 .slick-current .single-testomonial .testo-author{
    transform:translateX(0)
}
.testomonial-layout1 .slick-current .single-testomonial .testomonial-content .quote,.testomonial-layout1 .slick-current .single-testomonial .testomonial-content .rating,.testomonial-layout1 .slick-current .single-testomonial .testomonial-content .text{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.testimonial-style6{
    background-color:#fff;
    padding:30px 30px 35px 35px;
    max-width:560px;
    width:100%;
    margin:52px 0 0 0;
    box-shadow:0px 10px 50px rgba(1,19,60,.08);
    z-index:1;
    position:relative
}
.testimonial-style6 .name{
    font-size:22px;
    font-weight:500;
    font-family:"Oswald",sans-serif;
    margin:0 0 7px 0
}
.testimonial-style6 .degi{
    color:#003CB7
}
.testimonial-style6 .testimonial-bottom{
    display:flex;
    align-items:center
}
.testimonial-style6 .quote-icon{
    margin-right:20px
}
.testi-img-box{
    position:relative
}
.testi-img-box .img-1{
    position:relative;
    z-index:2;
    text-align:right
}
.testi-img-box .img-2{
    position:absolute;
    top:49%;
    left:46%;
    transform:translate(-50%, -50%)
}
.testi-img-box .img-2 img{
    max-width:initial
}
.testi-img-box .img-3{
    position:absolute;
    right:-18%;
    bottom:-40px;
    z-index:3
}
.testi-inner-box{
    position:relative
}
.testi-slideTab{
    position:relative;
    z-index:1;
    border:4px solid #fff;
    padding:11px 16px;
    background-color:#003399;
    border-radius:9999px;
    position:absolute;
    left:-43px;
    bottom:30px;
    z-index:3
}
.testi-slideTab button{
    border:none;
    width:40px;
    height:40px;
    border-radius:50%;
    padding:2px;
    background-color:#fff;
    transition:all ease .4s;
    position:relative
}
.testi-slideTab button:before{
    content:"";
    position:absolute;
    top:2px;
    right:2px;
    bottom:2px;
    left:2px;
    background-color:rgba(196,196,196,.53);
    opacity:0;
    visibility:hidden;
    transition:all ease .4s;
    border-radius:50%
}
.testi-slideTab button img{
    width:100%;
    border-radius:50%
}
.testi-slideTab button:not(:first-child){
    margin-left:-10px
}
.testi-slideTab button.active:before{
    opacity:1;
    visibility:visible
}
@media(max-width: 1199px){
    .testimonial-style6{
        max-width:100%
    }
    .testi-img-box{
        margin:60px 0 0 0
    }
    .testi-img-box img{
        width:100%
    }
    .testi-img-box .img-3{
        right:0;
        bottom:-27px
    }
    .testi-slideTab{
        top:30px;
        bottom:auto;
        left:30px
    }
}
@media(max-width: 992px){
    .testomonial-layout1 .counter-area-wrap{
        padding-left:0;
        padding-right:0
    }
    .testomonial-layout1 .single-testomonial .testomonial-content{
        padding:30px 30px 30px 35px !important;
        margin-top:0 !important
    }
    .testomonial-layout1 .single-testomonial .testo-author{
        max-width:100% !important;
        padding-top:20px !important;
        padding-bottom:20px !important
    }
    .testomonial-layout1 .single-testomonial .testomonial-content::after{
        right:15px;
        bottom:-10px;
        font-size:66px
    }
}
@media(max-width: 767px){
    .testi-slideTab{
        position:relative;
        left:0;
        top:0;
        margin:30px 0 0 0;
        text-align:center
    }
    .testi-img-box .img-3{
        bottom:0;
        max-width:150px;
        margin-top:0
    }
    .testi-img-box{
        margin-top:30px
    }
    .testimonial-style6{
        padding:30px 20px
    }
}
.testomonial-layout2{
    position:relative
}
.testomonial-layout2:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    max-height:845px;
    background-image:url("../img/testomonial/bg-shape-2-1.png");
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center;
    z-index:-1
}
.testomonial-layout2 .single-testomonial{
    padding-bottom:20px;
    text-align:center
}
.testomonial-layout2 .single-testomonial .testomonial-content{
    padding-bottom:20px
}
.testomonial-layout2 .single-testomonial .testomonial-content .title{
    font-size:36px;
    line-height:48px;
    font-weight:500;
    color:#000;
    text-transform:none;
    margin-bottom:20px;
    letter-spacing:0
}
.testomonial-layout2 .single-testomonial .testomonial-content .text{
    font-size:20px;
    line-height:32px;
    font-style:italic;
    color:#000
}
.testomonial-layout2 .single-testomonial .testo-author .name{
    font-size:24px;
    color:#1c1b19;
    font-weight:700;
    letter-spacing:0;
    margin-bottom:5px
}
.testomonial-layout2 .single-testomonial .testo-author span{
    font-size:16px;
    font-weight:700;
    color:#003399
}
.testomonial-layout2 .testomonial-avatar-nav{
    padding-top:25px;
    max-width:205px;
    margin:0 auto
}
.testomonial-layout2 .testomonial-avatar-nav .slick-track{
    margin:25px 0
}
.testomonial-layout2 .testomonial-avatar-nav .avatar{
    width:70px;
    height:70px;
    margin:0 auto;
    background-color:transparent;
    padding:5px;
    position:relative;
    z-index:1;
    cursor:pointer;
    border-radius:50%;
    transform:scale(0.86);
    transition:all ease .4s
}
.testomonial-layout2 .testomonial-avatar-nav .avatar img{
    width:100%;
    height:100%;
    border-radius:50%
}
.testomonial-layout2 .testomonial-avatar-nav .avatar.slick-center{
    transform:scale(1.71);
    background-color:#fff;
    z-index:2
}
.testomonial-layout2 .border-line{
    width:100%;
    max-width:760px;
    margin:0 auto;
    text-align:center
}
.testomonial-layout2 .shape-bg{
    right:0;
    bottom:100px;
    z-index:-1;
    -webkit-animation:downUp 20s alternate infinite;
    animation:downUp 20s alternate infinite
}
.testomonial-layout2 span.quote-top{
    position:absolute;
    left:calc(50% - 83.5px);
    top:-83.5px;
    display:inline-block;
    width:167px;
    height:167px;
    line-height:167px;
    background-color:#003399;
    text-align:center;
    color:#fff;
    font-size:82px;
    border-radius:50%
}
.testomonial-layout2 span.quote-top:before{
    content:"";
    position:absolute;
    left:50%;
    top:-9.5px;
    border-radius:50%;
    transform:translateX(-50%);
    width:186px;
    height:186px;
    box-shadow:inset 0px 1px 50px 0px rgba(0,0,0,.02),inset 0px 0px 20px 0px rgba(0,0,0,.1)
}
.testomonial-layout2 .brand-layout3{
    margin:0 80px;
    margin-bottom:30px;
    margin-top:80px;
    padding-left:43px;
    padding-right:43px;
    box-shadow:0px 25px 47.5px 2.5px rgba(0,0,0,.1)
}
.testomonial-layout3 .inner-wrapper{
    background-color:#fff;
    box-shadow:0 11px 35px 0 rgba(0,0,0,.1)
}
.testomonial-layout3 .single-testomonial{
    text-align:center;
    background-color:#fff;
    text-align:center;
    padding-left:60px;
    padding-right:60px;
    min-height:660px
}
.testomonial-layout3 .single-testomonial .testomonial-content .title{
    font-size:22px;
    line-height:32px;
    margin-bottom:20px;
    text-transform:none;
    letter-spacing:0
}
.testomonial-layout3 .single-testomonial .testomonial-content .text{
    font-style:italic;
    letter-spacing:0;
    max-width:440px;
    margin:0 auto;
    margin-bottom:45px;
    color:#777
}
.testomonial-layout3 .single-testomonial .testo-author .avater{
    width:100px;
    height:100px;
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
    margin-bottom:25px
}
.testomonial-layout3 .single-testomonial .testo-author .name{
    font-size:20px;
    letter-spacing:0;
    margin-bottom:4px
}
.testomonial-layout3 .single-testomonial .testo-author span{
    font-size:16px;
    color:#003CB7;
    display:inline-block
}
.testomonial-layout3 ul.slick-dots{
    position:absolute;
    bottom:80px;
    left:50%;
    border:2px dashed #003CB7;
    background-color:#fff;
    padding:8px 10px;
    text-align:center;
    line-height:0;
    min-width:70px;
    min-height:30px;
    box-shadow:0 5px 27px -6px rgba(0,0,0,.2);
    border-radius:50px;
    transform:translate(-50%)
}
.testomonial-layout3 ul.slick-dots li{
    display:inline-block;
    margin:0 5px;
    line-height:0
}
.testomonial-layout3 ul.slick-dots li:last-child{
    margin-right:0
}
.testomonial-layout3 ul.slick-dots li:first-child{
    margin-left:0
}
.testomonial-layout3 ul.slick-dots li button{
    padding:0;
    border:none;
    line-height:1;
    font-size:0;
    width:5px;
    height:5px;
    background-color:#003CB7;
    border-radius:50%;
    transition:all ease .4s
}
.testomonial-layout3 ul.slick-dots li.slick-active button{
    width:10px;
    height:10px
}
.testomonial-layout3 span.quote-top{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%)
}
.testomonial-layout3 span.quote-top i{
    display:inline-block;
    width:175px;
    height:175px;
    background-color:#003CB7;
    color:#fff;
    text-align:center;
    font-size:72px;
    line-height:152px;
    border-radius:50%;
    border:10px solid #fff
}
.testomonial-layout3 span.quote-top .ripple{
    background-color:#fff
}
.testomonial-layout4{
    position:relative
}
.testomonial-layout4:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.79;
    z-index:0;
    background-color:#040d20
}
.testomonial-layout4 .single-testomonial{
    padding-left:50px
}
.testomonial-layout4 .single-testomonial .testo-author{
    max-width:320px;
    width:100%;
    text-align:center;
    background-color:#003CB7;
    background-image:url("../img/testomonial/author-bg.jpg");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    padding-top:60px;
    padding-bottom:55px;
    position:relative;
    z-index:9;
    transform:translateX(-2000px);
    transition:all ease 1s
}
.testomonial-layout4 .single-testomonial .testo-author img{
    width:150px;
    height:150px;
    background-color:#fff;
    padding:8px;
    margin-bottom:30px;
    border-radius:50%
}
.testomonial-layout4 .single-testomonial .testo-author .name{
    color:#fff;
    font-size:22px;
    font-weight:500;
    margin-bottom:5px
}
.testomonial-layout4 .single-testomonial .testo-author span{
    color:#fff
}
.testomonial-layout4 .single-testomonial .testomonial-content{
    position:relative;
    z-index:1;
    padding-left:75px;
    width:calc(100% - 320px);
    height:-webkit-min-content;
    height:-moz-min-content;
    height:min-content;
    padding-right:50px
}
.testomonial-layout4 .single-testomonial .testomonial-content:after{
    content:"";
    position:absolute;
    font-family:"Font Awesome 5 Pro";
    right:0;
    bottom:5px;
    font-size:76px;
    font-weight:300;
    color:#fff;
    opacity:.1
}
.testomonial-layout4 .single-testomonial .testomonial-content .quote{
    font-size:48px;
    color:#fff;
    display:inline-block;
    margin-bottom:8px
}
.testomonial-layout4 .single-testomonial .testomonial-content .text{
    font-size:20px;
    line-height:32px;
    margin-bottom:20px;
    font-style:italic;
    color:#fff;
    font-weight:500
}
.testomonial-layout4 .single-testomonial .testomonial-content .rating i{
    color:#ffd200;
    display:inline-block;
    font-size:22px;
    margin-right:5px
}
.testomonial-layout4 .single-testomonial .testomonial-content .rating i:last-child{
    margin-right:0
}
.testomonial-layout4 .slick-current .single-testomonial .testo-author{
    transform:translateX(0)
}
.testomonial-layout4 .slick-current .single-testomonial .testomonial-content .quote,.testomonial-layout4 .slick-current .single-testomonial .testomonial-content .rating,.testomonial-layout4 .slick-current .single-testomonial .testomonial-content .text{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn;
    -webkit-animation-iteration-count:1;
    animation-iteration-count:1;
    -webkit-animation-timing-function:ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.testomonial-layout5{
    background-color:#00123b
}
.testomonial-layout5 .single-testomonial{
    display:flex;
    align-items:center;
    padding:80px 100px
}
.testomonial-layout5 .single-testomonial .testo-author{
    width:245px;
    margin-right:50px
}
.testomonial-layout5 .single-testomonial .testomonial-content{
    width:calc(100% - 295px)
}
.testomonial-layout5 .single-testomonial .testomonial-content .text{
    font-size:20px;
    color:#fff;
    font-weight:500;
    font-style:italic;
    line-height:32px;
    margin-bottom:15px
}
.testomonial-layout5 .single-testomonial .testomonial-content .rating{
    color:#ffd200;
    font-size:20px
}
.testomonial-layout5 .single-testomonial .testomonial-content .rating i{
    margin-right:2px
}
.testomonial-layout5 .single-testomonial .testomonial-content .rating i:last-child{
    margin-right:0
}
.counter-box{
    display:flex;
    align-items:center
}
.counter-box .icon .shape-icon:before{
    width:70px;
    height:70px;
    margin-top:-35px
}
.counter-box .icon .shape-icon i{
    padding-left:20px
}
.counter-box .content .counter{
    font-size:30px;
    font-weight:700;
    color:#01133c
}
.counter-box .content .text{
    font-weight:700;
    text-transform:capitalize;
    margin-bottom:0
}
.vs-counter{
    text-align:center;
    margin:30px 0 0 0;
    padding:40px 0 37px 0;
    background-color:#fff;
    box-shadow:0px -10px 50px rgba(1,19,60,.06)
}
.vs-counter .counter-icon{
    margin:0 0 10px 0
}
.vs-counter .counter-number{
    font-size:40px;
    line-height:1;
    font-family:"Oswald",sans-serif;
    color:#01133c;
    font-weight:600;
    margin:0 0 10px 0
}
.vs-counter .counter-text{
    margin:0
}
.vs-counter_row{
    margin-top:-30px
}
.counter-layout2 .inner-wrapper{
    box-shadow:0 10px 54px -4px rgba(0,0,0,.1);
    padding-left:80px;
    padding-right:80px;
    position:relative;
    margin-top:-120px;
    background-color:#fff
}
.counter-layout2 .counter-box .shape-icon:before{
    background-color:#003399;
    opacity:.1
}
.counter-layout2 .counter-box .shape-icon i{
    color:#003399
}
.counter-layout2 .counter-box .content .text{
    font-weight:400
}
.counter-layout2.pt-70{
    padding-top:0
}
.counter-layout2.pt-70 .inner-wrapper{
    padding-top:70px
}
.counter-layout2.pb-70{
    padding-bottom:0
}
.counter-layout2.pb-70 .inner-wrapper{
    padding-bottom:70px
}
.counter-layout3 .counter-content-area .title{
    font-size:48px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:.4px;
    line-height:60px;
    margin-bottom:18px;
    margin-top:-10px
}
.counter-layout3 .counter-content-area .text{
    margin-bottom:0
}
.counter-layout3 .counter-box{
    padding-bottom:40px
}
.counter-layout3 .counter-box .content .text{
    font-weight:400
}
.counter-layout3 .counter-box .icon .shape-icon:before{
    width:60px;
    height:60px;
    margin-top:-32px
}
.counter-layout3 .counter-box .icon .shape-icon i{
    font-size:56px;
    padding-left:25px
}
.counter-layout3 .inner-wrapper{
    padding-left:90px
}
.counter-layout4{
    background-color:#f4f4f4
}
.counter-layout4 .text{
    color:#777
}
.blog-layout1 .blog{
    margin-bottom:30px
}
.blog-layout1 .blog .blog-img{
    overflow:hidden
}
.blog-layout1 .blog .blog-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1.001)
}
.blog-layout1 .blog .blog-content{
    background-color:#fff;
    box-shadow:0px 10px 47.5px 2.5px rgba(0,0,0,.07);
    margin:0 30px;
    padding:35px 40px 0 40px;
    position:relative;
    margin-top:-50px
}
.blog-layout1 .blog .blog-content h3.blog-title{
    font-size:22px;
    line-height:32px;
    text-transform:none;
    margin-bottom:12px
}
.blog-layout1 .blog .blog-content p.blog-text{
    margin-bottom:25px;
    padding-right:10px
}
.blog-layout1 .blog .blog-content .blog-meta{
    position:relative;
    padding:16px 0
}
.blog-layout1 .blog .blog-content .blog-meta:before{
    content:"";
    position:absolute;
    left:-41px;
    right:-41px;
    top:0;
    height:1px;
    background-color:#edf2f4
}
.blog-layout1 .blog .blog-content .blog-meta span{
    font-size:14px;
    display:inline-block;
    margin-right:30px
}
.blog-layout1 .blog .blog-content .blog-meta span:last-child{
    margin-right:0
}
.blog-layout1 .blog .blog-content .blog-meta span i{
    color:#003CB7;
    margin-right:10px;
    font-size:16px
}
.blog-layout1 .blog:hover .blog-img img{
    transform:scale(1.04)
}
.blog-style1{
    padding:30px 0 0 35px;
    position:relative;
    margin-bottom:30px
}
.blog-style1 .blog-img img{
    width:100%
}
.blog-style1 .blog-content{
    padding:27px 30px 0px 30px;
    background-color:#fff
}
.blog-style1 .blog-title{
    font-size:22px;
    font-weight:500;
    line-height:28px;
    margin-bottom:17px;
    text-transform:none
}
.blog-style1 .blog-meta{
    border-top:1px solid green;
    padding:20px 0 20px 0
}
.blog-style1 .blog-meta a,.blog-style1 .blog-meta span{
    color:#777;
    font-size:14px;
    font-weight:400;
    display:inline-block;
    margin-right:17px
}
.blog-style1 .blog-meta a:hover,.blog-style1 .blog-meta span:hover{
    color:#003399
}
.blog-style1 .blog-meta i{
    color:#003399;
    margin-right:10px
}
.blog-style1 .blog-date{
    background-color:#fff;
    position:absolute;
    left:0;
    top:0;
    line-height:1;
    text-align:center;
    padding:12px 15px;
    display:inline-block
}
.blog-style1 .blog-date .day{
    display:inline-block;
    font-size:28px;
    font-weight:600;
    font-family:"Oswald",sans-serif;
    color:#01133c
}
.blog-style1 .blog-date .month{
    color:#003399;
    font-size:16px;
    font-weight:400;
    display:inline-block
}
.blog-style1 .blog-date .year{
    color:#01133c;
    font-weight:400;
    font-size:16px;
    margin-top:11px
}
@media(max-width: 576px){
    .blog-style1{
        padding:0
    }
    .blog-style1 .blog-date .day{
        font-size:20px
    }
    .blog-style1 .blog-date .month{
        font-size:14px
    }
    .blog-style1 .blog-date .year{
        font-size:14px
    }
}
.blog-layout2 .gutters-20 .slick-track>[class^=col-]{
    padding-left:10px;
    padding-right:10px
}
.blog-layout2 .slick-arrow{
    position:absolute;
    top:calc(50% - 25px);
    opacity:0;
    visibility:hidden;
    transition:all ease .4s
}
.blog-layout2:hover .slick-arrow{
    opacity:1;
    visibility:visible
}
.blog-layout2 .latest-blog-area .slick-arrow{
    left:-130px
}
.blog-layout2 .latest-blog-area .slick-arrow.slick-next{
    display:none !important
}
.blog-layout2 .latest-blog{
    position:relative
}
.blog-layout2 .latest-blog:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    max-height:500px;
    background-image:url("../img/blog/blog-overly-2-1.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    z-index:1
}
.blog-layout2 .latest-blog .blog-content{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
    padding:0 50px;
    padding-bottom:15px
}
.blog-layout2 .latest-blog .blog-content .blog-title{
    color:#fff;
    font-size:22px;
    letter-spacing:0;
    line-height:32px;
    font-weight:500;
    text-transform:none;
    padding-right:20px;
    margin-bottom:10px
}
.blog-layout2 .latest-blog .blog-content .blog-title a:hover{
    color:#003399
}
.blog-layout2 .latest-blog .blog-content .blog-text{
    color:#fff
}
.blog-layout2 .latest-blog .blog-meta{
    border-bottom:1px solid rgba(255,255,255,.3);
    padding-bottom:18px;
    margin-bottom:25px;
    margin-right:20px
}
.blog-layout2 .latest-blog .blog-meta span{
    color:#fff;
    letter-spacing:.2px
}
.blog-layout2 .popular-blog .slick-arrow{
    right:-115px
}
.blog-layout2 .popular-blog .slick-arrow.slick-prev{
    display:none !important
}
.blog-layout2 .popular-blog .blog .blog-meta{
    padding-bottom:15px;
    border-bottom:1px solid #dfdfe2;
    margin-bottom:25px
}
.blog-layout2 .popular-blog .blog .blog-meta span{
    color:#777
}
.blog-layout2 .popular-blog .blog .blog-content{
    background-color:#f7f7f8;
    padding:40px
}
.blog-layout2 .popular-blog .blog .blog-content .blog-title{
    font-size:21px;
    line-height:32px;
    letter-spacing:0;
    font-weight:500;
    margin-bottom:20px;
    text-transform:none
}
.blog-layout2 .popular-blog .blog .blog-content .primary-btn{
    height:35px;
    width:125px;
    line-height:35px;
    box-shadow:0px 10px 28.5px 1.5px rgba(146,0,28,.25)
}
.blog-layout2 .blog{
    margin-bottom:30px
}
.blog-layout2 .blog .blog-img{
    overflow:hidden
}
.blog-layout2 .blog .blog-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1.001)
}
.blog-layout2 .blog .blog-meta span{
    font-size:14px;
    margin-right:30px
}
.blog-layout2 .blog .blog-meta span:last-child{
    margin-right:0
}
.blog-layout2 .blog .blog-meta span i{
    font-size:16px;
    margin-right:10px;
    color:#003399
}
.blog-layout2 .blog:hover .blog-img img{
    transform:scale(1.06)
}
.blog-layout3{
    background-color:#fafafa
}
.blog-layout3 .blog{
    margin-bottom:30px;
    background-color:#fff;
    box-shadow:0 0 20px -5px rgba(0,0,0,.1)
}
.blog-layout3 .blog .blog-img{
    overflow:hidden
}
.blog-layout3 .blog .blog-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1.001)
}
.blog-layout3 .blog .blog-content{
    padding:40px;
    padding-top:35px;
    padding-bottom:9px
}
.blog-layout3 .blog .blog-content h3.blog-title{
    font-size:22px;
    line-height:32px;
    text-transform:none;
    letter-spacing:.4px;
    margin-bottom:15px
}
.blog-layout3 .blog .blog-content .blog-text{
    margin-bottom:15px;
    color:#777
}
.blog-layout3 .blog .blog-meta{
    border-top:1px solid rgba(7,13,32,.08);
    padding:18px 0;
    margin-top:25px
}
.blog-layout3 .blog .blog-meta span{
    font-size:14px;
    display:inline-block;
    margin-right:30px;
    color:#777
}
.blog-layout3 .blog .blog-meta span:last-child{
    margin-right:0
}
.blog-layout3 .blog .blog-meta span i{
    font-size:16px;
    color:#003CB7;
    margin-right:10px
}
.blog-layout3 .blog:hover .blog-img img{
    transform:scale(1.04)
}
.blog-layout3 .widget-blog-image{
    margin-bottom:30px !important;
    padding:0 !important
}
.blog-layout3 .widget-blog-image .blog-img{
    overflow:hidden
}
.blog-layout3 .widget-blog-image .blog-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1.001)
}
.blog-layout3 .widget-blog-image .blog-img:hover img{
    transform:scale(1.04)
}
.blog-layout3 .widget-blog-image ul.slick-dots{
    position:absolute;
    left:auto;
    bottom:auto;
    top:20px;
    right:20px;
    background-color:#003CB7;
    padding-top:0;
    line-height:0;
    padding:0 11px;
    transform:translateX(0);
    border-radius:50px
}
.blog-layout3 .widget-blog-image ul.slick-dots li{
    display:inline-block;
    line-height:0;
    margin:9px 3px
}
.blog-layout3 .widget-blog-image ul.slick-dots li button{
    font-size:0;
    line-height:0;
    padding:0;
    border:3px solid #fff;
    width:10px;
    height:10px;
    display:inline-block;
    background-color:#fff;
    border-radius:50%
}
.blog-layout3 .widget-blog-image ul.slick-dots li.slick-active button{
    background-color:#003CB7
}
.blog-layout3 .widget-blog-comment{
    padding:0 0 !important;
    margin-bottom:30px !important
}
.blog-layout3 .single-comment{
    overflow:hidden;
    position:relative;
    padding:35px 25px;
    padding-right:25px;
    min-height:325px
}
.blog-layout3 .single-comment:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.75;
    z-index:0;
    background-color:#0c111b
}
.blog-layout3 .single-comment:after{
    content:"";
    position:absolute;
    bottom:25px;
    right:0;
    font-family:"Flaticon";
    font-weight:900;
    color:#fff;
    font-size:38px;
    right:30px;
    line-height:1
}
.blog-layout3 .single-comment .comment-text{
    color:#fff;
    position:relative;
    z-index:1;
    font-style:italic;
    margin-bottom:23px
}
.blog-layout3 .single-comment .comment-author{
    position:relative;
    z-index:1
}
.blog-layout3 .single-comment .comment-author .author-img{
    width:60px;
    height:60px;
    margin-right:15px
}
.blog-layout3 .single-comment .comment-author .author-content .name{
    color:#fff;
    font-size:18px;
    margin-bottom:2px;
    line-height:1
}
.blog-layout3 .single-comment .comment-author .author-content span{
    font-size:14px;
    color:#fff
}
.blog-layout4 .blog{
    box-shadow:0px 3px 28.5px 1.5px rgba(9,37,101,.07);
    margin-bottom:30px
}
.blog-layout4 .blog-img{
    position:relative
}
.blog-layout4 .post-date{
    background-color:#fff;
    color:#003CB7;
    font-size:36px;
    font-weight:700;
    font-family:"Oswald",sans-serif;
    text-align:center;
    line-height:1;
    padding:9px 21.6px;
    position:absolute;
    right:40px;
    bottom:-40px;
    box-shadow:0px 16px 30.4px 1.6px rgba(0,0,0,.06)
}
.blog-layout4 .post-date a{
    color:inherit
}
.blog-layout4 .post-date span{
    font-size:14px;
    font-family:"Poppins",sans-serif;
    color:#777;
    display:block;
    font-weight:700
}
.blog-layout4 .post-author{
    font-size:16px;
    color:#444;
    font-weight:600;
    line-height:1
}
.blog-layout4 .post-author img{
    width:50px;
    height:50px;
    position:absolute;
    left:0;
    top:-1px;
    border-radius:50%
}
.blog-layout4 .blog-category:before{
    content:"\f06e";
    font-family:"Font Awesome 5 Pro";
    color:#003CB7;
    margin-right:1px;
    font-size:14px
}
.blog-layout4 .blog-category a{
    position:relative;
    color:#777;
    font-size:14px;
    line-height:1
}
.blog-layout4 .blog-category a:hover{
    text-decoration:underline
}
.blog-layout4 .blog-category a:after{
    content:","
}
.blog-layout4 .blog-category a:last-child:after{
    display:none
}
.blog-layout4 .blog-meta{
    position:relative;
    padding-left:65px;
    margin-bottom:25px
}
.blog-layout4 .blog-content{
    padding:40px;
    padding-bottom:35px
}
.blog-layout4 .blog-title{
    font-family:"Poppins",sans-serif;
    font-weight:600;
    text-transform:capitalize;
    line-height:30px;
    margin-bottom:10px;
    color: #333;
}
.blog-layout4 .read-more-btn{
    font-size:14px;
    color:#003CB7;
    text-transform:uppercase;
    font-weight:700
}
.blog-layout4 .read-more-btn:hover{
    color:#003399
}
@media(max-width: 1500px){
    .blog-layout4 .blog-content{
        padding:30px;
        padding-bottom:25px
    }
}
@media(max-width: 992px){
    .blog-layout4 .post-date{
        top:20px;
        right:20px;
        bottom:auto
    }
}
.blog-single-layout1 .blog{
    background-color:#fff;
    margin-bottom:40px
}
.blog-single-layout1 .blog.background-image{
    position:relative
}
.blog-single-layout1 .blog.background-image::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.7;
    z-index:0;
    background-color:#0b1835
}
.blog-single-layout1 .blog.background-image .blog-meta{
    border-bottom-color:#fff;
    z-index:3;
    position:relative
}
.blog-single-layout1 .blog.background-image .blog-meta span i,.blog-single-layout1 .blog.background-image .blog-meta span,.blog-single-layout1 .blog.background-image .blog-admin a,.blog-single-layout1 .blog.background-image .link-btn,.blog-single-layout1 .blog.background-image .blog-text,.blog-single-layout1 .blog.background-image .blog-title{
    color:#fff;
    position:relative;
    z-index:3
}
.blog-single-layout1 .blog .blog-img{
    overflow:hidden
}
.blog-single-layout1 .blog .blog-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1.001)
}
.blog-single-layout1 .blog .blog-img:hover img{
    transform:scale(1.05)
}
.blog-single-layout1 .blog .middle-img{
    margin-bottom:30px
}
.blog-single-layout1 .blog .blog-video{
    position:relative
}
.blog-single-layout1 .blog .blog-video:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.5;
    z-index:1;
    background-color:#050b18
}
.blog-single-layout1 .blog .blog-video .video-btn{
    position:absolute;
    left:50%;
    top:50%;
    z-index:2;
    transform:translate(-50%, -50%)
}
.blog-single-layout1 .blog .blog-img-slider{
    position:relative
}
.blog-single-layout1 .blog .blog-img-slider .slick-arrow{
    top:50%;
    left:30px;
    font-weight:700;
    transform:translateY(-50%)
}
.blog-single-layout1 .blog .blog-img-slider .slick-arrow:hover{
    background-color:#003CB7;
    color:#fff
}
.blog-single-layout1 .blog .blog-img-slider .slick-arrow.slick-prev:after{
    display:none
}
.blog-single-layout1 .blog .blog-img-slider .slick-arrow.slick-next{
    right:30px;
    left:auto
}
.blog-single-layout1 .blog .blog-audio iframe{
    width:100%;
    background-color:#fff
}
.blog-single-layout1 .blog .blog-meta{
    padding:29px 40px 25px 40px;
    border-bottom:1px solid #f3f3f3
}
.blog-single-layout1 .blog .blog-meta span{
    display:inline-block;
    margin-right:25px
}
.blog-single-layout1 .blog .blog-meta span i{
    font-size:18px;
    color:#003CB7;
    margin-right:10px
}
.blog-single-layout1 .blog .blog-content{
    padding:30px 40px;
}
.blog-single-layout1 .blog .blog-content .blog-title{
    font-size:36px;
    line-height:46px;
    font-weight:700;
    text-transform:none;
    margin-bottom:20px;
    font-family:"Poppins",sans-serif;
    letter-spacing:.2px;
    color: #222;
}
.blog-single-layout1 .blog .blog-content h4{
    font-size:22px;
    line-height:32px;
    font-weight:500;
    text-transform:none;
    margin-bottom:20px;
    font-family:"Poppins",sans-serif;
    letter-spacing:.1px;
    color: #333;
}
.blog-single-layout1 .blog .blog-content p{
    margin-bottom: 15px;
}
.blog-single-layout1 .blog .blog-content .blog-title a{
    line-height:inherit
}
.blog-single-layout1 .blog .blog-content .inner-title{
    font-size:30px;
    line-height:40px;
    text-transform:none;
    letter-spacing:.2px;
    border-top:1px solid #ededed;
    padding-top:30px;
    margin-bottom:25px;
    margin-top:10px
}
.blog-single-layout1 .blog .blog-content ul{
    padding-bottom:13px
}
.blog-single-layout1 .blog .blog-content ul li{
    position:relative;
    margin-bottom:5px;
    padding-left:25px;
    line-height:28px
}
.blog-single-layout1 .blog .blog-content ul li:before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:7px;
    height:7px;
    background-color:#003CB7;
    border-radius:50%
}
.blog-single-layout1 .blog .blog-content blockquote{
    margin:0;
    border:12px solid #e5ecfc;
    margin-bottom:35px;
    font-size:22px;
    line-height:32px;
    color:#01133c;
    padding:45px;
    letter-spacing:.2px;
    position:relative;
    z-index:1
}
.blog-single-layout1 .blog .blog-content blockquote:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    position:absolute;
    right:30px;
    bottom:30px;
    font-size:68px;
    line-height:1;
    font-weight:300;
    color:#ebeffc;
    z-index:-1
}
.blog-single-layout1 .blog .blog-content blockquote .quote-author{
    display:block;
    font-size:18px;
    color:"Poppins",sans-serif;
    position:relative;
    line-height:1;
    padding-left:45px;
    margin-bottom:23px
}
.blog-single-layout1 .blog .blog-content blockquote .quote-author:before{
    content:"";
    width:30px;
    height:1px;
    display:inline-block;
    background-color:#003CB7;
    position:absolute;
    left:0;
    top:50%;
    margin-top:-0.5px
}
.blog-single-layout1 .blog .blog-admin{
    position:relative;
    z-index:3
}
.blog-single-layout1 .blog .blog-admin img{
    width:50px;
    height:50px;
    margin-right:15px
}
.blog-single-layout1 .blog .blog-admin a{
    font-size:18px;
    color:#01133c;
    font-weight:500
}
.blog-single-layout1 .blog .blog-admin a:hover{
    color:#003CB7
}
.blog-single-layout1 .blog .blog-bottom{
    padding-bottom:40px
}
.blog-single-layout1 .blog .share-links{
    padding-top:30px;
    padding-bottom:30px;
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed
}
.blog-single-layout1 .blog .share-links .links-title{
    font-size:22px;
    margin-bottom:0;
    display:inline-block;
    font-weight:400;
    letter-spacing:.2px;
    margin-right:10px;
    overflow:hidden;
    padding-top:5px
}
.blog-single-layout1 .blog .share-links .tagcloud{
    float:right;
    overflow:hidden
}
.blog-single-layout1 .blog .share-links .tagcloud a{
    display:inline-block;
    border:1px solid #d7e3fe;
    font-size:14px;
    padding:3px 17px;
    margin-right:8px
}
.blog-single-layout1 .blog .share-links .tagcloud a:hover{
    background-color:#003CB7;
    color:#fff;
    border-color:transparent
}
.blog-single-layout1 .blog .share-links .tagcloud a:last-child{
    margin-right:0
}
.blog-single-layout1 .blog .share-links .social-links ul{
    width:100%;
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    grid-column-gap:15px;
    grid-row-gap:15px;
    margin-top:30px;
    padding-bottom:0;
    padding-top:30px;
    border-top:1px solid #ededed
}
.blog-single-layout1 .blog .share-links .social-links ul li{
    margin-bottom:0;
    padding-left:0
}
.blog-single-layout1 .blog .share-links .social-links ul li:before{
    display:none
}
.blog-single-layout1 .blog .share-links .social-links ul li a{
    display:block;
    background-color:#003CB7;
    color:#fff;
    padding:12px 20px
}
.blog-single-layout1 .blog .share-links .social-links ul li a i{
    margin-right:10px
}
.blog-single-layout1 .blog .share-links .social-links ul li a.facebook{
    background-color:#3b5998
}
.blog-single-layout1 .blog .share-links .social-links ul li a.twitter{
    background-color:#38a1f3
}
.blog-single-layout1 .blog .share-links .social-links ul li a.linkedin{
    background-color:#0e76a8
}
.blog-single-layout1 .blog .share-links .social-links ul li a.youtube{
    background-color:red
}
.blog-single-layout1 .post-pagination-wrap{
    padding-top:30px;
    background-color:#fff
}
.blog-single-layout1 .pagination-layout1{
    padding-top:40px;
    padding-bottom:40px
}
.blog-single-layout1 .related-post-area{
    padding-bottom:10px
}
.blog-single-layout1 .related-post-area .inner-title{
    text-transform:capitalize;
    padding-top:60px !important;
    margin-bottom:40px !important
}
.blog-single-layout1 .related-post-area .blog{
    box-shadow:0 0 45px -13px rgba(0,0,0,.1)
}
.blog-single-layout1 .related-post-area .blog .blog-meta{
    padding:0 0
}
.blog-single-layout1 .related-post-area .blog .blog-meta span{
    margin-right:25px
}
.blog-single-layout1 .related-post-area .blog .blog-meta{
    border-bottom:1px solid #edf2f4;
    padding-bottom:16px;
    margin-bottom:18px
}
.blog-single-layout1 .related-post-area .blog .blog-title{
    font-size:21px;
    line-height:32px;
    margin-bottom:15px;
    letter-spacing:0px
}
.blog-single-layout1 .related-post-area .blog .blog-text{
    margin-bottom:0
}
.blog-single-layout1 .related-post-area .blog .blog-content{
    padding:38px 30px
}
.blog-single-layout1 .blog-author{
    background-color:#f2f4f9;
    display:flex;
    padding:40px;
    margin-bottom:50px
}
.blog-single-layout1 .blog-author .author-img{
    width:170px;
    height:170px;
    margin-right:30px
}
.blog-single-layout1 .blog-author .author-content{
    width:calc(100% - 200px);
    padding-top:10px
}
.blog-single-layout1 .blog-author .author-content span{
    font-size:14px;
    font-weight:700;
    color:#003CB7;
    display:block;
    margin-bottom:10px
}
.blog-single-layout1 .blog-author .author-content .name{
    font-size:36px;
    letter-spacing:0
}
.blog-single-layout1 .blog-author .author-content .text{
    margin-bottom:0
}
.blog-single-layout1 .blog-comment-area .inner-title{
    padding-top:0 !important;
    border-top:none !important;
    margin-top:0 !important;
    margin-bottom:30px !important
}
.blog-single-layout1 .blog-comment-area .single-comment{
    padding:40px 0;
    border-top:1px solid #ededed
}
.blog-single-layout1 .blog-comment-area .single-comment:last-of-type{
    border-bottom:1px solid #ededed
}
.blog-single-layout1 .blog-comment-area .single-comment:first-of-type{
    border-top:0;
    padding-top:0
}
.blog-single-layout1 .blog-comment-area .single-comment.replay-comment{
    margin-left:125px
}
.blog-single-layout1 .blog-comment-area .single-comment .comment-author{
    width:90px;
    height:90px;
    margin-right:30px
}
.blog-single-layout1 .blog-comment-area .single-comment .comment-author img{
    width:100%
}
.blog-single-layout1 .blog-comment-area .single-comment .comment-top{
    display:flex;
    justify-content:space-between;
    margin-bottom:20px
}
.blog-single-layout1 .blog-comment-area .single-comment .comment-content{
    width:calc(100% - 110px)
}
.blog-single-layout1 .blog-comment-area .single-comment .comment-content .text{
    margin-bottom:0;
    line-height:26px;
    letter-spacing:0
}
.blog-single-layout1 .blog-comment-area .single-comment .author-name .name{
    font-size:22px;
    letter-spacing:0;
    margin-bottom:5px
}
.blog-single-layout1 .blog-comment-area .single-comment .author-name span{
    font-size:14px;
    display:block;
    color:#003CB7
}
.blog-single-layout1 .blog-comment-area .single-comment .reply-btn{
    width:110px;
    height:40px;
    font-size:14px;
    display:inline-block;
    text-align:center;
    line-height:40px;
    font-weight:700;
    background-color:#003CB7;
    color:#fff;
    border-radius:50px;
    margin-top:5px
}
.blog-single-layout1 .blog-comment-area .single-comment .reply-btn:hover{
    background-color:#003399;
    color:#fff
}
.blog-single-layout1 .blog-comment-area .single-comment .reply-btn i{
    margin-right:5px;
    font-weight:300
}
.blog-single-layout1 .blog-comment-form{
    padding-top:50px;
    padding-bottom:40px
}
.blog-single-layout1 .blog-comment-form .inner-title{
    border-top:none !important;
    margin-top:0 !important;
    padding-top:0 !important;
    margin-bottom:33px !important
}
.blog-single-layout1 .blog-comment-form form{
    background-color:#f2f4f9;
    padding:40px
}
.blog-single-layout1 .blog-comment-form form .form-group{
    margin-bottom:20px
}
.blog-single-layout1 .blog-comment-form form .form-group input,.blog-single-layout1 .blog-comment-form form .form-group textarea{
    border-color:#d7e3fe
}
.blog-single-layout1 .blog-comment-form form .notice{
    display:block;
    padding-top:10px;
    padding-bottom:25px
}
.subscribe-sec-wrapper.background-image,.subscribe-sec-wrapper .background-image{
    position:relative
}
.subscribe-sec-wrapper.background-image:before,.subscribe-sec-wrapper .background-image:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.7;
    z-index:0;
    background-color:#0f1729
}
.subscribe-sec-wrapper .subscribe-content .title{
    font-size:40px;
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:10px
}
.subscribe-sec-wrapper .subscribe-content .text{
    color:#fff;
    margin-bottom:0;
    line-height:25px
}
.subscribe-sec-wrapper .subscribe-content .text a{
    display:inline-block;
    line-height:inherit
}
.subscribe-sec-wrapper .subscribe-content .text a:hover{
    color:#fff;
    text-decoration:underline
}
.subscribe-sec-wrapper form.subsc-form{
    padding-left:70px
}
.subscribe-sec-wrapper form.subsc-form .form-group{
    margin-bottom:0;
    width:100%
}
.subscribe-sec-wrapper form.subsc-form .form-group input{
    width:calc(100% - 220px);
    display:inline-block;
    margin-right:20px;
    border:none;
    height:50px
}
.vs_subscribe{
    width:600px;
    max-width:100%
}
.vs_subscribe .form-group{
    display:flex;
    align-items:center;
    margin-bottom:0
}
.vs_subscribe .form-control{
    height:50px;
    margin-right:20px;
    font-size:16px
}
.subscribe_form_title{
    font-size:40px;
    margin-top:-0.5rem;
    margin-bottom:.5rem
}
@media(max-width: 1199px){
    .vs_subscribe{
        margin:0 auto
    }
}
@media(max-width: 992px){
    .subscribe_form_title{
        font-size:30px
    }
}
@media(max-width: 767px){
    .vs_subscribe .form-group{
        display:block;
        text-align:center
    }
    .vs_subscribe input{
        margin-bottom:20px
    }
    .subscribe_form_title{
        font-size:26px;
        margin-bottom:0
    }
}
.subscribe-layout1 form.subsc-form{
    padding-top:33px;
    padding-left:0
}
.subscribe-layout2.background-image:before{
    background-color:#0a1224
}
.subscribe-layout2 form.subsc-form{
    padding-top:0
}
.subscribe-layout2 form.subsc-form div.skew{
    width:calc(100% - 248px);
    background-color:#fff;
    margin-right:20px;
    transform:skewX(-10deg)
}
.subscribe-layout2 form.subsc-form div.skew input{
    width:100%;
    margin-right:0;
    transform:skewX(10deg);
    padding-left:30px;
    background-color:transparent
}
.subscribe-layout3.background-image:before{
    background-color:#0a1224
}
.subscribe-layout3 form.subsc-form{
    padding-top:0;
    padding-left:100px
}
.subscribe-layout3 form.subsc-form input{
    background-color:#fff;
    border:none;
    width:calc(100% - 248px);
    margin-right:0;
    padding-left:30px
}
.brand-area-wrapper .brand-box{
    box-shadow:0 10px 50px -20px rgba(0,0,0,.1);
    text-align:center;
    padding:30px 0;
    margin:30px 0;
    background-color:#fff;
    transform:translateY(0);
    transition:all ease-in-out .4s
}
.brand-area-wrapper .brand-box:hover{
    box-shadow:none;
    transform:translateY(-5px)
}
.brand-layout1{
    position:relative
}
.brand-layout1 .bg-shape{
    position:absolute;
    bottom:0;
    right:0
}
.brand-layout2{
    background-color:#fff
}
.brand-layout2 .brand-box{
    background-color:#f9f9f9;
    box-shadow:none
}
.brand-layout2 .brand-box:hover{
    box-shadow:0 10px 85px -20px rgba(0,0,0,.1);
    background-color:#fff
}
.brand-layout3{
    background-color:#fff;
    padding-left:35px;
    padding-right:35px
}
.brand-layout3 .brand-box{
    padding:0;
    margin:20px 0;
    box-shadow:none
}
.brand-layout4{
    padding-top:45px;
    padding-bottom:45px;
    position:relative
}
.brand-layout4 .background-image{
    position:absolute;
    right:0;
    top:0;
    width:100%;
    max-width:790px;
    height:100%;
    -webkit-clip-path:polygon(100% 0%, 100% 52%, 100% 100%, 0 100%, 10% 50%, 0 0);
    clip-path:polygon(100% 0%, 100% 52%, 100% 100%, 0 100%, 10% 50%, 0 0)
}
.brand-layout4 .background-image:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.68;
    z-index:0;
    background-color:#003CB7
}
.brand-layout4 .brand-area-title .title{
    font-size:48px;
    text-transform:uppercase;
    margin-bottom:0;
    line-height:1
}
.brand-layout4 .slick-slide .brand-box{
    box-shadow:none
}
.brand-layout4 .slick-slide.slick-active .brand-box{
    box-shadow:0 10px 71px -20px rgba(0,0,0,.1)
}
.vs-brand{
    text-align:center
}
.vs-brand img{
    transition:all ease .4s;
    /*filter:gray;
    filter:grayscale(1)*/
}
.vs-brand img:hover{
    filter:none
}
.cta-wrapper .cta-content{
    padding:0 35px
}
.cta-wrapper .cta-content .cta-title{
    text-transform:uppercase;
    font-size:48px;
    line-height:60px;
    font-weight:600;
    margin-bottom:25px
}
.cta-wrapper .cta-content .cta-text{
    font-size:18px;
    margin-bottom:35px
}
.cta-layout1{
    position:relative
}
.cta-layout1.pb-200{
    padding-bottom:200px
}
.cta-layout1:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.25;
    z-index:0;
    background-color:#071323
}
.cta-layout1 .cta-content .cta-title,.cta-layout1 .cta-content .cta-text{
    color:#fff
}
.cta_title{
    font-size:40px;
    margin:-0.25em 0 25px 0;
    line-height:50px
}
.cta_text{
    margin-bottom:38px
}
@media(max-width: 1199px){
    .cta_title{
        font-size:30px
    }
}
@media(max-width: 767px){
    .cta-btns .primary-btn{
        display:block;
        margin:0 auto;
        margin-bottom:20px
    }
    .cta-btns .primary-btn:last-child{
        margin-bottom:0
    }
    .cta_title{
        font-size:26px;
        line-height:36px
    }
}
.gallery-layout1 .gallery-item{
    position:relative;
    overflow:hidden
}
.gallery-layout1 .gallery-item:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.6;
    z-index:1;
    background-color:#003CB7;
    transition-delay:0s;
    transform-origin:right top;
    transition:transform linear .3s;
    transform:scale(0, 1)
}
.gallery-layout1 .gallery-item img{
    width:100%
}
.gallery-layout1 .gallery-item a{
    position:absolute;
    top:50%;
    left:50%;
    display:inline-block;
    width:80px;
    height:80px;
    line-height:80px;
    z-index:2;
    background-color:#fff;
    text-align:center;
    font-size:39px;
    margin-left:-40px;
    margin-top:-40px;
    border-radius:50%;
    transform:scale(0);
    transition:transform .3s
}
.gallery-layout1 .gallery-item:hover:before{
    transform:scale(1, 1);
    transform-origin:left top
}
.gallery-layout1 .gallery-item:hover a{
    opacity:1;
    visibility:visible;
    transition-delay:.45s;
    transform:scale(1)
}
.breadcumb-layout1{
    position:relative
}
.breadcumb-layout1:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.55;
    z-index:0;
    background-color:#010818
}
.breadcumb-layout1 .breadcumb-content{
    padding-top:250px;
    padding-bottom:100px;
    position:relative
}
.breadcumb-layout1 .breadcumb-content .breadcumb-title{
    color:#fff;
    font-size:60px;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:0;
    line-height:1
}
.breadcumb-layout1 .breadcumb-content ul{
    position:absolute;
    bottom:0;
    right:0;
    display:inline-block;
    background-color:#fff;
    padding:10px 67px
}
.breadcumb-layout1 .breadcumb-content ul li{
    display:inline-block;
    font-size:18px;
    font-weight:500;
    line-height:60px;
    position:relative
}
.breadcumb-layout1 .breadcumb-content ul li:after{
    content:"|";
    position:relative;
    margin-left:7px;
    margin-right:3px
}
.breadcumb-layout1 .breadcumb-content ul li:last-child:after{
    display:none
}
.breadcumb-layout1 .breadcumb-content ul li a{
    display:inline-block;
    font-weight:inherit;
    font-size:inherit;
    font-family:inherit;
    line-height:inherit
}
.breadcumb-layout1 .breadcumb-content ul li.active{
    color:#003CB7
}
.faq-layout1 .faq-banner{
    margin:65px 0;
    height:calc(100% - 130px);
    position:relative;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:30px
}
.faq-layout1 .faq-banner:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:0;
    background-color:rgba(2,6,16,.3)
}
.faq-layout1 .faq-area{
    background-color:#003CB7;
    background-image:url("../img/faq/faq-pattern-1.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    min-height:775px;
    padding-left:100px;
    padding-right:275px;
    padding-top:125px;
    padding-bottom:100px;
    margin-left:-30px
}
.faq-layout1 .faq-area .section-title{
    padding:0 0;
    padding-bottom:38px
}
.faq-layout1 .faq-area .section-title .title{
    color:#fff;
    margin-bottom:22px
}
.faq-layout1 .faq-area .section-title .sub-title{
    color:#fff;
    font-size:18px;
    line-height:30px;
    margin-bottom:0;
    font-weight:500
}
.faq-layout1 .faq-area .single-faq{
    margin-bottom:18px
}
.faq-layout1 .faq-area .single-faq .faq-header h3.faq-title{
    position:relative;
    margin-bottom:0
}
.faq-layout1 .faq-area .single-faq .faq-header h3.faq-title button{
    background-color:#fff;
    color:#01133c;
    border:1px solid transparent;
    display:block;
    width:100%;
    text-align:left;
    font-size:16px;
    line-height:30px;
    padding:9px 25px;
    font-weight:700;
    border-radius:3px;
    transition:all ease .4s
}
.faq-layout1 .faq-area .single-faq .faq-header h3.faq-title button:after{
    content:"";
    position:relative;
    float:right;
    font-family:"Font Awesome 5 Pro";
    font-weight:300
}
.faq-layout1 .faq-area .single-faq .faq-header h3.faq-title button.collapsed{
    border-color:rgba(255,255,255,.3);
    color:#fff;
    background-color:transparent
}
.faq-layout1 .faq-area .single-faq .faq-header h3.faq-title button.collapsed:after{
    content:""
}
.faq-layout1 .faq-area .single-faq .faq-body{
    padding:27px 25px;
    padding-bottom:8px;
    padding-right:20px
}
.faq-layout1 .faq-area .single-faq .faq-body .faq-text{
    color:#fff;
    margin-bottom:0;
    font-weight:400
}
.faq-layout2 .faq-banner{
    margin:65px 0;
    height:calc(100% - 130px);
    position:relative;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:30px
}
.faq-layout2 .faq-banner:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:0;
    background-color:rgba(2,6,16,.3)
}
.faq-layout2 .faq-area{
    background-color:#003CB7;
    background-image:url("../img/faq/faq-pattern-1.png");
    background-position:center center;
    background-repeat:no-repeat;
    background-size:100% 100%;
    min-height:775px;
    padding-left:100px;
    padding-right:200px;
    padding-top:125px;
    padding-bottom:90px;
    margin-left:-30px
}
.faq-layout2 .faq-area .section-title{
    padding:0 0;
    padding-bottom:22px
}
.faq-layout2 .faq-area .section-title .title{
    color:#fff;
    margin-bottom:22px
}
.faq-layout2 .faq-area .section-title .sub-title{
    color:#fff;
    margin-bottom:0
}
.faq-layout2 .faq-area .single-faq{
    border-bottom:2px solid #fff;
    padding-bottom:35px;
    padding-top:26px
}
.faq-layout2 .faq-area .single-faq .faq-header .faq-title{
    font-size:22px;
    color:#fff;
    line-height:32px;
    letter-spacing:0;
    text-transform:none;
    margin-bottom:20px
}
.faq-layout2 .faq-area .single-faq .faq-body .faq-text{
    color:#fff;
    margin-bottom:0
}
.faq-layout2 .faq-area .row>div:last-child .single-faq,.faq-layout2 .faq-area .row>div:nth-last-child(2) .single-faq{
    border-bottom:none
}
.faq-layout3{
    position:relative
}
.faq-layout3 .faq-area{
    padding-right:80px
}
.faq-layout3 .single-faq{
    background-color:#fff;
    border:1px solid #d9ddee;
    padding:0 30px;
    margin-bottom:20px;
    transition:all ease .4s
}
.faq-layout3 .single-faq.open{
    border-color:#003CB7;
    box-shadow:0 0 15px 0 rgba(0,0,0,.1)
}
.faq-layout3 .single-faq .faq-header .faq-title{
    margin-bottom:0
}
.faq-layout3 .single-faq .faq-header .faq-title button{
    color:#003CB7;
    font-size:18px;
    font-family:"Poppins",sans-serif;
    width:100%;
    text-align:left;
    border:none;
    padding:5px 0;
    line-height:60px;
    font-weight:500;
    display:inline-block;
    position:relative;
    text-transform:none;
    background-color:transparent
}
.faq-layout3 .single-faq .faq-header .faq-title button:after{
    content:"";
    position:relative;
    float:right;
    font-family:"Font Awesome 5 Pro";
    font-weight:400
}
.faq-layout3 .single-faq .faq-header .faq-title button.collapsed{
    color:#01133c
}
.faq-layout3 .single-faq .faq-header .faq-title button.collapsed:after{
    content:""
}
.faq-layout3 .single-faq .faq-body{
    border-top:1px solid #d9ddee;
    padding-top:25px;
    padding-bottom:30px
}
.faq-layout3 .single-faq .faq-body .faq-text{
    margin-bottom:0
}
.faq-layout3 .shape1{
    top:35%;
    right:0;
    -webkit-animation:upDown 10s alternate infinite;
    animation:upDown 10s alternate infinite
}
.faq-layout3 .shape2{
    top:40%;
    left:0;
    -webkit-animation:downUp 10s alternate infinite;
    animation:downUp 10s alternate infinite
}
.faq-layout4{
    position:relative
}
.faq-layout4 .shape{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:calc(100% - 120px);
    background-size:cover;
    background-position:right bottom
}
.faq-layout4 .faq-area{
    background-color:#0b1a30;
    padding:120px 100px;
    padding-bottom:105px;
    min-height:752px
}
.faq-layout4 .faq-header button{
    border:1px solid transparent;
    text-align:left;
    display:block;
    color:#01133c;
    background-color:#fff;
    font-weight:700;
    width:100%;
    padding:12px 25px;
    padding-right:35px;
    position:relative;
    border-radius:3px
}
.faq-layout4 .faq-header button:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    position:absolute;
    right:25px;
    top:0;
    font-weight:400;
    font-size:14px;
    line-height:50px
}
.faq-layout4 .faq-header button.collapsed{
    border-color:rgba(255,255,255,.5);
    color:#fff;
    background-color:transparent
}
.faq-layout4 .faq-header button.collapsed:before{
    content:""
}
.faq-layout4 .faq-body{
    padding:25px;
    padding-bottom:10px
}
.faq-layout4 .faq-body .faq-text{
    color:#fff;
    margin-bottom:0
}
.faq-layout4 .single-faq{
    margin-bottom:15px
}
.faq-layout4 .video-btn{
    position:absolute;
    left:50%;
    top:calc(50% + 61px);
    transform:translate(-50%, -50%)
}
@media(max-width: 1500px){
    .faq-layout4 .faq-area{
        padding:40px 40px;
        padding-bottom:25px;
        min-height:592px
    }
}
@media(max-width: 576px){
    .faq-layout4 .shape{
        height:calc(100% - 60px)
    }
    .faq-layout4 .faq-area{
        min-height:auto;
        padding:30px 10px 15px 10px
    }
    .faq-layout4 .faq-header button{
        padding:10px;
        padding-right:20px;
        font-size:14px
    }
    .faq-layout4 .faq-header button:before{
        line-height:45px;
        right:10px
    }
    .faq-layout4 .faq-body{
        padding:15px 15px 0 15px
    }
}
.contact-form-layout1{
    background-color:#f7f7f7;
    position:relative
}
.contact-form-layout1:before{
    content:"";
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:48%;
    background-color:#fff
}
.contact-form-layout1 .contact-form-slider{
    width:100%;
    height:100%;
    position:relative
}
.contact-form-layout1 .contact-form-slider:before{
    content:"";
    position:absolute;
    top:-4px;
    bottom:-3px;
    left:0;
    width:100%;
    opacity:1;
    max-width:350px;
    background-image:url("../img/contact-us/contact-img-shape-1-1.png");
    z-index:2
}
.contact-form-layout1 .contact-form-slider div{
    height:100%;
    z-index:1
}
.contact-form-layout1 .contact-form-slider .single-slide{
    height:100%;
    width:100%;
    position:relative
}
.contact-form-layout1 .contact-form-slider .single-slide img{
    position:absolute;
    bottom:0;
    right:0
}
.contact-form-layout1 .contact-form-slider ul.slick-dots{
    position:absolute;
    top:50%;
    right:-27.5%;
    transform:translateY(-50%)
}
.contact-form-layout1 .contact-form-slider ul.slick-dots li{
    margin:10px 0
}
.contact-form-layout1 .contact-form-slider ul.slick-dots li button{
    padding:0;
    border:none;
    line-height:0;
    font-size:0;
    display:inline-block;
    width:25px;
    height:25px;
    background-color:transparent;
    border:2px solid transparent;
    position:relative;
    border-radius:50%;
    transition:all ease .4s
}
.contact-form-layout1 .contact-form-slider ul.slick-dots li button:before{
    content:"";
    position:relative;
    width:10px;
    height:10px;
    display:inline-block;
    background-color:#003CB7;
    border-radius:50%
}
.contact-form-layout1 .contact-form-slider ul.slick-dots li.slick-active button{
    border-color:#003CB7
}
.contact-form-layout2{
    position:relative
}
.contact-form-layout2 .notice{
    background-color:#003CB7;
    text-align:center;
    padding-bottom:90px;
    margin-top:45px;
    position:relative;
    z-index:1
}
.contact-form-layout2 .notice .notice-icon{
    display:inline-block;
    width:90px;
    height:90px;
    background-color:#003CB7;
    border:5px solid #fff;
    text-align:center;
    line-height:83px;
    color:#fff;
    font-size:44px;
    position:relative;
    margin-top:-45px;
    margin-bottom:43px;
    border-radius:50%
}
.contact-form-layout2 .notice .notice-icon i{
    -webkit-animation:cscale 1s infinite alternate;
    animation:cscale 1s infinite alternate
}
.contact-form-layout2 .notice .notice-text{
    color:#fff;
    margin-bottom:0;
    font-size:24px;
    font-weight:500
}
.contact-form-layout2 .shape1{
    top:200px;
    left:0
}
.contact-form-layout2 .shape2{
    right:0;
    bottom:17%;
    -webkit-animation:downUp 10s alternate infinite;
    animation:downUp 10s alternate infinite
}
.contact-form-layout3{
    position:relative
}
.contact-form-layout3 .shape-bg{
    right:0;
    bottom:-250px;
    -webkit-animation:upDown 10s alternate infinite;
    animation:upDown 10s alternate infinite
}
.contact-form-layout3 .contact-form-area{
    padding:40px;
    border:1px solid #e2e2e2;
    margin-bottom:30px
}
.contact-form-layout3 .contact-form-area .form-title{
    font-size:80px;
    text-transform:uppercase;
    line-height:32px;
    letter-spacing:0;
    font-weight:600;
    opacity:.07;
    margin-top:10px
}
.contact-form-layout3 .contact-form-area .sub-title{
    font-size:22px;
    text-transform:none;
    line-height:32px;
    margin-bottom:0;
    margin-top:-28px;
    position:relative;
    z-index:1;
    margin-bottom:27px
}
.contact-form-layout3 .contact-information-area{
    background-color:#01133c;
    margin-bottom:30px;
    position:relative;
    height:calc(100% - 30px);
    padding:40px;
    padding-top:35px
}
.contact-form-layout3 .contact-information-area:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.8;
    z-index:0;
    background-color:#0f1728
}
.contact-form-layout3 .contact-information-area .area-title{
    position:relative;
    z-index:1
}
.contact-form-layout3 .contact-information-area .area-title .title{
    color:#fff;
    font-size:22px;
    margin-bottom:8px
}
.contact-form-layout3 .contact-information-area .area-title .text{
    line-height:26px;
    color:#fff;
    margin-bottom:0
}
.contact-form-layout3 .contact-information-area .info-box{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    padding:28px 0;
    border-bottom:1px solid rgba(255,255,255,.07)
}
.contact-form-layout3 .contact-information-area .info-box .icon span{
    width:60px;
    height:60px;
    line-height:60px;
    display:inline-block;
    color:#fff;
    text-align:center;
    font-size:21px;
    margin-right:20px;
    border:1px solid #fff;
    text-transform:capitalize;
    border-radius:50%
}
.contact-form-layout3 .contact-information-area .info-box .content{
    width:calc(100% - 75px)
}
.contact-form-layout3 .contact-information-area .info-box .content span{
    color:#fff;
    font-weight:500;
    font-size:18px
}
.contact-form-layout3 .contact-information-area .info-box .content .text{
    margin-bottom:0;
    line-height:23px;
    font-size:16px;
    color:#fff;
    max-width:220px
}
.contact-form-layout3 .contact-information-area .info-box:last-child{
    border-bottom:none
}
.contact-form-layout4 .contact-form{
    background-color:rgba(0,0,0,.6);
    padding:80px
}
.contact-form-layout4 .form-title{
    font-weight:600;
    text-transform:uppercase;
    font-family:"Oswald",sans-serif;
    margin-bottom:15px
}
.contact-form-layout4 .form-subtitle{
    margin-bottom:20px
}
@media(max-width: 1500px){
    .contact-form-layout4 .contact-form{
        padding:30px
    }
}
@media(max-width: 1500px){
    .contact-form-layout4 .contact-form{
        padding:15px 20px
    }
}
.contact-form-layout5{
    background-color:#f2f4f9
}
.contact-form-layout5 .contact-form{
    padding:55px 60px 60px 60px;
    background-color:#fff
}
.contact-form-layout5 .form-title{
    text-transform:none
}
.contact-form-layout5 .form-subtitle{
    font-size:18px;
    color:#003CB7;
    margin-bottom:25px
}
.contact-form-layout5 .form-group{
    color:#003CB7
}
.contact-form-layout5 .google-map{
    height:calc(100% - 30px);
    width:100%;
    min-height:300px;
    margin-bottom:30px
}
@media(max-width: 1199px){
    .contact-form-layout5 .contact-form{
        padding:35px 40px 40px 40px
    }
}
@media(max-width: 576px){
    .contact-form-layout5 .contact-form{
        padding:5px 10px 10px 10px
    }
    .contact-form-layout5 .form-title{
        font-size:22px;
        margin-bottom:0
    }
    .contact-form-layout5 .form-subtitle{
        font-size:16px;
        margin-bottom:15px
    }
}
.axivis-mission-layout4 .axivis-mission{
    text-align:center;
    margin-bottom:30px;
    padding-top:40px;
    transition:all ease .4s;
    transform:translateY(0)
}
.axivis-mission-layout4 .axivis-mission:before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    margin-left:-90px;
    top:0;
    left:0;
    z-index:-1;
    left:50%;
    background-color:#fff;
    box-shadow:0 0 49px -10px rgba(0,0,0,.09);
    border-radius:50%
}
.axivis-mission-layout4 .axivis-mission .shape{
    width:140px;
    height:140px;
    margin-left:-70px;
    border:3px solid #003CB7;
    display:inline-block;
    position:absolute;
    left:50%;
    top:20px;
    border-radius:50%;
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite
}
.axivis-mission-layout4 .axivis-mission .shape:before,.axivis-mission-layout4 .axivis-mission .shape:after{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    left:-5.5px;
    top:50%;
    background-color:#003CB7;
    margin-top:-5px;
    box-shadow:0 0 0 5px #fff;
    border-radius:50%
}
.axivis-mission-layout4 .axivis-mission .shape:after{
    left:auto;
    right:-5.5px
}
.axivis-mission-layout4 .axivis-mission .mission-icon{
    position:relative;
    margin-bottom:-50px
}
.axivis-mission-layout4 .axivis-mission .mission-icon span{
    width:100px;
    height:100px;
    line-height:100px;
    font-size:52px
}
.axivis-mission-layout4 .axivis-mission .mission-icon span:hover{
    color:#fff
}
.axivis-mission-layout4 .axivis-mission .mission-icon span i{
    transition-delay:.2s;
    transform:rotateY(0);
    transition:transform ease .4s
}
.axivis-mission-layout4 .axivis-mission .mission-content{
    background-color:#fff;
    padding:0 25px;
    padding-top:110px;
    padding-bottom:30px;
    box-shadow:0 0 49px -10px rgba(0,0,0,.09)
}
.axivis-mission-layout4 .axivis-mission .mission-content .title{
    margin-bottom:20px
}
.axivis-mission-layout4 .axivis-mission .mission-content p{
    color:#777
}
.axivis-mission-layout4 .axivis-mission:hover{
    transform:translateY(10px)
}
.axivis-mission-layout4 .axivis-mission:hover .shape{
    border-color:#003399
}
.axivis-mission-layout4 .axivis-mission:hover .shape:before,.axivis-mission-layout4 .axivis-mission:hover .shape:after{
    background-color:#003399
}
.axivis-mission-layout4 .axivis-mission:hover .mission-icon span{
    background-color:#003399
}
.axivis-mission-layout4 .axivis-mission:hover .mission-icon span i{
    transition-delay:.45s;
    transform:rotateY(360deg)
}
.axivis-mission-layout4 .slick-slide .axivis-mission .mission-content{
    box-shadow:none
}
.axivis-mission-layout4 .slick-slide.slick-active .axivis-mission .mission-content{
    box-shadow:0 0 49px -10px rgba(0,0,0,.09)
}
.appointment-form-layout1{
    position:relative;
    overflow:hidden
}
.appointment-form-layout1 .form-title{
    font-size:80px;
    text-transform:uppercase;
    line-height:32px;
    margin-bottom:0;
    font-weight:600;
    color:rgba(0,0,0,.05);
    letter-spacing:0
}
.appointment-form-layout1 .sub-title{
    font-size:22px;
    line-height:32px;
    margin-bottom:0;
    text-transform:capitalize;
    margin-bottom:20px
}
.appointment-form-layout1 form{
    background-color:rgba(255,255,255,.95);
    padding:80px;
    padding-top:90px
}
.appointment-form-layout1 form .form-group i{
    color:#003CB7
}
.appointment-form-layout1 form .form-group .select2-container .select2-selection--single .select2-selection__arrow b{
    border-color:#003CB7 transparent transparent transparent
}
.appointment-form-layout1 form .form-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color:transparent transparent #003CB7 transparent
}
.appointment-form-layout1 .shape-bg{
    z-index:-1
}
.appointment-form-layout1 .shape1{
    top:30%;
    left:0
}
.appointment-form-layout1 .shape2{
    right:0;
    top:-225px
}
.error-wrapper{
    position:relative;
    overflow:hidden
}
.error-wrapper .shape1{
    bottom:0;
    left:0
}
.error-wrapper .shape2{
    top:0;
    right:0
}
.error-wrapper .shape3{
    bottom:0;
    right:0
}
.error-wrapper .error-content{
    position:relative;
    z-index:1
}
.error-wrapper .error-content>span{
    font-size:150px;
    font-weight:700;
    line-height:1;
    display:inline-block;
    margin-bottom:12px;
    color:#777
}
.error-wrapper .error-content .title{
    font-size:400px;
    line-height:1;
    margin-bottom:42px
}
.error-wrapper .error-content .title span{
    color:#003399
}
.error-wrapper .error-content .sub-title{
    color:#777;
    font-size:48px;
    line-height:60px;
    font-weight:500;
    text-transform:none;
    max-width:690px;
    margin:0 auto;
    margin-bottom:37px
}
.price-plan-layout1{
    background-color:#fbfbfb
}
.price-plan-layout1 .price-plan-area .price-title{
    font-size:44px;
    line-height:54px;
    letter-spacing:0;
    text-transform:none;
    font-family:"Poppins",sans-serif;
    font-weight:700
}
.price-plan-layout1 .price-plan-area>.text{
    padding-right:10px
}
.price-plan-layout1 .price-plan-area>.text:last-of-type{
    margin-bottom:25px
}
.price-plan-layout1 .price-plan-area .features-list .features-title{
    font-size:24px;
    margin-bottom:11px
}
.price-plan-layout1 .price-plan-area .features-list ul li{
    position:relative;
    margin-bottom:4px
}
.price-plan-layout1 .price-plan-area .features-list ul li:last-child{
    margin-bottom:0
}
.price-plan-layout1 .price-plan-area .features-list ul li:before{
    content:"";
    position:relative;
    left:0;
    top:-4px;
    font-size:18px;
    font-family:"Font Awesome 5 Pro";
    font-weight:900;
    font-size:5px;
    width:15px;
    height:15px;
    display:inline-block;
    text-align:center;
    box-shadow:inset 0 0 6px -2px #003CB7;
    line-height:15px;
    margin-right:15px;
    color:#003CB7;
    border-radius:50%
}
.price-plan-layout1 .price-action-box{
    background-color:#003CB7;
    background-image:url("../img/bg-img/pricing-action-box-bg-1.png");
    text-align:center;
    padding:75px 50px;
    padding-top:70px;
    margin-top:145px;
    position:relative;
    margin-left:35px
}
.price-plan-layout1 .price-action-box .text{
    font-size:18px;
    font-weight:500;
    color:#fff;
    font-style:italic
}
.price-plan-layout1 .price-action-box .primary-btn{
    color:#003CB7
}
.price-plan-layout1 .price-action-box .primary-btn:hover{
    color:#fff
}
.price-plan-layout1 .price-action-box .shape{
    position:absolute
}
.price-plan-layout1 .price-action-box .shape:before,.price-plan-layout1 .price-action-box .shape:after{
    position:absolute;
    content:"";
    display:inline-block;
    width:7px;
    height:7px;
    background-color:#fff;
    box-shadow:0 0 0 3px #003CB7;
    border-radius:50%
}
.price-plan-layout1 .price-action-box .shape1{
    background-image:url("../img/bg-img/pricing-action-box-line-1.png");
    top:-165px;
    left:0;
    height:115px;
    width:100%
}
.price-plan-layout1 .price-action-box .shape1:before{
    left:0;
    bottom:50px
}
.price-plan-layout1 .price-action-box .shape1:after{
    right:0
}
.price-plan-layout1 .price-action-box span.shape.shape2{
    height:60px;
    top:-54px;
    width:2px;
    left:50%;
    margin-left:-1px;
    background-color:#003CB7
}
.price-plan-layout1 .price-action-box span.shape.shape2:before{
    left:-1.5px;
    top:-3.5px
}
.price-plan-layout1 .price-action-box span.shape.shape2:after{
    bottom:2px;
    left:-1.5px
}
.project-layout1{
    position:relative
}
.project-layout1 .shape2{
    bottom:40%;
    left:0;
    -webkit-animation:downUp 10s alternate infinite;
    animation:downUp 10s alternate infinite
}
.project-layout1 .shape1{
    top:5%;
    right:0;
    max-width:700px;
    -webkit-animation:upDown 10s alternate infinite;
    animation:upDown 10s alternate infinite
}
.project-layout1:before{
    content:"";
    position:absolute;
    right:0;
    bottom:-75px;
    width:100%;
    height:100%;
    max-width:625px;
    max-height:410px;
    background-image:url(../img/featured/bg-shape-2-1.png)
}
.project-layout1 .axivis-project{
    margin-bottom:30px
}
.project-layout1 .axivis-project .project-img{
    overflow:hidden
}
.project-layout1 .axivis-project .project-img img{
    width:100%;
    transition:all ease .4s;
    transform:scale(1.001)
}
.project-layout1 .axivis-project .project-content{
    margin:0 30px;
    padding:0 30px;
    padding-top:35px;
    padding-bottom:0;
    background-color:#fff;
    margin-top:-80px;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 54px -4px rgba(0,0,0,.1)
}
.project-layout1 .axivis-project .project-content:before{
    content:"";
    position:absolute;
    background-color:#003CB7;
    left:50%;
    top:-225px;
    opacity:.2;
    z-index:1;
    width:250px;
    height:250px;
    border-radius:50%;
    transform:translateX(-50%);
    transition:all .4s
}
.project-layout1 .axivis-project .project-content>span{
    font-weight:500;
    color:#003CB7;
    display:inline-block;
    margin-bottom:10px
}
.project-layout1 .axivis-project .project-content>span i{
    margin-right:10px;
    font-size:18px
}
.project-layout1 .axivis-project .project-content .project-title{
    font-size:22px;
    line-height:30px;
    font-weight:500;
    text-transform:none;
    margin-bottom:21px;
    letter-spacing:.2px
}
.project-layout1 .axivis-project .project-content .primary-btn{
    width:150px
}
.project-layout1 .axivis-project .project-content .content-bottom{
    padding-top:20px;
    padding-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative
}
.project-layout1 .axivis-project .project-content .content-bottom span{
    margin-bottom:0
}
.project-layout1 .axivis-project .project-content .content-bottom::before{
    content:"";
    position:absolute;
    left:-41px;
    right:-41px;
    top:0;
    height:1px;
    background-color:#edf2f4
}
.project-layout1 .axivis-project .project-content .price{
    font-size:22px;
    display:inline-block;
    padding-top:10px;
    font-weight:700
}
.project-layout1 .axivis-project:hover .project-img img{
    transform:scale(1.05)
}
.project-layout1 .axivis-project:hover .project-content:before{
    background-color:#003399
}
.project-tab-menu button{
    border:none;
    background-color:transparent;
    display:block;
    padding:0 10px;
    background-color:#bdbdbd;
    color:#01133c;
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
    min-width:120px;
    height:50px;
    text-align:center;
    position:relative;
    margin:0 15px 10px 0;
    z-index:1
}
.project-tab-menu button:last-child{
    margin-bottom:0
}
.project-tab-menu button:before{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    border-left:16px solid #003CB7;
    border-top:12px solid transparent;
    border-bottom:12px solid transparent;
    margin:-12px -15px 0 0;
    transition:all ease .4s;
    opacity:0;
    visibility:hidden
}
.project-tab-menu button .bg-1{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    transition:all ease .4s;
    opacity:0;
    visibility:hidden;
    z-index:-1
}
.project-tab-menu button.active,.project-tab-menu button:hover{
    background-color:#003CB7;
    color:#fff
}
.project-tab-menu button.active .bg-1,.project-tab-menu button:hover .bg-1{
    opacity:1;
    visibility:visible
}
.project-tab-menu button.active::before{
    opacity:1;
    visibility:visible
}
.project-style1{
    position:relative
}
.project-style1 .project-img{
    border-radius:13px
}
.project-style1 .twentytwenty-horizontal .twentytwenty-handle:before,.project-style1 .twentytwenty-horizontal .twentytwenty-handle:after{
    box-shadow:none;
    background-color:#003399
}
.project-style1 .twentytwenty-handle{
    width:80px;
    height:80px;
    margin:-40px 0 0 -40px;
    background-color:#003399;
    border:none
}
.project-style1 .twentytwenty-left-arrow,.project-style1 .twentytwenty-right-arrow{
    border:none;
    color:#fff;
    font-size:30px;
    margin:0;
    width:30px;
    height:auto;
    position:absolute;
    left:50%;
    top:50%;
    right:auto;
    line-height:1;
    text-align:center;
    transform:translate(-50%, -50%)
}
.project-style1 .twentytwenty-left-arrow:before,.project-style1 .twentytwenty-right-arrow:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-weight:300;
    position:relative;
    left:14px
}
.project-style1 .twentytwenty-left-arrow:before{
    content:"";
    left:-14px
}
.project-style1 .project-btns{
    position:absolute;
    right:20px;
    top:20px;
    z-index:2
}
.project-style1 .project-btns a{
    display:block;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    background-color:transparent;
    color:#fff;
    position:relative;
    z-index:1;
    margin-bottom:10px;
    font-size:18px
}
.project-style1 .project-btns a .bg-1,.project-style1 .project-btns a .bg-2{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1;
    transition:all ease .4s
}
.project-style1 .project-btns a .bg-1{
    opacity:0;
    visibility:hidden
}
.project-style1 .project-btns a .bg-2{
    opacity:1;
    visibility:visible
}
.project-style1 .project-btns a:hover .bg-1{
    opacity:1;
    visibility:visible
}
.project-style1 .project-btns a:hover .bg-2{
    opacity:0;
    visibility:hidden
}
@media(max-width: 1199px){
    .project-style1 .twentytwenty-handle{
        width:46px;
        height:46px;
        margin:-23px 0 0 -23px
    }
    .project-style1 .twentytwenty-left-arrow,.project-style1 .twentytwenty-right-arrow{
        font-size:20px
    }
    .project-style1 .twentytwenty-left-arrow:before,.project-style1 .twentytwenty-right-arrow:before{
        left:9px
    }
    .project-style1 .twentytwenty-left-arrow:before{
        content:"";
        left:-9px
    }
}
@media(max-width: 992px){
    .project-tab-menu{
        margin-bottom:30px;
        text-align:center
    }
    .project-tab-menu button{
        display:inline-block;
        margin:0 5px 13px 5px
    }
    .project-tab-menu button:before{
        display:none
    }
}
@media(max-width: 767px){
    .project-style1 .project-btns{
        top:10px;
        right:10px
    }
    .project-style1 .project-btns a{
        width:30px;
        height:30px;
        line-height:30px;
        margin-bottom:5px;
        font-size:12px
    }
    .project-style1 .twentytwenty-handle{
        width:36px;
        height:36px;
        margin:-18px 0 0 -18px
    }
    .project-style1 .twentytwenty-left-arrow,.project-style1 .twentytwenty-right-arrow{
        font-size:14px
    }
    .project-style1 .twentytwenty-left-arrow:before,.project-style1 .twentytwenty-right-arrow:before{
        left:7px
    }
    .project-style1 .twentytwenty-left-arrow:before{
        content:"";
        left:-7px
    }
    .project-style1 .twentytwenty-horizontal .twentytwenty-handle:before{
        margin-bottom:9px
    }
    .project-style1 .twentytwenty-horizontal .twentytwenty-handle:after{
        margin-top:9px
    }
}
.project-layout2 .vs-project{
    position:relative;
    margin-bottom:30px;
    overflow:hidden
}
.project-layout2 .vs-project img{
    position:relative;
    transform:scale(1);
    transition:all ease .4s;
    z-index:0
}
.project-layout2 .vs-project:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#003CB7;
    opacity:.7;
    opacity:0;
    visibility:hidden;
    transform:scale(0.4) rotate(20deg);
    transition:all ease .4s;
    z-index:2
}
.project-layout2 .vs-project:hover::before{
    opacity:.7;
    visibility:visible;
    transform:scale(1) rotate(0)
}
.project-layout2 .vs-project:hover .project-btn{
    opacity:1;
    visibility:visible
}
.project-layout2 .vs-project:hover img{
    transform:scale(1.4)
}
.project-layout2 .project-btn{
    display:inline-block;
    width:60px;
    height:60px;
    line-height:60px;
    background-color:#fff;
    text-align:center;
    position:absolute;
    left:50%;
    top:50%;
    margin:-30px 0 0 -30px;
    color:#003CB7;
    border-radius:50%;
    opacity:0;
    visibility:hidden;
    z-index:3;
    transition:all ease .6s
}
.project-layout2 .project-btn:hover{
    background-color:#003399;
    color:#fff
}
.filter-menu-style1{
    box-shadow:0px 10px 50px 0px rgba(9,40,91,.08);
    background-color:#fff;
    display:inline-block;
    padding:30px 50px
}
.filter-menu-style1 button{
    border:none;
    background-color:transparent;
    font-weight:500;
    color:#01133c;
    display:inline-block;
    padding:13px 31px;
    border-radius:50px
}
.filter-menu-style1 button:hover,.filter-menu-style1 button.active{
    background-color:#003CB7;
    color:#fff
}
@media(max-width: 992px){
    .filter-menu-style1{
        padding:15px 15px
    }
    .filter-menu-style1.mb-80{
        margin-bottom:30px
    }
    .filter-menu-style1 button{
        padding:10px 20px
    }
}
.project-details-layout1 .project-details-area .sub-title{
    font-size:28px;
    font-family:"Poppins",sans-serif;
    font-weight:500;
    letter-spacing:.2px;
    margin-bottom:20px;
    line-height:1;
    margin-top:30px
}
.project-details-layout1 .project-details-area .middle-img{
    margin-bottom:30px
}
.project-details-layout1 .project-details-area .middle-img img{
    width:100%
}
.project-details-layout1 .project-img{
    position:relative
}
.project-details-layout1 .info-box{
    background-color:#030f2f;
    color:#fff;
    position:absolute;
    left:0;
    bottom:0;
    padding:50px 50px 45px 50px
}
.project-details-layout1 .info-box ul li{
    margin-bottom:15px
}
.project-details-layout1 .info-box ul li:last-child{
    margin-bottom:0
}
.project-details-layout1 .info-box ul strong{
    display:inline-block;
    min-width:130px;
    padding-right:30px
}
.project-details-layout1 .info-box ul strong:after{
    content:":";
    position:relative;
    float:right
}
.project-details-layout1 .info-box i{
    font-size:14px;
    margin-right:2px
}
.project-details-layout1 .info-box .fas.fa-star{
    color:#e9a604
}
.project-details-layout1 .info-box-title{
    font-size:20px;
    font-weight:500;
    font-family:"Poppins",sans-serif;
    color:#fff;
    border-left:2px solid;
    line-height:1;
    margin-bottom:15px;
    padding-left:22px
}
.project-details-layout1 .info-box-text{
    margin-bottom:20px;
    max-width:300px
}
.project-details-layout1 .share-links{
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed;
    padding:30px 0;
    margin:60px 0
}
.project-details-layout1 .share-links .links-title{
    display:inline-block;
    margin-bottom:0;
    font-size:22px;
    line-height:1;
    margin-right:25px
}
.project-details-layout1 .share-links .tagcloud{
    display:inline-block
}
.project-details-layout1 .share-links .tagcloud a{
    font-size:14px;
    display:inline-block;
    background-color:#fff;
    color:#777;
    line-height:1;
    padding:9px 17px;
    border:1px solid #d7e3fe;
    margin-right:7px
}
.project-details-layout1 .share-links .tagcloud a:last-child{
    margin-right:0
}
.project-details-layout1 .share-links .tagcloud a:hover{
    background-color:#003CB7;
    color:#fff;
    border-color:transparent
}
.project-details-layout1 .share-links .social-links ul li{
    display:inline-block;
    margin-right:8px
}
.project-details-layout1 .share-links .social-links ul li:last-child{
    margin-right:0
}
.project-details-layout1 .share-links .social-links ul li a i{
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    background-color:#003CB7;
    color:#fff;
    text-align:center;
    font-size:16px;
    transition:all ease .4s
}
.project-details-layout1 .share-links .social-links ul li a>[class*=facebook]{
    background-color:#3b5998
}
.project-details-layout1 .share-links .social-links ul li a>[class*=facebook]:hover{
    background-color:#0547d2
}
.project-details-layout1 .share-links .social-links ul li a>[class*=twitter]{
    background-color:#38a1f3
}
.project-details-layout1 .share-links .social-links ul li a>[class*=twitter]:hover{
    background-color:#045ea5
}
.project-details-layout1 .share-links .social-links ul li a>[class*=linkedin]{
    background-color:#0e76a8
}
.project-details-layout1 .share-links .social-links ul li a>[class*=linkedin]:hover{
    background-color:#00557d
}
.project-details-layout1 .share-links .social-links ul li a>[class*=youtube]{
    background-color:red
}
.project-details-layout1 .share-links .social-links ul li a>[class*=youtube]:hover{
    background-color:#bf0202
}
@media(max-width: 992px){
    .project-details-layout1 .info-box{
        position:static;
        margin-bottom:30px
    }
}
@media(max-width: 767px){
    .project-details-layout1 .info-box{
        padding:15px 10px
    }
}
.post-pagination-layout1 .post-pagination{
    margin-bottom:30px
}
.post-pagination-layout1 .post-pagination .pagi-content{
    background-color:#f2f4f9;
    padding:40px;
    padding-top:35px
}
.post-pagination-layout1 .post-pagination .pagi-content .pagi-title{
    font-size:30px;
    line-height:40px;
    font-weight:500;
    text-transform:none;
    letter-spacing:.2px
}
.post-pagination-layout1 .post-pagination .pagi-content .pagi-btn{
    display:inline-block;
    width:150px;
    height:50px;
    text-transform:uppercase;
    text-align:center;
    line-height:47px;
    background-color:#003CB7;
    color:#fff;
    font-size:14px;
    border:1px solid transparent;
    letter-spacing:.6px;
    font-weight:700
}
.post-pagination-layout1 .post-pagination .pagi-content .pagi-btn:hover{
    background-color:#003399
}
.post-pagination-layout1 .post-pagination .pagi-content .pagi-btn i{
    font-size:21px;
    position:relative;
    top:3px
}
.post-pagination-layout1 .post-pagination .pagi-content .pagi-btn.btn-prev i{
    margin-right:9px
}
.post-pagination-layout1 .post-pagination .pagi-content .pagi-btn.btn-next i{
    margin-left:5px
}
.post-pagination-layout2 .post-pagination{
    margin-bottom:30px;
    position:relative
}
.post-pagination-layout2 .post-pagination:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.7;
    z-index:0;
    background-color:#060f22
}
.post-pagination-layout2 .post-pagination .pagi-content{
    padding:40px;
    padding-top:35px;
    background-color:#f2f4f9;
    position:relative;
    z-index:2;
    transition:all ease .6s
}
.post-pagination-layout2 .post-pagination .pagi-content .pagi-title{
    font-size:22px;
    line-height:30px;
    font-weight:500;
    text-transform:none;
    margin-bottom:15px;
    letter-spacing:.2px
}
.post-pagination-layout2 .post-pagination .pagi-content .pagi-title a:Hover{
    color:inherit
}
.post-pagination-layout2 .post-pagination .pagi-content span{
    font-size:14px;
    display:block;
    margin-bottom:30px;
    transition:all ease .4s
}
.post-pagination-layout2 .post-pagination .pagi-content span i{
    color:#003CB7;
    transition:all ease .4s;
    font-size:16px;
    margin-right:10px
}
.post-pagination-layout2 .post-pagination .pagi-content .pagi-btn{
    display:inline-block;
    width:150px;
    height:50px;
    text-transform:uppercase;
    text-align:center;
    line-height:47px;
    background-color:#003CB7;
    color:#fff;
    font-size:14px;
    border:1px solid transparent;
    letter-spacing:.6px;
    font-weight:700
}
.post-pagination-layout2 .post-pagination .pagi-content .pagi-btn:hover{
    background-color:#003399
}
.post-pagination-layout2 .post-pagination .pagi-content .pagi-btn i{
    font-size:21px;
    position:relative;
    top:3px
}
.post-pagination-layout2 .post-pagination .pagi-content .pagi-btn.btn-prev i{
    margin-right:9px
}
.post-pagination-layout2 .post-pagination .pagi-content .pagi-btn.btn-next i{
    margin-left:5px
}
.post-pagination-layout2 .post-pagination:hover .pagi-content{
    background-color:transparent
}
.post-pagination-layout2 .post-pagination:hover .pagi-content span i,.post-pagination-layout2 .post-pagination:hover .pagi-content .pagi-title,.post-pagination-layout2 .post-pagination:hover .pagi-content span{
    color:#fff
}
.pagination-layout1{
    text-align:center
}
.pagination-layout1 ul li{
    display:inline-block;
    margin:0 3px
}
.pagination-layout1 ul li:last-child{
    margin-right:0
}
.pagination-layout1 ul li:first-child{
    margin-left:0
}
.pagination-layout1 ul li a{
    display:inline-block;
    border:1px solid #cbdafc;
    color:#01133c;
    font-weight:700;
    background-color:#fff;
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px
}
.pagination-layout1 ul li a.current,
.pagination-layout1 ul li a:hover{
    background-color:#003CB7;
    color:#fff;
    border-color:transparent
}
.branch-information-layout1 .inner-wrapper{
    box-shadow:0 0 40px 0 rgba(0,0,0,.07);
    position:relative;
    margin-bottom:-185px;
    z-index:99;
    background-color:#fff
}
.branch-information-layout1 .single-branch-info{
    padding:30px;
    position:relative
}
.branch-information-layout1 .single-branch-info .branch-info-head{
    padding-right:20px
}
.branch-information-layout1 .single-branch-info .branch-info-body{
    padding-left:10px;
    padding-bottom:10px;
    position:relative
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-title{
    font-size:30px;
    font-weight:500;
    font-family:"Poppins",sans-serif;
    text-transform:none;
    margin-bottom:8px
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-location{
    color:#3454d1;
    line-height:26px;
    margin-bottom:0
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-location i{
    font-size:18px;
    margin-right:5px
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-info{
    padding:40px 0;
    padding-top:35px
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-info .info-box{
    display:flex;
    align-items:center;
    margin-bottom:20px
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-info .info-box:last-of-type{
    margin-bottom:0
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-info .info-box .icon span{
    display:inline-block;
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    border:1px solid #003CB7;
    border-radius:50%;
    color:#003CB7;
    font-size:26px;
    margin-right:20px
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-info .info-box .content{
    padding-top:5px
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-info .info-box .content span{
    display:inline-block;
    font-size:18px;
    text-transform:capitalize;
    color:#01133c;
    font-weight:500;
    letter-spacing:.2px
}
.branch-information-layout1 .single-branch-info .branch-info-body .branch-info .info-box .content .text{
    margin-bottom:0
}
.branch-information-layout1 .single-branch-info .branch-info-body .primary-btn{
    width:160px
}
.branch-information-layout1 .single-branch-info .map-button{
    position:absolute;
    right:30px;
    bottom:-5px
}
.branch-information-layout1 ul.slick-dots{
    position: absolute;
    left: 59.2%;
    right: auto;
    bottom: 25px;
}
.branch-information-layout1 ul.slick-dots li{
    display:inline-block;
    margin-right:12px
}
.branch-information-layout1 ul.slick-dots li:last-child{
    margin-right:0
}
.branch-information-layout1 ul.slick-dots li button{
    border:none;
    font-size:0;
    padding:0;
    line-height:0;
    display:inline-block;
    width:40px;
    height:3px;
    background-color:#dfe1e5;
    border-radius:50px
}
.branch-information-layout1 ul.slick-dots li.slick-active button{
    background-color:#003CB7
}
.branch-information-layout1 .branch-officer-info .officer-info-box,.branch-information-layout2 .branch-officer-info .officer-info-box{
    position:absolute;
    left:195px;
    top:20px;
    background-color:#fff;
    width:100%;
    max-width:370px;
    text-align:center;
    z-index:99;
    padding-top:60px;
    padding-bottom:55px;
    opacity:0;
    visibility:hidden;
    margin-left:40px;
    transition:all ease .4s
}
.branch-information-layout1 .branch-officer-info .officer-info-box.show,.branch-information-layout2 .branch-officer-info .officer-info-box.show{
    opacity:1;
    visibility:visible;
    margin-left:0
}
.branch-information-layout1 .branch-officer-info .officer-info-box:before,.branch-information-layout2 .branch-officer-info .officer-info-box:before{
    content:"";
    position:absolute;
    left:-20px;
    top:40px;
    width:40px;
    height:40px;
    background-color:#fff;
    transform:rotate(45deg)
}
.branch-information-layout1 .branch-officer-info .officer-info-box .avater,.branch-information-layout2 .branch-officer-info .officer-info-box .avater{
    width:120px;
    height:120px;
    margin:0 auto;
    margin-bottom:28px
}
.branch-information-layout1 .branch-officer-info .officer-info-box .avater img,.branch-information-layout2 .branch-officer-info .officer-info-box .avater img{
    width:100%;
    height:100%
}
.branch-information-layout1 .branch-officer-info .officer-info-box .name,.branch-information-layout2 .branch-officer-info .officer-info-box .name{
    font-size:22px;
    letter-spacing:0;
    margin-bottom:5px
}
.branch-information-layout1 .branch-officer-info .officer-info-box .degi,.branch-information-layout2 .branch-officer-info .officer-info-box .degi{
    display:inline-block;
    margin-bottom:20px
}
.branch-information-layout1 .branch-officer-info .officer-info-box .contact-info,.branch-information-layout2 .branch-officer-info .officer-info-box .contact-info{
    font-size:18px;
    line-height:26px;
    color:#01133c;
    font-weight:500;
    max-width:250px;
    text-align:left;
    margin:0 auto;
    margin-bottom:10px
}
.branch-information-layout1 .branch-officer-info .officer-info-box .contact-info:last-of-type,.branch-information-layout2 .branch-officer-info .officer-info-box .contact-info:last-of-type{
    margin-bottom:0
}
.branch-information-layout1 .branch-officer-info .officer-info-box .contact-info i,.branch-information-layout2 .branch-officer-info .officer-info-box .contact-info i{
    font-size:22px;
    margin-right:10px;
    color:#003CB7
}
.branch-information-layout1 .button,.branch-information-layout2 .button{
    z-index:1
}
.branch-information-layout1 .button i,.branch-information-layout2 .button i{
    display:inline-block;
    width:60px;
    height:60px;
    line-height:58px;
    background-color:#003CB7;
    text-align:center;
    color:#fff;
    font-size:21px;
    position:relative;
    z-index:2;
    border:1px solid transparent;
    border-radius:50%;
    transition:all ease .4s
}
.branch-information-layout1 .button:hover i,.branch-information-layout2 .button:hover i{
    background-color:#fff;
    color:#003CB7;
    border-color:#003CB7
}
.branch-information-layout1 .officer-info-toggler.button,.branch-information-layout2 .officer-info-toggler.button{
    position:absolute;
    top:50px;
    left:65px
}
.branch-information-layout2{
    background-color:#f2f4f9;
    overflow:hidden
}
.branch-information-layout2 .single-branch-info{
    position:relative
}
.branch-information-layout2 .branch-title{
    font-size:24px;
    font-weight:700;
    font-family:"Poppins",sans-serif;
    line-height:1;
    margin-bottom:10px
}
.branch-information-layout2 .branch-location{
    color:#003CB7;
    margin-bottom:20px
}
.branch-information-layout2 .branch-location i{
    margin-right:7px
}
.branch-information-layout2 .info-box{
    display:flex;
    flex-wrap:wrap;
    align-items:center
}
.branch-information-layout2 .info-box .icon{
    width:50px;
    height:50px;
    border:2px solid #003CB7;
    line-height:48px;
    text-align:center;
    margin-right:15px;
    color:#003CB7;
    border-radius:50%
}
.branch-information-layout2 .info-box .info-title{
    font-size:18px;
    font-weight:500;
    text-transform:capitalize;
    line-height:1
}
.branch-information-layout2 .info-box .text{
    margin-bottom:0
}
.branch-information-layout2 .info-box .content{
    width:calc(100% - 65px)
}
.branch-information-layout2 .branch-info{
    position:absolute;
    left:0;
    bottom:0;
    background-color:#fff;
    display:inline-block;
    padding:35px 40px 40px 40px;
    min-width:570px
}
@media(max-width: 1199px){
    .branch-information-layout2 .branch-officer-info .officer-info-box{
        max-width:270px;
        padding-top:20px;
        padding-bottom:20px;
        padding-left:20px;
        left:160px
    }
    .branch-information-layout2 .branch-officer-info .officer-info-box::before{
        left:-10px;
        top:45px;
        width:20px;
        height:20px
    }
}
@media(max-width: 992px){
    .branch-information-layout2 .branch-info{
        position:static;
        display:block;
        min-width:auto
    }
    .branch-information-layout2 .officer-info-toggler.button{
        top:20px;
        left:25px
    }
    .branch-information-layout2 .branch-officer-info .officer-info-box{
        left:100px
    }
    .branch-information-layout2 .branch-officer-info .officer-info-box::before{
        top:20px
    }
}
@media(max-width: 767px){
    .branch-information-layout2 .branch-info{
        padding:10px 15px 15px 15px
    }
    .branch-information-layout2 .branch-officer-info .officer-info-box{
        left:10px;
        top:100px
    }
    .branch-information-layout2 .branch-officer-info .officer-info-box::before{
        top:-10px;
        left:30px
    }
}
.contact-map-wrap{
    height:640px;
    width:100%
}
.contact-map-wrap .contact-map{
    width:100%;
    height:100%
}
.founder-layout1.background-image{
    position:relative
}
.founder-layout1.background-image:after,.founder-layout1.background-image:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.95;
    z-index:2;
    background-color:#f7f7f7
}
.founder-layout1.background-image:after{
    background-color:#fff;
    z-index:1;
    opacity:.5
}
.founder-layout1 .axivis-founder{
    margin-bottom:100px;
    position:relative;
    z-index:4
}
.founder-layout1 .axivis-founder:nth-child(odd) .row{
    flex-direction:row-reverse
}
.founder-layout1 .axivis-founder:nth-child(odd) .founder-content{
    padding-left:0;
    padding-right:45px
}
.founder-layout1 .axivis-founder .founder-img{
    position:relative
}
.founder-layout1 .axivis-founder .founder-img img{
    width:100%
}
.founder-layout1 .axivis-founder .social-links{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    margin-bottom:-22.5px
}
.founder-layout1 .axivis-founder .social-links ul li{
    display:inline-block;
    margin:0 5px
}
.founder-layout1 .axivis-founder .social-links ul li a{
    display:inline-block;
    width:45px;
    height:45px;
    background-color:#fff;
    line-height:46px;
    color:#003CB7;
    box-shadow:0 7px 28px -12px #003CB7;
    border-radius:50%
}
.founder-layout1 .axivis-founder .social-links ul li a:hover{
    background-color:#003CB7;
    color:#fff
}
.founder-layout1 .axivis-founder .founder-content{
    padding-left:45px
}
.founder-layout1 .axivis-founder .founder-content span.degi{
    font-size:18px;
    font-weight:500;
    color:#003CB7;
    display:inline-block
}
.founder-layout1 .axivis-founder .founder-content .name{
    font-weight:500;
    font-family:"Poppins",sans-serif;
    font-size:40px;
    letter-spacing:.2px;
    margin-bottom:15px
}
.team-details-layout1 .team-member .member-details-area{
    box-shadow:0 0 60px -24px rgba(0,70,226,.3);
    margin-bottom:160px;
    border:1px solid #c7d8ff
}
.team-details-layout1 .team-member .inner-title{
    letter-spacing:.2px;
    margin-bottom:25px
}
.team-details-layout1 .team-member .member-img{
    position:relative;
    bottom:-100px;
    padding-left:100px
}
.team-details-layout1 .team-member .member-details{
    padding-left:60px;
    padding-right:50px
}
.team-details-layout1 .team-member .member-details .degi{
    font-size:18px;
    color:#003CB7;
    font-weight:500;
    letter-spacing:.2px;
    display:inline-block;
    margin-bottom:10px
}
.team-details-layout1 .team-member .member-details .name{
    font-weight:500;
    font-family:"Poppins",sans-serif;
    letter-spacing:.2px;
    font-size:40px;
    line-height:1;
    margin-bottom:10px
}
.team-details-layout1 .team-member .member-details .member-information{
    margin-bottom:20px
}
.team-details-layout1 .team-member .member-details .member-information ul li{
    border-bottom:1px solid #e5f0ea;
    padding:15px 0
}
.team-details-layout1 .team-member .member-details .member-information ul li:last-child{
    border-bottom:none
}
.team-details-layout1 .team-member .member-details .member-information ul li span{
    font-size:18px;
    color:#01133c;
    font-weight:500;
    text-transform:capitalize;
    display:inline-block;
    margin-right:15px
}
.team-details-layout1 .team-member .member-details .social-links li{
    display:inline-block;
    margin:0 5px
}
.team-details-layout1 .team-member .member-details .social-links li:last-child{
    margin-right:0
}
.team-details-layout1 .team-member .member-details .social-links li:first-child{
    margin-left:0
}
.team-details-layout1 .team-member .member-details .social-links li a{
    width:45px;
    height:45px;
    line-height:45px;
    display:inline-block;
    text-align:center;
    background-color:#fff;
    color:#003CB7;
    font-size:15px;
    border-radius:50%;
    box-shadow:0 7px 28px -12px #003CB7
}
.team-details-layout1 .team-member .member-details .social-links li a:hover{
    color:#fff;
    background-color:#003CB7
}
.team-details-layout1 .team-member .member-content{
    margin-bottom:50px
}
.team-details-layout1 .team-member .member-skill{
    margin-bottom:45px
}
.team-details-layout1 .team-member .member-skill .circle-progress-area{
    display:grid;
    grid-template-columns:auto auto
}
.team-details-layout1 .team-member .member-skill .team-details-layout2 .single-circle-progress{
    padding-left:50px
}
.team-details-layout1 .single-circle-progress,.team-details-layout2 .single-circle-progress{
    display:flex;
    align-items:center
}
.team-details-layout1 .single-circle-progress .progress-title,.team-details-layout2 .single-circle-progress .progress-title{
    font-size:22px;
    line-height:30px;
    font-weight:500;
    margin-bottom:0;
    color:#01133c;
    padding-left:30px
}
.team-details-layout1 .single-circle-progress .circle-progress,.team-details-layout2 .single-circle-progress .circle-progress{
    position:relative
}
.team-details-layout1 .single-circle-progress .circle-progress span,.team-details-layout2 .single-circle-progress .circle-progress span{
    position:absolute;
    left:50%;
    top:49%;
    font-size:26px;
    font-weight:700;
    line-height:1;
    color:#003CB7;
    transform:translate(-50%, -50%)
}
.team-details-layout1 .bar-progress-area .single-bar-progress,.team-details-layout2 .bar-progress-area .single-bar-progress{
    margin-bottom:16px
}
.team-details-layout1 .bar-progress-area .progress-title,.team-details-layout2 .bar-progress-area .progress-title{
    font-size:16px;
    margin-bottom:0;
    font-weight:700;
    color:#000;
    margin-bottom:5px
}
.team-details-layout1 .bar-progress-area .bar-progress,.team-details-layout2 .bar-progress-area .bar-progress{
    height:7px;
    background-color:#c7d8ff;
    width:100%
}
.team-details-layout1 .bar-progress-area .bar-progress .progress-value,.team-details-layout2 .bar-progress-area .bar-progress .progress-value{
    background-color:#003CB7;
    height:7px;
    position:relative
}
.team-details-layout1 .bar-progress-area .bar-progress .progress-value span,.team-details-layout2 .bar-progress-area .bar-progress .progress-value span{
    position:absolute;
    top:-35px;
    right:-11px;
    font-size:14px;
    color:#003CB7
}
.team-details-layout1 .bar-progress-area .bar-progress .progress-value span i,.team-details-layout2 .bar-progress-area .bar-progress .progress-value span i{
    font-style:normal
}
.team-details-layout1 .bar-progress-area .bar-progress .progress-value span:before,.team-details-layout1 .bar-progress-area .bar-progress .progress-value span:after,.team-details-layout2 .bar-progress-area .bar-progress .progress-value span:before,.team-details-layout2 .bar-progress-area .bar-progress .progress-value span:after{
    content:"";
    position:absolute
}
.team-details-layout1 .bar-progress-area .bar-progress .progress-value span:before,.team-details-layout2 .bar-progress-area .bar-progress .progress-value span:before{
    left:0;
    bottom:0;
    width:100%;
    height:1px;
    background-color:#003CB7
}
.team-details-layout1 .bar-progress-area .bar-progress .progress-value span:after,.team-details-layout2 .bar-progress-area .bar-progress .progress-value span:after{
    left:50%;
    bottom:-4px;
    border-top:4px solid #003CB7;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    margin-left:-2.5px
}
.team-details-layout2 .circle-progress-area,.team-details-layout2 .member-info{
    background-color:#f8f8f8;
    padding:45px 40px 40px 40px
}
.team-details-layout2 .member-info{
    margin-bottom:30px;
    padding:50px 60px 60px 60px
}
.team-details-layout2 .member-info-list{
    margin-bottom:25px
}
.team-details-layout2 .member-info-list li{
    margin-bottom:10px;
    word-break:break-all
}
.team-details-layout2 .member-info-list strong{
    width:110px;
    display:inline-block;
    color:#01133c
}
.team-details-layout2 .social-links li{
    display:inline-block;
    margin-right:8px
}
.team-details-layout2 .social-links li:last-child{
    margin-right:0
}
.team-details-layout2 .social-links a{
    display:inline-block;
    width:45px;
    height:45px;
    text-align:center;
    line-height:45px;
    color:#003CB7;
    background-color:#fff;
    box-shadow:0px 10px 27px 3px rgba(0,0,0,.05);
    border-radius:50%
}
.team-details-layout2 .social-links a:hover{
    background-color:#003CB7;
    color:#fff
}
.team-details-layout2 .member-name{
    font-weight:500;
    font-family:"Poppins",sans-serif;
    margin-bottom:0
}
.team-details-layout2 .degi{
    color:#003CB7;
    display:block;
    margin-bottom:20px
}
.team-details-layout2 .circle-progress-area{
    display:inline-block
}
.team-details-layout2 .single-circle-progress{
    margin-bottom:25px
}
.team-details-layout2 .single-circle-progress:last-child{
    margin-bottom:0
}
.team-details-layout2 .single-circle-progress .progress-title{
    padding-left:20px
}
.team-details-layout2 .bar-progress-area .progress-title{
    font-weight:400
}
@media(max-width: 1500px){
    .team-details-layout2 .circle-progress-area,.team-details-layout2 .member-info{
        padding:10px 20px 20px 20px
    }
}
@media(max-width: 1199px){
    .team-details-layout2 .member-info{
        padding-top:28px;
        padding-bottom:30px
    }
    .team-details-layout2 .member-info-list li{
        font-size:14px
    }
    .team-details-layout2 .member-info-list li strong{
        width:90px
    }
    .team-details-layout2 .member-name{
        font-size:24px;
        margin-bottom:5px;
        line-height:1
    }
}
@media(min-width: 768px)and (max-width: 992px){
    .team-details-layout2 .column-2-md{
        display:grid;
        grid-template-columns:1fr 1fr;
        grid-column-gap:30px;
        align-items:start;
        margin-bottom:30px
    }
}
@media(max-width: 576px){
    .team-details-layout2 .member-info{
        padding:10px
    }
    .team-details-layout2 .member-info-list li strong{
        width:auto;
        margin-right:5px
    }
    .team-details-layout2 h3{
        font-size:22px;
        margin-bottom:15px
    }
    .team-details-layout2 .row.gutters-50>[class^=col-] .row.gutters-50>[class^=col-]{
        padding-left:0;
        padding-right:0
    }
}
.service-details-layout1.background-image{
    position:relative;
    background-size:cover
}
.service-details-layout1.background-image:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.85;
    z-index:0;
    background-color:#fff
}
.service-details-layout1 .inner-title{
    letter-spacing:.2px
}
.service-details-layout1 .container{
    position:relative;
    z-index:1
}
.service-details-layout1 .mb-20{
    margin-bottom:20px
}
.service-details-layout1 .mb-25{
    margin-bottom:25px
}
.service-details-layout1 .mb-30{
    margin-bottom:30px
}
.service-details-layout1 .widget{
    border:1px solid #f0f0f0
}
.service-details-layout1 .service-details .service-img{
    margin-bottom:15px
}
.service-details-layout1 .service-details .service-thumb-image{
    margin-left:-7.5px;
    margin-right:-7.5px;
    overflow:hidden;
    margin-bottom:35px
}
.service-details-layout1 .service-details .service-thumb-image img{
    padding-left:7.5px;
    padding-right:7.5px
}
.service-details-layout1 .service-details .service-title{
    font-family:"Poppins",sans-serif;
    font-size:40px;
    font-weight:500;
    letter-spacing:.2px;
    margin-bottom:15px
}
.service-details-layout1 .service-details .service-content{
    border-bottom:1px solid #ededed;
    padding-bottom:9px;
    margin-bottom:40px
}
.service-details-layout1 .service-details .service-content:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0
}
.service-details-layout1 .service-details .service-middle-box .inner-title{
    letter-spacing:.2px;
    text-transform:none;
    margin-bottom:15px
}
.service-details-layout1 .service-details .service-middle-box .middle-img{
    margin-bottom:25px
}
.service-details-layout1 .service-details .service-middle-box .middle-img img{
    width:100%
}
.service-details-layout1 .service-details ul{
    padding-bottom:10px
}
.service-details-layout1 .service-details ul li{
    font-size:16px;
    line-height:28px;
    padding-left:25px;
    position:relative;
    margin-bottom:18px
}
.service-details-layout1 .service-details ul li:before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:7px;
    height:7px;
    background-color:#003CB7;
    border-radius:50%
}
.service-details-layout1 .service-details .service-video-box{
    position:relative;
    margin-bottom:40px
}
.service-details-layout1 .service-details .service-video-box:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.5;
    z-index:1;
    background-color:#01040c
}
.service-details-layout1 .service-details .service-video-box .box-btn{
    position:absolute;
    top:50%;
    left:50%;
    z-index:3;
    margin-left:15px;
    transform:translate(-50%, -50%)
}
.service-details-layout1 .service-details .service-video-box .box-btn a.text{
    color:#fff;
    font-size:18px;
    letter-spacing:.2px;
    font-weight:500;
    position:relative;
    top:-6px;
    z-index:4;
    left:-15px
}
.service-details-layout1 .service-details .single-faq{
    background-color:#fff;
    border-color:#d9ddee;
    box-shadow:none
}
.service-details-layout1 .service-details .single-faq.open{
    border-color:#003CB7
}
.popup-search-box{
    position:fixed;
    top:0;
    left:50%;
    background-color:rgba(0,0,0,.95);
    height:0;
    width:0;
    overflow:hidden;
    z-index:99999;
    opacity:0;
    visibility:hidden;
    cursor:url("../img/cancel.png"),auto;
    border-radius:50%;
    transform:translateX(-50%);
    transition:all ease .4s
}
.popup-search-box button.searchClose{
    width:60px;
    height:60px;
    position:absolute;
    top:40px;
    right:40px;
    border:1px solid #003CB7;
    background-color:transparent;
    color:#003CB7;
    font-size:22px;
    border-radius:50%;
    transition:all ease .4s;
    transform:rotate(0)
}
.popup-search-box button.searchClose:hover{
    color:#fff;
    background-color:#003CB7;
    border-color:transparent;
    transform:rotate(90deg)
}
.popup-search-box form{
    position:absolute;
    top:50%;
    left:50%;
    display:inline-block;
    padding-bottom:40px;
    cursor:auto;
    width:100%;
    max-width:900px;
    transform:translate(-50%, -50%) scale(0);
    transition:transform ease .4s
}
.popup-search-box form input{
    font-size:18px;
    height:70px;
    width:100%;
    border:none;
    border-bottom:2px solid #003CB7;
    background-color:transparent;
    padding-left:30px;
    color:#fff;
    border-radius:50px
}
.popup-search-box form input::-moz-placeholder{
    color:#fff
}
.popup-search-box form input:-ms-input-placeholder{
    color:#fff
}
.popup-search-box form input::placeholder{
    color:#fff
}
.popup-search-box form button{
    position:absolute;
    top:0px;
    background-color:transparent;
    border:none;
    color:#fff;
    font-size:24px;
    right:12px;
    color:#fff;
    cursor:pointer;
    width:70px;
    height:70px;
    transition:all ease .4s;
    transform:scale(1.001)
}
.popup-search-box form button:hover{
    transform:scale(1.1)
}
.popup-search-box.show{
    opacity:1;
    visibility:visible;
    width:100.1%;
    height:100%;
    transition:all ease .4s;
    border-radius:0
}
.popup-search-box.show form{
    transition-delay:.5s;
    transform:translate(-50%, -50%) scale(1)
}
.popup-search-box.layout2{
    cursor:url("../img/cancel2.png"),auto
}
.popup-search-box.layout2 button.searchClose{
    border-color:#003399;
    color:#003399
}
.popup-search-box.layout2 button.searchClose:hover{
    background-color:#003399;
    color:#fff
}
.popup-search-box.layout2 form input{
    border-color:#003399
}
.sidemenu-wrapper{
    position:fixed;
    z-index:99999;
    right:0;
    top:0;
    height:100%;
    width:0;
    background-color:rgba(0,0,0,.75);
    opacity:0;
    visibility:hidden;
    cursor:url("../img/cancel.png"),auto;
    transition:all ease .8s
}
.sidemenu-wrapper .closeButton{
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    font-size:24px;
    padding:0;
    position:absolute;
    top:20px;
    right:20px;
    background-color:#fff;
    border:1px solid #003CB7;
    color:#003CB7;
    border-radius:50%;
    transform:rotate(0);
    transition:all ease .4s
}
.sidemenu-wrapper .closeButton:hover{
    background-color:#003CB7;
    color:#fff;
    border-color:transparent;
    transform:rotate(90deg)
}
.sidemenu-wrapper .sidemenu-content{
    background-color:#fff;
    width:450px;
    margin-left:auto;
    padding:80px 30px;
    height:100%;
    overflow:scroll;
    position:relative;
    right:-500px;
    cursor:auto;
    transition-delay:1s;
    transition:right ease 1s
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track{
    box-shadow:inset 0 0 1px rgba(0,0,0,.1);
    background-color:#f5f5f5
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar{
    width:2px;
    background-color:#f5f5f5
}
.sidemenu-wrapper .sidemenu-content .widget{
    padding:0 !important
}
.sidemenu-wrapper .sidemenu-content .widget_about{
    padding:0
}
.sidemenu-wrapper .sidemenu-content .widget_about img{
    margin-bottom:25px
}
.sidemenu-wrapper .sidemenu-content .widget_about .text{
    margin-bottom:0
}
.sidemenu-wrapper .sidemenu-content .widget.widget_admin{
    padding-top:0;
    padding-bottom:0
}
.sidemenu-wrapper .sidemenu-content .widget.widget_admin .admin-content .admin-img{
    margin-bottom:35px
}
.sidemenu-wrapper .sidemenu-content .widget_contact p{
    margin-bottom:20px;
    font-weight:500;
    font-size:18px;
    color:#000
}
.sidemenu-wrapper .sidemenu-content .widget_contact p:last-child{
    margin-bottom:0
}
.sidemenu-wrapper .sidemenu-content .widget_contact i{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:15px;
    background-color:#003CB7;
    margin-right:15px;
    color:#fff;
    border-radius:50%;
    transition:all ease .4s
}
.sidemenu-wrapper.show{
    opacity:1;
    visibility:visible;
    width:100%;
    transition:all ease .8s
}
.sidemenu-wrapper.show .sidemenu-content{
    right:0;
    opacity:1;
    visibility:visible
}
.sidemenu-layout2{
    cursor:url("../img/cancel2.png"),auto
}
.sidemenu-layout2 .closeButton{
    border-color:#003399;
    color:#003399
}
.sidemenu-layout2 .closeButton:hover{
    background-color:#003399
}
.sidemenu-layout2 .sidemenu-content .widget_contact i{
    background-color:#003399;
    color:#fff
}
.sidemenu-layout2 .sidemenu-content .widget_recent_entries .blog .blog-content span i{
    color:#003399 !important
}
.sidemenu-layout2 .sidemenu-content .widget .widget_title:before{
    background-color:#003399
}
.widget:not(.footer-widget){
    padding:40px;
    margin-bottom:40px;
    padding-top:35px;
    background-color:#fff
}
.widget:not(.footer-widget) .widget_title{
    font-size:22px;
    font-weight:500;
    letter-spacing:.2px;
    position:relative;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:25px;
    margin-bottom:30px
}
.widget:not(.footer-widget) .widget_title:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:1px;
    background-color:#003CB7
}
.widget:not(.footer-widget).widget_categories ul li{
    margin-bottom:15px
}
.widget:not(.footer-widget).widget_categories ul li:last-child{
    margin-bottom:0
}
.widget:not(.footer-widget).widget_categories ul li a{
    display:block;
    width:100%;
    position:relative;
    padding:11.5px 25px;
    border:1px solid #e5e5e5;
    padding-left:70px
}
.widget:not(.footer-widget).widget_categories ul li a:hover{
    background-color:#003CB7;
    color:#fff
}
.widget:not(.footer-widget).widget_categories ul li a:before{
    content:"\f061";
    font-family:"Font Awesome 5 Pro";
    font-weight:300;
    display:inline-block;
    width:50px;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    line-height:50px;
    text-align:center;
    background-color:#003CB7;
    color:#fff;
    font-size:18px;
    border-right:1px solid #fff
}
.widget:not(.footer-widget).widget_categories ul li a span{
    float:right
}
.widget:not(.footer-widget).widget_file_link ul li{
    margin-bottom:10px
}
.widget:not(.footer-widget).widget_file_link ul li:last-child{
    margin-bottom:0
}
.widget:not(.footer-widget).widget_file_link ul li a{
    display:block;
    position:relative;
    font-weight:700;
    padding:16px 20px;
    background-color:#003CB7;
    color:#fff;
    padding-left:74px
}
.widget:not(.footer-widget).widget_file_link ul li a:hover{
    background-color:#003399
}
.widget:not(.footer-widget).widget_file_link ul li a:after,.widget:not(.footer-widget).widget_file_link ul li a:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-weight:300;
    font-size:30px;
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%)
}
.widget:not(.footer-widget).widget_file_link ul li a:after{
    content:attr(data-type);
    font-family:"Poppins",sans-serif;
    font-size:24px;
    color:#fff;
    opacity:.15;
    font-weight:700;
    text-transform:uppercase;
    left:15px
}
.widget:not(.footer-widget).widget_search .search-form{
    display:flex;
    align-items:center
}
.widget:not(.footer-widget).widget_search .search-form input{
    height:50px;
    padding-left:20px;
    border-color:#d7e3fe;
    border-right:none;
    width:calc(100% - 50px)
}
.widget:not(.footer-widget).widget_search .search-form button{
    width:50px;
    height:50px;
    color:#fff;
    border:none;
    background-color:#003CB7
}
.widget:not(.footer-widget).widget_admin{
    text-align:center;
    padding-top:60px;
    padding-bottom:60px
}
.widget:not(.footer-widget).widget_admin .admin-content .admin-img{
    width:130px;
    height:130px;
    margin:0 auto;
    position:relative;
    border-radius:50%;
    margin-bottom:48px;
    margin-top:10px
}
.widget:not(.footer-widget).widget_admin .admin-content .admin-img img{
    width:100%;
    height:100%;
    border-radius:50%
}
.widget:not(.footer-widget).widget_admin .admin-content .admin-img:before,.widget:not(.footer-widget).widget_admin .admin-content .admin-img:after{
    content:"";
    position:absolute;
    border-radius:50%
}
.widget:not(.footer-widget).widget_admin .admin-content .admin-img:before{
    left:-10px;
    top:-10px;
    right:-10px;
    bottom:-10px;
    border:1px dashed #003CB7;
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite
}
.widget:not(.footer-widget).widget_admin .admin-content .admin-img:after{
    content:"";
    font-family:"Font Awesome 5 Pro";
    width:38px;
    height:38px;
    background-color:#003CB7;
    color:#fff;
    text-align:center;
    line-height:39px;
    box-shadow:0 0 0 8px #fff;
    right:-16px;
    -webkit-animation:cscale 1s infinite alternate;
    animation:cscale 1s infinite alternate
}
.widget:not(.footer-widget).widget_admin .admin-content .admin-title{
    font-size:22px;
    margin-bottom:2px
}
.widget:not(.footer-widget).widget_admin .admin-content .degi{
    display:inline-block;
    margin-bottom:17px
}
.widget:not(.footer-widget).widget_admin .admin-content .admin-text{
    max-width:300px;
    margin:0 auto;
    margin-bottom:25px
}
.widget:not(.footer-widget).widget_admin .admin-content ul li{
    display:inline-block;
    margin:0 5px
}
.widget:not(.footer-widget).widget_admin .admin-content ul li:last-child{
    margin-right:0
}
.widget:not(.footer-widget).widget_admin .admin-content ul li:first-child{
    margin-left:0
}
.widget:not(.footer-widget).widget_admin .admin-content ul li a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    background-color:#003CB7;
    color:#fff;
    text-align:center;
    font-size:14px;
    border-radius:50%
}
.widget:not(.footer-widget).widget_admin .admin-content ul li a:hover{
    background-color:#003399;
    color:#fff
}
.widget:not(.footer-widget).widget_recent_entries .blog{
    display:flex;
    margin-bottom:0;
    padding:20px 0;
    border-bottom:1px solid #f2f2f2
}
.widget:not(.footer-widget).widget_recent_entries .blog:last-of-type{
    padding-bottom:0;
    border-bottom:none
}
.widget:not(.footer-widget).widget_recent_entries .blog:first-of-type{
    padding-top:0
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-img{
    margin-right:20px;
    width:80px;
    height:80px
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-img img{
    width:100%
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content{
    width:calc(100% - 100px);
    padding:0;
    border:none;
    margin:0
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title{
    font-size:16px;
    line-height:22px;
    text-transform:none;
    font-weight:700;
    margin-bottom:10px;
    letter-spacing:.03em
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content .blog-title a{
    line-height:inherit
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span{
    font-size:14px
}
.widget:not(.footer-widget).widget_recent_entries .blog .blog-content span i{
    font-size:15px;
    margin-right:7px;
    color:#003CB7
}
.widget:not(.footer-widget).widget_social_links ul li{
    margin-bottom:15px
}
.widget:not(.footer-widget).widget_social_links ul li:last-child{
    margin-bottom:0
}
.widget:not(.footer-widget).widget_social_links ul li a{
    display:block;
    height:50px;
    line-height:50px;
    background-color:#003CB7;
    color:#fff;
    padding:0 20px
}
.widget:not(.footer-widget).widget_social_links ul li a span{
    float:right;
    margin-left:5px
}
.widget:not(.footer-widget).widget_social_links ul li a i{
    margin-right:10px
}
.widget:not(.footer-widget).widget_social_links ul li a.facebook{
    background-color:#3b5998
}
.widget:not(.footer-widget).widget_social_links ul li a.twitter{
    background-color:#38a1f3
}
.widget:not(.footer-widget).widget_social_links ul li a.youtube{
    background-color:red
}
.widget:not(.footer-widget).widget_social_links ul li a.linkedin{
    background-color:#0e76a8
}
.widget:not(.footer-widget).widget_recent_comments .widget_title{
    margin-bottom:24px
}
.widget:not(.footer-widget).widget_recent_comments .recentcomments{
    padding-top:24px;
    padding-bottom:28px;
    border-bottom:1px solid #f2f2f2
}
.widget:not(.footer-widget).widget_recent_comments .recentcomments:last-of-type{
    padding-bottom:0;
    border-bottom:none
}
.widget:not(.footer-widget).widget_recent_comments .recentcomments:first-of-type{
    padding-top:0
}
.widget:not(.footer-widget).widget_recent_comments .recentcomments .comment-text{
    font-style:italic;
    margin-bottom:10px
}
.widget:not(.footer-widget).widget_recent_comments .recentcomments .comment-text i{
    margin-left:10px;
    color:#003CB7;
    font-size:18px;
    font-weight:300
}
.widget:not(.footer-widget).widget_recent_comments .recentcomments .rating i{
    color:#ffa800;
    margin-right:2px
}
.widget:not(.footer-widget).widget_newsletter form input{
    border-color:#d7e3fe;
    padding-left:20px;
    height:50px;
    margin-bottom:20px
}
.widget:not(.footer-widget).widget_newsletter form button{
    max-width:150px
}
.widget:not(.footer-widget).widget_tag_cloud .tagcloud{
    margin-left:-5px;
    margin-right:-5px
}
.widget:not(.footer-widget).widget_tag_cloud .tagcloud a{
    display:inline-block;
    border:1px solid #d7e3fe;
    font-size:16px;
    text-transform:capitalize;
    letter-spacing:.2px;
    padding:5px 23px;
    margin-right:5px;
    margin-bottom:10px
}
.widget:not(.footer-widget).widget_tag_cloud .tagcloud a:hover{
    background-color:#003CB7;
    border-color:transparent;
    color:#fff
}
.widget:not(.footer-widget).widget_offer_banner{
    padding:0 0
}
.widget_offer_banner{
    position:relative;
    z-index:1;
    padding:0
}
.widget_offer_banner img{
    width:100%
}
.widget_offer_banner .link-overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:3
}
.widget_offer_banner .price-box{
    position:absolute;
    top:25px;
    right:25px;
    width:110px;
    height:110px;
    background-color:#003399;
    text-align:center;
    padding:0 25px;
    z-index:1;
    padding-top:10px;
    border-radius:50%;
    transition:all ease-in-out .3s
}
.widget_offer_banner .price-box:before{
    content:"";
    position:absolute;
    left:-5px;
    bottom:-5px;
    right:-5px;
    top:-5px;
    border:2px dotted #003399;
    border-radius:50%;
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite
}
.widget_offer_banner .price-box span{
    line-height:1
}
.widget_offer_banner .price-box span.text{
    font-size:18px;
    font-weight:500;
    color:#fff;
    font-weight:500;
    text-transform:lowercase
}
.widget_offer_banner .price-box span.price{
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin: 15px 0 8px 0;
    width: 100%;
}
.widget_offer_banner .price-box span.price sup{
    font-size:23px;
    font-weight:500
}
.widget_offer_banner .price-box span.sub{
    font-size:15px;
    font-weight:400;
    display:block;
    text-align:right;
    color:#fff;
    padding-right:7px
}
.widget_offer_banner .title{
    position:absolute;
    top:38%;
    left:20px;
    color:#003399;
    transform:translateY(-50%);
    text-transform:uppercase;
    font-size:60px;
    max-width:141px;
    line-height:36px;
    font-family:"Oswald",sans-serif;
    font-weight:600
}
.widget_offer_banner .title span{
    margin:12px 0;
    display:inline-block
}
.widget_offer_banner .title .f-34{
    font-size:34px
}
.widget_offer_banner .title .f-65{
    font-size:65px
}
.widget_offer_banner .title .f-39{
    font-size:39px
}
.widget_offer_banner .title .f-47{
    font-size:47px;
        line-height: 47px;
}
.widget_offer_banner .title .f-48{
    font-size:48px
}
.widget_offer_banner_horizontal{
    position:relative;
    padding:0 0 !important
}
.widget_offer_banner_horizontal img{
    width:100%
}
.widget_offer_banner_horizontal .link-overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:1;
    z-index:3
}
.widget_offer_banner_horizontal .title{
    font-family:"Oswald",sans-serif;
    font-weight:600;
    color:#fff;
    position:absolute;
    top:60%;
    left:50px;
    text-transform:uppercase;
    line-height:1.3;
    margin-bottom:0;
    max-width:51%;
    font-size:30px;
    transform:translateY(-50%)
}
.widget_offer_banner_horizontal .title span{
    display:inline-block;
    line-height:36px;
    background-color:#fff;
    color:#003399;
    padding:0 7px;
    border-top-left-radius:12px;
    border-bottom-left-radius:9px;
    border-top-right-radius:14px;
    border-bottom-right-radius:10px
}
.widget_offer_banner_horizontal .price-box{
    position:absolute;
    bottom:25px;
    right:30px;
    width:110px;
    height:110px;
    background-color:#003399;
    text-align:center;
    padding:0 25px;
    z-index:1;
    padding-top:10px;
    border-radius:50%;
    transition:all ease-in-out .3s
}
.widget_offer_banner_horizontal .price-box:before{
    content:"";
    position:absolute;
    left:-5px;
    bottom:-5px;
    right:-5px;
    top:-5px;
    border:2px dotted #003399;
    border-radius:50%;
    -webkit-animation:cspine 20s linear infinite;
    animation:cspine 20s linear infinite
}
.widget_offer_banner_horizontal .price-box span{
    line-height:1
}
.widget_offer_banner_horizontal .price-box span.text{
    font-size:18px;
    font-weight:500;
    color:#fff;
    font-weight:500;
    text-transform:lowercase
}
.widget_offer_banner_horizontal .price-box span.price{
    display:block;
    color:#fff;
    font-size:36px;
    font-weight:700;
    line-height:32px;
    margin:5px 0
}
.widget_offer_banner_horizontal .price-box span.price sup{
    font-size:23px;
    font-weight:500
}
.widget_offer_banner_horizontal .price-box span.sub{
    font-size:15px;
    font-weight:400;
    display:block;
    text-align:right;
    color:#fff;
    padding-right:7px
}
.footer-layout1{
    background-color:#0a1229;
    background-image:url("../img/bg-img/footer-bg-1-1.png");
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat
}
.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title{
    color:#fff;
    font-size:24px;
    font-weight:500;
    position:relative;
    margin-bottom:20px;
    padding-bottom:10px;
    margin-top:-5px
}
.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title:before,.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title:after{
    content:"";
    position:absolute;
    width:40px;
    height:3px;
    bottom:0;
    left:15px;
    background-color:#003CB7
}
.footer-layout1 .footer-wid-wrap .footer-widget h3.widget_title:after{
    left:0;
    width:10px
}
.footer-layout1 .footer-wid-wrap .widget_contact p{
    color:#fff;
    margin-bottom:20px;
    font-weight:500;
    font-size:18px
}
.footer-layout1 .footer-wid-wrap .widget_contact p:last-child{
    margin-bottom:0
}
.footer-layout1 .footer-wid-wrap .widget_contact p i{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:15px;
    background-color:#003CB7;
    margin-right:15px;
    border-radius:50%;
    transition:all ease .4s
}
.footer-layout1 .footer-wid-wrap .widget_contact p a{
    color:inherit
}
.footer-layout1 .footer-wid-wrap .widget_contact p:hover i{
    background-color:#003399
}
.footer-layout1 .footer-wid-wrap .widget_contact p:hover a{
    text-decoration:underline
}
.footer-layout1 .footer-wid-wrap .widget-links ul li{
    margin-bottom:15px
}
.footer-layout1 .footer-wid-wrap .widget-links ul li:last-child{
    margin-bottom:0
}
.footer-layout1 .footer-wid-wrap .widget-links ul li a{
    display:inline-block;
    color:#fff;
    font-size:16px;
    position:relative
}
.footer-layout1 .footer-wid-wrap .widget-links ul li a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:1px;
    background-color:#003CB7;
    transition:.4s
}
.footer-layout1 .footer-wid-wrap .widget-links ul li a:hover:before{
    width:100%
}
.footer-layout1 .footer-wid-wrap .google-map{
    width:100%;
    height:235px
}
.footer-layout1 .copyright-area{
    background-color:#f4f5f8;
    padding:30px 0
}
.footer-layout1 .copyright-area .copyright .text{
    color:#696e78;
    margin-bottom:0
}
.footer-layout1 .copyright-area .copyright .text a{
    color:#003CB7
}
.footer-layout1 .copyright-area .copyright .text a:hover{
    color:#003399
}
.footer-layout1 .copyright-area .social-links li{
    display:inline-block;
    margin-right:10px
}
.footer-layout1 .copyright-area .social-links li:last-child{
    margin-right:0
}
.footer-layout1 .copyright-area .social-links li a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:41px;
    background-color:#003CB7;
    color:#fff;
    text-align:center;
    font-size:15px;
    border-radius:50%
}
.footer-layout1 .copyright-area .social-links li a:hover{
    background-color:#003399
}
.footer-layout5{
    background-color:#01133c
}
.footer-layout5 .footer-wid-wrap{
    padding-bottom:50px;
    padding-top:100px
}
.footer-layout5 .footer-widget{
    margin-bottom:30px
}
.footer-layout5 .widget_title{
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding-bottom:12px;
    margin-bottom:55px;
    position:relative
}
.footer-layout5 .widget_title:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background-color:#c4c4c4
}
.footer-layout5 .footer-logo{
    margin-bottom:30px
}
.footer-layout5 .footer-text{
    color:#fff;
    font-weight:500;
    font-size:16px;
    line-height:28px;
    margin:0 0 23px 0;
    max-width:370px
}
.footer-layout5 .footer-info{
    color:#fff;
    position:relative;
    padding:0 0 0 30px;
    margin:0 0 5px 0;
    font-weight:500;
    font-size:16px
}
.footer-layout5 .footer-info:last-child{
    margin-bottom:0
}
.footer-layout5 .footer-info i{
    position:absolute;
    left:0;
    top:4px
}
.footer-layout5 .widget-links a{
    color:#fff;
    font-weight:500;
    font-size:16px;
    line-height:28px
}
.footer-layout5 .widget-links li{
    margin-bottom:10px
}
.footer-layout5 .footer-schedule table{
    width:100%
}
.footer-layout5 .footer-schedule th,.footer-layout5 .footer-schedule td{
    color:#fff;
    font-size:16px;
    padding:0 0 15px 0
}
.footer-layout5 .footer-schedule th{
    padding-right:15px
}
.footer-layout5 .copyright-area{
    background-color:#003CB7;
    padding:20px 0
}
.footer-layout5 .copyright-area .text{
    color:#fff;
    font-weight:500;
    font-size:16px
}
.footer-layout5 .copyright-area .text a:hover{
    color:#fff
}
.footer-layout5 .social-links a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    color:#fff;
    border-radius:50%;
    position:relative;
    margin-left:7px
}
.footer-layout5 .social-links a:hover{
    background-color:#003399
}
.footer-layout5 .social-links i{
    z-index:1;
    position:relative
}
.footer-layout5 .social-links .bg{
    transition:all ease .4s;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:0
}
@media(max-width: 1199px){
    .footer-layout5 .widget_title{
        margin-bottom:25px
    }
    .footer-layout5 .footer-text{
        max-width:100%
    }
    .footer-layout5 .footer-widget{
        margin-bottom:40px
    }
    .footer-layout5 .footer-wid-wrap{
        padding-bottom:30px;
        padding-top:100px
    }
}
.footer-layout2{
    background-color:#1f1f1f;
    position: relative;
}
.footer-layout2 p{
    color:#ccc;
}
.footer-layout2 .footer-widget{
    margin-bottom:30px
}
.footer-layout2 .widget_about img{
    margin-bottom:40px
}
.footer-layout2 .widget_about ul{
    padding-top:10px
}
.footer-layout2 .widget_about ul li{
    display:inline-block;
    margin-right:7px
}
.footer-layout2 .widget_about ul li:last-child{
    margin-right:0
}
.footer-layout2 .widget_about ul li a{
    display:inline-block;
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    background-color:#fff;
    color:#003399;
    font-size:16px;
    box-shadow:0px 16px 32px 0px rgba(255,255,255,.1);
    border-radius:50%
}
.footer-layout2 .widget_about ul li a:hover{
    color:#fff;
    background-color:#003399
}
.footer-layout2 .widget_contact{
    background-color:#fff;
    text-align:center;
    width:100%;
    padding:60px 0;
    box-shadow:0px 25px 47.5px 2.5px rgba(255,255,255,.1)
}
.footer-layout2 .widget_contact p{
    margin-bottom:0;
    line-height:36px;
    max-width:205px;
    margin:0 auto;
    color: #333;
}
.footer-layout2 .widget_contact a.primary-btn{
    margin-top:35px;
    box-shadow:0px 10px 28.5px 1.5px rgba(0,51,153,.25)
}
.footer-layout2 .widget_recent_entries{
    padding:0 50px
}
.footer-layout2 .widget_recent_entries .widget_title{
    margin-bottom:31px
}
.footer-layout2 .widget_recent_entries .blog{
    display:flex;
    align-items:center;
    border-bottom:1px solid #fddee4;
    padding-bottom:24px;
    padding-top:26px
}
.footer-layout2 .widget_recent_entries .blog a:hover{
    color:#003399
}
.footer-layout2 .widget_recent_entries .blog .blog-img{
    width:70px;
    height:70px;
    margin-right:20px;
    overflow:hidden
}
.footer-layout2 .widget_recent_entries .blog .blog-img img{
    width:100%;
    height:100%
}
.footer-layout2 .widget_recent_entries .blog .blog-content{
    width:calc(100% - 90px)
}
.footer-layout2 .widget_recent_entries .blog .blog-content span{
    font-size:14px;
    display:inline-block;
    margin-bottom:8px;
    color:#777
}
.footer-layout2 .widget_recent_entries .blog .blog-content span i{
    color:#003399;
    margin-right:10px
}
.footer-layout2 .widget_recent_entries .blog .blog-content .blog-title{
    font-size:18px;
    line-height:28px;
    text-transform:none;
    font-weight:500;
    margin-bottom:0
}
.footer-layout2 .widget_recent_entries .blog:first-of-type{
    padding-top:0
}
.footer-layout2 .widget_recent_entries .blog:last-of-type{
    padding-bottom:0;
    border-bottom:none
}
.footer-layout2 .copyright-area{
    border-top:1px solid #fddee4;
    padding:21px 0
}
.footer-layout2 .copyright-area p{
    margin-bottom:0;
    color:#ccc;
}
.footer-layout2 .copyright-area p a{
    margin:0 3px;
}
.footer-layout2 .copyright-area .copyright .text a{
    color:#fff
}
.footer-layout3{
    background-color:#11192c;
    margin-top:-1px
}
.footer-layout3 .footer-wid-wrap .widget_title{
    color:#fff;
    font-size:22px;
    line-height:1;
    margin-bottom:35px
}
.footer-layout3 .footer-wid-wrap .footer-widget{
    margin-bottom:30px
}
.footer-layout3 .footer-wid-wrap .widget_about .about-text{
    color:#fff;
    letter-spacing:0;
    margin-bottom:25px
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .icon span{
    border:2px solid #003CB7;
    padding:3px;
    display:inline-block;
    margin-right:15px;
    border-radius:50%
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .icon span i{
    display:inline-block;
    width:35px;
    height:35px;
    line-height:35px;
    background-color:#003CB7;
    text-align:center;
    color:#fff;
    font-size:12px;
    border-radius:50%
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content span{
    color:#fff;
    font-size:14px;
    text-transform:capitalize;
    display:inline-block;
    line-height:1
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content .text{
    font-size:20px;
    font-weight:600;
    color:#fff;
    margin-bottom:0;
    line-height:1
}

.footer-layout2 .footer-wid-wrap .widget_about .action-box .content .text{
    font-size:20px;
    font-weight:600;
    color:#fff;
    margin-bottom:0;
    line-height:1
}
.footer-layout3 .footer-wid-wrap .widget_about .action-box .content .text a{
    line-height:inherit
}
.footer-layout3 .footer-wid-wrap .widget-links{
    padding-left:30px
}
.footer-layout3 .footer-wid-wrap .widget-links ul li{
    margin-bottom:2px
}
.footer-layout3 .footer-wid-wrap .widget-links ul li:last-child{
    margin-bottom:0
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a{
    color:#fff;
    font-size:16px
}
.footer-layout3 .footer-wid-wrap .widget-links ul li a:before{
    content:"";
    font-family:"Font Awesome 5 Pro";
    margin-right:10px;
    position:relative;
    font-weight:300
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog{
    display:flex;
    align-items:center;
    margin-bottom:20px
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog:last-child{
    margin-bottom:0
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-img{
    width:65px;
    height:65px;
    margin-right:15px
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-img img{
    width:100%;
    height:100%
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content{
    width:calc(100% - 80px)
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content .blog-title{
    font-size:16px;
    color:#fff;
    font-weight:700;
    display:block;
    margin-bottom:3px;
    text-transform:none
}
.footer-layout3 .footer-wid-wrap .widget_recent_entries .blog .blog-content span{
    color:#fff;
    font-size:12px;
    display:block
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .text{
    color:#fff;
    line-height:24px;
    letter-spacing:0;
    margin-bottom:25px
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group{
    position:relative;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,.15);
    transform:skewX(-10deg)
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group input{
    background-color:transparent;
    width:100%;
    padding-left:20px;
    font-size:14px;
    color:#fff;
    font-weight:300;
    border:none;
    transform:skewX(10deg)
}
.footer-layout3 .footer-wid-wrap .widget-newsletter .form-group i{
    position:absolute;
    top:50%;
    color:#fff;
    right:20px;
    font-size:14px;
    transform:translateY(-55%) skewX(10deg)
}
.footer-layout3 .copyright-area{
    position:relative
}
.footer-layout3 .copyright-area .copyright-logo{
    position:relative;
    top:-10px
}
.footer-layout3 .copyright-area:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    top:-20px;
    width:100%;
    background-color:#fff;
    max-width:585px;
    -webkit-clip-path:polygon(100% 0%, 93% 50%, 100% 100%, 0 100%, 0 50%, 0 0%);
    clip-path:polygon(100% 0%, 93% 50%, 100% 100%, 0 100%, 0 50%, 0 0%)
}
.footer-layout3 .copyright-area .inner-wrapper{
    border-top:1px solid rgba(255,255,255,.2);
    padding:29px 0
}
.footer-layout3 .copyright-area .copyright .text{
    color:#fff;
    margin-bottom:0;
    font-size:16px
}
.footer-layout3 .copyright-area .social-links ul li{
    display:inline-block;
    margin-right:6px
}
.footer-layout3 .copyright-area .social-links ul li:last-child{
    margin-right:0
}
.footer-layout3 .copyright-area .social-links ul li a{
    display:inline-block;
    width:45px;
    height:45px;
    line-height:45px;
    background-color:#fff;
    text-align:center;
    color:#003CB7;
    line-height:45px;
    font-size:14px;
    border-radius:50%
}
.footer-layout3 .copyright-area .social-links ul li a:hover{
    background-color:#003CB7;
    color:#fff
}
.footer-layout4{
    background-color:#09162a;
    position:relative
}
.footer-layout4 .shape2{
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    max-height:100%;
    overflow:hidden;
    opacity:.3;
    text-align:center;
    z-index:0
}
.footer-layout4 .shape2 img{
    width:100%
}

.footer-layout2 .shape2{
    position:absolute;
    left:0;
    right:0;
    width:100%;
    height:100%;
    max-height:100%;
    overflow:hidden;
    opacity:.03;
    text-align:center;
    z-index:0
}
.footer-layout2 .shape2 img{
    width:100%;
}

.footer-layout4 .shape1{
    position:absolute;
    right:0;
    top:0;
    max-width:750px;
    max-height:100%;
    overflow:hidden;
    opacity:.6;
    z-index:1
}
.footer-layout4 h1,.footer-layout4 h2,.footer-layout4 h3,.footer-layout4 h4,.footer-layout4 h5,.footer-layout4 h6,.footer-layout4 a:not([class*=text-]),.footer-layout4 p{
    color:#fff
}
.footer-layout4 a:hover{
    color:#003399
}
.footer-layout4 .widget{
    margin-bottom:30px;
    background-color:transparent
}
.footer-layout4 .widget_title{
    font-size:20px;
    font-weight:700;
    line-height:1;
    position:relative;
    padding-bottom:15px;
    margin-bottom:25px
}
.footer-layout4 .widget_title:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    height:2px;
    width:50px;
    background-color:rgba(255,255,255,.4)
}
.footer-layout4 .contact-time>span{
    min-width:100px;
    display:inline-block;
    font-weight:700;
    padding-right:20px
}
.footer-layout4 .social-links li{
    display:inline-block;
    margin:0 5px
}
.footer-layout4 .social-links li:last-child{
    margin-right:0
}
.footer-layout4 .social-links li:first-child{
    margin-left:0
}
.footer-layout4 .social-links a{
    display:inline-block;
    width:40px;
    height:40px;
    line-height:42px;
    background-color:#003CB7;
    color:#fff;
    text-align:center;
    font-size:14px;
    border-radius:50%
}
.footer-layout4 .social-links a:hover{
    background-color:#003399;
    color:#fff
}
.footer-layout4 .vs-widget-recent-post{
    padding-top:5px
}
.footer-layout4 .recent-post{
    margin-bottom:20px
}
.footer-layout4 .recent-post .media-img{
    margin-right:20px
}
.footer-layout4 .recent-post span{
    font-size:14px;
    color:#fff;
    display:block
}
.footer-layout4 .recent-post span i{
    margin-right:7px
}
.footer-layout4 .recent-post .recent-post-title{
    line-height:22px;
    font-weight:500;
    margin-bottom:7px;
    text-transform:none;
    display:inline-block
}
.footer-layout4 .recent-post .recent-post-title a{
    line-height:inherit
}
.footer-layout4 .recent-post .recent-post-title a:hover{
    color:#003399
}
.footer-layout4 .call-box p{
    font-size:14px;
    font-weight:500
}
.footer-layout4 .call-box a{
    font-size:20px;
    font-weight:500;
    color:#003399
}
.footer-layout4 .widget-links ul li{
    margin-bottom:5px
}
.footer-layout4 .widget-links ul li:last-child{
    margin-bottom:0
}
.footer-layout4 .widget-links ul li a{
    position:relative
}
.footer-layout4 .widget-links ul li a:hover{
    color:#003399
}
.footer-layout4 .widget-links ul li a:before{
    content:"";
    position:relative;
    margin-right:10px;
    font-family:"Font Awesome 5 Pro";
    font-weight:400
}

.footer-layout2 .widget-links .widget_title{
	color: #ccc;
}
.footer-layout2 .widget-links ul li a{
    position:relative;
    color: #ccc;
    font-size: 14px;
}
.footer-layout2 .widget-links ul li a:hover{
    color:#003399
}
.footer-layout2 .widget-links ul li a:before{
    content:"";
    position:relative;
    margin-right:10px;
    font-family:"Font Awesome 5 Pro";
    font-weight:400
}

.footer-layout4 .copyright-area,.footer-layout4 .footer-wid-wrap{
    position:relative;
    z-index:4
}
.footer-layout4 .copyright-area{
    border-top:1px solid rgba(255,255,255,.15)
}
.widget-about-style2{
    padding:100px 40px 100px 40px;
    margin-right:70px;
    margin-top:-130px;
    position:relative
}
.widget-about-style2:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#003CB7;
    opacity:.9
}
.widget-about-style2>*{
    position:relative;
    z-index:3
}
.widget-about-style2 img{
    margin-bottom:25px
}
.widget-about-style2 .social-links{
    padding-top:3px
}
.widget-about-style2 .social-links a{
    background-color:rgba(255,255,255,.1)
}
@media(max-width: 1300px){
    .widget-about-style2{
        margin-right:15px
    }
}
@media(max-width: 1199px){
    .footer-layout4 .footer-wid-wrap{
        padding-bottom:70px
    }
    .widget-about-style2{
        padding:20px 40px 20px 40px;
        margin-top:0;
        margin-bottom:30px
    }
}
@media(max-width: 992px){
    .footer-layout4 .footer-wid-wrap{
        padding-top:50px;
        padding-bottom:20px
    }
    .widget-about-style2{
        margin-right:0
    }
}
@media(max-width: 767px){
    .footer-layout4 .recent-post{
        max-width:330px
    }
    .widget-about-style2{
        margin-right:0;
        padding:20px
    }
}
.vs-product-layout1 .product-sort-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px
}
.vs-product-layout1 .product-sort-bar .sort-box{
    width:210px
}
.vs-product-layout1 .product-sort-bar .bar-title{
    font-size:16px;
    font-family:"Poppins",sans-serif;
    font-weight:500;
    margin-bottom:0;
    color:#01133c;
    letter-spacing:0
}
.vs-product-layout1 .product-sort-bar .sort-bar-left,.vs-product-layout1 .product-sort-bar .sort-bar-right{
    margin-bottom:20px
}
.vs-product-layout1 .vs-product{
    margin-bottom:30px;
    border:1px solid #eee;
    position:relative
}
.vs-product-layout1 .vs-product .product-header{
    position:relative;
    overflow:hidden
}
.vs-product-layout1 .vs-product .product-header .slick-arrow{
    top:50%;
    left:-50px;
    opacity:0;
    visibility:hidden;
    z-index:2;
    width:35px;
    height:35px;
    font-size:14px;
    line-height:35px;
    transform:translateY(-50%);
    transition:all ease .4s
}
.vs-product-layout1 .vs-product .product-header .slick-arrow:after{
    display:none
}
.vs-product-layout1 .vs-product .product-header .slick-arrow:hover{
    background-color:#003CB7;
    color:#fff
}
.vs-product-layout1 .vs-product .product-header .slick-arrow.slick-next{
    left:auto;
    right:-50px
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots{
    position:absolute;
    right:20px;
    top:20px;
    z-index:3;
    line-height:0;
    margin:0;
    padding:0
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots li{
    display:inline-block;
    margin-right:7px;
    line-height:0
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots li.slick-active button{
    width:15px
}
.vs-product-layout1 .vs-product .product-header ul.slick-dots li button{
    font-size:0;
    border:none;
    background-color:#003CB7;
    line-height:0;
    padding:0;
    width:9px;
    height:9px
}
.vs-product-layout1 .vs-product .product-header:after,.vs-product-layout1 .vs-product .product-header:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:0%;
    height:100%;
    background-color:rgba(0,0,0,.15);
    z-index:1;
    transition:all ease .4s
}
.vs-product-layout1 .vs-product .product-header:after{
    left:auto;
    right:0
}
.vs-product-layout1 .vs-product .product-img{
    overflow:hidden
}
.vs-product-layout1 .vs-product .product-img img{
    width:100%;
    transform:scale(1.001);
    transition:all ease .4s
}
.vs-product-layout1 .vs-product .product-body{
    padding:20px
}
.vs-product-layout1 .vs-product .discount{
    background-color:#003CB7;
    color:#fff;
    display:inline-block;
    line-height:1;
    padding:7px 10px;
    font-size:14px;
    z-index:2;
    border-radius:3px;
    position:absolute;
    left:20px;
    top:20px
}
.vs-product-layout1 .vs-product .action-buttons{
    position:absolute;
    left:50%;
    bottom:-50px;
    z-index:3;
    transform:translateX(-50%);
    transition:all ease .4s;
    opacity:0;
    visibility:hidden
}
.vs-product-layout1 .vs-product .action-buttons a{
    display:inline-block;
    width:40px;
    height:40px;
    margin-right:7px;
    background-color:#003CB7;
    color:#fff;
    font-size:14px;
    line-height:40px;
    text-align:center
}
.vs-product-layout1 .vs-product .action-buttons a:hover{
    background-color:#fff;
    color:#003CB7
}
.vs-product-layout1 .vs-product .action-buttons a:last-child{
    margin-right:0
}
.vs-product-layout1 .vs-product .price{
    color:#01133c;
    font-weight:700;
    margin-bottom:5px
}
.vs-product-layout1 .vs-product .price del{
    color:#777;
    font-size:14px;
    margin-right:5px
}
.vs-product-layout1 .vs-product .product-title{
    font-size:22px;
    text-transform:none;
    margin-bottom:5px;
    letter-spacing:0;
    line-height:1
}
.vs-product-layout1 .vs-product .rating span{
    margin-right:0;
    font-size:14px
}
.vs-product-layout1 .vs-product .rating span i{
    color:#ffd200;
    font-size:14px
}
.vs-product-layout1 .vs-product:hover .product-header .slick-arrow{
    left:15px;
    opacity:1;
    visibility:visible
}
.vs-product-layout1 .vs-product:hover .product-header .slick-arrow.slick-next{
    left:auto;
    right:15px
}
.vs-product-layout1 .vs-product:hover .product-header:after,.vs-product-layout1 .vs-product:hover .product-header:before{
    width:50%
}
.vs-product-layout1 .vs-product:hover .product-img img{
    transform:scale(1.05)
}
.vs-product-layout1 .vs-product:hover .action-buttons{
    opacity:1;
    visibility:visible;
    bottom:20px;
    transition-delay:.4s
}
.vs-product-layout1 .widget{
    border:1px solid #eee
}
.shop-filter-menu{
    position:relative;
    display:block;
    text-align:center;
    margin-bottom:30px
}
.shop-filter-menu button{
    display:inline-block;
    width:80px;
    height:80px;
    border:none;
    background-color:transparent;
    color:#fff;
    position:relative;
    z-index:1;
    margin:0 3px;
    font-size:14px;
    font-weight:700;
    border-radius:50%
}
.shop-filter-menu button .bg-2,.shop-filter-menu button .bg-1{
    position:absolute;
    left:50%;
    top:50%;
    z-index:-1;
    transform-origin:top left;
    transition:all ease .4s
}
.shop-filter-menu button .bg-1{
    opacity:0;
    visibility:hidden;
    transform:scale(0.5) translate(-50%, -50%)
}
.shop-filter-menu button .bg-2{
    opacity:1;
    visibility:visible;
    transform:scale(1) translate(-50%, -50%)
}
.shop-filter-menu button.active .bg-1,.shop-filter-menu button:hover .bg-1{
    opacity:1;
    visibility:visible;
    transform:scale(1) translate(-50%, -50%)
}
.shop-filter-menu button.active .bg-2,.shop-filter-menu button:hover .bg-2{
    opacity:0;
    visibility:hidden;
    transform:scale(1.1) translate(-50%, -50%)
}
.shop-filter-menu .menu-shape{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
    max-width:100%
}
.star-rating{
    overflow:hidden;
    position:relative;
    width:100px;
    height:1.2em;
    line-height:1.2em;
    display:block;
    font-family:"Font Awesome 5 Pro";
    font-weight:700;
    font-size:14px
}
.star-rating:before{
    content:"";
    color:#e1e1e1;
    float:left;
    top:0;
    left:0;
    position:absolute;
    letter-spacing:3px
}
.star-rating span{
    overflow:hidden;
    float:left;
    top:0;
    left:0;
    position:absolute;
    padding-top:1.5em
}
.star-rating span:before{
    content:"";
    top:0;
    position:absolute;
    left:0;
    color:#fbd804;
    letter-spacing:3px
}
.product-layout2{
    background-color:#fff;
    padding:10px;
    text-align:center;
    margin-bottom:30px;
    box-shadow:0px 0px 6px rgba(1,19,60,.1);
    transition:all ease .4s
}
.product-layout2 .product-img{
    background-color:#f5f5f6;
    position:relative;
    overflow:hidden
}
.product-layout2 .product-img img{
    width:100%
}
.product-layout2 .product-content{
    padding:25px 0 18px 0
}
.product-layout2 .product-title{
    font-size:18px;
    font-weight:400;
    font-family:"Oswald",sans-serif;
    text-transform:none;
    margin-bottom:8px
}
.product-layout2 .star-rating{
    font-size:12px;
    width:90px;
    margin:0 auto;
    right:-5px;
    margin-bottom:15px
}
.product-layout2 .star-rating span:before{
    color:#003399
}
.product-layout2 .price{
    font-size:14px;
    font-weight:700;
    line-height:1;
    margin-bottom:22px
}
.product-layout2 .cart-btn{
    height:40px;
    line-height:40px;
    text-align:center;
    width:180px;
    background-color:#003CB7;
    color:#fff;
    display:inline-block;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    transition:all ease .4s
}
.product-layout2 .cart-btn:hover{
    background-color:#003399;
    color:#fff
}
.product-layout2 .cart-btn i{
    margin-right:10px
}
.product-layout2 .actions{
    position:absolute;
    right:15px;
    top:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center
}
.product-layout2 .actions .icon-btn{
    width:var(--btn-size, 36px);
    height:var(--btn-size, 36px);
    line-height:var(--btn-size, 36px);
    text-align:center;
    font-size:12px;
    background-color:#01133c;
    color:#fff;
    display:block;
    border-radius:50%;
    margin:3px 0;
    opacity:0;
    visibility:hidden;
    transform:translateX(30px);
    transition-duration:.4s,.4s,.4s,.4s,.4s;
    transition-delay:0s,0s,0s,0s,0s;
    transition-property:transform,opacity,visibility,color,background-color
}
.product-layout2 .actions .icon-btn:hover{
    background-color:#003399;
    color:#fff
}
.product-layout2:hover{
    box-shadow:0px 10px 50px rgba(1,19,60,.1)
}
.product-layout2:hover .actions .icon-btn{
    opacity:1;
    visibility:visible;
    transform:translateX(0)
}
.product-layout2:hover .actions .icon-btn:nth-of-type(1){
    transition-delay:0s,0s,0s,0s,0s
}
.product-layout2:hover .actions .icon-btn:nth-of-type(2){
    transition-delay:.1s,.1s,.1s,0s,0s
}
.product-layout2:hover .actions .icon-btn:nth-of-type(3){
    transition-delay:.2s,.2s,.2s,0s,0s
}
.product-layout2:hover .actions .icon-btn:nth-of-type(4){
    transition-delay:.3s,.3s,.3s,0s,0s
}
.product-layout2:hover .actions .icon-btn:nth-of-type(5){
    transition-delay:.4s,.4s,.4s,0s,0s
}
@media(max-width: 1500px){
    .vs-product-layout1 .vs-product .product-title{
        font-size:20px
    }
    .vs-product-layout1 .vs-product .price{
        margin-bottom:0
    }
}
@media(max-width: 1199px){
    .vs-product-layout1 .vs-product .product-title{
        font-size:18px
    }
    .vs-product-layout1 .vs-product .rating span i{
        font-size:12px
    }
}
@media(max-width: 600px){
    .vs-product-layout1 .product-sort-bar{
        display:block;
        text-align:center
    }
    .vs-product-layout1 .product-sort-bar .bar-title{
        line-height:1
    }
    .vs-product-layout1 .product-sort-bar .sort-box{
        width:210px;
        margin:0 auto
    }
}
.product-details-layout1 .widget{
    border:1px solid #eee
}
.product-details-layout1 .slick-slide img,.product-details-layout1 .product-img img{
    width:100%
}
.product-details-layout1 .product-details-img{
    overflow:hidden;
    position:relative
}
.product-details-layout1 .product-details-img .slick-arrow{
    top:50%;
    left:-50px;
    opacity:0;
    visibility:hidden;
    z-index:2;
    width:35px;
    height:35px;
    font-size:14px;
    line-height:35px;
    transform:translateY(-50%);
    transition:all ease .4s;
    background-color:#003CB7;
    color:#fff
}
.product-details-layout1 .product-details-img .slick-arrow:after{
    display:none
}
.product-details-layout1 .product-details-img .slick-arrow:hover{
    background-color:#fff;
    color:#003CB7
}
.product-details-layout1 .product-details-img .slick-arrow.slick-next{
    left:auto;
    right:-50px
}
.product-details-layout1 .product-details-img ul.slick-dots{
    position:absolute;
    right:20px;
    top:20px;
    z-index:3;
    line-height:0;
    margin:0;
    padding:0
}
.product-details-layout1 .product-details-img ul.slick-dots li{
    display:inline-block;
    margin-right:7px;
    line-height:0
}
.product-details-layout1 .product-details-img ul.slick-dots li.slick-active button{
    width:15px
}
.product-details-layout1 .product-details-img ul.slick-dots li button{
    font-size:0;
    border:none;
    background-color:#003CB7;
    line-height:0;
    padding:0;
    width:9px;
    height:9px
}
.product-details-layout1 .product-details-img:hover .slick-arrow{
    left:20px;
    opacity:1;
    visibility:visible
}
.product-details-layout1 .product-details-img:hover .slick-arrow.slick-next{
    left:auto;
    right:20px
}
.product-details-layout1 .product-details-thumb{
    margin-left:-5px;
    margin-right:-5px;
    margin-top:10px
}
.product-details-layout1 .product-details-thumb .slick-slide{
    padding-left:5px;
    padding-right:5px;
    cursor:pointer
}
.product-details-layout1 .product-details-thumb .slick-slide img{
    padding:0;
    border:1px solid transparent;
    transition:all ease .4s;
    width:100%
}
.product-details-layout1 .product-details-thumb .slick-current img{
    padding:1px;
    border-color:#003CB7
}
.product-details-layout1 .product-header{
    position:relative
}
.product-details-layout1 .discount{
    background-color:#003CB7;
    color:#fff;
    display:inline-block;
    line-height:1;
    padding:7px 10px;
    font-size:14px;
    z-index:2;
    border-radius:3px;
    position:absolute;
    left:20px;
    top:20px
}
.product-details-layout1 .product-title{
    font-size:26px;
    letter-spacing:0;
    margin-bottom:15px;
    font-family:"Poppins",sans-serif;
    font-weight:500;
    line-height:1
}
.product-details-layout1 .price{
    color:#01133c;
    font-weight:700;
    margin-bottom:8px;
    font-size:22px
}
.product-details-layout1 .price del{
    color:#777;
    font-size:18px;
    margin-right:5px
}
.product-details-layout1 .rating{
    margin-bottom:20px
}
.product-details-layout1 .rating span{
    margin-right:0;
    font-size:14px
}
.product-details-layout1 .rating span i{
    color:#ffd200;
    font-size:14px
}
.product-details-layout1 .product-features{
    padding-bottom:27px;
    margin-bottom:25px;
    border-bottom:1px solid #eee
}
.product-details-layout1 .product-features ul li{
    margin-bottom:5px
}
.product-details-layout1 .product-features ul li i{
    color:#003CB7;
    margin-right:10px
}
.product-details-layout1 .product-features ul li:last-child{
    margin-bottom:0
}
.product-details-layout1 .text{
    color:#777;
    margin-bottom:25px
}
.product-details-layout1 .action-buttons{
    display:flex;
    padding-bottom:30px
}
.product-details-layout1 .action-buttons>a{
    box-shadow:none;
    max-width:50px
}
.product-details-layout1 .action-buttons .cart-btn{
    max-width:140px
}
.product-details-layout1 .quantity-box{
    display:flex;
    margin-right:15px
}
.product-details-layout1 .quantity-box input,.product-details-layout1 .quantity-box button{
    width:50px;
    height:50px;
    text-align:center;
    border:none;
    font-size:16px;
    line-height:50px;
    background-color:rgba(0,70,226,.1);
    color:#01133c
}
.product-details-layout1 .quantity-box input{
    background-color:#003CB7;
    color:#fff
}
.product-details-layout1 .product-body .inner-title{
    font-size:16px;
    letter-spacing:0;
    font-weight:600;
    margin-bottom:0
}
.product-details-layout1 .product-categories{
    padding:10px 0;
    border-top:1px solid #eee
}
.product-details-layout1 .product-categories .inner-title{
    display:inline-block;
    margin-right:7px;
    vertical-align:middle
}
.product-details-layout1 .product-categories ul{
    margin:0;
    padding:0;
    display:inline-block
}
.product-details-layout1 .product-categories ul li{
    list-style:none;
    display:inline-block;
    margin-right:5px
}
.product-details-layout1 .product-categories ul li:last-child{
    margin-right:0
}
.product-details-layout1 .product-share{
    padding:10px 0;
    border-top:1px solid #eee
}
.product-details-layout1 .product-share .inner-title{
    display:inline-block;
    margin-right:7px;
    vertical-align:middle
}
.product-details-layout1 .product-share ul{
    display:inline-block;
    margin:0;
    padding:0
}
.product-details-layout1 .product-share ul li{
    list-style:none;
    display:inline-block;
    margin-right:10px
}
.product-details-layout1 .product-share ul li:last-child{
    margin-right:0
}
.product-details-layout1 .product-tab-nav{
    margin:0;
    padding:0;
    margin-bottom:25px;
    border-bottom:1px solid #eee
}
.product-details-layout1 .product-tab-nav li{
    list-style-type:none;
    display:inline-block;
    margin-right:30px
}
.product-details-layout1 .product-tab-nav li:last-child{
    margin-right:0
}
.product-details-layout1 .product-tab-nav li a{
    display:inline-block;
    font-size:20px;
    font-weight:500;
    text-transform:capitalize;
    color:#01133c;
    padding-bottom:20px;
    position:relative
}
.product-details-layout1 .product-tab-nav li a:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:0;
    height:1px;
    background-color:#003CB7;
    transition:all ease .4s
}
.product-details-layout1 .product-tab-nav li a.active{
    color:#003CB7
}
.product-details-layout1 .product-tab-nav li a.active:before{
    width:100%
}
.product-details-layout1 .vs-product-review{
    margin-bottom:40px
}
.product-details-layout1 .vs-product-review .single-review{
    display:flex;
    align-items:center;
    border-bottom:1px solid #eee;
    padding-bottom:25px;
    margin-bottom:25px
}
.product-details-layout1 .vs-product-review .single-review:last-of-type,.product-details-layout1 .vs-product-review .single-review:last-child{
    margin-bottom:0;
    border-bottom:none;
    padding-bottom:0
}
.product-details-layout1 .vs-product-review .single-review .author-img{
    width:100px;
    height:100px;
    margin-right:20px;
    overflow:hidden
}
.product-details-layout1 .vs-product-review .single-review .author-img img{
    max-width:110%;
    height:100%
}
.product-details-layout1 .vs-product-review .single-review .review-content{
    width:calc(100% - 150px)
}
.product-details-layout1 .vs-product-review .single-review .review-content .meta{
    font-size:12px;
    font-weight:700;
    color:#003CB7;
    display:inline-block
}
.product-details-layout1 .vs-product-review .single-review .review-content .name{
    font-size:18px;
    margin-bottom:0;
    letter-spacing:0;
    vertical-align:middle
}
.product-details-layout1 .vs-product-review .single-review .review-content .name .rating{
    margin-left:5px;
    font-size:10px;
    color:#fec624;
    vertical-align:middle
}
.product-details-layout1 .vs-product-review .single-review .review-content .text{
    margin-bottom:0
}
.product-details-layout1 .review-form{
    padding-top:50px
}
.product-details-layout1 .review-form .form-group{
    margin-bottom:30px
}
.product-details-layout1 .review-form .form-title{
    font-size:22px;
    font-weight:500;
    letter-spacing:.02em;
    position:relative;
    border-bottom:1px solid #eee;
    padding-bottom:15px;
    margin-bottom:35px
}
.product-details-layout1 .review-form .form-title:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:80px;
    height:1px;
    background-color:#003CB7
}
.product-details-layout1 .review-form .vs-rating-input i{
    position:static;
    font-size:16px;
    transform:none;
    cursor:pointer
}
.product-details-layout1 .review-form .vs-rating-input .active i{
    color:#fec624
}
@media(max-width: 768px){
    .product-details-layout1 .product-title{
        font-size:20px;
        margin-bottom:10px
    }
    .product-details-layout1 .action-buttons{
        display:block
    }
    .product-details-layout1 .quantity-box{
        margin-bottom:15px
    }
    .product-details-layout1 .product-tab-nav li a{
        font-size:16px;
        padding-bottom:15px
    }
    .product-details-layout1 .vs-product-review .single-review{
        display:block
    }
    .product-details-layout1 .vs-product-review .single-review .author-img{
        margin-right:0;
        margin-bottom:15px
    }
    .product-details-layout1 .vs-product-review .single-review .review-content{
        width:100%
    }
}
.inner-form-wrap .form-title{
    text-align:center;
    font-weight:500;
    font-family:"Poppins",sans-serif;
    letter-spacing:0;
    font-size:26px
}
.inner-form-wrap h2.form-title{
    margin-top:-10px
}
.inner-form-wrap .form-group{
    margin-bottom:20px
}
.inner-form-wrap form{
    border:1px solid #eee;
    padding:40px
}
.inner-form-wrap a{
    display:inline-block
}
.inner-form-wrap button{
    display:block;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto !important;
    box-shadow:none
}
.vs-cart-wrapper .cart-table{
    text-align:center
}
.vs-cart-wrapper .cart-table img{
    max-width:120px;
    border:1px solid #eee
}
.vs-cart-wrapper .cart-table td{
    vertical-align:middle
}
.vs-cart-wrapper .cart-table .quantity-box{
    display:flex;
    justify-content:center
}
.vs-cart-wrapper .cart-table .quantity-box input,.vs-cart-wrapper .cart-table .quantity-box button{
    width:50px;
    height:50px;
    text-align:center;
    border:none;
    font-size:16px;
    line-height:50px;
    background-color:rgba(0,70,226,.1);
    color:#01133c
}
.vs-cart-wrapper .cart-table .quantity-box input{
    background-color:#003CB7;
    color:#fff
}
.vs-cart-wrapper .cart-table .cart-removeproduct{
    border:none;
    color:#01133c;
    font-size:20px;
    background-color:transparent;
    padding:0;
    display:inline-block
}
.vs-cart-wrapper .cart-table .actions{
    text-align:right;
    vertical-align:middle;
    padding:.7rem 1rem;
    padding-top:1rem
}
.vs-cart-wrapper .cart-table .actions form{
    float:left;
    margin-bottom:0
}
.vs-cart-wrapper .vs-cart-summary{
    text-align:right
}
.vs-cart-wrapper .vs-cart-summary .summary-title{
    letter-spacing:0;
    font-size:26px;
    margin-bottom:10px;
    text-align:right;
    font-weight:700
}
.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr,.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr{
    border:none
}
.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td,.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td{
    padding:0;
    border:none;
    padding-bottom:10px;
    text-align:right
}
.vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td{
    font-weight:700
}
.vs-cart-wrapper .vs-cart-coupon{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:30px
}
.vs-cart-wrapper .vs-cart-coupon label{
    font-size:22px;
    font-weight:500;
    margin-top:-10px;
    color:#01133c;
    display:block
}
.vs-cart-wrapper .vs-cart-coupon input{
    border-radius:0;
    height:50px;
    padding-left:20px;
    font-size:14px;
    color:#01133c;
    display:inline-block;
    width:calc(100% - 120px);
    border-right:none
}
.vs-cart-wrapper .vs-cart-coupon input::-moz-placeholder{
    color:#01133c
}
.vs-cart-wrapper .vs-cart-coupon input:-ms-input-placeholder{
    color:#01133c
}
.vs-cart-wrapper .vs-cart-coupon input::placeholder{
    color:#01133c
}
.vs-cart-wrapper .vs-cart-coupon button{
    width:120px;
    box-shadow:none
}
@media(max-width: 992px){
    .vs-cart-wrapper .cart-table .actions{
        text-align:center
    }
    .vs-cart-wrapper .cart-table .actions form{
        float:none;
        margin-bottom:20px
    }
    .vs-cart-wrapper .cart-table img{
        max-width:70px
    }
    .vs-cart-wrapper .cart-table td{
        font-size:14px
    }
    .vs-cart-wrapper .cart-table .cart-removeproduct{
        font-size:14px
    }
    .vs-cart-wrapper .cart-table .quantity-box input,.vs-cart-wrapper .cart-table .quantity-box button{
        width:35px;
        height:35px;
        line-height:34px;
        font-size:12px
    }
}
@media(max-width: 786px){
    .vs-cart-wrapper{
        text-align:center
    }
    .vs-cart-wrapper .primary-btn{
        display:block;
        margin:0 auto;
        margin-bottom:20px
    }
    .vs-cart-wrapper .actions form{
        margin-bottom:0
    }
    .vs-cart-wrapper .cart-table table{
        min-width:700px
    }
    .vs-cart-wrapper .vs-cart-summary{
        text-align:center
    }
    .vs-cart-wrapper .vs-cart-summary .summary-title{
        font-size:22px;
        text-align:center
    }
    .vs-cart-wrapper .vs-cart-summary .table-totals{
        text-align:center
    }
    .vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td,.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td{
        text-align:left
    }
    .vs-cart-wrapper .vs-cart-summary .table-totals tfoot tr td+td,.vs-cart-wrapper .vs-cart-summary .table-totals tbody tr td+td{
        text-align:right
    }
}
.vs-checkout-area .vs-cart-coupon label{
    font-size:24px;
    line-height:1;
    margin-bottom:20px;
    text-transform:none;
    color:#01133c;
    font-weight:600
}
.vs-checkout-area .vs-billing-differentAddress{
    display:none
}
.vs-checkout-area table td+td,.vs-checkout-area table th+th{
    text-align:right
}
.vs-checkout-area .vs-orderinfo-wrap{
    background-color:#f2f4f9;
    padding:30px;
    padding-top:10px
}
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable td,.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th{
    padding:0;
    padding-bottom:10px;
    padding-top:10px
}
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tr{
    border-bottom:1px solid rgba(0,0,0,.1)
}
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable thead th{
    font-size:18px
}
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot td{
    font-weight:700
}
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child{
    border-bottom:none
}
.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child td{
    font-size:22px
}
.vs-checkout-area .vs-orderinfo-wrap .vs-checkout-payment .form-group{
    margin-bottom:10px
}
.vs-checkout-area .vs-orderinfo-wrap .vs-checkout-submit .text{
    margin-bottom:10px
}
@media(max-width: 768px){
    .vs-checkout-area .form-title{
        font-size:22px;
        margin-bottom:10px
    }
    .vs-checkout-area .vs-orderinfo-wrap{
        padding:20px;
        padding-top:10px
    }
    .vs-checkout-area .vs-checkout-payment{
        font-size:14px
    }
    .vs-checkout-area .vs-checkout-payment .title{
        font-size:20px;
        margin-bottom:10px
    }
    .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable td,.vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable th{
        padding:0;
        padding-bottom:10px;
        padding-top:10px;
        font-size:12px
    }
    .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable table.checkout-ordertable thead th{
        font-size:15px
    }
    .vs-checkout-area .vs-orderinfo-wrap table.checkout-ordertable tfoot tr:last-child td{
        font-size:16px
    }
}
.vs-skill-layout1 .skill-title{
    font-size:48px;
    text-transform:uppercase;
    line-height:60px;
    font-weight:600
}
.vs-skill-layout1 .vs-skill-content{
    width:100%;
    max-width:680px;
    margin-left:auto;
    padding-right:7vw
}
.vs-skill-layout1 .skill-banner-area .overlay-shape{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    max-width:960px;
    height:100%;
    max-height:460px;
    z-index:2
}
.vs-skill-layout1 .skill-banner-slide{
    position:relative
}
.vs-skill-layout1 .skill-banner-slide .slick-arrow{
    right:30px;
    bottom:30px;
    z-index:3
}
.vs-skill-layout1 .skill-banner-slide .slick-arrow.slick-prev{
    right:80px
}
.vs-skill-layout1 .skill-banner-slide .slick-arrow.slick-prev:after{
    right:0
}
.vs-experiance-box1{
    position:absolute;
    left:0;
    top:0;
    z-index:3
}
.vs-experiance-box1 .box-content{
    padding:50px;
    display:inline-block;
    padding-bottom:50px
}
.vs-experiance-box1 .shape-bg{
    position:absolute;
    left:-10px;
    top:10px;
    background-color:#fff;
    z-index:-1;
    border:2px solid #003399;
    width:100%;
    height:100%
}
.vs-experiance-box1 .experiance-title{
    font-size:24px;
    font-weight:500
}
.vs-experiance-box1 .experiance-count{
    font-size:80px;
    line-height:.7;
    font-weight:700;
    display:inline-block
}
.vs-experiance-box1 .experiance-count:after{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-weight:400;
    font-size:1.7rem;
    vertical-align:top;
    position:relative;
    top:-3px;
    margin-left:3px;
    vertical-align:middle
}
.skill-counter-layout1{
    width:100%;
    max-width:460px;
    text-align:right;
    position:absolute;
    left:0;
    bottom:0;
    z-index:3;
    padding-left:50px;
    padding-bottom:30px;
    color:#fff
}
.skill-counter-layout1 .counter-text{
    padding-right:15px
}
.skill-counter-layout1 .counter{
    font-size:48px;
    line-height:.8;
    font-weight:700
}
.skill-counter-layout1 .counter:after{
    content:"";
    font-family:"Font Awesome 5 Pro";
    font-weight:400;
    font-size:1rem;
    vertical-align:top;
    position:relative;
    top:2px;
    margin-left:3px
}
@media(max-width: 1300px){
    .vs-skill-layout1 .skill-title{
        font-size:40px;
        line-height:46px;
        margin-bottom:10px
    }
    .vs-experiance-box1 .experiance-count{
        font-size:46px
    }
    .vs-experiance-box1 .experiance-title{
        font-size:18px
    }
    .vs-experiance-box1 .box-content{
        padding:20px;
        padding-bottom:20px
    }
    .skill-counter-layout1{
        max-width:370px;
        padding-left:0;
        padding-bottom:20px
    }
    .skill-counter-layout1 .counter-box .counter{
        font-size:28px
    }
}
@media(max-width: 1199px){
    .vs-skill-layout1 .skill-title{
        font-size:28px;
        line-height:46px;
        margin-bottom:5px
    }
    .vs-skill-layout1 .vs-skill-content{
        margin-left:auto;
        margin-right:auto;
        padding-right:0;
        max-width:100%
    }
}
@media(max-width: 576px){
    .skill-counter-layout1{
        width:100%;
        max-width:460px;
        text-align:right;
        position:static;
        left:0;
        bottom:0;
        z-index:3;
        padding-left:50px;
        padding-bottom:30px;
        color:#01133c
    }
    .vs-skill-layout1 .skill-banner-area .overlay-shape{
        display:none
    }
    .skill-counter-layout1{
        margin-left:auto;
        margin-right:auto;
        padding-left:15px;
        padding-bottom:30px;
        padding-right:15px;
        text-align:center
    }
    .vs-experiance-box1{
        position:relative;
        width:100%;
        max-width:220px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:40px
    }
    .vs-experiance-box1 .box-content{
        padding:20px;
        padding-bottom:20px;
        width:100%;
        text-align:center
    }
}
.primary-bg1{
    background-color:#003CB7
}
.primary-bg2{
    background-color:#003399;
}
.secondary-bg1{
    background-color:#f2f4f9
}
.secondary-bg2{
    background-color:#f7f7f7
}
.light-bg{
    background-color:#f4f4f6
}
.background-image{
    background-size:100% 100%;
    background-position:center;
    background-repeat:no-repeat
}
.background-image.bg-cover{
    background-size:cover
}
.shape-bg-100,.service-layout3 .inner-wrapper:before,.work-process-layout1:before,.work-process-layout1.wrap-layout2:after,.pricing-table-layout4,.contact-form-layout1 .contact-form-slider:before,.price-plan-layout1 .price-action-box,.price-plan-layout1 .price-action-box .shape1,.project-layout1:before{
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center
}
.shape-bg-cover{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center
}
.shape-bg{
    position:absolute;
    width:auto;
    height:auto
}
.shape-bg.shape-br{
    bottom:0;
    right:0
}
.bg-shape-none .shape-bg,.bg-shape-none:before,.bg-shape-none:after{
    display:none !important
}
.no-shadow{
    box-shadow:none
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%
}
.overlay-center,.position-center{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%)
}
[data-overlay]{
    position:relative
}
[data-overlay] .container-fluid,[data-overlay] .container{
    position:relative;
    z-index:2
}
[data-overlay] [class^=col-],[data-overlay] [class*=col-]{
    z-index:2
}
[data-overlay]:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1
}
[data-overlay=parimary]:before{
    background-color:#003CB7
}
[data-overlay=parimary2]:before{
    background-color:#003399
}
[data-overlay=title]:before{
    background-color:#01133c
}
[data-overlay=white]:before{
    background-color:#ffffff
}
[data-opacity="1"]:before{
    opacity:0.1
}
[data-opacity="2"]:before{
    opacity:0.2
}
[data-opacity="3"]:before{
    opacity:0.3
}
[data-opacity="4"]:before{
    opacity:0.4
}
[data-opacity="5"]:before{
    opacity:0.5
}
[data-opacity="6"]:before{
    opacity:0.6
}
[data-opacity="7"]:before{
    opacity:0.7
}
[data-opacity="8"]:before{
    opacity:0.8
}
[data-opacity="9"]:before{
    opacity:0.9
}
[data-opacity="10"]:before{
    opacity:1
}
[data-opacity="95"]:before{
    opacity:.95
}
.text-primary{
    color:#003CB7 !important
}
.text-primary2{
    color:#003399
}
.text-title{
    color:#01133c
}
.text-body{
    color:#777
}
.text-white{
    color:#fff
}
.pb-1px{
    padding-bottom:1px
}
.pt-5{
    padding-top:5px
}
.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
}
.pt-105{
    padding-top:105px
}
.pt-110{
    padding-top:110px
}
.pt-115{
    padding-top:115px
}
.pt-120{
    padding-top:120px
}
.pt-125{
    padding-top:125px
}
.pt-130{
    padding-top:130px
}
.pt-135{
    padding-top:135px
}
.pt-140{
    padding-top:140px
}
.pt-145{
    padding-top:145px
}
.pt-150{
    padding-top:150px
}
.pt-155{
    padding-top:155px
}
.pt-160{
    padding-top:160px
}
.pt-165{
    padding-top:165px
}
.pt-170{
    padding-top:170px
}
.pt-175{
    padding-top:175px
}
.pt-180{
    padding-top:180px
}
.pt-185{
    padding-top:185px
}
.pt-190{
    padding-top:190px
}
.pt-195{
    padding-top:195px
}
.pt-200{
    padding-top:200px
}
.pb-5{
    padding-bottom:5px
}
.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
}
.pb-105{
    padding-bottom:105px
}
.pb-110{
    padding-bottom:110px
}
.pb-115{
    padding-bottom:115px
}
.pb-120{
    padding-bottom:120px
}
.pb-125{
    padding-bottom:125px
}
.pb-130{
    padding-bottom:130px
}
.pb-135{
    padding-bottom:135px
}
.pb-140{
    padding-bottom:140px
}
.pb-145{
    padding-bottom:145px
}
.pb-150{
    padding-bottom:150px
}
.pb-155{
    padding-bottom:155px
}
.pb-160{
    padding-bottom:160px
}
.pb-165{
    padding-bottom:165px
}
.pb-170{
    padding-bottom:170px
}
.pb-175{
    padding-bottom:175px
}
.pb-180{
    padding-bottom:180px
}
.pb-185{
    padding-bottom:185px
}
.pb-190{
    padding-bottom:190px
}
.pb-195{
    padding-bottom:195px
}
.pb-200{
    padding-bottom:200px
}
.mt-5{
    margin-top:5px
}
.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
}
.mt-105{
    margin-top:105px
}
.mt-110{
    margin-top:110px
}
.mt-115{
    margin-top:115px
}
.mt-120{
    margin-top:120px
}
.mt-125{
    margin-top:125px
}
.mt-130{
    margin-top:130px
}
.mt-135{
    margin-top:135px
}
.mt-140{
    margin-top:140px
}
.mt-145{
    margin-top:145px
}
.mt-150{
    margin-top:150px
}
.mt-155{
    margin-top:155px
}
.mt-160{
    margin-top:160px
}
.mt-165{
    margin-top:165px
}
.mt-170{
    margin-top:170px
}
.mt-175{
    margin-top:175px
}
.mt-180{
    margin-top:180px
}
.mt-185{
    margin-top:185px
}
.mt-190{
    margin-top:190px
}
.mt-195{
    margin-top:195px
}
.mt-200{
    margin-top:200px
}
.mb-5{
    margin-bottom:5px
}
.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
}
.mb-105{
    margin-bottom:105px
}
.mb-110{
    margin-bottom:110px
}
.mb-115{
    margin-bottom:115px
}
.mb-120{
    margin-bottom:120px
}
.mb-125{
    margin-bottom:125px
}
.mb-130{
    margin-bottom:130px
}
.mb-135{
    margin-bottom:135px
}
.mb-140{
    margin-bottom:140px
}
.mb-145{
    margin-bottom:145px
}
.mb-150{
    margin-bottom:150px
}
.mb-155{
    margin-bottom:155px
}
.mb-160{
    margin-bottom:160px
}
.mb-165{
    margin-bottom:165px
}
.mb-170{
    margin-bottom:170px
}
.mb-175{
    margin-bottom:175px
}
.mb-180{
    margin-bottom:180px
}
.mb-185{
    margin-bottom:185px
}
.mb-190{
    margin-bottom:190px
}
.mb-195{
    margin-bottom:195px
}
.mb-200{
    margin-bottom:200px
}
.ls-custom-dot{
    display:block;
    width:4px;
    height:20px;
    background-color:#fff;
    margin:9px 0;
    border-radius:3px
}
.ls-custom-dot.active{
    background-color:#003399;
    height:60px
}
.ls-custom-dot:first-child{
    margin-top:0
}
.ls-custom-dot:last-child{
    margin-bottom:0
}
