@font-face {
    font-family: 'atlas';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/atlas-pro-aaa-300.eot);
    src: /*url(fonts/almoni-dl-aaa-300.eot?#iefix) format('embedded-opentype'),*/
            url(fonts/atlas-pro-aaa-300.woff) format('woff'),
            url(fonts/atlas-pro-aaa-300.ttf) format('truetype');
}
@font-face {
    font-family: 'atlas';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/atlas-pro-aaa-400.eot);
    src: /*url(fonts/almoni-dl-aaa-400.eot?#iefix) format('embedded-opentype'),*/
            url(fonts/atlas-pro-aaa-400.woff) format('woff'),
            url(fonts/atlas-pro-aaa-400.ttf) format('truetype');
}
@font-face {
    font-family: 'atlas';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/atlas-pro-aaa-700.eot);
    src:/* url(fonts/almoni-dl-aaa-700.eot?#iefix) format('embedded-opentype'),*/
            url(fonts/atlas-pro-aaa-700.woff) format('woff'),
            url(fonts/atlas-pro-aaa-700.ttf) format('truetype');
}
@font-face {
    font-family: 'atlas';
    font-style: normal;
    font-weight: 900;
    src: url(fonts/atlas-pro-aaa-900.eot);
    src: /*url(fonts/almoni-dl-aaa-900.eot?#iefix) format('embedded-opentype'),*/
            url(fonts/atlas-pro-aaa-900.woff) format('woff'),
            url(fonts/atlas-pro-aaa-900.ttf) format('truetype');
}
html{
    height: 100%;
    width: 100%;
}

