@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: ''}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
input::placeholder{ 
	color: #cacdc8;
	opacity:1;
}
textarea::placeholder{ 
	color: #cacdc8;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
        vertical-align: middle;
}
body{
        background: #fff;
        color: #283E92;
	font-size: 20px;
	font-family: 'Helvetica Neue';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
.wrapper{
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}
.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.rowflex > *{
	flex: 1;
}
.iframe-holder{
        position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        z-index: 1;
}
.iframe-holder > *{
        position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.format-text{
	line-height: 150%;
	font-size: 20px;
	color:  #504F50;
}
.format-text > *{
	margin-top: 25px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text b,
.format-text strong{
	font-weight: 700;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	font-weight: 700;
	line-height: 140%;
}
.format-text h1{
	font-size: 40px;
}
.format-text h2{
	font-size: 32px;
}
.format-text h3{
	font-size: 26px;
}
.format-text h4{
	font-size: 24px;
}
.format-text h5{
	font-size: 20px;
}
.format-text h6{
	font-size: 18px;
}
.format-text a:not(.button){
	color: #000;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 10px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 60px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 19px;
	line-height: 200%;
}
.format-text > .iframe-holder{
	margin-top: 20px;
}
.centered{
	text-align: center;
}
.rightned{
	text-align: right;
}
.leftned{
	text-align: left;
}
.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	background: #EA6F34;
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding: 0 75px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	transition:all 0.2s ease-in;
}
.button:hover{
	color: #fff;
	background: #283E92;
}
/** BANNER **/
.banner{
	position: relative;
	/*min-height: calc(100vh - 65px);*/
	min-height: 645px;
	padding: 50px 0;
	display: flex;
	align-items: center;
}
.banner span:after,
.banner span{
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner span:after{
	content: '';
	z-index: 2;
	background: rgba(0,0,0,0.45);
}
.banner .cvr-bg.mbg{
	display: none;
}
.banner .holder{
	flex: 1;
	position: relative;
	z-index: 3;
}
.banner h2{
	color:  #EA6F34;
	font-size: 50px;
	font-family: 'Helvetica';
	line-height: 110%;
}
.banner strong + .button,
.banner strong + .txt,
.banner h2 + .txt{
	margin-top: 45px;
}
.banner h2 + strong{
	margin-top: 0;
}
.banner strong{
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 130%;
}
body.home .banner strong{
	color: #283E92;
}
body.home .banner strong,
body.home .banner h2{
	font-family: 'Europa';
	font-size: 44px;
	line-height: 130%;
}
.banner .txt{
	max-width: 765px;
	font-size: 22px;
	line-height: 150%;
	color: #fff;
	font-weight: 700;
}
.banner .txt > *{
	margin-top: 20px;
}
.banner .txt > *:first-child{
	margin: 0;
}

.banner .txt + .button,
.banner h2 + .button{
	margin-top: 60px;
}
body.home .banner{
	text-align: right;
}
body.home .banner .caption{
	display: inline-block;
	max-width: 50%;
	text-align: left;
}
body.home .banner span:after{
	display: none;
}
.section-contact{
	background: #504F50;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.section-contact .rowflex{
	align-items: center;
}
.section-contact figure{
	flex: 53.4%;
	max-width: 53.4%;
}
.section-contact .holder{
	padding: 0 0 0 50px;
	flex: 46.6%;
	max-width: 46.6%;
}
.section-contact .wrap{
	
}
.section-contact h2{
	color: #fff;
	margin: 0 0 20px;
	font-size: 30px;
}
.section-contact input[type='email'],
.section-contact input[type='tel'],
.section-contact input[type='text']{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: 1px solid #fff;
	border-radius: 5px;
	display: block;
	background: none;
	padding: 0 22px;
	height: 60px;
	width: 100%;
	font-family: 'Helvetica Neue';
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.section-contact input[type='email']::placeholder,
.section-contact input[type='tel']::placeholder,
.section-contact input[type='text']::placeholder{
	color: #848484;
	opacity: 1;
}
.section-contact .button{
	margin-top: 15px;
}
/** HEADER **/
#top{
        padding: 20px 0 25px;
	position: relative;
	z-index: 9;
}
#top .logo{
        float: left;
}
#top .mainmenu{
        float: right;
        position: relative;
        top: 12px;
}
.mainmenu li{
        display: inline-block;
        vertical-align: middle;
        margin-left: 47px;
	position: relative;
}
.mainmenu li:first-child{
        margin: 0;
}
.mainmenu li a{
        color: #283E92;
        font-size: 18px;
        font-weight: 700;
        transition:all 0.2s ease-in;
}
.mainmenu li.current-menu-ancestor:not(.btn) > a,
.mainmenu ul:not(.sub-menu) > li.current-menu-item:not(.btn) > a,
.mainmenu li:hover > a,
.mainmenu li a:hover{
        color: #EA6F34;
}
.mainmenu li.btn a{
        color: #fff;
        background: #EA6F34;
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 17px;
}
.mainmenu li.btn a:hover{
        color: #fff;
        background: #283E92;
}
.mainmenu li ul{
	display: block;
	min-width: 280px;
	position: absolute;
	left: -20px;
	background: #fff;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	margin-top: 5px;
	transition:all 0.2s ease-in;
}
.mainmenu li:hover > ul{
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
.mainmenu li ul li:first-child,
.mainmenu li ul li{
	display: block;
	margin: 10px 0 0;
}
.mainmenu li ul li:first-child{
	margin: 0;
}
.mainmenu li ul li a{
	font-size: 16px;
}
.mainmenu li b{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: -11px;
	margin-right: -12px;
	top: -2px;
	width: 15px;
	height: 15px;
}
.mainmenu li b:after{
	display: block;
	position: absolute;
	top: 3px;
	left: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #283d92 transparent transparent transparent;
	content: '';
}
.mainmenu li:hover > b:after,
.mainmenu li b.active:after{
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #283d92 transparent;
}
/** FOOTER **/
#bottom{
        background: #f0f0f0;
        padding: 70px 0 100px;
}
#bottom .rowflex{
        justify-content: space-between;
}
#bottom .logo{
        max-width: 350px;
}
#bottom .info{
        max-width: 400px;
        flex: 1.5;
}
#bottom .social,
#bottom .demo{
        max-width: 300px;
}
#bottom .widget-title{
        color:  #283E92;
        font-size: 24px;
        line-height: 130%;
        font-weight: 700;
        margin-bottom: 25px;
}
#bottom .info .txt{
        line-height: 130%;
        font-size: 20px;
        color: #504f50;
}
#bottom .info .txt > *{
        margin-top: 30px;
}
#bottom .info .txt > *:first-child{
        margin: 0;
}
#bottom .info .txt a{
        color: #504f50;
}
#bottom .info .txt a:hover{
        text-decoration: underline;
}
#bottom .demo .button{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        padding: 0 20px;
}
#bottom .social > a{
        width: 36px;
        height: 36px;
        opacity: 1;
        transition:opacity 0.2s ease-in;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
}
#bottom .social > a:hover{
        opacity: .8;
}
#bottom .social > a.ig{
        background-image: url(../img/icon/ig.png);
}
#bottom .social > a.tw{
        background-image: url(../img/icon/tw.png);
}
#bottom .social > a.in{
        background-image: url(../img/icon/in.png);
}
#bottom .social > a.fb{
        background-image: url(../img/icon/fb.png);
}
#bottom .social > a.ml{
        background-image: url(../img/icon/ml.png);
}
#bottom .tribute{
	margin-top: 60px;
}
#bottom .tribute .holder{
	padding-top: 30px;
	border-top: 1px solid #000;
	color: #000;
	font-size: 16px;
}
#bottom .tribute a{
	color: #000;
	text-decoration: underline;
}
/** INNER PROFILE **/
.inner-profile{
        padding: 130px 0 135px;
}
.inner-profile .wrapper{
        justify-content: space-between;
}
.inner-profile figure{
        max-width: 23.2%;
        flex: 23.2%;
        text-align: center;
}
.inner-profile figure strong{
        display: block;
        font-weight: 700;
        color:  #ea6f34;
        font-size: 22px;
        margin: 30px 0 20px;
}
.inner-profile figure a{
        display: inline-block;
        vertical-align: middle;
        margin: 0 4px;
        width: 45px;
        height: 46px;
        transition:opacity 0.2s ease-in;
        opacity: 1;
}
.inner-profile figure a:hover{
        opacity: .8;
}
.inner-profile figure a.ml{
        background-image: url(../img/icon/ml2.png);
}
.inner-profile figure a.in{
        background-image: url(../img/icon/in.png);
}
.inner-profile .caption{
        max-width: 68.3%;
        flex: 68.3%;
}
.inner-profile .format-text{
        color: #283E92;
}
/** INNER BLOCK **/
.inner-block .item{
        padding: 60px 0;
        min-height: 100vh;
        display: flex;
        align-items: center;
}
.inner-block .item:nth-child(odd){
        background: #f5f5f5;
}
.inner-block .item:nth-child(odd) figure{
        order: 2;
}
.inner-block .item:nth-child(odd) .caption{
        order: 1;
}
.inner-block .item .rowflex{
        justify-content: space-between;
        align-items: center;
}
.inner-block .item .rowflex > *{
        max-width: 45%;
        flex: 45%;
}
.inner-block .item h3{
        color:  #283E92;
        line-height: 130%;
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 600;
}
.inner-block .item .format-text {
        max-width: 570px;
}
.inner-block .item .format-text + .button{
        margin-top: 40px;
}
/** INNER RES **/
.inner-res{
        padding: 80px 0 130px;
	position: relative;
}
.inner-res.fetching:after{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgba(255,255,255,.6);
	content: '';
}
.inner-res .filter{
        margin-bottom: 120px;
}
.inner-res .filter form{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.inner-res .filter form fieldset{
        position: relative;
        max-width: calc(75% - 20px);
        flex: calc(75% - 20px);
}
.inner-res .filter form input{
        /* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
        border-radius: 0;
        
        display: block;
        width: 100%;
        border: none;
        background:  #F0F0F0;
        color:  #504F50;
        font-size: 18px;
        font-family: 'Helvetica Neue';
        font-weight: 400;
        padding: 0 200px 0 35px;
        height: 65px;
}
.inner-res .filter form button{
        position: absolute;
        width: 160px;
        height: 100%;
        padding: 0;
        top: 0;
        right: 0;
}
.inner-res .filter form fieldset.select{
        max-width: 25%;
        flex: 25%;
        background: #fff;
}
.inner-res .filter form fieldset.select:after{
        display: block;
        position: absolute;
        right: 19px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/icon/triangle.svg);
        width: 20px;
        height: 17px;
        z-index: 1;
}
.inner-res .filter form select{
        font-size: 18px;
        font-weight: 500;
        color:  #504F50;
        padding: 0 30px;
        height: 65px;
        border: 1px solid #504F50;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        width: 100%;
        background: none;
        position: relative;
        z-index: 2;
}
.inner-res .list .rowflex{
        margin: 0 -15px;
}
.inner-res .list .item{
        max-width: calc(33.33333333333333333% - 30px);
        flex: calc(33.33333333333333333% - 30px);
        margin: 0 15px 65px;
        background: #fff;
        box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25)        
}
.inner-res .list .item.fullwidth{
	flex: 100%;
	max-width: 100%;
}
.inner-res .list .item .caption{
        padding: 30px 28px 25px;
}
.inner-res .list .item span{
        display: block;
        line-height: 100%;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 18px;
	color: #283E92;
}
.inner-res .list .item h3{
        color:  #EA6F34 ;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 15px;
        font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner-res .list .item h3 a{
        color: #EA6F34;
        transition:color 0.2s ease-in;
}
.inner-res .list .item h3 a:hover{
        color: #283E92;
}
.inner-res .list .item  .txt{
        line-height: 160%;
        font-size: 16px;
	color: #283E92;
}
.inner-res .list .item b{
	color: #EA6F34;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}
.inner-res .list .item .txt.show p:not(.moretext),
.inner-res .list .item .txt .moretext{
	display: none;
}
.inner-res .list .item .txt.show .moretext{
	display: block;
}
/** INNER RQUEST **/
.inner-req{
        padding: 50px 0 100px;
}
.inner-req form {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.inner-req form > *{
        margin-top: 60px;
}
.inner-req form > *:first-child{
        margin: 0;
}
.inner-req .fgroup > label{
        display: block;
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 10px;
}
.inner-req input[type="text"],
.inner-req input[type="tel"],
.inner-req input[type="email"]{
        /* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	display: block;
	width: 100%;
	background: rgba(0,0,0,0);
        border: none;
        font-family: 'Helvetica Neue';
        font-size: 16px;
        border-bottom: 1px solid #283E92;
        color: #283E92;
        padding: 0 0 10px;
}
.inner-req .chkgroup label{
        display: block;
        cursor: pointer;
        margin-top: 14px;
}
.inner-req .chkgroup label:first-child{
        margin: 0;
}
.inner-req .chkgroup .wpcf7-list-item.first > label{
	padding-top: 10px;
}
.inner-req .chkgroup input{
        display: none;
}
.inner-req .chkgroup .wpcf7-list-item{
	display: block;
	margin: 14px 0 0;
}
.inner-req .chkgroup .wpcf7-list-item.first{
	margin: 0;
}
.inner-req .chkgroup .wpcf7-list-item-label{
        display: block;
        line-height: 145%;
        font-size: 16px;
        color: #504F50;
        padding: 15px 100px 15px 20px;
        background: #f5f5f5;
        position: relative;
}
.inner-req .chkgroup .wpcf7-list-item-label:after,
.inner-req .chkgroup .wpcf7-list-item-label:before{
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
        width: 15px;
        height: 15px;
        border: 1px solid #c4c4c4;
}
.inner-req .chkgroup .wpcf7-list-item-label:after{
        border: none;
        width: 17px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(../img/icon/check.png);
        right: 11px;
        margin-top: -3px;
        display: none;
}
.inner-req .chkgroup input:checked + span:after{
        display: block;
}
.inner-req .chkgroup input:checked + span{
        color: #fff;
        background:  #283E92;
}
.inner-req input[type='submit']{
        /* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
        display: block;
        cursor: pointer;
        border: none;
        text-align: center;
        color: #fff;
        font-size: 18px;
        height: 55px;
        border-radius: 5px;
        background: #283E92;
        transition:background 0.2s ease-in;
        width: 100%;
        margin-top: 40px !important;
}
.inner-req input[type='submit']:hover{
        background: #EA6F34;
}

.inner-req form .action{
	position: relative;
}
.inner-req form .action .ajax-loader{
	position: absolute;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inner-req .solution{
        text-align: center;
        padding-top: 130px;
        max-width: 880px;
        margin: 0 auto;
}
.inner-req .solution h2{
        color:  #283E92;
        font-size: 30px;
        line-height: 130%;
        margin-bottom: 60px;
        font-weight: 700;
}
.inner-req .solution ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.inner-req .solution li{
        flex: 48%;
        max-width: 48%;
        margin-bottom: 30px;
        line-height: 180%;
        font-weight: 700;
        font-size: 30px;
        color:  #EA6F34;
}
.inner-req .solution li a{
        color:  #EA6F34;
        transition:color 0.2s ease-in;
}
.inner-req .solution li a:hover{
        color: #283E92;
}

/** INNER COVID **/
.inner-covid .copy{
        padding: 100px 0 130px;
}
.inner-covid .playlist {
        padding-bottom: 80px;
	padding-top: 50px;
}
.inner-covid > * + .playlist{
	padding-top: 0;
}
.inner-covid .playlist h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 130%;
        color: #283E92;
        margin-bottom: 50px;
}
.inner-covid .playlist .rowflex{
        margin: 0 -13px;
}
.inner-covid .playlist .item{
        max-width: calc(33.3333333333333% - 26px);
        flex: calc(33.3333333333333% - 26px);
        margin: 0 13px 60px;
        text-align: center;
}
.inner-covid .playlist .item h3{
        color: #EA6F34;
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
        max-width: 90%;
        margin: 30px auto 0;
}
.inner-covid .playlist .item h3 a{
        transition:color 0.2s ease-in;
        color: #EA6F34;
}
.inner-covid .playlist .item h3 a:hover{
        color: #283E92;
}
/** INNER SUMMIT **/
.inner-summit .copy{
        padding:80px 0 100px;
}
.inner-summit .copy .format-text{
        text-align: center;
        font-weight: 700;
        color: #283E92;
        line-height: 145%;
}

.inner-summit .video{
        padding: 120px 0 80px;
        text-align: center;
}
.inner-summit .video h2{
        font-size: 40px;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 50px;
        text-transform: uppercase;
        color: #283E92;
}
.inner-summit .video .wrap{
        max-width: 720px;
        margin: 0 auto;
}
.inner-summit .form{
	padding: 40px 0 50px;
}
/** INNER CAP **/
.inner-cap{
        padding-bottom: 130px;
}
.inner-cap .profile{
        padding-top: 80px;
        text-align: center;
}
.inner-story .retent h2,
.inner-story .award h2,
.inner-story .testi h2,
.inner-story .case h2,
.inner-story .webinar h2,
.inner-cap .webinar h2,
.inner-cap .video h2,
.inner-cap .profile h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 50px;
        color: #283E92;
}
.inner-cap .video .rowflex,
.inner-cap .profile .rowflex{
        justify-content: center;
        margin: 0 -35px;
}
.inner-cap .video .item,
.inner-cap .profile .item{
        max-width: calc(33.333333333333333333% - 70px);
        flex: calc(33.333333333333333333% - 70px);
        margin: 0 35px 70px;
}
.inner-cap .profile .item img{
        border-radius: 50%;
}
.inner-cap .profile .item .caption{
        margin-top: 45px;
}
.inner-cap .profile .item a,
.inner-cap .profile .item h3{
        font-weight: 700;
        line-height: 145%;
        font-size: 22px;
        margin-bottom: 40px;
        color: #EA6F34;
}
.inner-cap .profile .item a{
        color: #283E92;
        display: inline-block;
        margin: 0;
        text-decoration: underline;
}
.inner-cap .video{
        padding-top: 80px;
}
.inner-cap .video h2{
        text-align: center;
        color: #283E92;
        margin-bottom: 35px;
}
.inner-cap .video h2 a{
        color: #283E92;
        transition:color 0.2s ease-in;
}
.inner-cap .video h2 a:hover{
        color: #EA6F34;
}
.inner-cap .webinar{
        padding-top: 80px;
}

.inner-cap .webinar h2{
        margin-bottom: 60px;
}
.inner-story .webinar .rowflex,
.inner-cap .webinar .rowflex{
        margin: 0 -25px;
}
.inner-story .webinar .item,
.inner-cap .webinar .item{
        margin: 0 25px 50px;
        max-width: calc(33.333333333333% - 50px);
        flex: calc(33.333333333333% - 50px);
}
.inner-story .case h3,
.inner-story .award .item h3,
.inner-story .webinar .item h3,
.inner-cap .webinar .item h3{
        text-align: center;
        margin: 25px auto 0;
        font-weight: 600;
        font-size: 20px;
        line-height: 145%;
        color: #EA6F34;
        max-width: 90%;
}
.inner-story .case h3 a,
.inner-story .award .item h3 a,
.inner-story .webinar .item h3 a,
.inner-cap .webinar .item h3 a{
        transition:color 0.2s ease-in;
        color: #EA6F34;
}
.inner-story .case h3 a:hover,
.inner-story .award .item h3 a:hover,
.inner-story .webinar .item h3 a:hover,
.inner-cap .webinar .item h3 a:hover{
        color: #283E92;
}
/** INNER STORY **/
.inner-story{
        padding: 80px 0 100px;
}
.inner-story > * + .webinar,
.inner-story .case{
        padding-top: 60px;
}
.inner-story .case .holder{
        max-width: 890px;
        margin: 0 auto;
}
.inner-story .case .holder + .holder{
	margin-top: 60px;
}
.inner-story .testi{
        padding-top: 100px;
}
.inner-story .testi h2{
        margin-bottom: 80px;
}
.inner-story .testi .slider{
        max-width: 980px;
        margin: 0 auto;
        text-align: center;
}
.inner-story .testi figure{
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.inner-story .testi figure img{
	display: inline-block;
	max-width: 240px;
}
.inner-story .testi h3,
.inner-story .testi .txt{
        font-weight: 700;
        font-size: 22px;
        line-height: 145%;
        margin-bottom: 50px;
}
.inner-story .testi h3{
        color: #EA6F34;
        margin: 0;
}
.inner-story .award .slidenav,
.inner-home .slidenav,
.inner-story .testi .slidenav{
        margin-top: 50px;
}
.inner-home .suite .slidenav{
	margin-top: 0;
}
.inner-story .award .slidenav a,
.inner-home  .slidenav a,
.inner-story .testi .slidenav a{
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        background: rgba(80, 79, 80, 0.2);
        border-radius: 20px;
        margin: 0 10px;
        position: relative;
        transition:background 0.2s ease-in;
}
.inner-story .award .slidenav a:hover,
.inner-home .slidenav a:hover,
.inner-story .testi .slidenav a:hover{
        background: #283E92;
}
.inner-story .award .slidenav a:after,
.inner-home .slidenav a:after,
.inner-story .testi .slidenav a:after{
        display: block;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.inner-story .award .slidenav a.prev:after,
.inner-home  .slidenav a.prev:after,
.inner-story .testi .slidenav a.prev:after{
        width: 24px;
        height: 25px;
        background-image: url(../img/icon/arrow-left.svg);
        left: 8px;
}
.inner-story .award .slidenav a.next:after,
.inner-home .slidenav a.next:after,
.inner-story .testi .slidenav a.next:after{
        width: 22px;
        height: 24px;
        background-image: url(../img/icon/arrow-right.svg);
        left: 10px;
}
.inner-story .award:not(:first-child){
        padding-top: 120px;
}
.inner-story .award .wrapper{
	overflow: hidden;
}
.inner-story .award .slider{
	margin: 0 -30px;
}
.inner-story .award .item{
        margin: 0 30px;
        text-align: center;
}
.inner-story .award .item figure{
	display: flex;
	align-items: center;
}
.inner-story .award .item figure a{
	flex: 1;
}
.inner-story .award .slidenav{
	text-align: center;
}
.inner-story .retent{
	margin-top: 150px;
}
.inner-story .retent h2{
	margin-bottom: 80px;
}
.inner-story .retent .format-text{
	font-size: 24px;
	color: #283E92;
	line-height: 140%;
	font-weight: 700;
	text-align: center;
	max-width: 980px;
	margin: 0 auto 100px;
}
.inner-story .retent figure{
	text-align: center;
}
.inner-story .case figure{
	width:100%;
	max-width:800px;
	margin: 0 auto 50px;
	display: block;
}
.inner-story .case .morecase{
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.inner-story .morecase a{
	display: inline-block;
	color: #EA6F34;
	font-size: 26px;
	font-weight: 500;
}
.inner-story .morecase a:hover{
	text-decoration: underline;
}
.inner-story .morecase .txt{
	width: 100%;
	margin: 30px 0 0;
	padding: 20px 30px 0;
	border-top: 1px solid #c0c1c7;
	line-height: 180%;
	color: #EA6F34;
	font-weight: 700;
}

/** INNER SERVICE **/
.inner-service{
        padding: 0 0 160px;
}
.inner-service .copy,
.inner-service .grid{
        padding-top: 100px;
}
.inner-home .grid .hentry,
.inner-service .grid .hentry{
        text-align: center;
        margin-bottom: 50px;
}
.inner-service .copy{
        text-align: center;
}
.inner-home .grid .hentry h2,
.inner-service .copy h2,
.inner-service .copy h3,
.inner-service .grid .hentry h2{
        font-size: 32px;
        font-weight: 700;
        line-height: 130%;
}
.inner-service .copy h3{
        font-size: 26px;
        margin-top: 15px;
}
.inner-service .copy .format-text,
.inner-service .grid .hentry .format-text{
        font-size: 20px;
        max-width: 640px;
        margin: 25px auto 0;
}
.inner-service .copy .format-text{
        max-width: 830px;
        margin-bottom: 70px;
}
.inner-service .grid .list{
        max-width: 1400px;
        margin: 0 auto;
}
.inner-home .grid .rowflex,
.inner-service .grid .rowflex{
        justify-content: center;
        margin: 0 -15px;
}
.inner-home .grid .item,
.inner-service .grid .item{
        max-width: calc(33.333333333333333333333% - 30px);
        flex: calc(33.333333333333333333333% - 30px);
        margin: 0 15px 35px;
}
.inner-home .grid.quatro .item{
        max-width: calc(25% - 30px);
        flex: calc(25% - 30px);
}
.inner-home .grid .item,
.inner-service .grid .item{
        position: relative;
}
.inner-home .grid .item span,
.inner-service .grid .item span{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: rgba(0,0,0,.3);
        display: flex;
        align-items: center;
        justify-content: center;
}
.inner-home .grid .item span b,
.inner-service .grid .item span b{
        flex: 1;
        font-family: 'Arial';
        font-size: 22px;
        text-align: center;
        color: #fff;
        padding: 0 15px;
        line-height: 145%;
}
.inner-service .grid .item .caption,
.inner-home .grid .item .caption{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	background: #f6f7fa;
	opacity: 0;
	visibility: hidden;
	transition:all 0.2s ease-in;
}
.inner-service .grid .item:hover .caption,
.inner-home .grid .item:hover .caption{
	opacity: 1;
	visibility: visible;
}
.inner-service .grid .item .caption .format-text,
.inner-home .grid .item .caption .format-text{
	font-size: 16px;
}
.inner-service .grid .item .caption .scroll-wrapper.scrollbar-inner,
.inner-home .grid .item .caption .scroll-wrapper.scrollbar-inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	padding: 20px !important;
}
.inner-service .grid .item .caption .scrollbar-inner.scroll-content,
.inner-home .grid .item .caption .scrollbar-inner.scroll-content{
	display: flex;
	align-items: center;
}
.inner-service .grid .item .caption .scroll-wrapper.scrollbar-inner .format-text,
.inner-home .grid .item .caption .scroll-wrapper.scrollbar-inner .format-text{
	flex: 1;
}
.grid .item .caption .scrollbar-inner > .scroll-element.scroll-y{
	right: 5px;
	width: 3px;
	
}
.grid .item .caption .scrollbar-inner > .scroll-element .scroll-bar{
	background: #ddd;
}
.popup-grid{
        max-width: 800px;
}
.popup-grid h3{
        color: #504F50;
        font-size: 26px;
        line-height: 130%;
        margin-bottom: 15px;
}
.popup-grid .format-text{
        font-size: 18px;
}
.popup-grid .more{
        display: inline-block;
        margin-top: 30px;
        font-size: 18px;
        color: #504F50;
        text-decoration: underline;
}
.popup-grid .fancybox-close-small{
        transform: scale(1.5);
        right: 13px;
        top: 13px;
        filter: brightness(0%);
}
/** INNER ABOUT **/
.inner-about{
        padding-bottom: 130px;
}
.inner-about .copy{
        padding-top: 80px;
}
.inner-about .team h2,
.inner-about .copy h2{
        font-size: 36px;
        font-weight: 700;
        line-height: 130%;
        color: #EA6F34;
        margin-bottom: 20px;
}
.inner-about .copy .format-text{
        font-weight: 700;
        color: #283E92;
}
.inner-about .team{
        padding-top: 100px;
}
.inner-about .team h2{
        margin-bottom: 50px;
}
.inner-about .team .rowflex{
        margin: 0 -30px;
}
.inner-about .team .item{
        max-width: calc(33.3333333333333% - 60px);
        flex:  calc(33.3333333333333% - 60px);
        margin: 0 30px 60px;
}
.inner-about .team img{
        width: 100%;
}
.inner-about .team .caption{
        text-align: center;
        padding-top: 25px;
}
.popup-team .wrap .figure h3,
.popup-team .wrap .figure strong,
.inner-about .team  strong,
.inner-about .team  h3{
        font-size: 20px;
        font-weight: 700;
        line-height: 130%;
        color: #EA6F34;
        display: block;
}
.popup-team .wrap .figure strong,
.inner-about .team strong{
        margin: 5px 0 30px;
        color: #283E92;
}
.popup-team .wrap .figure strong{
        color: #fff;
}
.popup-team .wrap .social a,
.inner-about .team .social a{
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        height: 26px;
        margin: 0 5px;
}
.popup-team .wrap .social a{
        width: 48px;
        height: 48px;
        margin: 0 10px;
}
.popup-team .wrap .social a.tw,
.inner-about .team .social a.tw{
        background-image: url(../img/icon/tw.png);
}
.popup-team .wrap .social a.in,
.inner-about .team .social a.in{
        background-image: url(../img/icon/in.png);
}
.inner-about .team a.detail{
        display: inline-block;
        margin: 10px 0 0;
        text-decoration: underline;
        color:  #504F50;
        font-size: 16px;
}
.popup-team{
        max-width: 1000px;
        background: #283E92;
        color: #fff;
}
.popup-team .wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px;
}
.popup-team .wrap .texty{
        max-width: 57%;
        flex: 57%;
}
.popup-team .wrap .figure{
        max-width: 35%;
        flex: 35%;
        text-align: center;
}
.popup-team .wrap .figure figure{
        margin-bottom: 25px;
}
.popup-team .wrap .texty .format-text{
        color: #fff;
        font-weight: 400;
}
.popup-team .wrap .scrollbar-inner{
        max-height: 500px !important;
        padding-right: 50px;
}
/** INNER HOME **/
.inner-home{
        padding-bottom: 120px;
}
.inner-home .key{
        padding-top: 80px;
}
.inner-home .key .rowflex{
        margin: 0 -15px;
}
.inner-home .key .item{
        max-width: calc(25% - 30px);
        flex: calc(25% - 30px);
        margin: 0 15px 30px;
        text-align: center;
}
.inner-home .key h2{
        font-weight: 700;
        font-size: 24px;
        color: #283E92;
        line-height: 130%;
}
.inner-home .testi,
.inner-home .suite,
.inner-home .paircopy,
.inner-home .grid{
        padding-top: 100px;
}
.inner-home .paircopy .item{
        margin-top: 80px;
        justify-content: space-between;
        align-items: center;
}
.inner-home .paircopy .item:first-child{
        margin: 0;
}
.inner-home .paircopy .item figure{
        max-width: 48.3%;
        flex: 48.3%;
}
.inner-home .paircopy .item:nth-child(odd) figure{
        order: 2;
}
.inner-home .paircopy .item .caption{
        max-width: 45.7%;
        flex: 45.7%;
        padding: 0 50px 0 0;
}
.inner-home .paircopy .item:nth-child(odd) .caption{
        order: 1;
        padding: 0 0 0 50px;
}
.inner-home .testi h2,
.inner-home .support h2,
.inner-home .suite h2,
.inner-home .paircopy .item h3{
        color: #283E92;
        font-size: 32px;
        line-height: 130%;
        font-weight: 700;
        margin-bottom: 20px;
}
.inner-home .paircopy .txt{
        color: #504F50;
        font-size: 20px;
        line-height: 145%;
        font-weight: 700;
        max-width: 470px;
}
.inner-home .suite .more,
.inner-home .paircopy .more{
        display: inline-block;
        margin-top: 24px;
        color: #EA6F34;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        transition:color 0.2s ease-in;
}
.inner-home .suite .more{
	font-size: 18px;
	margin-top: 20px;
}
.inner-home .suite .more:hover,
.inner-home .paircopy .more:hover{
        color: #283E92;
}
.inner-home .grid .hentry{
        text-align: left;
}
.inner-home .suite .item{
        padding-right: 30px;
}
.inner-home .suite h2{
        margin-bottom: 60px;
}
.inner-home .suite figure{
        margin-bottom: 25px;
}
.inner-home .suite span,
.inner-home .suite h3{
        font-weight: 700;
        font-size: 26px;
        line-height: 130%;
        margin-bottom: 3px;
}
.inner-home .suite span{
        display: block;
        font-size: 20px;
}
.inner-home .suite .txt{
        line-height: 140%;
        font-size: 17px;
        font-weight: 700;
        color: #504f50;
        margin: 20px 0 0;
        max-width: 310px;
}
.inner-home .suite .caption{
        position: relative;
        padding-bottom: 50px;
}
.inner-home .suite .slider{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inner-home .suite .slider .fitem{
	flex: 33.333333333333333333333333333%;
	max-width: 33.333333333333333333333333333%;
	padding-right: 30px;
}
.inner-home .suite .slider .slick-carousel{
	flex: 66.666666666666666666666666666%;
	max-width: 66.666666666666666666666666666%;
}
.inner-home .suite .slider .fitem .item{
	padding: 0;
}
.inner-home .support{
        padding: 80px 0 100px;
        background: rgba(102,102,102,.1);
        margin-top: 130px;
}
.inner-home .support h2{
        text-align: center;
        margin-bottom: 80px;
}
.inner-home .support .wrap{
        position: relative;
}
.inner-home .support .wrap:after{
        width: 100%;
        height: 7px;
        background: #EA6F34;
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
}
.inner-home .support .rowflex{
        justify-content: space-between;
        position: relative;
        z-index: 2;
}
.inner-home .support .item{
        flex: 19%;
        max-width: 19%;
}
.inner-home .support .item:nth-child(even){
        padding-top: 100px;
}
.inner-home .support h3{
        color:  #504F50;
        font-size: 20px;
        line-height: 130%;
        font-weight: 700;
        text-align: center;
}
.inner-home .testi h2{
        margin-bottom: 60px;
}
.inner-home .testi .holder{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
}
.inner-home .testi figure{
        max-width: 45%;
        flex: 45%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
}
.inner-home .testi figure img{
        display: inline-block;
        flex: 1;
        max-width: 50%;
}
.inner-home .testi .caption{
        max-width: 50%;
        flex: 50%;
}
.inner-home .testi .txt{
        font-weight: 400;
        line-height: 150%;
        color: #504f50;
        font-size: 20px;
}
.inner-home .testi .txt > *{
        margin-top: 25px;
}
.inner-home .testi .txt > *:first-child{
        margin-top: 0;
}

.inner-home .testi .txt strong,
.inner-home .testi .txt b,
.inner-home .testi .txt h1,
.inner-home .testi .txt h2,
.inner-home .testi .txt h3,
.inner-home .testi .txt h4,
.inner-home .testi .txt h5,
.inner-home .testi .txt h6{
        font-weight: 700;
        color: #EA6F34;
}
.inner-home .testi .txt h1{
        font-size: 32px;
}
.inner-home .testi .txt h2{
        font-size: 28px;
}
.inner-home .testi .txt h3{
        font-size: 24px;
}
.inner-home .testi .txt h4{
        font-size: 20px;
}
.inner-home .testi .txt h5{
        font-size: 16px;
}
.inner-home .testi .txt h6{
        font-size: 14px;
}
.inner-home .slidenav{
        position: relative;
        left: -10px;
}
.wpcf7-not-valid-tip,
.form-basic p:empty{
	display: none;
}
.wpcf7-not-valid{
	border-color: red !important;
}
.wpcf7 form .wpcf7-response-output{
	display: none !important;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){
        
}

.mobile-trigger{
	display: none;
}
@media (max-width: 1800px) {
	/*.section-contact h2{
		margin-bottom: 40px;
	}
	.section-contact .button{
		margin-top: 20px;
	}
	.inner-res .list .item h3{
		font-size: 30px;
	}
	.inner-cap .video .rowflex,
	.inner-cap .profile .rowflex{
		margin: 0 -30px;	
	}
	.inner-cap .video .item, .inner-cap .profile .item{
		max-width: calc(33.333333333333333333% - 60px);
		flex: calc(33.333333333333333333% - 60px);
		margin: 0 30px 60px;
	}
	.popup-team .wrap{
		padding: 0;
	}
	body.home .banner strong,
	body.home .banner h2{
		font-size: 45px;
	}
	.inner-home .support h3{
		font-size: 22px;
	}
	.inner-home .paircopy .item .caption,
	.inner-home .paircopy .item:nth-child(odd) .caption{
		padding: 0;
	}*/
}
@media (max-width: 1259px) {
	.inner-about .wrapper,
	.inner-summit .inner-block .item .wrapper,
	.inner-summit .copy .wrapper,
	.inner-covid .copy .wrapper,
	.inner-req .wrapper,
	.inner-profile .wrapper,
	.wrapper{
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	#top{
		padding: 20px 0 25px;
	}
	.mainmenu li{
		margin-left: 40px;
	}
	.mainmenu li a{
		font-size: 18px;
	}
	.section-contact{
		padding: 50px 0;
	}
	.section-contact .holder{
		padding: 0 0 0 50px;
	}
	#bottom .logo{
		flex: 100%;
		max-width: none;
		margin: 0 0 50px;
		text-align: center;
	}
	.inner-service .grid .list{
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	#top .mainmenu{
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		padding: 0 0 50px;
		text-align: center;
		float: none;
		background: #fff;
		top: 69px;
	}
	.mainmenu li:first-child,
	.mainmenu li{
		display: block;
		text-align: center;
		margin: 30px 0 0;
	}
	.mainmenu li.btn a,
	.mainmenu li a{
		display: inline-block;
	}
	.mobile-trigger{
		display: block;
		float: right;
		position: relative;
		top: 10px;
	}
	.menu-mobile{
		width: 30px;
		height: 20px;
		position: relative;
		display: inline-block;
		top: 4px;
		z-index: 10;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before,
	.menu-mobile .menu-bar b{
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		top: 8px;
		background: #4e4e50;
		display: block;
	}
	.menu-mobile .menu-bar b{
		-webkit-transition:background 300ms ;
		-moz-transition:background 300ms ;
		-o-transition:background 300ms ;
		-ms-transition:background 300ms ;
		transition:background 300ms ;
	}
	.menu-mobile .menu-bar b:after,
	.menu-mobile .menu-bar b:before{
		content: '';
		-webkit-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-moz-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-o-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		-ms-transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
		transition:top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms, background 300ms;
	}
	
	.menu-mobile .menu-bar b:after{
		top: 8px;
	}
	.menu-mobile .menu-bar b:before{
		top: -8px;
	}
	.open-menu .menu-mobile  .menu-bar b:after,
	.open-menu .menu-mobile  .menu-bar b:before{
		top:0;
		-webkit-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-moz-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-o-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		-ms-transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		transition:top 300ms 0ms, transform 300ms 300ms, -webkit-transform 300ms 300ms, background 300ms;
		left: 0;
	}
	.open-menu .menu-mobile  .menu-bar b{
		background: rgba(0,0,0,0);
	}
	.open-menu .menu-mobile  .menu-bar b:after{
	    -ms-transform: rotate(45deg); /* IE 9 */
	    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	    transform: rotate(45deg);
	}
	.open-menu .menu-mobile  .menu-bar b:before{
	    -ms-transform: rotate(-45deg); /* IE 9 */
	    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	    transform: rotate(-45deg);
	}
	#top .logo{
		max-width: 100px;
	}
	#top{
		padding: 15px 0 20px;
		position: relative;
		z-index: 99;
	}
	.banner{
		min-height: calc(100vh - 75px);
	}
	.inner-profile figure{
		max-width: 35%;
		flex: 35%;
	}
	.inner-profile .caption{
		max-width: 60%;
		flex: 60%;
	}
	.inner-block .item .rowflex > *,
	.section-contact figure,
	.section-contact .holder{
		max-width: 100%;
		flex: 100%;
	}
	.section-contact .holder{
		padding: 50px 0  0 ;
		max-width: 500px;
		margin: 0 auto;
	}
	.section-contact .wrap{
		max-width: none;
	}
	#bottom .rowflex > *{
		flex: 100% !important;
		text-align: center;
		max-width: none !important;
		width: 100%;
		margin: 0 0 50px !important;
	}
	#bottom .social > a{
		margin: 0 5px;
	}
	.inner-block .item:nth-child(odd) figure{
		order: 1;
	}
	.inner-block .item:nth-child(odd) .caption{
		order: 2;
	}
	.inner-home .testi figure,
	.popup-team .wrap .figure,
	.inner-block .item figure{
		margin-bottom: 40px;
	}
	
	.inner-about .team .item,
	.inner-cap .profile .item,
	.inner-cap .video .item{
		max-width: calc(50% - 60px);
		flex: calc(50% - 60px);
	}
	.inner-home .key .item,
	.inner-home .grid.quatro .item,
	.inner-home .grid .item,
	.inner-service .grid .item,
	.inner-res .list .item{
		max-width: calc(50% - 30px);
		flex: calc(50% - 30px);
	}
	.inner-covid .playlist .item {
		max-width: calc(50% - 26px);
		flex: calc(50% - 26px);
	}
	.inner-story .webinar .item,
	.inner-cap .webinar .item{
		max-width: calc(50% - 50px);
		flex: calc(50% - 50px);
	}
	.popup-team .wrap .figure,
	.popup-team .wrap .texty{
		flex: 100%;
		max-width: 100%;
	}
	.popup-team .wrap .scrollbar-inner{
		max-height: none !important;
		padding: 0;
	}
	.inner-home .testi figure,
	.inner-home .testi .caption{
		flex: 100%;
		max-width: 100%;
	}
	
	.mainmenu li ul{
		display: none;
		position: relative;
		left: auto;
		padding: 0;
		background: none;
		opacity: 1;
		visibility: visible;
		margin: 10px 0 0 !important;
		transition:all 0s ease-in;
	}
}
@media only screen and (min-width: 769px) and (max-width: 991px)  {

}
@media (max-width: 768px) {
	#top{
		padding: 15px 0 20px;
	}
	.inner-block .item .format-text + .button,
	.banner .txt + .button,
	.banner h2 + .txt,
	.banner h2 + .button{
		margin-top: 30px;
	}
	.button{
		height: 40px;
		line-height: 40px;
		padding: 0 30px;
		font-size: 16px;
	}
	.inner-covid .playlist .item,
	.inner-profile figure,
	.inner-profile .caption{
		max-width: 100%;
		flex: 100%;
	}
	.inner-story .retent h2,
	.inner-story .retent .format-text{
		margin-bottom: 50px;
	}
	.inner-covid .playlist .item,
	.inner-req .solution h2,
	.inner-res .filter,
	.inner-profile figure{
		margin-bottom: 40px;
	}
	.inner-home .paircopy .item figure,
	.inner-home .grid .hentry,
	.inner-service .grid .hentry{
		margin-bottom: 30px;
	}
	.inner-story .retent h2
	.inner-about .team h2,
	.inner-about .copy h2,
	.inner-story .award h2,
	.inner-story .testi h2,
	.inner-story .case h2,
	.inner-story .webinar h2,
	.inner-cap .profile .item h3,
	.inner-cap .webinar h2,
	.inner-cap .video h2,
	.inner-cap .profile h2,
	.inner-summit .video h2,
	.inner-covid .playlist h2,
	.inner-block .item h3,
	.section-contact h2{
		margin-bottom: 20px;
	}
	.section-contact .holder{
		padding-top: 30px;
	}
	.section-contact input[type='email'],
	.section-contact input[type='tel'],
	.section-contact input[type='text']{
		height: 50px;
		font-size: 14px;
		padding: 0 15px;
	}
	.inner-home .support,
	.inner-story,
	.inner-summit .video,
	.inner-summit .copy,
	.inner-covid .copy,
	.inner-req,
	.inner-res,
	.inner-profile{
		padding: 50px 0 70px;
	}
	.section-contact{
		padding: 30px 0 50px;
	}
	#bottom .logo img{
		max-width: 150px;
	}
	#bottom{
		padding: 40px 0 30px;
	}
	.format-text ul{
		padding-left: 20px;
	}
	.inner-block .item{
		min-height: 1px;
	}
	.inner-res .filter form select,
	.inner-res .filter form input{
		height: 50px;
		font-size: 16px;
		padding: 0 15px;
	}
	.inner-res .filter form input{
		padding-right: 115px;
	}
	.inner-res .filter form button{
		width: 100px;
		font-size: 16px;
	}
	.inner-res .filter form fieldset:first-child,
	.inner-res .filter form fieldset,
	.inner-res .filter form fieldset.select{
		flex: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	.inner-res .filter form fieldset.select:after{
		width: 12px;
		height: 10px;
		right: 15px;
	}
	.inner-home .key .rowflex,
	.inner-about .team .rowflex,
	.inner-home .grid .rowflex,
	.inner-service .grid .rowflex,
	.inner-story .award .rowflex,
	.inner-story .webinar .rowflex,
	.inner-cap .webinar .rowflex,
	.inner-cap .profile .rowflex,
	.inner-cap .video .rowflex,
	.inner-res .list .rowflex{
		margin: 0;
	}
	
	.inner-home .key .item,
	.inner-about .team .item,
	.inner-res .list .item,
	.inner-home .grid .item,
	.inner-home .grid.quatro .item,
	.inner-service .grid .item,
	.inner-story .webinar .item,
	.inner-cap .webinar .item,
	.inner-cap .profile .item,
	.inner-cap .video .item{
		flex: 100%;
		max-width: 100%;
		margin: 0 0 40px;
	}
	.inner-res .list .item .caption{
		padding: 20px ;
	}
	.inner-req .fgroup > label{
		margin-bottom: 15px;
	}
	.inner-req .chkgroup .wpcf7-list-item-label{
		padding: 15px 70px 15px 17px;
	}
	.inner-req .chkgroup .wpcf7-list-item-label:after{
		right: 11px;
	}
	.inner-req .chkgroup .wpcf7-list-item-label:before{
		right: 20px;	
	}
	.inner-home .slidenav,
	.inner-cap .profile .item .caption,
	.banner strong + .button,
	.inner-req form > *{
		margin-top: 30px;
	}
	.inner-req input[type='submit']{
		margin-top: 50px !important;
		height: 60px;
		font-size: 20px;
	}
	.inner-req .solution{
		padding-top: 80px;
	}
	.inner-req .solution li{
		flex: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.inner-covid .playlist .item h3{
		margin-top: 15px;
	}
	.format-text .iframe-holder{
		padding-top: 0;
	}
	.inner-home{
		padding-bottom: 80px;
	}
	.inner-cap,
	.inner-covid .playlist{
		padding-bottom: 40px;
	}
	.inner-home .testi,
	.inner-home .suite,
	.inner-home .paircopy,
	.inner-home .key,
	.inner-about .copy,
	.inner-about .team,
	.inner-service .copy,
	.inner-home .grid,
	.inner-service .grid,
	.inner-cap .webinar,
	.inner-cap .video,
	.inner-cap .profile{
		padding-top: 50px;
	}
	.inner-home .support .wrap:after,
	.banner h2 br{
		display: none;
	}
	.inner-home .grid .item > a span,
	.inner-service .grid .item > a span{
		opacity: 1;
		visibility: visible;
	}
	.popup-team,
	.popup-grid{
		padding: 25px;
		overflow: hidden;
	}
        .popup-team .wrap{
                padding: 0;
        }
	.popup-grid .fancybox-close-small{
		transform: scale(1);
		top: 0;
		right: 0;
	}
	.popup-team .fancybox-close-small{
		right: -8px;
		top: -8px;
	}
	body.home .banner .caption{
		max-width: none;
	}
	.inner-home .paircopy .item:nth-child(odd) figure{
		order: 1;
	}
	.inner-home .paircopy .item:nth-child(odd) .caption{
		order: 2;
	}
	.inner-home .support .item,
	.inner-home .paircopy .item figure,
	.inner-home .paircopy .item .caption{
		flex: 100%;
		max-width: 100%;
	}
	.inner-home .support,
	.inner-home .paircopy .item{
		margin-top: 50px;
	}
	.inner-home .suite .item{
		padding-right: 0;
	}
	.inner-home .support .item{
		margin-bottom: 20px;
		padding: 0 !important;
	}
	.inner-home .support h2{
		margin-bottom: 40px;
	}
	.inner-home .testi figure img{
		max-width: 80%;
	}
	.inner-home .testi .txt > *{
		margin-top: 25px;
	}
	.banner .cvr-bg{
		display: none;
	}
	.banner .cvr-bg.mbg{
		display: block;
	}
	.mainmenu li:hover > b:not(.active):after{
		border-width: 8px 6px 0 6px;
		border-color: #283d92 transparent transparent transparent;
	}
	#bottom .tribute{
		margin-top: 30px;
	}
	#bottom .tribute .holder{
		text-align: center;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.inner-story .morecase .txt{
		padding: 25px 0 0;
		font-size: 16px;
		font-weight: 500;
	}
	.inner-home .suite .slider .fitem,
	.inner-home .suite .slider .slick-carousel{
		flex: 100%;
		max-width: 100%;
		text-align: center;
	}
	.inner-home .suite .slider .slick-carousel img{
		display: inline-block;
	}
	.inner-home .suite .txt{
		margin: 20px auto 0;
	}
	.inner-home .suite .slidenav{
		left: auto;
		text-align: center;
		width: 100%;
	}
	
	/** FONT SIZE **/
	.format-text h1{
		font-size: 36px;
	}
	.inner-story .retent h2
	.inner-home .testi .txt h1,
	body.home .banner strong,
	body.home .banner h2,
	.inner-about .team h2,
	.inner-about .copy h2,
	.inner-service .copy h2,
	.inner-home .grid .hentry h2,
	.inner-service .grid .hentry h2,
	.inner-story .award h2,
	.inner-story .testi h2,
	.inner-story .case h2,
	.inner-story .webinar h2,
	.inner-cap .webinar h2,
	.inner-cap .video h2,
	.inner-cap .profile h2,
	.inner-summit .video h2,
	.format-text h2,
	.inner-block .item h3,
	.banner h2{
		font-size: 30px;
	}
	.inner-home .testi .txt h2,
	.inner-home .suite h3,
	.inner-home .testi h2,
	.inner-home .support h2,
	.inner-home .suite h2,
	.inner-home .paircopy .item h3,
	.inner-home .key h2,
	.inner-service .copy h3,
	.inner-covid .playlist h2,
	.inner-req .solution h2,
	.section-contact h2{
		font-size: 26px;
	}
	.inner-home .testi .txt h3,
	.popup-grid h3,
	.banner strong,
	.format-text h3,
	.inner-res .list .item h3,
	#bottom .widget-title{
		font-size: 24px;
	}
	.inner-story .morecase a,
	.inner-story .retent .format-text,
	.inner-home .testi .txt h4,
	.inner-home .suite span,
	.inner-home .paircopy .more,
	.inner-home .paircopy .txt,
	.popup-team .wrap .texty .format-text,
	.popup-team .wrap .figure h3,
	.popup-team .wrap .figure strong,
	.inner-about .team strong,
	.inner-about .team h3,
	.inner-service .copy .format-text,
	.inner-service .grid .hentry .format-text,
	.inner-story .testi h3,
	.inner-story .testi .txt,
	.inner-story .award .item h3,
	.inner-story .case h3,
	.inner-story .webinar .item h3,
	.inner-cap .webinar .item h3,
	.inner-cap .profile .item a,
	.inner-cap .profile .item h3,
	.format-text h4,
	.inner-req .solution li,
	.inner-req .fgroup > label,
	.inner-summit .copy .format-text,
	.format-text,
	.inner-profile figure strong{
		font-size: 20px;
	}
	.inner-home .testi .txt h5,
	.inner-home .testi .txt,
	.popup-grid .more,
	.popup-grid .format-text,
	.inner-home .grid .item > a span b,
	.inner-service .grid .item > a span b,
	.inner-covid .playlist .item h3,
	.format-text h5,
	.inner-req .chkgroup .wpcf7-list-item-label,
	.inner-req input[type="text"],
	.inner-req input[type="tel"],
	.inner-req input[type="email"],
	.inner-res .list .item .txt,
	.inner-res .list .item span,
	.banner .txt,
	#bottom .demo .button,
	#bottom .info .txt,
	.inner-profile .format-text{
		font-size: 16px;
	}
	.inner-home .suite .txt,
	.inner-home .testi .txt h6,
	.format-text h6{
		font-size: 14px;
	}
}
/* Custom mobile */
@media (max-width: 480px) {
	.inner-about .wrapper,
	.inner-summit .inner-block .item .wrapper,
	.inner-summit .copy .wrapper,
	.inner-covid .copy .wrapper,
	.inner-req .wrapper,
	.inner-profile .wrapper,
	.wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 360px) {
	
}
@media (min-width: 1230px) {

}

#responsive{
	display:block;
	width:10px;
	height: 10px;
	position: fixed;
	bottom:10px;
	left: 10px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1259px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}