@charset "UTF-8";

/*
Theme Name: NCS
*/

html {
    line-height: normal;
}
body{
    font-family: 'Barlow';
    line-height: normal;
    font-weight:500;
    margin:0;
    color: #333028;
    font-size: 13px;
}


/* barlow-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/barlow-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/barlow-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/barlow-v12-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/barlow-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/barlow-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/barlow-v12-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/barlow-v12-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* bebas-neue-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/bebas-neue-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icon/icomoon.eot?m0sldh');
  src:  url('assets/fonts/icon/icomoon.eot?m0sldh#iefix') format('embedded-opentype'),
    url('assets/fonts/icon/icomoon.ttf?m0sldh') format('truetype'),
    url('assets/fonts/icon/icomoon.woff?m0sldh') format('woff'),
    url('assets/fonts/icon/icomoon.svg?m0sldh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icon/other/icomoon.eot?yguu2u');
  src:  url('assets/fonts/icon/other/icomoon.eot?yguu2u#iefix') format('embedded-opentype'),
    url('assets/fonts/icon/other/icomoon.ttf?yguu2u') format('truetype'),
    url('assets/fonts/icon/other/icomoon.woff?yguu2u') format('woff'),
    url('assets/fonts/icon/other/icomoon.svg?yguu2u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e700";
}
.icon-mission:before {
  content: "\e701";
}
.icon-shared-vision:before {
  content: "\e702";
}


.icon-facebook:before {
  content: "\e900";
}
.icon-fax:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e904";
}
.icon-pin:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-service1:before {
  content: "\e907";
}
.icon-service2:before {
  content: "\e908";
}
.icon-service3:before {
  content: "\e909";
}
.icon-service4:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}







.header.fixed_header{
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;

}
.header.fixed_header{position: fixed; top: 0; left: 0; width: 100%; z-index: 999;
  background: #181c43;
-moz-box-shadow: 0 0 8px -5px #333;
-webkit-box-shadow: 0 0 8px -5px #333;
box-shadow: 0 0 8px -5px #333;}


@-webkit-keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.header.fixed_header{background: #181c43;top:0;left:0;right:0;position:fixed;margin:0;z-index:1002;-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-box-shadow:0 0 8px -5px #333;-webkit-box-shadow:0 0 8px -5px #333;box-shadow:0 0 8px -5px #333;}




img{max-width: 100%;}
p{margin-bottom:15px; line-height:1.5; font-size: 13px;}

h1, h2, h3, h4, h5, h6{font-weight: 400; margin-bottom:15px; color: #181c43;  font-family: 'Bebas Neue'; }
p:last-child{margin-bottom: 0px;}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child{margin-bottom: 0px;}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
}
button , :after , :before{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;    
}
a:hover{
    text-decoration: none;
}
a:focus , input:focus , textarea:focus , button:focus{
    outline: none;
}
ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
figure{margin:0;}
input:focus,textarea:focus{outline:none;background: transparent; border-color: #5a5a5a; box-shadow:none !important; -webkit-box-shadow:none  !important;}
/* header css start */



/*********start header********/

.header{width: 100%; position: fixed; top: 0; left: 0; z-index: 99; border-bottom: 1px solid rgba(255,255,255,0.2);}

.hderinr{position: relative; align-items: flex-end;}

.header_left{}
.header_right{ }