html, body{
    height: 100%;
    /*direction: rtl;*/
    font-size: 13px;
    color:#595959;
    font-family: 'atlas' , 'Arial';
    padding: 0!important;
}
body{
    height: calc(100% - 175px);
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
textarea,
input{
    border:1px solid #e2e2e2;
    background: #f9f9f9;
    width:100%;
    height: 40px;
}
textarea{
    height: 100px;
}
.inputWrap{
    margin-bottom: 20px;
}
.inputWrap label{
    font-size: 1.25rem;
    color:#1d4170;
    font-weight: 400;
    margin-bottom: 7px;

}
footer, .push{
    height:139px;
}
.wrapper{
    margin: 175px auto -139px;
    min-height: 100%;
}
.search_open .wrapper{
    margin: 255px auto -139px;
}
body:not(.m_hp):not(.m_contact) .wrapper{
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(233,233,233,0) 41%, rgba(214,214,214,1) 79%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, rgba(214,214,214,1)), color-stop(59%, rgba(233,233,233,0)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(233,233,233,0) 41%, rgba(214,214,214,1) 79%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(233,233,233,0) 41%, rgba(214,214,214,1) 79%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(233,233,233,0) 41%, rgba(214,214,214,1) 79%); /* ie10+ */
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(233,233,233,0) 41%, rgba(214,214,214,1) 79%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
header{
    position: fixed;
    top:0;
    right:0;
    width: 100%;

    z-index: 5;
}
/*header:before{
    content: "";
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height: 100%;
    background: url("../images/modalHeaderBg.jpg") center center no-repeat;
    background-size: cover;
    z-index: -1;
}*/
.headerWrapper{
    height: 175px;
}
.upperHeader{
    /* background: #12427f; */
    background: rgba(18,66,127,0.83);
}
.bottomHeader{
    background: rgba(15,57,109,0.83);
    border-bottom: 3px solid #ff554d;
}
.logo{
    padding:17px 15px 15px;
    text-align: left;
}
.logo a{
    display: block;
}
.logo a img{
    width: 118px;
    height: auto;
}
.pageHeader{
    color:#fff;
    font-size: 2.15rem;
    line-height: 1.1;
    font-weight: bold;
    margin:0;
    margin: 33px 0;
}
.pageHeader a,
.pageHeader a:hover,
.pageHeader a:focus{
    color:#fff;
    text-decoration: none;
}
.nav>li>a{
    color:#d4d4d4;
    font-size: 1.275rem;
    font-weight: bold;
    padding: 25px 15px;
}
.nav>li.active>a,
.nav>li.open>a,
.nav>li:hover>a,
.nav>li>a:hover,
.nav>li>a:focus{
    background: transparent;
    color:#ff554d;
}
.upperFooter{
    background: #305c94;
    text-align: center;
    height: 70px;
}
.bottomFooter{
    background: #1d4170;
    height: 69px;
}
.footerMenu{
    padding:0;
    margin:0;
    list-style: none;
    padding:23px 0;
}
.footerMenu li{
    display: inline-block;
}
.footerMenu li a{
    color:#fff;
    font-size: 1.063rem;
}
.footerMenu li + li:before{
    content: "|";
    color:#fff;
    padding:0 5px;
}
.tycoLogo{
    text-align: left;
}
.tycoLogo a{
    float: left;
    position: relative;
    height: 19px;
}
.tycoLogo a span{
    position: absolute;
    width: 120%;
    top:0px;
    left:0;
    opacity: 0;
    color:#fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.tycoLogo a:hover span,
.tycoLogo a:focus span{
    opacity: 1;
    left:120%;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.tyco{
    width: 72px;
    height: 19px;
    fill:#c5c5c5;
}
.tycoLogo,
.footerCredit{
    padding:25px 15px;
    line-height: 19px;
}
.footerCredit p{
    margin:0;
    color:#d3d3d3;
    font-size: 1.063rem;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
    border:0;
}
section.apply{
    background: #ececec;
    text-align: center;
    padding:23px 0;
    margin: 15px 0;
}
.apply span{
    color:#121f30;
    font-size: 1.875rem;
    padding:0 20px;
}
.apply a{
    display: block;
}
.apply a:hover,
.apply a:focus{
    text-decoration: none;
}
.apply span,
.apply svg{
    display: inline-block;
    vertical-align: middle;
}
.apply span strong{
    font-size: 2.375rem;
}
.apply svg.apply{
    width: 64px;
    height: 71px;
    stroke: transparent;
    fill: #ff554d;
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.apply svg.arrow{
    width: 25px;
    height: 48px;
    stroke: #212d3c;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.imgWrapper img{
    max-width: 100%;
}
.fluidSide1{
    background: #fff;
}
.fluidSide1:not(.withImg){
    text-align: center;
}
.fluidSide1,
.fluidSide2{
    padding:50px;
    /*border-bottom:1px solid #1d4170;*/
    position: relative;
}
.fluidSide1{
    padding:50px 0;
}
.fluidSide1 .imgWrapper{
    padding: 0;
}
.fluidSide2{
    text-align: center;
    color:#fff;
}
.fluidSide2:before,
.fluidSide2:after/*,
.fluidSide3:before,
.fluidSide3:after*/{
    content: "";
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background: rgba(29,65,112,0.93);

}
/*.fluidSide2:before{
    background: url("../images/boxBg.jpg") center center no-repeat;
    background-size: 100% 100%;
}
.fluidSide3:before{
    background: url("../images/boxBg2.jpg") center center no-repeat;
    background-size: 100% 100%;
}*/

.textWrapper{
    z-index: 1;
    position: relative;
}
.textWrapper h2{
    font-size: 1.813rem;
    margin:10px 0;
}
.textWrapper p{
    font-size: 1.125rem;
}
.fluidSide1 .textWrapper h2{
    color:#1d4170;
}
.fluidSide2 .textWrapper p{
    color:#dedede;
}
.readMore{
    background: #ff554d;
    border:1px solid #ff554d;
    color:#fff;
    font-size: 1.063rem;
    font-weight: 700;
    padding:5px 30px;
    margin-top: 10px;
    display: inline-block;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.readMore:hover,
.readMore:focus{
    color:#ff554d;
    background: transparent;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.linkMore,
.linkMore:hover,
.linkMore:focus{
    color:#ff554d;
    font-size: 1.438rem;
    text-decoration: underline;
}
.linkMore:after{
    content: ">";
}
.part1{
    margin-bottom: 40px;
}
.part1 .container {
    margin-top: 35px;
}
.fluidSide3{
    position: 	relative;
    background: rgba(29,65,112,0.93);
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
}
.fluidSide3 a{
    background: #ff554d;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    z-index: 	1;
    color:#fff;
    text-align: 	center;
    font-size: 	1.563rem;
    line-height: 25px;
    padding: 10px 15px;
    max-width: 80%;
    text-decoration: none;
    display: inline-block;
}
.fluidSide3 a:hover,
.fluidSide3 a:focus{
    color:#fff;
    text-decoration: none;
}
.fluidSide3 a span{
    font-size: 	1.875rem;
}
.fluidSide4{
    background: #ececec;
    padding:30px;
    float: right;
    width:100%; 
}
.fluidSide3 h3,
.fluidSide4 h3{
    margin-bottom: 0;
    border-bottom:4px solid #ff554d;
    text-align: center;
    color:#1d4170;
    font-size: 1.875rem;
    padding-bottom: 10px;
    font-weight: 700;
}
.scheduleItems,
.newsItems{
    padding:0;
    margin:0;
    list-style: none;
}
.newsItems li{
    background: #fff;
    float: right;
    width: 100%;
    height: 204px;
}
.newsItems li + li{
    margin-top: 30px!important;
}
.newsItems li .imgWrap{
    width: 40.5%;
    float: right;
}
.newsItems li .imgWrap a{
    display: block;
}
.newsItems li .imgWrap img{
    width: 100%;
}
.newsItems li .txtWrap{
    width: 59.5%;
    float: right;
    padding:15px;
    font-size: 1.188rem;
    color: #353535;
}
.newsItems li .txtWrap .date_time{
    color:#a5a5a5;
    font-weight: bold;
}
.newsItems li .txtWrap h2,
.newsItems li .txtWrap h3,
.newsItems li .txtWrap h4{
    font-size: 1.188rem;
    margin:15px 0 5px;
    font-weight: bold;
}
.newsItems li .txtWrap p{
    margin:0;
    font-size: 1.125rem;
}
.newsItems li .txtWrap .linkMore{
    font-size: 1.063rem;
    margin-top: 15px;
    display: inline-block;
}
.fluidSide4 .pull-right{
    width: 100%;
}
.fluidSide4 .pull-right .toAll{
    background: #1d4170;
    border:1px solid #1d4170;
    text-align: center;
    padding:10px;
    color:#e2e2e2;
    font-size: 1.063rem;
    font-weight: 700;
    display: block;
    margin:30px auto 0;
    width:200px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.sendButton{
	background: #1d4170;
	border: 1px solid #1d4170;
	text-align: center;
	padding: 9.2px;
	color: #e2e2e2;
	font-size: 1.063rem;
	font-weight: 700;
	display: block;
	float: left;
	width: 187px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	margin-left: -36px;
	margin-top: 26px;
}
.mokedCont{
	margin-right: -30px;
}
.mokedData{
	margin-top: 20px;
}
.fluidSide4 .pull-right .toAll:hover,
.fluidSide4 .pull-right .toAll:focus{
    text-decoration: none;
    background: transparent;
    color:#1d4170;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.scheduleItems li{
    background: #fff;
    float: right;
    width: 100%;
}
.scheduleItems li a{
    display: block;
    width:100%;
    float: right;
}
.scheduleItems li + li{
    margin-top: 30px;
}
.scheduleItems li .dateWrap{
    float: right;
    width: 95px;
    height: 87px;
    background: #1d4170;
    color:#fff;
    text-align: center;
}
.scheduleItems li .detailesWrap{
    float: right;
    width: calc(100% - 95px);
    height: 87px;
    position: relative;
    padding:15px;
}
.scheduleItems li .detailesWrap .day{
    color:#ff554d;
    font-size: 1.125rem;
}
.scheduleItems li .detailesWrap p{
    color:#353535;
    font-size: 1.188rem;
    font-weight: 500;
    line-height: 20px;
}
.scheduleItems li .detailesWrap svg{
    width: 9px;
    height: 17px;
    stroke:#121f30;
    stroke-width:3px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    position: absolute;
    bottom:20px;
    left:20px;
}
.scheduleItems li .dateWrap{
    font-size: 1.188rem;
}
.scheduleItems li .dateWrap span{
    font-size: 2.688rem;
    display: block;
    line-height: 30px;
    margin-top: 15px;
}
.newsBar{
    border:1px solid #adadad;
    background: #f6f6f6;
    padding:15px;
}
.newsBar span {
    font-size: 1.813rem;
    color:#ff554d;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
#newsWrap {
    width:calc(100% - 105px);
    display: inline-block;
    vertical-align: middle;

}
#newsWrap .newItem {
    position: relative;
    font-size: 1.125rem;

}
#newsWrap .newItem a{
    color:#525252;
    text-decoration:underline;
    font-size: 1.125rem;
}
#newsWrap .newItem a:after{
    content:">";
}
.hpABanner a{
    display: block;
    /*margin-bottom:30px;*/
}
.hpABanner a img{
    width: 100%;
}

.video-ratio {
    position: relative;
}

.video-ratio:before {
    content:'';
    pointer-events: none;
    width:100%;
    height:0;
    padding-bottom:calc(9 / 16 * 100%);
    display: block;
}

.video-ratio iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

.jp-gui{
    position: relative;
}
#jp_poster_0,
#jquery_jplayer_1{
    width: 100%!important;
    height: auto!important;
}
.jp-video-270p .jp-video-play{
    display: none;
}
.jp-video-270p{
    width: 100%;
    border:0!important;
}
div.jp-video .jp-progress{
    border:0;
    height:5px;
    width:79%;
    border-radius: 3px;
    float: left;
    margin-top: 15px;
}
.jp-seek-bar{
    background: #637c9c;
}
.jp-play-bar{
    background: #cecece;

}
.jp-interface{
    background: #1d4170;
    width: 100%;
    float: right;
    margin-top: 13px;
    /*margin-bottom: 30px;*/
}
.jp-video .jp-controls-holder{
    width:auto;
    margin:0;
}
.jp-video .jp-controls{
    background: transparent;
    margin:0;
    width:auto;
    padding: 0
}
video{
    width:100%;
    height: 100%;
}
.jp-type-single .jp-play:focus,
.jp-type-single .jp-play{
    background: url("../images/player_play.png") center center no-repeat;
    background-size: 11px 14px;
    width: 50px!important;
    margin: 0;
}
.jp-state-playing .jp-type-single .jp-play:focus,
.jp-state-playing .jp-type-single .jp-play{
    background: url("../images/player_pause.png") center center no-repeat;
    background-size: 11px 14px;
}
.jp-current-time, .jp-duration{
    font-size: 0.7rem;
    color: #fff;
    width: 55px;
    padding-left: 10px!important;
    margin-top: 7px;
}
.youtubeWrapper{
    margin-bottom: 30px;
}
.youtubeWrapper a{
    display: block;
    position: relative;
}
.youtubeWrapper a img{
    width: 100%;
}
.youtubeWrapper a .videoPlay{
    width: 98px;
    height: 98px;
    position: absolute;
    top:calc(50% - 49px);
    right:calc(50% - 49px);
}
.youtubeWrapper a .videoPlay svg{
    width: 100%;
    height: 100%;
}
.part4{
    padding:30px;
    background: #ececec;
}
.modal-dialog{
    width:482px;
    margin: 10% auto;
}
.modal-content{
    border-radius: 0;
}
.modal-dialog button.close{
    position: absolute;
    width:30px;
    height:30px;
    top:-35px;
    right:-35px;
    opacity: 1;
}
.modal-dialog .close svg{
    width:100%;
    height: 100%;
    fill:#fff;
}
.modal-dialog .modal-header{
    position: relative;
    height: 100px;
    color:#fff;
    text-align: center;
    padding:0;
}
.modal-dialog .modal-header h4{
    line-height: 100px;
    position: relative;
    color: #fff;
    z-index: 1;
    font-size: 1.6rem;
}
.modal-dialog .modal-header svg.like{
    width: 51px;
    height: 65px;
    fill:#ff554d;
    z-index: 1;
    position: relative;
    margin-top: 15px;
}
.modal-dialog .modal-header:after,
.modal-dialog .modal-header:before{
    content: "";
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background: rgba(29,65,112,0.93);

}
/*.modal-dialog .modal-header:before{
    background: url("../images/modalHeaderBg.jpg") center center no-repeat;
    background-size: 100% 100%;
}*/
.modal-dialog .modal-body{
    padding:40px 70px;
}
.modal-dialog .modal-body .modal-title{
    font-size: 1.75rem;
    text-align: center;
}
.modal-dialog .modal-body .modal-title span{
    display: block;
    color:#ff554d;
    font-weight: bold;
}
.captchaDemo{
    width:100%;
}
.captcha{
	float: right;
	width: 60%;
}
.captcha-img{
	margin-top: 5px;
}
#reload_ecaptcha{
	cursor: pointer;
	vertical-align: middle;
	margin-right: 10px;
	float: left;
	margin-top: 5px;
}
.submitForm{
    width:100%;
    height: 40px;
    background: #ff554d;
    color: #fff;
    font-size: 1.375rem;
    font-weight: bold;
    border:0;
}
.floatMenu ul{padding: 0;margin:0;list-style: none;}
.floatMenu ul li svg{display: inline-block;vertical-align: middle;}
.floatMenu ul li svg.glob{width: 25px;height: 25px;fill:#fff;}
.floatMenu ul li svg.searchI{width: 23px;height: 23px;fill:#fff;margin-top: 2px;margin-right: 2px;}
.search_open .floatMenu ul li svg.searchI{display: none;}
.floatMenu ul li svg.closeBtn{width: 23px;height: 23px;fill:#fff;display: none;}
.search_open .floatMenu ul li svg.closeBtn{display: inline-block;}
.floatMenu ul li svg.access{width: 25px;height: 25px;fill:#fff;}
.floatMenu ul li span{display: inline-block;vertical-align: middle;color:#fff;font-size: 1.125rem;margin-right:15px;}
.breadcrumb{
    margin-top: 20px;
    margin-bottom: 10px;
    padding:0;
    background: transparent;
}
.breadcrumb>.active,
.breadcrumb>li a,
.breadcrumb>li{
    font-size: 1.063rem;
    color: #373737;
}
.breadcrumb>li+li:before{
    content: ">";
    color: #373737;
}
.header_bread h1{
    color:#1d4170;
    font-size: 2.188rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 3px solid #ff554d;
    display: inline-block;
    margin:0;
}
.header_bread h1 span{
    color:#ff554d;
}
.part3{
    background: #fff;
}
.header_bread{
    margin-bottom: 45px;
}
.newsWrapper .newsItems li{
    border:1px solid #d9d9d9;
}
.newsWrapper .newsItems li .imgWrap{
    width:195px;
}
.newsWrapper .newsItems li .txtWrap{
    width:calc(100% - 195px);
}
.innerWrap{
    border:1px solid #d5d5d5;
    border-top:0;
    background: #fff;
    position: relative;
    padding: 40px;
}
.innerWrap:before{
    content: "";
    position: absolute;
    top:-6px;
    right:0;
    background: #1d4170;
    height: 6px;
    width: 100%;
}
.innerWrap h2{
    margin:0;
    color:#1d4170;
    font-size: 1.75rem;
    font-weight: 700;
}
.innerWrap h2 span{
    color:#ff554d;
}
/*.wrapper_404{
    background: url("../images/entitledBg.png") 30% 100px no-repeat;
    background-size: 95% auto;
    padding-bottom: 50px;
}*/
/*.unEntitledWrap{
    background: url("../images/unEntitledBg.png") 30% 100px no-repeat;
    background-size: 95% auto;
    padding-bottom: 50px;
}*/
.entitleInnerdWrap{
    margin-top: 40px;
}

.entitleInnerdWrap .side1,
.entitleInnerdWrap .side2{
    float: right;
}
.entitleInnerdWrap .side2{
    width: calc(100% - 70px);
}
.entitleInnerdWrap .side1 svg{
    stroke: transparent;
    fill: #1d4170;
    margin-left: 10px;
}
.entitleInnerdWrap .side1 svg.personal_detailes{
    width:35px;
    height: 35px;
    margin-top: -35px;
}
.entitleInnerdWrap .side1 svg.address{
    width:44px;
    height: 33px;
    margin-top: -33px;
}
.entitleInnerdWrap .side1 svg.apply{
    width:37px;
    height: 40px;
    margin-top: -40px;
}
.entitleInnerdWrap .side2 h3{
    color:#ff554d;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.375rem;
    margin: 0;
}
.entitleInnerdWrap .side2 ul{
    margin:0;
    padding:0;
    list-style: none;
    margin-top: 20px;
}
.entitleInnerdWrap .side2 ul li + li{
    margin-top: 10px;
}
.entitleInnerdWrap .side2 ul li span{
    font-size: 1.125rem;
    color:#6f6f6f;
}
.entitleInnerdWrap .side2 ul li span:first-child{
    font-weight: bold;
    color:#1d4170;
}
.entitleInnerdWrap .side2>a{
    background: #1d4170;
    border:1px solid #1d4170;
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 200;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.entitleInnerdWrap .side2>a span{
    font-weight: 700;
}
.entitleInnerdWrap .side2>a:hover,
.entitleInnerdWrap .side2>a:focus{
    text-decoration: none;
    color: #1d4170;
    background: transparent;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.entitleInnerdWrap .side2>p{
    color:#ff554d;
    margin-top: 10px;
}
.entitleInnerdWrap .side2>p span{
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
}
.entitleInnerdWrap .side2>p:before{
    content:"*";
    color:#ff554d;
    padding-left: 5px;
    display: inline-block;
}
.kalpiDet{
    border: 1px solid #d5d5d5;
    padding:15px 0;
    margin-top: 60px;
    float: right;
    width:100%;
}
.kalpiDet>div:first-child{
    padding:15px 30px;
}
.kalpiDet h3{
    color:#ff554d;
    font-size: 1.75rem;
    font-weight: 700;
    margin:0;
}
.kalpiDet ul{
    padding:0;
    margin:0;
    list-style: none;
    margin-top:20px;
}
.kalpiDet ul li + li{
    margin-top: 10px;
}
.kalpiDet ul li span{
    font-size: 1.3rem;
    color:#6f6f6f;
}
.kalpiDet ul li span:nth-child(odd){
    color:#1d4170;
    font-weight: 700;
}
.kalpiDet div>p{
    color:#6f6f6f;
    margin:15px 0 0;
}
#map img{
    width:100%;
}
.newsletterReg{
    float: right;
    width: 100%;
}
#receiveNews{
    float: right;
    width: 100%;
    margin-top: 40px;
}
#receiveNews h3{
    font-size: 1.625rem;
    color:#1d4170;
    margin:0;
    margin-bottom: 40px;
}
#receiveNews .inputWrap{
    width:37%;
    float: right;
}
#receiveNews .inputWrap label{
    margin:0;
}
#checkEligibilityForm .inputWrap.checkWrap{
    width:100%;
    position: relative;
}
#receiveNews .inputWrap input:not([type="submit"]){
    margin-left:15px;
    width: calc(100% - 15px)
}
#receiveNews .inputWrap.submitWrap{
    width:26%;
}
.inputWrap.submitWrap input{
    background: #ff554d;
    color:#fff;
    font-size: 1.188rem;
    font-weight: 700;
    border:0;
    margin-top:28px;
}
#contactUs .inputWrap.submitWrap input{
    margin:0;
}
.inputWrap.checkWrap input{
    width:22px!important;
    height:22px!important;
    margin-top: 0;
    opacity: 0;
    float: right;
    margin-left: 7px!important;
}
.inputWrap.checkWrap input:checked + .chkbx{
    background: #f9f9f9 url(../images/v.png) center center no-repeat;
    background-size: 13px 9px;
}
.inputWrap.checkWrap span:not(.chkbx){
    font-size: 1rem;
    float: right;
    color:#606060;
}
.inputWrap.checkWrap .chkbx{
    border: 1px solid #e2e2e2;
    background: #f9f9f9;
    border-radius: 0;
    width:22px;
    height:22px;
    position: absolute;
    top:0;
    right:0;
}
#contactUs .inputWrap.checkWrap .chkbx{
    right:15px;
}
.electionDay{
    float: right;
    width:100%;
    padding-bottom: 30px;
}
.electionDay h3{
    font-size: 1.625rem;
    color:#1d4170;
    margin:20px 0;
}
.electionDay p{
    font-size: 1.125rem;
    color:#3e3e3e;
    margin-bottom: 30px;
}
.fileDown{
    margin-top: 15px;
}
.fileDown svg,
.fileDown a{
    display: inline-block;
    vertical-align: middle;
}
.fileDown svg.file{
    width:18px;
    height: 24px;
    fill:#1d4170;
    margin-left: 10px;
}
.fileDown a{
    color:#ff554d;
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.125rem;
}
.notEntitledTxt p{
    font-size: 1.125rem;
    color:#3e3e3e;
    margin:50px 0 40px;
}
.legoTxtWrap{
    color:#353535;
    font-size: 1.125rem;
    padding-bottom: 40px;
}
.legoTxtWrap img{
    max-width: 100%;
    margin-bottom: 30px;
}
.legoTxtWrap.row{
    margin: 0;
}
.timeStamp{
    color:#a5a5a5;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom:15px;
}
.preTxt{
	color:#1d4170;
	font-size: 1.230rem;
	/*    font-weight: 700;*/
	margin-bottom:25px;
}
#electionDayCaru{
    margin-bottom: 55px;
}
.owl-prev, .owl-next{
    width: 30px;
    height:70px;
    background: #ff554d;
    position: absolute;
    top:calc(50% - 35px);
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color:#fff;
}
.owl-prev{
    right:-15px;
    background: #ff554d url("../images/caruArr2.png") center center no-repeat;
    background-size: 10px 20px;
}
.owl-next{
    left:-15px;
    background: #ff554d url("../images/caruArr.png") center center no-repeat;
    background-size: 10px 20px;
}
.scheduleWrap table{
    width:100%;

}
.scheduleWrap table thead{
    border-bottom: 6px solid #1d4170;
}
.scheduleWrap table tbody{
    background: #fff;
    border:1px solid #d5d5d5;
}
.scheduleWrap table tbody tr:nth-child(even){
    background: #e7e7e7;
}
.scheduleWrap table tr td,
.scheduleWrap table tr th{
    width:25%;
    padding: 15px;
}
.scheduleWrap table tr th:last-child{
    padding-right: 61px;
}
.scheduleWrap table tr td{
    padding-right: 61px;
    color: #1d4170;
    font-size: 1.25rem;
}
.scheduleWrap svg.time,
.scheduleWrap svg.date,
.scheduleWrap svg.action{
    width:36px;
    height: 36px;
    fill:#0f396d;
    margin-left:10px;
    float: right;
}
.scheduleWrap span{
    color:#ff554d;
    font-size: 1.375rem;
    font-weight: 700;
    float: right;
    margin-top: 15px;
}
.scheduleWrap{
    margin-bottom:80px;
}
.contactBg{
    position: relative;
}
.contactBg:after{
    content: "";
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background: rgba(29,65,112,0.83);
}
.contactBg{
    overflow: hidden;
}
.contactBg img{
    height: 450px;
    width: auto;
    min-width: 100%;
}
.contactMarginTop{
    margin-top: -420px;
    z-index: 1;
    position: relative;
}
.contactMarginTop .contactUl{
    list-style: none;
    margin:0;
    margin-bottom: 40px;
    padding:0;
    text-align: center;
}
.contactMarginTop .contactUl li{
    display: inline-block;
}
.contactMarginTop .contactUl li + li{
    margin-right:15px;
}
.contactMarginTop .contactUl li svg.location{
    width:25px;
    height:43px;
    fill:#ff554d;
}
.contactMarginTop .contactUl li svg.phone{
    width:33px;
    height:33px;
    fill:#ff554d;
}
.contactMarginTop .contactUl li a,
.contactMarginTop .contactUl li span{
    font-size: 1.375rem;
    color:#fff;
}
.contactInnerWrap{
    background: #fff;
    float: right;
    width:100%;
    padding:40px 150px;
}
.contactInnerWrap h2{
    margin:0;
    margin-bottom: 30px;
    color:#1d4170;
    font-size: 1.625rem;
    font-weight: 700;
    padding:0 15px;
}
.wrapper_404{
    text-align: center;
    padding:127px 0;
}
.wrapper_404 h1,
.wrapper_404 h2{
    color:#0f396d;
    font-size: 1.625rem;
    margin:0;
}
.imag_404{
    margin-bottom: 40px;
    max-width: 40%;
}
.wrapper_404 a{
    color:#ff554d;
    text-decoration: underline;
}
#awb_close{
    display: block!important;
}
.newsWrapper{
    padding-bottom: 50px;
}
.lego-row{
    margin-right:0!important;
    margin-left: 0!important;
}
.lego-col{
 padding:0 0!important;
}
.searchModul {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: none;
    position: relative;
    top: 0;
    right: 0;
    height: 80px;
}
.searchModul{
    background: #ff554d;
}
.searchWrapper{
    width: 100%;
    float: right;
    padding: 20px 0;
}
.searchWrapper label{
    width: 80px;
    font-size: 2rem;
    color:#fff;
    float: right;
    margin: 0;
    line-height: 40px;
    margin-left: 10px;
}
.searchWrapper input{
width:calc(100%  - 140px);
    float: right;
    background: transparent;
    border:0;
    border-bottom:1px solid #fff;
    font-size: 1.375rem;
}
.searchWrapper input::-webkit-input-placeholder{color:#BB3C43;}
.searchWrapper input:-moz-placeholder{color:#BB3C43;}
.searchWrapper button{
    width: 40px;
    height: 40px;
    background: transparent;
    border:0;
    float: right;
    margin-right: 10px;
}
.searchWrapper button svg.searchI{
    width:100%;
    height:100%;
    fill:#fff;
}

.slick-slide img{
    width:100%;
}
.part4 .container{
    direction:ltr;
}
#hpGallery .slick-center img{
    transform: scale(1.2);
}
.slick-track{
    padding: 50px 0;
}
.slick-dots li{
    width: 10px;
    height: 10px;
}
.slick-dots li button{
    background: #bdbdbd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button{
    background: #1d4170;
}
.slick-dots li button:before{
    content: initial;
}
.slick-next:hover,
.slick-next:focus,
.slick-next{
    background: url("../images/caruArr4.png") center center no-repeat;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev{
    background: url("../images/caruArr3.png") center center no-repeat;
}
.slick-next:before,
.slick-prev:before{
    content: initial;
}
.part4 h3{
    color:#1d4170;
    font-weight: 700;
    text-align: center;
    font-size: 1.813rem;
}
.open .chkbx{
    box-shadow: rgb(0,0,0) 0px 0px 0px 2px inset;
}
.g-recaptcha{
	transform: scale(1.125);
	transform-origin: right center;
}
.phoneContainer{
	display:none;
}
.phoneContainerAuth{
	display:none;
}

@media only screen and (min-width:992px) and (max-width:1199px){
    .pageHeader{font-size: 1.625rem;}
    .nav>li>a{padding: 25px 8px;font-size: 1.2rem;}
    .fluidSide3{min-height: 250px;}
    div.jp-video .jp-progress{width: 75%;}
    .jp-interface{margin-top: 5px;}
}
@media only screen and (min-width:992px){
    .dropdown-menu{display: block!important;top:-9999px;opacity:0;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);border-radius: 0;border: 0;border-top: 5px solid #ff554d;width: 135%;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
    .nav>li:hover .dropdown-menu, .nav>li.open .dropdown-menu{top:85%;opacity: 1;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
    .dropdown-menu>li + li{border-top:1px solid #c9c9c9;}
    .dropdown-menu>li>a{padding:15px;font-size: 1.25rem;color:#393939;}
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{background-color: transparent;color:#ff554d;}
    .floatMenu{position: fixed;left:0;top:200px;transform: translate(-100%);}
    .floatMenu ul li{background: #ff554d;position: relative;right: -54px;height: 54px;min-width: 54px;transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-webkit-transition: all .25s ease-in-out;}
    .floatMenu ul li a{padding:14px;padding-left:25px;display: block;}
    .floatMenu ul li a:hover , .floatMenu ul li a:focus{text-decoration:none;}
    .floatMenu ul li:hover, .floatMenu ul li.open, .search_open .floatMenu ul li.openSearch{right: -100%;background: #0f396d;transition: all .25s ease-in-out;-moz-transition: all .25s ease-in-out;-webkit-transition: all .25s ease-in-out;}
    .floatMenu ul li + li{margin-top:10px;}



}
@media only screen and (min-width:768px){
    .navbar-nav{float: none;}


}
@media only screen and (min-width:768px) and (max-width:991px){
    .pageHeader{font-size: 1.375rem;}
    .newsItems li .imgWrap{width: 30%;}
    .newsItems.owl-carousel li .imgWrap{}
    .newsItems.owl-carousel li .txtWrap{padding:5px;}
    .newsItems li .txtWrap{width: 70%;}
    .newsItems li .txtWrap h4{margin: 5px 0 5px;}
    .newsItems li .txtWrap .linkMore{margin-top: 10px;}
    .scheduleItems li .dateWrap, .scheduleItems li .detailesWrap{height: 82px;}
    .scheduleItems li .detailesWrap p{font-size: 1.05rem;}
    .jp-interface{margin-top: 0;}
    .fluidSide1 .imgWrapper{padding-left:15px;}
    .scheduleWrap span{font-size: 1.125rem;}
    .scheduleWrap table tr td{font-size: 1rem;}

}
@media only screen and (max-width:992px){
    .navbar-header {float: none;}
    .navbar-toggle {display: block;}
    .navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-collapse.collapse.in {display: block!important;}
    .navbar-nav {float: none!important;margin: 7.5px -15px;}
    .navbar-nav>li {width: 100%;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-toggle .icon-bar{background: #d3d3d3;}
    .dropdown-menu{position: relative;width: 100%;border: 0;border-radius: 0;background-color: transparent;    box-shadow: none;}
    .dropdown-menu>li>a{color:#d4d4d4;}
    .headerWrapper{height: 155px;}
    .wrapper{margin: 155px auto -139px;}
    body{height: calc(100% - 155px);}
    .apply span strong{font-size: 1.875rem;}
    .apply span{font-size: 1.5rem;padding: 0 10px;}
    .apply svg.apply{width: 50px;height: 56px;}
    .apply svg.arrow{width: 15px;height: 32px;}
    .floatMenu ul{padding-right: 15px;padding-top:12px;}
    .floatMenu ul li{float: right;}
    .floatMenu ul li + li{margin-right: 20px;}
    .floatMenu ul li a{display: block;}
    .floatMenu ul li span{margin-right: 5px;}
    div.jp-video .jp-progress{width: 65%;}
    .contactInnerWrap{padding: 40px;}
    .youtubeWrapper a .videoPlay{width: 68px;height: 68px;top: calc(50% - 34px);right: calc(50% - 34px);}
    .fluidSide1{padding: 0px 0 30px;float: right;}
    .newsItems li{height: auto;}
    .upperHeader{background: rgba(18,66,127,0.95);}
    .bottomHeader{background: rgba(15,57,109,0.95);}
    .navbar-nav>li.dropdown>a{background: url("../images/caruArr.png") 15px center no-repeat;background-size: 7px 14px;}
    .navbar-nav>li.dropdown.open2 .dropdown-menu{display: block;}
	.sendButton{margin-left:0 !important;margin-top:0 !important;}
	.mokedCont{margin-right:0 !important;}
}
@media only screen and (max-width:768px){
    html, body{font-size: 14px;}
    .pageHeader{font-size: 1.5rem;    margin: 24px 0;}
    .logo a img{max-width: 100%;}

    .apply svg.apply{width: 42px;height: 47px;}
    .apply span{font-size: 1.25rem;}
    .apply span strong{font-size: 1.625rem;}
    .apply svg.arrow{width: 11px;height: 27px;}
    div.apply{padding:15px 0;}

    .newsItems li .imgWrap{width:45%;}
    .newsItems li .txtWrap{width: 55%;}
    .newsItems.owl-carousel li .imgWrap{width:35%;}
    .newsItems.owl-carousel li .txtWrap{width:65%;}
    .fluidSide4>div + div{margin-top: 30px;}
    .jp-current-time, .jp-duration{width: 40px;margin-top: 9px;}
    div.jp-video .jp-progress{width: 70%;}
    .header_bread h1{font-size: 1.75rem;}
    .entitledWrap, .unEntitledWrap{background: none;padding-bottom: 	15px;}
    body:not(.m_hp) .wrapper{background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(220,220,220,0) 83%, rgba(214,214,214,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(17%, rgba(220,220,220,0)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(220,220,220,0) 83%, rgba(214,214,214,1) 100%);
        background: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(220,220,220,0) 83%, rgba(214,214,214,1) 100%);
        background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(220,220,220,0) 83%, rgba(214,214,214,1) 100%);
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(220,220,220,0) 83%, rgba(214,214,214,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );}
    .entitleInnerdWrap>div + div{margin-top: 40px;}
    #receiveNews .inputWrap.submitWrap input{margin-top: 24px;}
    .scheduleWrap svg{display: none;}
    .scheduleWrap table tr td{padding-right: 15px;}
    .scheduleWrap table tr td, .scheduleWrap table tr th{width: auto;}
    .scheduleWrap{margin-bottom: 15px;overflow: auto;}
    .contactInnerWrap{padding: 30px 15px;}
    .contactMarginTop .contactUl li{width:45%;vertical-align: top}
    .contactMarginTop .contactUl li svg{display: block;margin:0 auto;}
    .part4{display: none;}
    .legoTxtWrap img{height: auto!important;}
    .fluidSide2{padding: 40px;}
    .fluidSide4 .col-xs-12{padding: 0;}


}
@media only screen and (max-width:600px){
    .fluidSide1 .imgWrapper{width: 100%;}
    .fluidSide1 .textWrapper{width: 100%; padding:0;}
    .scheduleItems li .dateWrap{width: 65px;}
    .scheduleItems li .detailesWrap{width: calc(100% - 65px);padding: 10px;}
    .modal-dialog{width: 256px;margin: 15% auto;}
    .modal-dialog button.close{width: 20px;height: 20px;top: -25px; right: -25px;}
    .modal-dialog .modal-header{height: 60px;}
    .modal-dialog .modal-header h4{font-size: 1.5rem;line-height: 60px;}
    .modal-dialog .modal-body{padding: 15px;}
    .g-recaptcha{transform: scale(0.74);}
    .inputWrap{margin-bottom: 10px;}

}
@media only screen and (max-width:479px){
    .pageHeader{font-size: 1.25rem;margin: 15px 0;}
    .headerWrapper{height: 144px;}
    .tyco{max-width: 100%;}
    .footerCredit p{font-size: 1rem;}
    .tycoLogo, .footerCredit{padding: 15px;line-height: 15px;}
    .footerMenu{padding: 15px 0;}
    footer, .push{height: 111px;}
    .wrapper{margin: 144px auto -111px;}
    body{height: calc(100% - 144px);}
    .upperFooter{    height: 51px;}
    .bottomFooter{height: 60px;}
    .logo a img{width:100px;}
    .upperHeader{height: 91px;}
    .apply span, .apply svg{display: inline;}
    .floatMenu ul li span{display: none;}
    .newsWrapper .newsItems li .imgWrap, .newsWrapper .newsItems li .txtWrap{width:100%;float: none;}
    .newsWrapper .newsItems li{width: 70%; margin: 0 auto; float: none;}
    body:not(.m_hp) .wrapper{background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(217,217,217,0) 92%, rgba(214,214,214,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214,214,214,1)), color-stop(8%, rgba(217,217,217,0)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(217,217,217,0) 92%, rgba(214,214,214,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(217,217,217,0) 92%, rgba(214,214,214,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(217,217,217,0) 92%, rgba(214,214,214,1) 100%); /* ie10+ */
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(217,217,217,0) 92%, rgba(214,214,214,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */}
    .innerWrap{padding:15px;}
    .innerWrap h2{font-size: 1.5rem;}
    .entitleInnerdWrap .side1 svg.personal_detailes{width:25px;height: 25px;margin-top: -25px;}
    .entitleInnerdWrap .side1 svg.address{width:34px;height: 23px;margin-top: -23px;}
    .entitleInnerdWrap .side1 svg.apply{width:27px;height: 30px;margin-top: -30px;}
    .entitleInnerdWrap .side2{width: calc(100% - 45px);}
    .kalpiDet{margin-top: 15px;}
    .kalpiDet>div:first-child{padding:0 15px;}
    #map{margin-top: 15px;}
    #receiveNews{margin-top: 15px;}
    #receiveNews h3{margin-bottom: 15px;font-size: 1.375rem;}
    #receiveNews .inputWrap, #receiveNews .inputWrap.submitWrap{width: 	100%;}
    #receiveNews .inputWrap input:not([type="submit"]){margin:0;width:100%;}
    #receiveNews .inputWrap.submitWrap input{margin-top:0;}
    .electionDay h3{margin:0 0 15px;}
    .owl-prev, .owl-next{width:20px;height: 50px;}
    #electionDayCaru{margin-bottom: 15px;}
    .contactInnerWrap{padding: 15px;}
    .wrapper_404 h1, .wrapper_404 h2{font-size: 1.375rem;}
    .fluidSide2{padding: 30px;}
    .newsItems li .imgWrap, .newsItems li .txtWrap{width: 100%;}
    .scheduleItems li .dateWrap{width: auto;height: auto;background: transparent;color: #1d4170;padding: 10px 10px 0;}
    .scheduleItems li .detailesWrap{width: 100%;    padding: 0 10px;height: auto;    font-weight: 700;}
    .scheduleItems li .dateWrap span{display: inline-block;font-size: 1.388rem;margin-top: 0;line-height: 1.188rem;}
    .youtubeWrapper a .videoPlay{width: 58px;height: 58px;top: calc(50% - 29px);right: calc(50% - 29px);}
    .scheduleItems li .detailesWrap p{font-size: 1.12rem;font-weight: 400;}
    .newsBar span{display: block;margin: 0;}
    #newsWrap{width: 100%;}
    .imgWrapper img{max-width: 60%;}
    .scheduleWrap table{min-width: 700px;}
}
@media only screen and (max-width:360px){
    .apply svg.apply{display: block;margin: 0 auto 15px;}
    .newsWrapper .newsItems li .imgWrap, .newsWrapper .newsItems li .txtWrap{width:100%;}
    .newsWrapper .newsItems li{width: 100%;}
    .newsItems.owl-carousel li .imgWrap{display: none;}
    .newsItems.owl-carousel li .txtWrap{width:100%;}
    div.jp-video .jp-progress{width: 66%;}

}