
/*
    font-family: "Montserrat", sans-serif;
*/
@font-face {
    font-family: 'Blizzard D';
    src: url('../fonts/BlizzardD.woff2') format('woff2'),
        url('../fonts/BlizzardD.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Optima LT Std';
    src: url('../fonts/OptimaLTStd-DemiBold.woff2') format('woff2'),
        url('../fonts/OptimaLTStd-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Optima LT Std';
    src: url('../fonts/OptimaLTStd-Black.woff2') format('woff2'),
        url('../fonts/OptimaLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

html,
body {
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

.grecaptcha-badge {left: -9999999999px!important;}

#cookie-law-info-bar { color: #000!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; }
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #000!important;}

::-webkit-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}

:focus,
input:focus,
textarea:focus {
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: none;
}

/* common */
a {
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -ms-transition: all 350ms;
  text-decoration: none;
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}
ul li,
ol li {
  padding: 0px;
  list-style: none;
}
ol ol {
  margin-bottom: 0px;
}
ol ol li:last-child {
  padding-bottom: 0px;
}


.topmainhead{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.navbar-top{
    position: relative;
}
.logo-widget{
    position: absolute;
    left: 50%;
    top: 45px;
    transform: translate(-50%, -50%);
}
.logo-widget a{
    display: block;
}
.logo-widget img{
    max-width: 317px;
    height: auto;
    width: 100%;
}
.navbar-top ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.navbar-top ul li{
    margin-right: 35px;
    position: relative;
}
.navbar-top ul li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.navbar-top ul li a::after{
    content: "";
    position: absolute;
    top: 126%;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #ff8502;
    transition: all 350ms ease;
}
.navbar-top ul li a:hover::after{
    width: 100%;
}
.navbar-top ul li.current-menu-item a::after{
    width: 100%;
}
.inner-main{
    padding-top: 16px;
}
@media (min-width: 767px) {
    .navbar-top ul li:nth-of-type(4){
        margin-left: auto;
    }
}
.nav-call{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}
.topmainhead::before{
    content: "";
    background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); 
    position: absolute;
    width: 100%;
    height: 186px;
    top: 0px;
    left: 0px;
}
.topmainhead .container{
    position: relative;
    z-index: 2;
}
.call-item a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 7px;
}
.call-item a span{
    position: relative;
}
.call-item a span::after{
    content: "";
    position: absolute;
    top: 126%;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #ff8502;
    transition: all 350ms ease;
}
.call-item a:hover span::after{
    width: 100%;
}
.hero-banner{
    position: relative;
    min-height: 100vh;
}
.hero-banner::before{
    content: "";
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.hero-banner .videoth{
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0px;
}
.hero-uptext{
    width: 100%;
    max-width: 87%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 67px;
    left: 0;
    right: 0;
    z-index: 2;
}
.hero-uptext h1 {
    font-size: 78px;
    color: #ffffff;
    font-family: 'Blizzard D';
    line-height: 0.999;
    text-shadow: rgb(3, 18, 136) 5px 0px 0px, rgb(3, 18, 136) 4.90033px 0.993347px 0px, rgb(3, 18, 136) 4.60531px 1.94709px 0px, rgb(3, 18, 136) 4.12668px 2.82321px 0px, rgb(3, 18, 136) 3.48353px 3.58678px 0px, rgb(3, 18, 136) 2.70151px 4.20736px 0px, rgb(3, 18, 136) 1.81179px 4.6602px 0px, rgb(3, 18, 136) 0.849836px 4.92725px 0px, rgb(3, 18, 136) -0.145998px 4.99787px 0px, rgb(3, 18, 136) -1.13601px 4.86924px 0px, rgb(3, 18, 136) -2.08073px 4.54649px 0px, rgb(3, 18, 136) -2.94251px 4.04248px 0px, rgb(3, 18, 136) -3.68697px 3.37732px 0px, rgb(3, 18, 136) -4.28444px 2.57751px 0px, rgb(3, 18, 136) -4.71111px 1.67494px 0px, rgb(3, 18, 136) -4.94996px 0.7056px 0px, rgb(3, 18, 136) -4.99147px -0.291871px 0px, rgb(3, 18, 136) -4.83399px -1.27771px 0px, rgb(3, 18, 136) -4.48379px -2.2126px 0px, rgb(3, 18, 136) -3.95484px -3.05929px 0px, rgb(3, 18, 136) -3.26822px -3.78401px 0px, rgb(3, 18, 136) -2.4513px -4.35788px 0px, rgb(3, 18, 136) -1.53666px -4.75801px 0px, rgb(3, 18, 136) -0.560763px -4.96846px 0px, rgb(3, 18, 136) 0.437495px -4.98082px 0px, rgb(3, 18, 136) 1.41831px -4.79462px 0px, rgb(3, 18, 136) 2.34258px -4.41727px 0px, rgb(3, 18, 136) 3.17346px -3.86382px 0px, rgb(3, 18, 136) 3.87783px -3.15633px 0px, rgb(3, 18, 136) 4.4276px -2.32301px 0px, rgb(3, 18, 136) 4.80085px -1.39708px 0px, rgb(3, 18, 136) 4.98271px -0.415447px 0px;
    margin-bottom: 34px;
}
.hero-uptext a{
    display: inline-block;
    border: 2px solid #ff8400;
}
.hero-uptext a span{
    display: block;
    background-color: #ff8400;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 26px 55px;
}
.in-btn{
    padding: 4px;
}
.hero-uptext a:hover{
    border-color: #0216a9;
}
.hero-uptext a:hover span{
    background-color: #0216a9;
}
.home-info{
    padding: 80px 0px 80px 0px;
}
.inner-info{
    margin: 0 auto;
    max-width: 1015px;
    width: 100%;
    text-align: center;
}
.inner-info h2{
    font-size: 28px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    line-height: 29px;
    padding-bottom: 33px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.5px;
}
.inner-info h2::before{
    content: "";
    background: #ff8400;
    width: 112px;
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
}
.inner-info p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
}
.left-exp img{
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}
.right-exp{
    width: 100%;
    max-width: 445px;
    margin: 0 auto;
}
.right-exp h3{
    font-size: 52px;
    color: #ec8602;
    line-height: 0.923;
    font-family: 'Blizzard D';
    margin-bottom: 20px;
}
.right-exp p{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-bottom: 24px;
}
.right-exp a{
    display: inline-block;
    border: 2px solid #0216a9;
}
.right-exp a span{
    display: block;
    background-color: #0216a9;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 26px 55px;
}
.icon-ply{
    width: 108px;
    height: 108px;
    border-radius: 100%;
    display: inline-block;
    border: 2px solid #ff8400;
    margin-bottom: 10px;
    padding: 4px;
}
.left-exp{
    position: relative;
    max-width: 715px;
    width: 100%;
}
.play-btn a{
    display: inline-block;
}
.play-btn span{
    display: block;
    color: #ff8400;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.lg-outer .lg-video-cont{
    max-width: 1440px !important ;
}
.plround{
    background: #ff8400;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 41px solid #2b2758;
    border-right: 0;
    margin-left: 8px;
}
.play-btn{
    position: absolute;
    bottom: 80px;
    left: 80px;
    z-index: 2;
}
.home-cta{
    background: #040d50;
    padding-top: 210px;
    padding-bottom: 30px;
    position: relative;
    margin-top: 30px;
}
.home-cta::after{
    content: "";
    background: url('../images/bg-ptncta.png') top center repeat-x;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.home-cta::before{
    content: "";
    background: url('../images/water-ptn.png') no-repeat center bottom;
    background-size: cover;
    position: absolute;
    top: -265px;
    left: 0px;
    min-height: 603px;
    width: 100%;
    z-index: 2;
}
.cta-box{
    text-align: center;
    margin-bottom: 53px;
}
.cta-box img{
    max-width: 98px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}
.cta-box h4{
    font-size: 28px;
    color: #ffffff;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
}
.home-cta .container{
    position: relative;
    z-index: 3;
}
.footer-main{
    padding: 65px 0px 70px 0px;
}
.footer-info-cdp{
    text-align: center;
}
.footer-info-cdp h3{
    font-size: 24px;
    font-family: 'Optima LT Std';
    font-weight: 900;
    text-transform: uppercase;
    color: #0216a9;
}
.footer-info-cdp.left{
    max-width: 292px;
    margin: 0 auto;
    width: 100%;
    padding-top: 45px;
}
.footer-info-cdp a{
    color: #2b2758;
    font-weight: normal;
    line-height: 1.5;
}
.footer-info-cdp a:hover{
    color: #ec8602;
}
.footer-info-cdp p{
    color: #2b2758;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 8px;
}
.footer-info-cdp img{
    margin: 0 auto;
    max-width: 317px;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}
.footer-info-cdp ul {
    display: block;
    margin-bottom: 20px;
}
.footer-info-cdp ul li{
    display: inline-block;
}
.footer-info-cdp ul li a{
    width: 36px;
    height: 36px;
    display: block;
    color: #0216a9;
    font-size: 22px;
}
.footer-info-cdp ul li a:hover{
    color: #ff8400;
}
.footer-info-cdp.right{
    padding-top: 45px;
}
.copyright-main{
    margin-top: 22px;
}
.copyright-main ul{
    display: block; 
    text-align: center;
}
.copyright-main ul li{
    display: inline-block;
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 15px;
}
.copyright-main ul li a{
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}
.copyright-main ul li a:hover{
    color: #0216a9;
}
.hero-banner-top{
    height: 58vh;
    position: relative;
}
.inner-info.about-info h1{
    font-size: 28px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    line-height: 29px;
    padding-bottom: 33px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.5px;
}
.inner-info.about-info h1::before{
    content: "";
    background: #ff8400;
    width: 112px;
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
}
.hero-banner-top::before {
  content: "";
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.hero-banner-top img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0px;
}
.video-main-info{
    padding-top: 0px;
    padding-bottom: 190px;
}
.video-main-info .container{
    padding-top: 70px;
    border-top: 1px dashed #000;;
}
.inner-info.about-info{
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
}
.community-slider{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.community-image-slider{
    width: 50%;
}
.community-text-slider{
    width: 50%;
    position: relative;
}
.community-text-slider::after{
    content: "";
    background: url('../images/bg-ptncta.png') bottom center repeat-x;
    width: 100%;
    height: 74%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.community-text-slider .repeat{
    position: relative;
    z-index: 2;
}
.community-image-slider .repeat img{
    width: 100%;
    height: 750px;
    object-fit: cover;
    border: 0px;
    outline: none;
}
.community-image-slider .slick-prev{
    display: none !important;
}
.community-text-slider .repeat .repeat-inner{
    padding: 0px 0px 0px 0px;
    min-height: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.community-text-slider .repeat .repeat-inner .inner{
    max-width: 445px;
    margin: 0 auto;
    width: 100%;
}
.community-main{
    background: #040d50;
    position: relative;
}
.community-main::after{
    
}
.community-text-slider .repeat .repeat-inner h2{
    font-size: 52px;
    color: #ec8602;
    font-family: 'Blizzard D';
    margin-bottom: 15px;
}
.community-text-slider .repeat .repeat-inner p{
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}
.community-text-slider .repeat .repeat-inner a{
    display: inline-block;
    border: 1px solid #ffffff;
}
.community-text-slider .repeat .repeat-inner a .in-btn{
    padding: 5px;
}
.community-text-slider .repeat .repeat-inner a span{
    padding: 25px 53px;
    display: block;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
}
.community-text-slider .repeat .repeat-inner a:hover span{
    background: #ff8400;
    border-color: #ff8400;
}
.community-image-slider .repeat.slick-slide{
    border: 0px;
}
.community-arrowbtn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.rebuild-arrowbtn .next-btn {
    width: 126px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: none;
    background: #fecc4e;
    transition: color 0.3s;
    cursor: pointer;
}
.next-btn{
    width: 108px;
    height: 108px;
    display: block;
    border-radius: 100%;
    border: 2px solid #ff8400;
    padding: 8px;
    background: transparent;
    transition: color 0.3s;
    cursor: pointer;
}
.next-btn span{
    background: #ff8400;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.next-btn span img{
    max-width: 20px;
    width: 100%;
}
.next-btn::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 102%;
    height: 102%;
    border: 2px solid transparent;
    border-radius: 50%;
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
}
.next-btn::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #c7222a;
    border-radius: 50%;
    opacity: 0;
    transition: width 0.2s, height 0.2s, opacity 0.2s;
    z-index: -1;
}
.community-arrowbtn .next-btn:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
    border: 2px solid #ff8400;
}
.get-started-main{
    position: relative;
    max-height: 700px;
    height: 100%;
    min-height: 700px;   
    padding: 164px 0px;
}
.get-started-bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.get-started-bg img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    display: block;
    object-position: top;
}
.get-started-main .container{
    position: relative;
}
.get-staeted-inner{
    text-align: center;
}
.get-started-bg::before{
    content: "";
    background: url('../images/get-ptn.png') center bottom repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 400px;
}
.get-staeted-inner h3{
    font-size: 28px;
    color: #ffffff;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    text-shadow: 1px 1px 25px rgb(0, 0, 0)    ;
}
.get-staeted-inner h4{
    font-size: 78px;
    color: #ffffff;
    font-family: 'Blizzard D';
    line-height: 0.999;
    text-shadow: rgb(3, 18, 136) 5px 0px 0px, rgb(3, 18, 136) 4.90033px 0.993347px 0px, rgb(3, 18, 136) 4.60531px 1.94709px 0px, rgb(3, 18, 136) 4.12668px 2.82321px 0px, rgb(3, 18, 136) 3.48353px 3.58678px 0px, rgb(3, 18, 136) 2.70151px 4.20736px 0px, rgb(3, 18, 136) 1.81179px 4.6602px 0px, rgb(3, 18, 136) 0.849836px 4.92725px 0px, rgb(3, 18, 136) -0.145998px 4.99787px 0px, rgb(3, 18, 136) -1.13601px 4.86924px 0px, rgb(3, 18, 136) -2.08073px 4.54649px 0px, rgb(3, 18, 136) -2.94251px 4.04248px 0px, rgb(3, 18, 136) -3.68697px 3.37732px 0px, rgb(3, 18, 136) -4.28444px 2.57751px 0px, rgb(3, 18, 136) -4.71111px 1.67494px 0px, rgb(3, 18, 136) -4.94996px 0.7056px 0px, rgb(3, 18, 136) -4.99147px -0.291871px 0px, rgb(3, 18, 136) -4.83399px -1.27771px 0px, rgb(3, 18, 136) -4.48379px -2.2126px 0px, rgb(3, 18, 136) -3.95484px -3.05929px 0px, rgb(3, 18, 136) -3.26822px -3.78401px 0px, rgb(3, 18, 136) -2.4513px -4.35788px 0px, rgb(3, 18, 136) -1.53666px -4.75801px 0px, rgb(3, 18, 136) -0.560763px -4.96846px 0px, rgb(3, 18, 136) 0.437495px -4.98082px 0px, rgb(3, 18, 136) 1.41831px -4.79462px 0px, rgb(3, 18, 136) 2.34258px -4.41727px 0px, rgb(3, 18, 136) 3.17346px -3.86382px 0px, rgb(3, 18, 136) 3.87783px -3.15633px 0px, rgb(3, 18, 136) 4.4276px -2.32301px 0px, rgb(3, 18, 136) 4.80085px -1.39708px 0px, rgb(3, 18, 136) 4.98271px -0.415447px 0px;
    margin-bottom: 24px;
}
.get-staeted-inner a{
    display: inline-block;
    border: 2px solid #ff8400;
}
.get-staeted-inner a span{
    display: block;
    background-color: #ff8400;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 26px 55px;
}
.get-staeted-inner a:hover{
    border-color: #0216a9;
}
.get-staeted-inner a:hover span{
    background-color: #0216a9;
}
.inner-info.service-info{
    max-width: 1005px;
    width: 100%;
    margin: 0 auto;
}
.inner-info.service-info h1{
    font-size: 28px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    line-height: 29px;
    padding-bottom: 33px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.2px;
}
.inner-info.service-info h1::before{
    content: "";
    background: #ff8400;
    width: 112px;
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
}
.inner-info.service-info p{
    line-height: 1.5;
    letter-spacing: 0.2px;
}
.service-item-col{
    position: relative;
}
.item-inner{
    display: flex;
    background: #040d50;
    position: relative;
}
/* .item-inner::after{
    content: "";
    background: url('../images/bg-ptncta.png') bottom center repeat-x;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0px;
    left: 0px;
} */
.ser-content::after{
    content: "";
    background: url('../images/bg-ptncta.png') bottom center repeat-x;
    background-size: contain;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.service-item-col .ser-image{
    width: 50%;
    max-height: 630px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ser-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 768px) {
    .service-item-col .ser-content{
        align-items: center;
        display: flex;
        justify-content: flex-start;
        padding: 20px;
        width: 50%;
    }
    .service-item-col:nth-child(even) .ser-content{
        justify-content: flex-end;
        padding-left: 0%;
        padding-right: 6.5%;
    }
}
.service-item-col:nth-child(even) .item-inner{
    flex-direction: row-reverse;
}
.ser-content-inner{
    max-width: 440px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.service-item-col .ser-content{
    padding-left: 6.5%;
    position: relative;
    z-index: 2;
}
.ser-content-inner h2{
    font-size: 52px;
    color: #ec8602;
    font-family: 'Blizzard D';
    margin-bottom: 15px;
}
.ser-content-inner p{
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}
.ser-content-inner a{
    display: inline-block;
    border: 1px solid #ffffff;
}
.ser-content-inner a .in-btn{
    padding: 5px;
}
.ser-content-inner a span{
    padding: 25px 53px;
    display: block;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
}
.ser-content-inner a:hover span{
    background: #ff8400;
    border-color: #ff8400;
}
.company-logos-main{
    padding: 80px 0px;
}
.company-item img{
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    opacity: 0.251;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.company-item:hover{
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}
.company-logo-title{
    text-align: center;
    max-width: 631px;
    margin: 0 auto;
}
.company-logo-title h3{
    font-size: 28px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    line-height: 29px;
    padding-bottom: 33px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.5px;
}
.company-logo-title h3::before{
    content: "";
    background: #ff8400;
    width: 112px;
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
}

.company-main-in{
    position: relative;
}
.arrow-left img{
    max-width: 27px;
    width: 100%;
    height: auto;
}
.arrow-right img{
    max-width: 27px;
    width: 100%;
    height: auto;
}
.arrow-left{
    position: absolute;
    left: 0px;
    top: 0px;
}
.arrow-right{
    position: absolute;
    right: 0px;
    top: 0px;
}
.company-logo-slider .slick-arrow{
    font-size: 0px;
    border: none;
    background: transparent;
    position: absolute;
    left: -34px;
    top: 13px;
    z-index: 2;
}
.company-logo-slider .slick-prev.slick-arrow{
    width: 40px;
    height: 58px;
    display: block;
}
.company-logo-slider .slick-prev.slick-arrow::before{
    content: "";
    background: url('../images/arrow-left-logo.png') no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.company-logo-slider .slick-next.slick-arrow{
    width: 40px;
    height: 58px;
    display: block;
}
.company-logo-slider .slick-next.slick-arrow::before{
    content: "";
    background: url('../images/arrow-right-logo.png') no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
}
.company-logo-slider .slick-next.slick-arrow{
    right: -34px;
    left: auto;
}
.company-logo-slider .slick-prev.slick-arrow.slick-disabled{
    opacity: 0.4;
}

.contact-faq-main{
    padding: 80px 0px 75px 0px;
}
.contact-title-top{
    text-align: center;
    margin-bottom: 45px;
}
.contact-title-top h1{
    font-size: 28px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    line-height: 29px;
    padding-bottom: 33px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.5px;
}
.contact-title-top h1::before{
    content: "";
    background: #ff8400;
    width: 112px;
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
}
.contact-title-top p{
    line-height: 1.5;
    letter-spacing: 0.2px;
}
.contact-form form{
    max-width: 895px;
    margin: 0 auto;
    width: 100%;
}
.contact-form form .form-row{
    display: flex;
    margin: 20px 0px;
    position: relative;
}
.input-data label{
    display: none;
}
.input-data input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: 1px solid #000000;  
    padding: 25px 25px; 
}
.form-row .input-data{
    width: 100%;
    margin: 0px 10px;
}
.input-data textarea {
     display: block;
    width: 100%;
    height: 180px;
    font-size: 16px;
    border: 1px solid #000000;  
    padding: 25px 25px; 
    resize: none;
}
.submit-btn{
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent;
    color: #f00;
    text-align: center;
}
.submit-btn button{
    display: inline-block;
    border: 2px solid #0216a9;
    padding: 4px;
    background: transparent;
}
.submit-btn button span{
    display: block;
    background-color: #0216a9;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 26px 55px;
}
.submit-btn button:hover{
    border-color: #ff8400;
}
.submit-btn button:hover span{
    background: #ff8400;
}
.contact-form-main{
    padding-bottom: 75px;
    border-bottom: 1px solid #eeeeee;
}
.faq-main{
    padding-top: 65px;
}
.faq-title{
    text-align: center;
}
.faq-title h2{
    font-size: 78px;
    color: #ec8602;
    line-height: 0.923;
    font-family: 'Blizzard D';
    margin-bottom: 40px;
}
.faq-desc-inner{
    max-width: 870px;
    margin: 0 auto;
    width: 100%;
}
.faq-card{
    display: none;
}
.faq-list .postbg{
    margin-bottom: 36px;
}
.faq-list .postbg .acctitle{
    font-size: 24px;
    color: #000000;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 30px;
    cursor: pointer;
}
.plus-minus{
    width: 45px;
    height: 45px;
    border: 2px solid #ec8602;
    display: block;
    padding: 4px;
    transition: all 350ms;
    -webkit-transition: all 350ms;
}
.faq-list .postbg .acctitle .plus-minus span.plmi{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border: 2px solid #ec8602;
}
.faq-card{
    padding-top: 11px;
    padding-left: 74px;
}
.faq-card p{padding-bottom: 24px;}
.faq-list .postbg .acctitle .plus-minus span.plmi::before{
    content: "";
    margin-left: 0px;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ec8602;
}
.faq-list .postbg .acctitle .plus-minus span.plmi::after{
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 350ms;
    -webkit-transition: all 350ms;
    background: #ec8602;
}
.faq-list .postbg .acctitle.active .plus-minus{
    transform: rotate(40deg);
}
.faq-list .postbg .acctitle.active span.plmi{
    background: #ec8602;
}
.faq-list .postbg .acctitle.active span.plmi::after{
    transform: rotate(48deg);
    background: #ffffff;
    top: 8px;
}
.faq-list .postbg:first-child .faq-card{
    display: block;
}
.our-team-inner{
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}
.team-card{
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 80px;
}
.team-left-image{
    max-width: 430px;
    width: 100%;
    height: 507px;
    position: relative;
    overflow: hidden;
}
.team-left-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.team-right-desc{
    width: calc(100% - 430px);
    display: flex;
   
    justify-content: flex-start;
    position: relative; padding-top:40px;
}
.team-right-desc .team-indesc{
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 660px;
    width: 100%;
    margin-left: 47px;
    position: relative;
    z-index: 2;
}
.team-top-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eeeeee;
}
.left-title-team h3{
    font-size: 42px;
    color: #ff8400;
    line-height: 0.667;
    font-family: 'Blizzard D';
    margin-bottom: 10px;
}
.left-title-team h4{
    font-size: 18px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    line-height: 29px;
}
.team-top-title ul li{
    margin-bottom: 4px;
}
.team-top-title ul li a{
    font-size: 22px;
    color: #0216a9;
}
.team-indesc p{
    line-height: 1.5;
    margin-bottom: 20px;
}

.team-left-image::before {
    content: "";
    border: 2px solid #ffffff;
    border-right: 0px;
    top: 22px;
    left: 20px;
    bottom: 22px;
    right: 0;
    position: absolute;
}
.team-left-image::after {
    content: "";
    border: 2px solid #ffffff;
    border-right: 0px;
    top: 32px;
    left: 30px;
    bottom: 32px;
    right: 0;
    position: absolute;
}
.team-right-desc::before{
    content: "";
    border: 2px solid #eeeeee;
    /* border-left: 2px solid #eeeeee; */
    top: 22px;
    left: -14px;
    bottom: 22px;
    right: 20px;
    position: absolute;
    z-index: -1;
}
.team-right-desc::after{
    content: "";
    border: 2px solid #eeeeee;
    /* border-left: 2px solid #eeeeee; */
    top: 32px;
    left: -2px;
    bottom: 32px;
    right: 32px;
    position: absolute;
    z-index: -1;
}
.read-more-in{
    display: none;
}

.team-indesc > a{
    font-size: 16px;
    color: #ff8400 !important;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.team-indesc > a .pls{
    font-size: 24px;
}
.portfolio-main{
    padding: 80px 0px;
}
.portfolio-top-info{
    text-align: center;
    margin-bottom: 40px;
}
.portfolio-top-info h1{
    font-size: 28px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    line-height: 29px;
    padding-bottom: 33px;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 0.5px;
}
.portfolio-top-info h1::before{
    content: "";
    background: #ff8400;
    width: 112px;
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0;
}
.portfolio-top-info p{
    line-height: 1.5;
    letter-spacing: 0.2px;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}
.portfolio-gallery-top ul{
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 30px;
}
.portfolio-gallery-top ul li{
    display: inline-block;
    text-align: center;
}
.portfolio-gallery-top ul li a{
    display: inline-block;
    border: 1px solid #0216a9;
    padding: 4px;
}
.portfolio-gallery-top ul li a span{
    padding: 25px 53px;
    display: block;
    border: 1px solid #0216a9;
    color: #0216a9;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -ms-transition: all 350ms;
}
.portfolio-gallery-top ul li a:hover span{
    background: #0216a9;
    color: #ffffff;
}
.portfolio-gallery-top ul li.active a span{
    background: #0216a9;
    color: #ffffff;   
}

.map-card{
    width: 100%;
    height: 680px;
    position: relative;
}
.map-card #map-canvas{
    width: 100%;
    height: 100%;
}


.off-canvas {
  padding: 60px 20px 30px;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 300;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transition: transform .7s ease 0s;
  -webkit-transition: transform .7s ease 0s;
  background: #ffffff;
}
.mobile-menu {
  display: none;
}
.mobile-icon {
  width: 40px;
  height: 26px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border: none;
}
.navbar-toggler-line {
  width: 100%;
  height: 2px;
  background: #000000;
}

.is-open .off-canvas {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transition: transform .5s cubic-bezier(.34,.95,.27,.98) 0s;
}
.moibile-callbtn{display: none;}
.moibile-callbtn a:hover{
  background: #000000;
  color: #ffffff;
}

.portfolio-gallery-top{
    margin-bottom: 70px;
}


.portfolio-gallery-main { padding: 0px; margin: 0px auto; max-width: 1370px; }
.portfolio-gallery-main:after { content: ""; width: 100%; height: 0px; clear: both; overflow: hidden; display: block; }
.portfolio-gallery-main .repeat { padding: 0px 5px 10px; width: 50%; float: left; }
.portfolio-gallery-main .repeat.style3, .portfolio-gallery-main .repeat.style4 { width: 33.33%; }
.portfolio-gallery-main .repeat.style5, .portfolio-gallery-main .repeat.style6 {width: 33.33%;}
.portfolio-gallery-main .repeat.style7, .portfolio-gallery-main .repeat.style9 {width: 33.33%;}
.portfolio-gallery-main .repeat.style8 {width: 66.66%;float: right;}
.portfolio-gallery-main .repeat.style9 {margin-top: -1px;}

.portfolio-gallery-main .repeat.style6{margin-top: 0px;}
.portfolio-gallery-main .repeat .tiled-gallery-item { cursor: pointer; width: 100%; }
.portfolio-gallery-main .repeat img { width: 100%; object-fit: cover; display: block;}

.portfolio-gallery-main .style3 img, .portfolio-gallery-main .style4 img { height: 676px; }
.portfolio-gallery-main .style5 img, .portfolio-gallery-main .style6 img { height: 333px; }

.closebtn.mobilemenu {
  position: absolute;
  top: 24px;
  right: 18px;
  width: 40px;
  height: 40px;
}
.menu_mobile .closebtn::before, .menu_mobile .closebtn::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 19px;
  width: 40px;
  height: 2px;
  transform: rotate(45deg);
  background: #0216a9;
}
.menu_mobile .closebtn::after {
  transform: rotate(-45deg);
}
.navbar-list-mobile ul{
    flex-direction: column;
    text-align: center;
}
.mobile-logo{
    padding: 0px 0px 30px 0px;
    text-align: center;
}
.mobile-logo img{
    max-width: 250px;
    width: 100%;
    height: auto;
}
.navbar-list-mobile ul li{
    line-height: 38px;
}
.navbar-list-mobile ul li a{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.navbar-list-mobile ul li a:hover{
    color: #ff8400;
}


.gm-style .gm-style-iw-t{display: none;}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #ff8400;
  font-size: 32px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}

.common-pages{
    padding: 80px 0px;
}
.common-inner h1 {
    font-size: 52px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    margin-bottom: 15px;
}
.common-inner h2 {
    font-size: 34px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    margin-bottom: 15px;
}
.common-inner h3 {
    font-size: 30px;
    font-weight: 600;
    color: #0216a9;
    font-family: 'Optima LT Std';
    text-transform: uppercase;
    margin-bottom: 15px;
}
.common-inner p {
    line-height: 1.5;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}
.common-inner p a{
    color: #0216a9;
    text-decoration: underline;
    word-break: break-all;
}
.common-inner ul {
    margin-bottom: 30px;
}
.common-inner ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    line-height: 1.833;
    font-weight: 300;
}
.common-inner ul li a{
    color: #0216a9;
    text-decoration: underline;
    word-break: break-all;
}
.common-inner ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 8px;
    background: #0216a9;
    display: block;
}
.lg-outer .lg-thumb-item{
    border: none;
    border-radius: 0px;
}

.mobile-call-item {
    text-align: center;
    padding: 15px 0px;
}
.mobile-call-item a{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
}
.mobile-call-item a:hover{
    color: #ff8400;
}



.portfolio-gallery-main .repeat.style1 img , .portfolio-gallery-main .repeat.style2 img {height: 500px;}

.portfolio-gallery-main .repeat.style7 img, .portfolio-gallery-main .repeat.style9 img {
    height: 330px;
}

.portfolio-gallery-main .repeat.style8 img {
    height: 670px;
}

.portfolio-gallery-main .style5 img, .portfolio-gallery-main .style6 img {
    height: 333px;
}

@media (max-width: 767px) {
    .portfolio-gallery-main .repeat{
        width: 100% !important;
    }
    .portfolio-gallery-main .repeat img{
        height: auto !important;
    }

    .ser-content::after{
        height: 100%;
    }
}


@media (min-width: 2000px) {
    .home-cta::before{
        top: -300px;
       
        min-height: 685px;
      
    }

}
@media (min-width: 767px) {
.hero-banner-top .videoth {
    position: relative;
    top: -200px;
}

.get-staeted-inner {
    text-align: center;
    position: relative;
    top: 250px;
}
}

img{
    max-width: 100%; height: auto;
}

.community-text-slider img {
    max-width: 100px;
    display: block;
    /* margin: 0 auto; */
}

.logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.logos p {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}