.header_top {
    text-align: right;
}
.header_contacts{}
.header_contacts li{display: inline-block;margin-right: 20px}
.header_contacts li:last-child{margin-right: 0}
.header_contacts li a{color: #fff; font-size: 12px; font-weight: 500; display: flex; width: 100%; align-items: center;}
.header_contacts li a:hover{color:#fec828;}
.header_contacts li i{
  width: 28px;
  height: 28px;
  font-size: 10px;
  border: 1px solid #fec828;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color:#fec828;
  margin-right: 5px;
  display: inline-flex;
}
.logo{width: auto; display: block; 
    position: relative;
    z-index: 10;
    width:100px;
    padding: 5px 0;
}

ul.slimmenu li a{display: inline-block; color: #fff; padding: 0; font-size: 14px; font-weight: 500; position: relative; }

ul.slimmenu li{margin-right: 30px; padding:20px 0; background:none !important;     float: none;
    display: inline-block;}
ul.slimmenu li:last-child{margin: 0px;}
ul.slimmenu li.current-menu-item a,ul.slimmenu li.home.current-menu-item:before,ul.slimmenu li:hover a,.header_contact:hover,ul.slimmenu li.home:hover:before{color:#fec828}
ul.slimmenu li:after{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    
    height: 4px;
    background: #fec828;
    border-radius: 10px;
    width: 0;
}
ul.slimmenu li.home{position:relative;}
ul.slimmenu li.home a{font-size:0 !important;     position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;}
ul.slimmenu li.home:before{content: '\e700';
    font-family: 'icomoon' !important;
     color: #fff; padding: 0; font-size: 14px;
}
ul.slimmenu li.current-menu-item:after, ul.slimmenu li:hover:after{width: 14px;}
ul.slimmenu{
    text-align: right;
    width: 100%;}

.jis-logo{position: absolute;
    right: 0;
    top: -14px;
    /* height: 70px; */
    max-width: 76px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;}
.jis-logo img{border-radius:6px;}
.header_right {
    position: relative;
    padding-right: 110px;
}
.video-box{position: relative;
    padding: 28.15% 0;}
.video-box video{    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}
.banner,.video{width: 100%;  position: relative; }
.video{/*height:100vh;*/overflow:hidden;}
.banner_item figure:after,.video:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    height:200px;
    background-image: linear-gradient(to bottom, rgba(24,28,67,1), rgba(38,44,104,0));
}
.banner_item figure img{width: 100%}
.banner_item{position: relative; z-index: 1}
.banner_item figure{position: relative;}
.banner_item figure:before,.video:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-image: url('assets/images/banner-overlay.png');
    background-size: 100% 100%;
    
}
.inner-banner .banner_item figure:before{display:none;}
.banner_wrap {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrap:before,.video-box:before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6.1%;
    right: 6.1%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    border-bottom: 0;
    z-index:1;
}
.banner_text{position: relative; z-index: 10; max-width: 500px;
    text-align: center;}
.inner-banner .banner_text{max-width: 800px; text-align:left;}
.banner_text h3,.banner_text h1{color: #fff; font-size: 78px; line-height: 72px; padding-bottom: 20px; position: relative;}
.inner-banner .banner_text h1{font-size: 54px;
    line-height: 64px;}
.banner_text h1{padding:0!important; margin: 0 !important}
.inner-banner .banner_wrap{justify-content: space-between}
.inner-banner .banner_wrap:before{display: none!important;}
.banner_text h3:after{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    height: 18px;
    margin: auto;
    bottom: 0;
    background-image: url(assets/images/border.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.banner_text h3 span{display: block; color: #FEC828}
.banner_text p{color: #fff; font-size: 14px; margin: 0}

.banner .owl-dots{position: absolute;
    left: 2.5%;
    top: 57%;
    transform: translateY(-50%);}
.banner  .owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 8px 0;
}
.banner  .owl-carousel button.owl-dot.active {
    background: #fec828;
    border-color: #fec828;
    width: 11px;
    height: 11px;
}
.about_left img{border-radius: 50%;
    border: 5px solid #f7c227; box-shadow: 3px 2px 20px rgba(0,0,0,0.35);}
.about{padding-bottom: 85px}
.about_wrap {
    width: 86%;
    margin: auto;
    padding: 70px 0 0;
    background-size: 94%;
    background-position: left top;
    background-repeat: no-repeat;
}
.about_head h1{font-size: 78px; margin-bottom: 15px;     line-height: 70px;}
.about_head{padding-bottom: 45px}

.about_icon {
    width: 65px;
    height: 65px;
    display: inline-flex;
    background: #fec828;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.about_icon img {
    height: 26px;
    object-fit: contain;
}
.about_item {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 45px;
}
.about_body{align-items: center; margin-bottom: 15px}
.about_item:last-child{margin: 0;}
.about_text {
    padding-left: 20px;
    width: calc(100% - 65px);
}
.about_text h5{font-size: 16px; color: #181c43; margin-bottom: 6px; font-weight: 600; font-family: 'Barlow';}
.about_right{padding-left: 90px}
.about .more{margin-bottom: -15px}
.more,.form-submit input,.search-submit{background: #fec828;
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 30px;
    font-weight: 600;
    color: #181c43;
    font-size: 14px;
    text-transform: uppercase;}
.form-submit input{border:none !important;}
.more:after{
   content: '\e906';
    font-family: 'icomoon';
    font-size: 9px;
    margin-left: 15px;
}
.more:hover,.gallery_text .more:hover,.form-submit input:hover,.search-submit:hover {
    background: #181c43;
    color: #fff;
}
.service-head{padding: 40px 0 30px}
.service-head h2{color: #fff; font-size: 78px; line-height: 70px; margin-bottom: 15px}
.service-head p{color: #fff}
.services{position: relative; z-index: 1;}
.service-back{position: absolute; left: 0; right:0; top:0; background-size: cover; bottom:14%; z-index: -1; }
.service-back:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-color: rgba(38, 44, 104, 0.7);
}
.service_item{padding: 0;     display: flex;}
.service_item a{width:100%; display:flex;}
.servie_box{background: #fec828; width:100%;  box-shadow: 0 0 1px 1px rgba(0,0,0,0.1); padding: 45px 18px; position:relative; border-radius: 4px; overflow: hidden; z-index: 1;}
.servie_box:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    /*background: #fff;*/
    z-index: -1;
}
.servie_box:hover:before{background: transparent;}
.servie_box img{
   position: absolute;
    left: 0;
    /* right: 0; */
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    opacity: 0;
    mix-blend-mode: screen;
}
.servie_box .icon {
    display: flex;
    width: 65px;
    height: 65px;
    border: 1px solid #fec828;
    background: #fff;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    border-radius: 50%;
    margin-bottom: 50px;
    transition: all 0.3s;
    color: #181c43;
}
.servie_box:hover img{opacity:0.8;}
.servie_box:hover .icon{background: #181c43; color:#fec828; border-color:#181c43; }
.servie_box h5{color: #181c43; max-width: 90%; margin-bottom: 0 !important; padding-bottom:12px; font-family: 'Barlow'; font-weight: 600; text-transform: uppercase; line-height: 20px; font-size: 16px; position: relative;}
.servie_box h5:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    background: #fec828;
    height: 1px;
}
.servie_box:hover h5:after{background: #181c43}
.service-head>div{padding: 0}
.service_btn{text-align: right; align-self: center;}

.clients{padding: 70px 0}
.client_head h2{font-size: 78px; margin-bottom: 15px;     line-height: 70px;}
.cliets_wrap{    margin: 30px 0;
    display: flex;
    justify-content: center;
    width: 100%;}
.client_logo {
    width: 190px;
    height: 190px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fec828;
    border-radius: 50%;
    margin: 0 -10px;
}
.client_logo img {
    width: 60%;
    height: 90px;
    object-fit: contain;
}
.gallery{padding:90px 0; background-color: #262c68; position: relative; z-index: 1}
.gallery_back{opacity: 0.7; z-index: -1; mix-blend-mode: multiply; position: absolute; left: 0; right: 0; top:0; height:100%; object-fit: cover;}
.gallery_left,.gallery_right{padding: 0; }
.gallery{margin:0}
.gallery_wrap{display: flex; width: 100%; flex-wrap: wrap;}
.gal_item{width: 33.33%;
    display: flex;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 6px;}
/*.gal_item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(38,44,104,0.25);
}*/
h4.img_caption {
    position: absolute;
    color: #fff;
    padding: 10px 12px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    background: rgb(38,44,104,0.65);
}
.gallery_left{display: flex; width: 30%}
.gallery_right{width: 70%}
.gal_item img{height: 100%; width: 100%; border-radius: 6px;}
.gallery_text{background: #FEC828; width: 100%; padding: 20px 45px; border-radius: 6px; display: flex; flex-wrap: wrap; align-items: center;}
.gallery_text>div{width: 100%}
.gallery_text h2{font-size: 78px; margin-bottom: 25px;     line-height: 70px; }
.gallery_text .more{background: #282828; color: #fff;}

.events{padding: 70px 0 60px}
.event_head h2{font-size: 78px; margin-bottom: 15px;     line-height: 70px;}
.event_item figure img{width: 100%; border-radius: 6px}
.event_text{position: relative;
    z-index: 1;
    width: 92%;
    margin: -50px auto 0;
    padding: 20px 16px;
    border-radius: 6px;
    background: #fff;}
.event_date{font-weight: 600; color: #fec828; margin-bottom: 10px; display: block;}
.event_text h4{font-size: 16px; color: #333028; font-weight: 700; margin-bottom: 14px; line-height: 20px; font-family: 'Barlow';}
.event_text h4 a{color: #333028;}
.event_text h4 a:hover{color: #fec828;}
.event_list{padding: 50px 0 0}
.event_item:nth-child(odd) {
    margin-top: 60px;
}

.footer{background: #151732;
    position: relative;
    overflow: hidden;
    padding-top: 25px;}
.footer:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25px;
    background: #fff;
}
.ftr_logo{display: block;
    width: 130px;
    margin: 0 0 20px;}
.social p{color: #fff; margin:0 0 5px}
.social ul li{display: inline-block; margin-right:7px}
.social ul li a{display: flex;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;}
.social ul li a:hover {
    color: #151732;
    background: #fec828;
}
.footer-left{padding: 30px 12px; position: relative;}
.footer-left:after{
    content: '';
    position: absolute;
    right: 45px;
    top:0;
    height: 90%;
    width:1px;
    background-color:rgba(255, 255, 255, 0.1);
}
.footer_bottom{justify-content: flex-end; padding: 20px 0}
.footer_links{
    padding:30px 50px 16px;
}
.footer_links h5{font-weight: 700; color: #fff; font-size: 16px; margin-bottom: 16px; font-family: 'Barlow';}
.ftr_menu{display: flex; width: 100%; flex-wrap: wrap;}
.ftr_menu li{margin-bottom: 12px; padding-left: 12px; position: relative; width: 50%}
.ftr_menu li:before{
    content: '';
    position: absolute;
    left: 0;
    top:6px;
    width: 6px;
    height: 6px;
    border: 1px solid #fec828;
    border-radius: 50%;
}
.ftr_menu li a{color: #fff; }
.ftr_contact{
    padding:  0 0 0 20px;
    background: #fec828;
    position: relative;
    z-index: 1;

}
.ftr_contact:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top:-25px;
    width: 10000px;
    z-index: -1;
    background: #fec828;
}
.ftr_contact h5{font-weight: 700; color: #333028; font-size: 16px; margin-bottom: 20px; font-family: 'Barlow';}
.ftr_contact ul{display: flex; flex-wrap: wrap;}
.ftr_contact ul li{width: 50%; display: flex; align-items: center; margin-bottom: 30px}
.ftr_contact ul li p{font-size: 12px}
.ftr_contact ul li i{display: flex;
    width: 44px;
    height: 44px;
    background: #151732;
    border-radius: 50%;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    color: #fec828;
    font-size: 18px;}
.ftr_contact ul li p a{display: block; color: #333028;}
.ftr_contact ul li p a:hover {
  color: #fff;
}
.ftr_menu li a:hover {
    color: #fec828;
}
.copy{color: #fff}
.copy a{color: #fec828;}
.footer_bottom>div{padding-left: 0}

.banner_social{position: absolute; right: 1.5%; top:57%; transform: translateY(-50%); z-index: 10}
.banner_social ul li{display: block; margin: 6px 0}


.breadcrumbs p{    color: #fff;
    font-size: 16px;
    font-weight: 500;}
.breadcrumbs a{color:#fff; display: inline-flex; align-items: center;}
.breadcrumbs a:after{
    content: '\e906';
    font-family: 'icomoon';
    font-size: 8px;
    margin:3px 12px 0px;
}
.breadcrumb_last{color: #fec828}

.inner-section{padding: 80px 0; position: relative;}
.section_image img,.wp-block-image img{width: 100%; border-radius: 6px;}
.wp-block-image{padding-right:15px;}
.section_image{padding-right:50px}
.section_text{align-self: center;}
.section_text h2{color: #181c43; font-size: 60px; line-height: 55px; margin-bottom: 15px}
.section_text h3{color: #181c43; font-size: 45px; line-height: 50px; margin-bottom: 15px}
.section_text h4,.net_item h3{color: #181c43; font-size: 35px; line-height: 40px; margin-bottom: 15px}
.section_text h5{color: #181c43; font-size: 27px; line-height: 32px; margin-bottom: 15px}
.section_text p{}
.section_text ul{padding: 10px 0 20px}
.section_text ul li{margin-bottom: 15px; position: relative; line-height: 1.4; padding-left: 26px}
.section_text ul li:last-child{margin: 00}
.section_text ul li:before{
       content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 2px solid #fec828;
    background: #fff;
    border-radius: 50%;
}

.service_section{padding: 100px 0; background-size: cover; position: relative; z-index: 1; background-position: top center;}
.service_section:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(38, 44, 104, 0.8);
}
.service_inner_box{padding: 50px 45px}
.service_inner_box .icon{margin-bottom: 35px}
.servie_box h3,.cont_details h2{color: #333028;
    font-weight: 600;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px; position: relative; padding-bottom: 10px; margin-bottom: 20px}
.servie_box h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    background: #fec828;
    height: 1px;
}
.servie_box:hover h3:after{background:#333028 }
.inner-section.alter .row,.alter_wrap:nth-child(odd) .row{flex-direction: row-reverse;}
.inner-section.alter .section_image,.alter_wrap:nth-child(odd) .section_image{padding-right:12px; padding-left: 50px}
.service-first,.service-last{position: relative; z-index: 1; overflow: hidden;}
.service-first:before,.service-last:before{
    content: '';
    position: absolute;
    left: 0;
    top: -11em;
    width: 44em;
    height: 44em;
    background-image: url(assets/images/round.jpg);
    background-size: 100%;
    z-index: -1;
}
.service-last:before{
    left: auto;
    right: 0;
    top: auto !important;
    bottom: -11em;
        transform: rotateY(180deg);
}
.map,.gallery-sec{padding-top:0 !important;}

.form-field ,.search-field{
    border: 1px solid #151732;
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    resize: none;
}

.cont_details ul li{margin-bottom:20px; display:flex; width:100%; align-items:center;}
.cont_details ul li p{font-size:16px; color:#39311a;}
.cont_details ul li p a{color:#39311a; display:block;}
.cont_details ul li p a:hover{color:#fec828; }
.cont_details ul li i{
        display: flex;
    width: 54px;
    height: 54px;
    background: #39311a;
    border-radius: 50%;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    color: #fec828;
    font-size: 21px;
}
.map iframe{width:100% !important;  height:400px !important;}
.about_option{margin-top:40px;}
.about_option_item:not(:last-child){margin-bottom:25px;}
.alter_wrap:nth-child(odd){background-color:#bfc3f3;}
.alter_wrap:nth-child(odd) .section_text ul li:before{border-color:#181c43;}
.alter_wrap.no-back{background:none !important; padding-top:0!important;}
.alter_wrap.no-back .section_text ul li:before{border-color:#fec828 !important;}
.gal-content{padding-bottom:20px !important}
.search-form label{display:none;}

.mv_wrap{padding-bottom:60px; border-bottom:1px solid #f3f3f3; width:90% !important;}
.mv{padding-bottom:0 !important;}
.vm-left{padding:0 50px 0 0!important;}
.vm-right img{border-radius:15px;}
.message{width:100% !important;}
.cv .form-field{margin-top:15px;}

.partners-list p img {
    height: 50px;
    margin-right: 20px;
    object-fit: contain;
    width: 50px;
}
.partners-list p {
    display: flex;
    align-items: center;
    width: 100%;
}
.mv_itemt{align-items:flex-start !important;}
.net_item{text-align:center;}
.net_item:not(:last-child) {
    margin-bottom: 40px;
}

.net_item ul li {
    display: inline-flex;
    padding: 6px 15px;
    background: #1d2048;
    color: #fff;
    margin: 0 6px 6px 0;
}
.net_item h3{display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fec828;}
@media screen and (min-width:1600px) {

.container{max-width: 1560px;}
body{font-size: 17px;}
p {
    margin-bottom: 20px;
    font-size: 17px;
}
h1,h2,h3,h4,h5{margin-bottom: 20px;}
.header_right {
    padding-right: 135px;
}
.jis-logo {    max-width: 95px;
    top: -22px;}
.logo {

    width: 160px;
    padding: 7px 0;
}
ul.slimmenu li {
    margin-right: 50px;
    padding: 26px 0;
}
ul.slimmenu li a,ul.slimmenu li.home:before {
    font-size: 18px;
}
ul.slimmenu li:after {
    bottom: -2.5px;
    height: 5px;
}
ul.slimmenu li.current-menu-item:after, ul.slimmenu li:hover:after {
    width: 18px;
}
.header_contacts li i {
    width: 36px;
    height: 36px;
    font-size: 12px;
    margin-right: 7px;
}
.header_contacts li {
    margin-right: 34px;
}
.header_contacts li a {font-size: 15px;}
.banner_text {
    max-width: 700px;
}
.banner_text h3,.banner_text h1 {
    font-size: 108px;
    line-height: 100px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.inner-banner .banner_text{max-width: 1120px; }
.inner-banner .banner_text h1{font-size:78px;
    line-height: 80px;}
.banner_text h3:after {
    width: 410px;
    height: 20px;
}
.banner_text p {
    font-size: 18px;
}

.banner_wrap{top:160px}
.banner .owl-carousel button.owl-dot {
    width: 14px;
    height: 14px;
    margin: 12px 0;
}
.banner .owl-carousel button.owl-dot.active{width: 16px; height: 16px; }

.social ul li a {
    width: 44px;
    height: 44px;
    font-size: 13px;
}

.social ul li {
    margin-right: 12px;
}
.banner_social ul li {
    margin: 10px 0;
}

.about_wrap { padding: 90px 0 0;}
.about {
    padding-bottom: 105px;
}
.about_head {
    padding-bottom: 60px;
}
.about_head h1,.service-head h2,.client_head h2,.gallery_text h2,.event_head h2 {
    font-size: 108px;
    margin-bottom: 20px;
    line-height: 100px;
}
.gallery_text h2{margin-bottom: 35px}

.about_text h5 {
    font-size: 22px;
    margin-bottom: 10px;
}
.about_text {
    padding-left: 25px;
    width: calc(100% - 80px);
}
.about_icon {
    width: 80px;
    height: 80px;
}
.about_icon img {
    height: 30px;
}
.about_right {
    padding-left: 110px;
}
.about_item {
    margin-bottom: 65px;
}
.more,.form-submit input,.search-submit {
    padding: 20px 32px;
    font-size: 18px;
}
.more:after {
    font-size: 11px;
    margin-left: 20px;
}
.about .more {
    margin-bottom: -18px;
}

.service-head {
    padding: 55px 0 40px;
}
.servie_box {
    padding: 60px 30px;
    border-radius: 6px;
}
.servie_box .icon {
    width: 85px;
    height: 85px;
    font-size: 34px;
    margin-bottom: 60px;
}
.servie_box h5 {
    margin-bottom: 40px;
    padding-bottom: 15px;
    line-height: 28px;
    font-size: 22px;
}
.clients {
    padding: 90px 0;
}
.cliets_wrap {
    margin: 40px 0;}
.client_logo {
    width: 250px;
    height: 250px;
}
.client_logo img {
    height: 120px;
}
.gallery {
    padding: 115px 0;
}
.gallery_text {
    padding: 30px 55px;
}

.events {
    padding: 90px 0 80px;
}
.event_list {
    padding: 65px 0 0;
}
.event_text {
    margin: -60px auto 0;
    padding: 24px 20px;
}
.event_text h4 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 28px;
}
.ftr_logo {
    width: 200px;
    margin: 0 0 25px;
}
.social p {
    margin: 0 0 8px;
}
.footer_links {
    padding: 45px 70px 26px;
}
.footer_links h5,.ftr_contact h5 {
    font-size: 22px;
    margin-bottom: 25px;
}
.ftr_menu li {
    margin-bottom: 15px;
    padding-left: 20px;}
.ftr_menu li:before {
    top: 8px;
    width: 8px;
    height: 8px;
}
.footer {
    padding-top: 30px;
}
.footer:before {
    height: 30px;
}
.ftr_contact ul li p {
    font-size: 16px;
}
.ftr_contact ul li i {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    font-size: 21px;
}
.ftr_contact ul li {
    margin-bottom: 40px;
}
.ftr_contact:after {
    top: -35px;
}
.ftr_contact {
    padding: 0 0 0 25px;}
.footer_bottom {
    padding: 25px 0;
}


.breadcrumbs p{font-size: 22px;}
.breadcrumbs a:after{
    font-size: 10px;
    margin:3px 15px 0px;
}

.inner-section{padding: 100px 0; }
.section_image{padding-right:65px}
.section_text h2{ font-size: 80px; line-height: 70px; margin-bottom: 20px}
.section_text h3{font-size: 60px; line-height: 65px; margin-bottom: 20px}
.section_text h4,.net_item h3{ font-size: 45px; line-height: 50px; margin-bottom: 20px}
.section_text h5{ font-size: 36px; line-height: 32px; margin-bottom: 20px}
.section_text ul{padding: 15px 0 25px}
.section_text ul li{margin-bottom: 20px;  padding-left: 32px}
.section_text ul li:before{    width: 20px;
    height: 20px;
}

.service_section{padding: 120px 0; }

.service_inner_box{padding: 60px 55px}
.service_inner_box .icon{margin-bottom: 40px}
.servie_box h3,.cont_details h2{
    font-size: 50px;
    line-height: 54px;  padding-bottom: 13px; margin-bottom: 25px}
.servie_box h3:after {
    width: 40px;
}

.inner-section.alter .section_image,.alter_wrap:nth-child(odd) .section_image{padding-right:12px; padding-left: 65px}
.service-first:before,.service-last:before{
    top: -12em;
    width: 48em;
    height: 48em;
}
.service-last:before{
    bottom: -12em;
}
.map iframe{height:480px !important;}

.cont_details ul li{margin-bottom:26px;}
.cont_details ul li p{font-size:20px; }
.cont_details ul li i{
    width: 64px;
    height: 64px;
    margin-right: 15px;
    font-size: 26px;
}
.form-field,.search-field{padding:15px 15px; margin-bottom:20px;}
.mv_wrap {
    padding-bottom: 90px;}
.vm-left {
    padding: 0 90px 0 0!important;
}
.partners-list p img {
    height: 70px;
    margin-right: 25px;
    width: 70px;
}
h4.img_caption {
    font-size: 24px;
}
}

@media only screen and (max-width: 1300px){

}

@media only screen and (max-width: 1199px) {
ul.slimmenu li {
    margin-right: 25px;
}
.video{height:auto;}
.banner_text {
    max-width: 470px;
}
.banner_text h3,.banner_text h1 {
    font-size: 64px;
    line-height: 58px;
    margin-bottom: 15px;
}
.inner-banner .banner_text{max-width: 650px; }
.inner-banner .banner_text h1{font-size: 44px;
    line-height: 50px;}
.banner_text h3:after{width: 250px}
.about_wrap {
    width: 90%;
    padding: 50px 0 0;
}
.about_head h1,.service-head h2,.client_head h2,.gallery_text h2,.event_head h2 {
    font-size:68px;
    line-height: 60px;
}
.about_head {
    padding-bottom: 45px;
}
.more,.form-submit input,.search-submit{font-size:13px}

.servie_box h5 {
    margin-bottom: 25px;
    line-height: 19px;
    font-size: 14px;
}
.servie_box {
    padding: 40px 15px;
}
.servie_box .icon {
    margin-bottom: 40px;
}
.client_logo {
    width: 170px;
    height: 170px;}
.client_logo img{height: 75px;}
.gallery_text {
    padding: 16px 35px;
}
.ftr_contact ul li {
    width: 100%;
    margin-bottom: 20px;
}
.ftr_contact ul li:nth-child(3),.ftr_contact ul li:nth-child(4){width: 50%}
.footer-left:after {right: 30px;}

.section_image {
    padding-right: 40px;
}
.inner-section.alter .section_image,.alter_wrap:nth-child(odd) .section_image{
    padding-right: 12px;
    padding-left: 40px;
}
.section_text h2 {
    font-size: 50px;
    line-height: 45px;
}
.section_text h3{font-size: 40px; line-height: 45px; }
.section_text h4,.net_item h3{ font-size: 30px; line-height: 40px; }
.section_text h5{ font-size: 25px; line-height: 30px; }
.service_inner_box {
    padding: 45px 35px;
}
.servie_box h3,.cont_details h2 {font-size: 30px;
    line-height: 35px;}
.service_inner_box .icon {
    margin-bottom: 30px;
}
.service-first:before, .service-last:before {
    top: -9em;
    width: 36em;
    height: 36em;
}
.service-last:before {
    bottom: -9em;
}
.inner-section {
    padding: 60px 0;
}
.service_section {
    padding: 80px 0;}
.map iframe{height:350px !important;}
.mv_wrap {
    padding-bottom: 50px;}
}

@media only screen and (max-width: 991px) {
.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hderinr {
    align-items: center;
}
.collapse-button {
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0, 0%); 
    -webkit-transform: translate(0, 0%); 
}
.jis-logo{top:0;}
.header_top {
    padding-right: 30px;
}
.collapse-button:hover, .collapse-button:focus,.collapse-button {
    background-color: #FEC828;
}
ul.slimmenu {
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #181c43;
    padding: 15px;
}
ul.slimmenu li {
    margin-right: 0;
    padding: 0;
}
ul.slimmenu li:after{left: 0; right: auto}
ul.slimmenu li a {
    padding: 10px 0;
}
ul.slimmenu.collapsed li a {
    border-bottom: 1px solid rgba(255,255,255,0.075);
}
.logo {
    width: 85px;
}
.banner_wrap {
    top: 88px;

}
.social ul li a {
    width: 30px;
    height: 30px;
    font-size: 10px;
}
.banner_text {
    max-width: 400px;
}
.banner_text h3,.banner_text h1 {
    font-size: 54px;
    line-height: 48px;
    margin-bottom: 10px;
}

.inner-banner .banner_text{max-width: 500px; }
.inner-banner .banner_text h1{font-size: 34px;
    line-height: 40px;}
.banner_text p{font-size: 13px; line-height: 16px}
.banner_text h3:after {
    width: 210px;
}
.about_head h1, .service-head h2, .client_head h2, .gallery_text h2, .event_head h2 {
    font-size: 54px;
    line-height: 48px;
}
.about_wrap {
    width: 100%;
    padding: 40px 0 0;
}
.about {
    padding-bottom: 65px;
}
.about_right {
    padding-left: 50px;
}
.about_head {
    padding-bottom: 25px;
}
.about_item {
    margin-bottom: 30px;
}
.service-head {
    justify-content: center;
    text-align: center;
}
.service-head>div {
    padding: 0 12px;
}
.service_btn {
    text-align: center;
    margin-top: 15px}
.servie_box h5 {max-width: 100%;}
.client_logo {
    width: 150px;
    height: 150px;
}
.client_logo img{height: 65px;}
.clients,.gallery {
    padding: 50px 0;
}
.gallery_text {
    padding: 15px 25px;
}
.gallery_text h2 {
    margin-bottom: 20px;
}
.events {
    padding: 50px 0 40px;
}
.event_list {
    padding: 30px 0 0;
}
.event_text h4 {
    font-size: 15px;
    line-height: 18px;
}
.footer-left:after {
    right: 5px;
}
.footer_links {
    padding: 30px 15px 16px;
}
.ftr_menu li a {
    font-size: 12px;
}
.copy {
    font-size: 11px;
}
.section_image {
    padding-right: 20px;
}
.inner-section.alter .section_image,.alter_wrap:nth-child(odd)  .section_image{
    padding-right: 12px;
    padding-left: 20px;
}
.section_text h2 {
    font-size: 40px;
    line-height: 40px;
}
.section_text h3{font-size: 32px; line-height: 35px; }
.section_text h4,.net_item h3{ font-size: 26px; line-height: 32px; }
.section_text h5{ font-size: 22px; line-height: 26px; }
.service_inner_box {
    padding: 40px 25px;
}
.servie_box h3,.cont_details h2 {font-size: 26px;
    line-height: 30px;}
.service_inner_box .icon {
    margin-bottom: 30px;
}
.service-first:before, .service-last:before {
    top: -7em;
    width: 30em;
    height: 30em;
}
.service-last:before {
    bottom: -7em;
}
.inner-section {
    padding: 50px 0;
}
.service_section {
    padding: 60px 0;}
.map iframe{height:300px !important;}
.wp-block-image{padding-right:10px;}
.mv_wrap {
    width:100% !important; padding-bottom: 50px;}
.vm-left {
    padding: 0 40px 0 0!important;
    
}
.servie_box h5 br {
    display: none;
}
}
 
@media only screen and (max-width: 767px){
    body{font-size: 13px}
    .logo{width: 70px}
    .header {
    position: absolute;
    background: #181c43;
}
.jis-logo {max-width: 60px; }
.header_right {
    padding-right: 85px;
}
ul.slimmenu li a,ul.slimmenu li.home:before {
    font-size: 13px;
}
.banner{margin-top: 74px}
.banner_wrap {
    top: 0;
    padding: 10px 36px;
}
.banner_text {
    max-width: 100%;
}
.banner_text h3,.banner_text h1 {
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
.banner_text p {
    font-size: 12px;
    line-height: 16px;
}
.banner_text h3:after {
    width: 150px;
    height: 14px;
}
.inner-banner .banner_text{text-align:center;}
.inner-banner .banner_text h1{font-size: 30px;
    line-height: 35px; }
.banner_wrap:before {left: 30px;
    right: 30px;}
.banner_social ul li a {
    width: 20px;
    height: 20px;
    font-size: 7px;
}
.banner_social{right:5px; top:50%}
.banner .owl-dots {
    left: 10px;
    top: 50%;
}
.header_contacts li a {
    font-size: 0;
}
.about_head h1, .service-head h2, .client_head h2, .gallery_text h2, .event_head h2 {
    font-size: 40px;
    line-height: 35px;
}
.about_head {
    padding-bottom: 35px;
}
.about_left{margin-bottom: 30px}
.about_right {
    padding-left: 12px;
    margin-bottom: 20px;
}
.service_item {
        padding: 0 12px;
    margin-bottom: 20px;
}
.client_logo {
    width: 140px;
    height: 140px;
    margin: -7px -10px;
}
.client_logo img{height: 55px;}
.cliets_wrap {
    flex-wrap: wrap;
}
.gallery_left {
    width: 100%;
}
.gallery_text {
    padding: 35px 25px;
}
.gallery_right {
    width: 100%;
}
.footer-left {
    text-align: center;
    padding: 30px 12px 0;
}
.ftr_logo {
    width: 100px;
    margin: 0 auto 20px;
}
.ftr_contact:after {
    top: 0;}
.ftr_contact {
    padding: 20px 12px;
}

.ftr_links_box{width: 50%;
    margin: auto;}
.footer_bottom {
    padding: 15px 0;
    text-align: center;
}
.footer_bottom>div {
    padding: 0 12px;
}
.banner_social ul li {
    margin: 8px 0;
}
.header_contacts li i {
    margin-right: 0;
}

.inner-banner .banner_wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.breadcrumbs{width: 100%; text-align: center;}
.section_image {
    padding: 0 12px !important;
    margin-bottom: 30px;
}
.section_text h2 {
    font-size: 34px;
    line-height: 34px;
}
.section_text h3{font-size: 27px; line-height: 32px; }
.section_text h4,.net_item h3{ font-size: 23px; line-height: 27px; }
.section_text h5{ font-size: 20px; line-height: 24px; }
.servie_box h3,.cont_details h2 {
    font-size: 24px;
    line-height: 28px;
}
.service-first:before, .service-last:before {
    width: 24em;
    height: 24em;
}
.footer{padding-top: 0}
.footer:before{display: none}
.ftr_contact:after {width: 100%;}
.wp-block-image{padding-right:0px;}
.vm-left {
    padding: 0 15px 25px 15px!important;
}
.vm-right{margin-bottom:0;}
}
@media only screen and (max-width: 575px){
    .jis-logo {max-width: 55px; right:10px;}
.header_right {
    padding-right: 85px;
}
}
@media only screen and (max-width: 480px){ 
.banner_text h3,.banner_text h1,.inner-banner .banner_text h1{
    font-size: 25px;
    line-height: 26px;
}
.banner_text p {
    font-size: 11px;
    line-height: 14px;
}
.about_head h1, .service-head h2, .client_head h2, .gallery_text h2, .event_head h2 {
    font-size: 35px;
    line-height: 35px;
}
.more,.form-submit input,.search-submit {
    font-size: 12px;
    padding: 12px 20px;
}
.more:after {
    font-size: 8px;
    margin-left: 10px;
}
.gal_item {
    width: 50%;

}
.client_logo {
    width: 110px;
    height: 110px;
    margin: -5px -10px;
}
.client_logo img{height: 50px;}
.gallery_left, .gallery_right {
    padding: 0 12px;
}
.event_item {
    margin-top: 10px !important;
}
.ftr_links_box {
    width: 65%;
}
.banner_text h3:after {
    width: 110px;
    height: 10px;
}
.section_text h2 {
    font-size: 30px;
    line-height: 30px;
}
.section_text h3{font-size: 24px; line-height: 29px; }
.section_text h4,.net_item h3{ font-size: 20px; line-height: 24px; }
.section_text h5{ font-size: 17px; line-height: 22px; }
.servie_box h3,.cont_details h2 {
    font-size: 23px;
    line-height: 27px;
}
.service-first:before, .service-last:before {
    width: 20em;
    height: 20em;
}
.inner-banner .banner_item figure img {
    height: 120px;
    object-fit: cover;
}
.map iframe{height:260px !important;}
}

@media only screen and (max-width: 360px){
    .banner_text h3,.banner_text h1,.inner-banner .banner_text h1{
  font-size: 22px;
  line-height: 24px;
}

.banner_text p {
  font-size: 10px;
  line-height: 12px;
}
}












