/*-------------General Style---------------------------------------*/
html {overflow-x: hidden !important;}
body {margin: 0;padding: 0;font-weight: 400;font-size:1rem;color: #fff;font-family: 'Libre Franklin', sans-serif;letter-spacing: 0.5px;background: #000;line-height: 1.7;padding-top: 40px;}
/*-------------Bootstrap Style---------------------------------------*/
.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus{color: #fff;}
/*-------------Custom Style---------------------------------------*/
section{overflow-x: hidden;}
.section-gap{padding:40px 0;overflow-x: hidden;}
.section-gap-t{padding-top:40px;}
.section-gap.sm{padding:40px 0;}

.section-margin-t{margin-top: 80px;}
.section-margin-t .nag{transform: translateY(-80px);}

.text-center .section-title, .text-center.section-title{max-width: 1000px;margin: 0 auto;margin-bottom: 30px;}
.section-title{margin-bottom: 30px;}
.bg-grad{background-image: linear-gradient(#F1F5F7, rgb(241 245 247 / 0%));}

.btn-min{min-width: 200px;}
.btn-min3{min-width: 300px;}
.btn i{font-size: 130%;vertical-align: middle;}
.btn i.small{font-size: 80%;}
a:hover{text-decoration: none;}
.img-full{width: 100%;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{line-height: 1.7;}
h1, .h1 {font-size: 2.5rem;font-weight: 700;}
h2, .h2 {font-size: 2.25rem;font-weight: 700;}
h3, .h3 {font-size: 1.75rem;}
h4, .h4 {font-size: 1.5rem;}
h5, .h5{font-size: 1.125rem;}
h6, .h6 {font-size: 1rem;}

.font12{font-size: 12px;}
.font16{font-size: 1rem;}
.font18{font-size: 1.125rem;}

.lh12{line-height: 1.2;}
.lh15{line-height: 1.5;}
.lh17{line-height: 1.7;}

.fw-700{font-weight: 700;}
/* gutters-10 =================================*/
.row.gutters-6 {margin-right: -3px;margin-left: -3px;}
.row.gutters-6 > [class^="col-"],
.row.gutters-6 > [class*=" col-"],
.row.gutters-6 > .col {padding-right: 3px;padding-left: 3px;}

.row.gutters-b > [class^="col-"],
.row.gutters-b > [class*=" col-"],
.row.gutters-b > .col {margin-bottom: 30px;}
.row.gutters-b10 > [class^="col-"],
.row.gutters-b10 > [class*=" col-"],
.row.gutters-b10 > .col {margin-bottom: 10px;}

.form-group > label{margin-bottom: 5px;font-weight: 600;font-size: 13px;color: #5c6d88;}
::-webkit-input-placeholder {font-size: 13px;}
:-ms-input-placeholder {font-size: 13px;}
::placeholder {font-size: 13px;}

/* owl-action-1 =================================*/
.owl-action-1 .owl-nav .owl-prev,
.owl-action-1 .owl-nav .owl-next {position: absolute;top: 50%;-ms-transform: translateY(-50%);transform: translateY(-50%);opacity: 0;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;background: rgba(0, 0, 0, 0.5) !important;width: 40px;cursor: pointer;height: 40px;position: absolute;display: block;z-index: 1000;border-radius: 0;}
.owl-action-1 .owl-nav .owl-prev{left: 15px;}
.owl-action-1 .owl-nav .owl-next{right: 15px;}
.owl-action-1 .owl-nav .owl-prev span,
.owl-action-1 .owl-nav .owl-next span {font-size: 1.6875rem;color: #fff;}
.owl-action-1 .owl-nav .owl-prev:focus,
.owl-action-1 .owl-nav .owl-next:focus {outline: 0;}
.owl-action-1 .owl-nav .owl-prev:hover,
.owl-action-1 .owl-nav .owl-next:hover {background: #000 !important;}
.owl-action-1:hover .owl-prev {left: 0px;opacity: 1;}
.owl-action-1:hover .owl-next {right: 0px;opacity: 1;}
.owl-action-1.owl-theme .owl-dots{position: absolute;left: 0;right: 0;bottom: 10px;}
.owl-action-1.owl-theme .owl-dots .owl-dot{outline: none;}
.owl-action-1.owl-theme .owl-dots .owl-dot span{background: transparent;border: 1px solid #fff;width: 14px;height: 14px;}
.owl-action-1.owl-theme .owl-dots .owl-dot.active span,
.owl-action-1.owl-theme .owl-dots .owl-dot:hover span{background-color: #fff;}

/*-------------Header Style---------------------------------------*/
#header {left: 0;top: 0;right: 0;transition: all 0.5s;z-index: 997;z-index: 3;position: absolute;}
#header .menu-section{padding:0;}
#header .logo{padding: 10px 0;text-align: center;min-width: 150px;margin: 0 auto;}
#header .logo img {padding:0;max-width:100%;width: 180px;}
#header .menu-section .dropdown img {width: 21px;margin-right: 5px;}
/*.header-top{position: absolute;left: 0;right: 0;top: 0;}*/

.header-right .menu-groups{
    height: 100%;
    list-style: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    height: 56px;
    padding-left: 0;
}
.header-right .menu-groups li {
    height: 100%;
    position: relative;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-right .menu-groups li:before {
    content: "";
    position: absolute;
    top: -50%;
    left: 5px;
    right: -5px;
    bottom: -50%;
    background: #25304a;
    z-index: 2;
    -webkit-transform: skewX(-29deg);
    transform:skewX(-29deg);
}
.header-right .menu-groups li:last-child{margin-right: 30px;}
.header-right .menu-groups li:first-child{padding-left: 0;}
.header-right .menu-groups li:first-child:before {background: #3f4b65;content: normal;}
.header-right .menu-groups li:last-child:before {background: #020304;}
.header-right .menu-groups li a, .header-right .menu-groups li h3{color: #fff;
text-decoration: none;
z-index: 3;
white-space: nowrap;
-webkit-transition: border-bottom .5s;
transition: border-bottom .5s;
border-bottom: 1px solid transparent;
position: relative;
left: 4px;margin: 0;}
.header-right .menu-groups li h3{font-weight: 600;color: #d6bc21;}
/*-------------banner-section Style---------------------------------------*/
.banner-section{position: relative;border-bottom: 8px solid #25304a;background: #25304a;}
.main-banner{z-index: 1;position: relative;}
.main-banner .item {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;height: 620px;}
.main-banner .item img {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;object-fit: cover;}

.bg-grad2{background-image: linear-gradient(#25304a, #000);}
.header-top{background: #25304a;}
/*#header{background: rgba(255,255,255,0.65);}*/
#header .caption{color: #25304a !important;padding: 5px 15px;}
#header .caption h1{text-shadow: 0px 0px 22px rgba(255,255,255,1), 0px 0px 22px rgba(255,255,255,1), 0px 0px 22px rgba(255,255,255,1);}

.banner-section .strip{position: absolute;bottom: -60px;right: 35px;z-index: 2;}
.banner-section .caption{position: absolute;bottom:0;left: 0px;z-index:2;}
.banner-section .caption h1{color: #fff;font-weight: 700;font-size: 7rem;line-height: 1.1;text-shadow: 4px 4px 6px rgba(0,0,0,0.4);}

.banner-section .hero__triangle {position: absolute;z-index: 0;top: 0;left: 0;width: 100%;max-width: 350px;height: 636.36364px;background: linear-gradient(118.7deg,#25304a,#25304a 50%,transparent 0,transparent);}
.hr-strip {position: relative;height: 15px;background: url(../images/hr-strip.svg) 0 100% no-repeat;}

.profile h2{position: relative;}
.profile h2 span {
    background: -webkit-linear-gradient(#659bde, #091b2d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 140%;
    position: absolute;
    left: 170px;
    top: 30px;
    transform: rotate(-5deg);
    display: block;
}
.profile .sp-content{padding: 30px 20px;position: relative;z-index: 1;margin-bottom: 30px;color:#fff}
.profile .sp-content p{position: relative;z-index: 1;}
.profile .sp-content p:last-child{margin: 0;}
.profile .sp-content:before{position: absolute;content: "";left: -50px;top: 0;height: 100%;right: -80px;background: linear-gradient(118.7deg,#315a8e,#152e46);box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);}
.profile-img {position: relative;z-index: 1;}
.profile-img:before{position: absolute;content: "";left: 0px;top: 20px;height: 100%;right: 0px;background: transparent;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source:linear-gradient(118.7deg,#83d1ff,#152e46);box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
}
.profile-img img{box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);/*-webkit-transform: skewX(-10deg);transform: skewX(-10deg);*/}

.contact-sec{background: #090b10}
footer{background-image: linear-gradient(90deg,#2d3852,#2f3b58 78px,#25304a 131px,#0b0e15 325px,#000);box-shadow: 0 -5px 20px rgba(0,0,0,0.5);font-size: 14px;}
.footer-top .row > div{margin-top: 10px;margin-bottom: 10px;}
.footer-top ul{margin-bottom: 0;}
.footer-bottom{
    height: 24px;
    background-image: url(../images/color-strip.svg);
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.link-list li{padding-left:25px;position: relative;margin-bottom: 5px;}
.link-list li i{position: absolute;left: 0;top:2px;opacity: 0.5;font-size: 1.125rem;}
footer a{color: #fff;}
footer a:hover{color: #315a8e;}
.social-list li{margin: 0 5px 5px 0;font-size: 1.75rem;}

.black-line-form .form-control{border: none;border-bottom: 1px solid #464646;background: transparent;padding: 0;color: #fff;}
.black-line-form .form-control:focus{box-shadow: none;border-color: #315a8e;}
.black-line-form .form-control::-webkit-input-placeholder {color: #b5b5b5;}
.black-line-form .form-control:-ms-input-placeholder {color: #b5b5b5;}
.black-line-form .form-control::placeholder {color: #b5b5b5;}

/*-------------Responsive Style---------------------------------------*/
@media (min-width: 768px) {
	.show-m{display: none !important;}
}
@media (max-width: 1199.98px) {
}
@media (max-width: 991.98px) {
    body {font-size:0.875rem;}
    h1, .h1 {font-size: 2.25rem;}
    h2, .h2 {font-size: 2rem;}
    h3, .h3 {font-size: 1.5rem;}
    h4, .h4 {font-size: 1.25rem;}
    h5, .h5{font-size: 1rem;}
    h6, .h6 {font-size: 0.875rem;}
    #header .logo img {width: 150px;}
    .header-right .menu-groups li:last-child{display: none;}
}
@media (max-width: 767.98px) {
    body{padding-top:0;}
    h1, .h1 {font-size: 1.5rem;}
    h2, .h2 {font-size: 1.35rem;}
    h3, .h3 {font-size: 1.25rem;}
    h4, .h4 {font-size: 1.125rem;}
    .hide-m{display: none !important;}
    #header {position: static;background: #25304a;}
    .header-top {position: static;background: #000;}
    .logo{text-align: center;}
    .section-gap{padding:30px 0;overflow-x: hidden;}
    .section-gap-t{padding-top:30px;}
    .section-gap.sm{padding:30px 0;}
    #header .caption h1{text-shadow: none;color: #d6bc21;}
    .header-right .menu-groups li:last-child{display: flex;}
    .link-list li i{position: static;}
    .social-list li {margin:0 5px;}
}
@media (max-width: 574.98px) {
    .hide-sm{display: none !important;}
    .header-top{display: none;}
    #header .logo img {width: 120px;}
    .section-gap{padding:25px 0;overflow-x: hidden;}
    .section-gap-t{padding-top:25px;}
    .section-gap.sm{padding:25px 0;}
}