html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    color: #000;
    background: #FFF;
}
.left {
    float: left;
}
.right {
    float: right;
}
ul, li {
    margin: 0 0 10px 8px;
    padding: 0;
    list-style: circle;
    font-size: 16px;
    color: #333;
    line-height:26px;
	font-family: 'Ubuntu', sans-serif;
}
input[type='text'], input[type='submit'] {

     font-family: 'Ubuntu', sans-serif !important;
	 border:none;
}
input[type='submit'] {
    -webkit-appearance: none;
}


a{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.search-section ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #1d1d1d;
}
.search-section :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #1d1d1d;
    opacity:  1;
}
.search-section ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #1d1d1d;
    opacity:  1;
}
.search-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #1d1d1d;
}
.search-section ::-ms-input-placeholder { /* Microsoft Edge */
    color:    #1d1d1d;
}


p {
    margin: 0px;
    padding: 0px 0px 12px 0px;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
}
.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}
span.clear {
    clear: both;
    display: block;
}
p.clear {
    clear: both;
}
img {
    border: none;
}


.image img {
    width: 100%;
    display: block;
	margin-top: 10px;
	height: auto;
}


a {
    color: #666666;
}

::selection{
    background-color: #333;
    color: #fff;
}

a span{
    transition: 0.5s;}
a, a:hover {
    outline: medium none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 21px;
    font-weight:300;
    color:#333;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}

strong {
    font-weight: bold;
}

.black-color{
    color:#000;
    font-weight: bold;
    margin:5px 0px;
    display: inline-block;
}
.padding-none {
    padding: 0!important;
}
.margin-none {
    margin: 0!important;
}
.row {
    margin: 0 -10px;
}
.row:after {
    display: block;
    content: "";
    clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding: 0 10px;
}
span.col-1, span.col-2, span.col-3, span.col-4, span.col-5, span.col-6, span.col-7, span.col-8, span.col-9, span.col-10, span.col-11, span.col-12 {
    display: block;
}
.col-1 {
    width: 8.33333%;
}
.col-2 {
    width: 16.6667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333%;
}
.col-5 {
    width: 41.6667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3333%;
}
.col-8 {
    width: 66.6667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.3333%;
}
.col-11 {
    width: 91.6667%;
}
.col-12 {
    width: 100%;
}
.text-valign-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.desktop {
    display: block;
}
.mobile {
    display: none!important;
}
.sm-mobile {
    display: none;
}
.div-align-center {
    margin: 0px auto;
}
.text-center {
    text-align: center;
}
.devider {
    background: #000000;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}
label {
    color: #58595b;
    font-size: 19px;
}
label span {
    display: block;
    font-size: 15px;
}
input[type="fax"], input[type="tel"], input[type="text"], input[type="password"], input[type="file"], input[type="email"], textarea, select {
    color: #1d1d1d !important;
    /*font-family: 'Ubuntu', sans-serif !important;*/
    font-size: 14px;
    outline: medium none;
    border: 1px solid #d0d0d0  !important;
    width: 100%;
    font-weight: 400;
	    padding: 9px 11px;
    border-radius: 0;
	   
  
	border-radius:4px;
}

select {
    background: url(images/form-down.png) no-repeat 92% 50%;
    background-size: 12px;
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif !important;
    padding: 8px 11px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{ box-shadow:none;}
input[type="submit"] {
    outline: medium none;
}

button{
    margin: 0px;
    padding: 9px 20px;
    background: #07ab3b;
    border-radius: 4px;
    color: #fff !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: normal;
	transition:all .3s ease;
	border:0;
	cursor:pointer;
}
.submit:hover{
	background-color: #06822d;
	cursor: pointer;
}
botton:focus{
	outline: none;
}

button:hover{ background:#06822d;}


.wrapper{
    margin: auto;
    max-width: 100%;

}
.main-wrapper {
    margin: auto;
    max-width: 1185px;
    width: 100%;
    padding: 0px 15px;
}
.header-section{
    margin: 0px;
    padding: 0px;
}

.logo-section{
	max-width: 300px;
	width: 100%;	
}

.logo-section img{
	margin-top: 13px;
	margin-bottom: 13px;
	display: block;
}

.main-banner{
    margin: 0px;
    padding: 0px;	
}
.main-banner {
    margin: 0px;
    padding: 0px;
    margin-top: 105px;
}
.main-banner img{
	width: 100%;
}

.lang-switch {
    margin: 0px;
    padding: 7px 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #ffffff;
    border-radius: 0;
    border-right: solid 1px #b32626;
    display: inline-block;
    float: none !important;
    margin-left: -5px;
}

.lang-switch:last-child {
    border-left: solid 1px #b32626;
}

.lang-switch:hover{
    background: #b72c3c;
    transition: .2s ease-in;
    color: #fff;
}

.lang-switch:focus{
    border-right: solid 1px #ccc !important;
}

.menu-section {
    margin-top: 25px;
    text-align: right;
}
.banner-content-area {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 35%;
}

.banner-content-area ul{
	margin: 0;
	padding: 0;
}
.banner-content-area ul li {
    list-style: circle;
    padding-left: 20px;
    color: #fff;
    display: inline-block;
    margin: 0;
    background: url(images/banner-arrow.png) no-repeat left 7px;
    background-size: 14px;
    padding-bottom: 2px;
}

.banner-content-area h1{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-size:40px;
    color: #ffffff;
    font-weight: bolder;
    line-height: normal;
}
.banner-content-area h3{
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-size:18px;
    color: #ffffff;
    font-weight: normal;
    line-height: normal;
}

.c-submit{
	width: 100% !important;
}


.translate-form {
    max-width: 600px;
    width: 100%;
    margin: auto;
    text-align: left;
}


.translate-form .main-button {
    padding: 10px;
    font-size: 13px;
    letter-spacing: .5px;
    display: block;
    float: left;
    text-transform: capitalize;
    background-color: #3cbd65;
    border-radius: 4px;
}
.tab-title a{
	border-radius: 0px !important;
}

.translate-current-button{
	background-color: #02521b !important;
}


.translate-form .tab-title{
	margin-right: 0px;
}

.translate-form .item {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 20px;
    position: relative;
}

.translate-form .select-para{
	max-width: 100%;
	height: 100px;
}
.translate-form input{
	margin-bottom: 10px;
}

.translate-form select{
	margin-bottom: 10px;
}
.translate-form p{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
}



.translate-form p .round {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 7px;
    color: #fff;
    background-color: #9c9c9c;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    top: 68px;
}
body.rtl .translate-form p .round{
	left: inherit;
	right: -24px;
}
.translate-form .select-style select {
    background: url(images/form-down.png) no-repeat 98% 50%;
}

.translate-form .select-style .active {
    /* background-color: #39f168; */
    box-shadow: 0px 0px 80px #8e8e8e inset;
}

.translate-form br{
	display: none;
}


.translate-form .box img {
    max-width: 35px;
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 15px;
    float: left;
    margin-right: 10px;
}

body.rtl .translate-form .box img {
	float: right;
	margin-left:10px;
	margin-right:0px;
}
.wpcf7 input{
	margin-bottom: 15px;
}
.translation-boxes .wpcf7 input{
	margin-bottom: 0px !important;
	width: 100%;
}

.wpcf7 textarea{
	height: 87px !important;
}

.main-button {
    margin: 0px;
    padding: 13px 25px;
    background: #07ab3b;
    border-radius: 0px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: normal;
    transition: all .3s ease;
    display: inline-block;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-button:hover{
	background-color: #06822d;
	cursor: pointer;
}


.course-current-tab{
	background-color: #037b29 !important;
}

.tab-title {
    display: inline-block;
    width: auto;
    margin-right: 5px;
    margin-bottom: 15px;
}

.tab-center{
	display: table;
	margin: auto;
}

.main-button:active{ background:#097d2e;}

.select-style {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.wpcf7-radio label span {
    display: block;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.wpcf7-radio label{
	padding-bottom: 0px !important;
}
.wpcf7-radio input{
	margin-bottom: 0px !important;
}

.wpcf7-radio .wpcf7-list-item {
    margin: 5px;
    padding: 10px;
    background-size: 40px;
    background-position: left 10px top 10px;
    padding-left: 65px;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 31%;
    border: solid 1px #dcdcdc;
}
.wpcf7-radio .wpcf7-list-item:nth-child(1){
	background-image: url(images/general.png);
}

.wpcf7-radio .wpcf7-list-item:nth-child(2){
	background-image: url(images/financial.png);
}
.wpcf7-radio .wpcf7-list-item:nth-child(3){
	background-image: url(images/legal.png);
}

.wpcf7-radio .wpcf7-list-item:nth-child(4){
	background-image: url(images/business.png);
}
.wpcf7-radio .wpcf7-list-item:nth-child(5){
	background-image: url(images/medical.png);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

}

.select-style select {
  
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	background: url(images/form-down.png) no-repeat 92% 50%;  background-size: 12px;
}

.select-style select:focus {
    outline: none;
}


.form-owl .select-style {
    max-width: 170px;
    margin: 13px auto;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
  
}

.form-owl .select-style select {
    border: solid 1px #ccc !important;
    border-radius: 4px;
    font-weight: 500;
    color: #8f8f8f !important;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    background-color: #fff;
}


.form-owl .select-style label {
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    font-size: 14px;
    color: #8f8f8f !important;
    display: block;
    bottom: 27px;
    left: 11px;
}


.select-para{
    max-width: 170px;
    width: 100%;
    margin: auto;
}

.select-para p{
    padding: 10px 0px;
    font-style: italic;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -.3px;
}



.form-owl label.filebutton {
    max-width: 170px;
    margin: 8px auto;
    width: 100%;
    overflow: hidden;
    background: url(images/upload.png) no-repeat 90% 50%;
    display: block;
    border: solid 1px #ccc !important;
    border-radius: 4px;
    font-weight: 500;
    color: #8f8f8f !important;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    padding: 8px 11px;
    float: none;
    text-align: left;
    font-style: normal;
    background-size: 17px;
    background-color: #fff;
}

.select-para p:last-child{
	padding: 0 !important;
}

.form-owl label.filebutton br{ display:none;}

.form-owl .select-style button{
    background-color: #07ab3b;
    color: #fff !important;
    border-radius: 10px;
    padding: 10px 8px;
    width: 100%;
    border: none !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.form-owl .select-style button:hover{
    cursor: pointer;
}

.form-owl label span input {
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    top: -2px;
    left: -700px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    margin: 0;
    padding:0;
}


.bg-wrapper{
    background-image: url(images/right-bg.png);
    background-position: right;
    background-size: 500px;
    background-repeat: no-repeat;

}

.search-sec{
    border-bottom: solid 1px #ddd;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
	width: 100%;
	float: left;
}
.search-section .row{
    margin-bottom: 0px !important;
}

.social-links ul{
	margin: 0;
}





.reg-block {
    /* background-color: #fff; */
    /* border: solid 1px #ddd; */
    padding: 10px 0px;
}
.reg-block .item{
  padding: 10px 0px;
    border-radius: 0px;
}

.service-round-image{
	
	width:75px;
	height:75px;
	padding:5px;
	border-radius:50%;
	background:#fff;
	margin:0 auto 10px ;
	
}

.reg-block .item img{
    display: block;
    margin: auto;
    margin-bottom: 10px;
	
	
}
.reg-block .item p{text-align: center; padding:0; }
.reg-block .item p a{
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    
    font-size: 15px;
    padding: 0;
	color:#fff;
}

.reg-block .green{background:#06ab3a;}
.reg-block .red{background:#f90404;}
.reg-block .orange{background:#f0930e}
.reg-block .black{background:#333;}

.register-box{
    padding: 0px 0px;
}

.register-box a{
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding: 10px 5px;
    margin: 5px 0px;
    border-radius: 4px;
}


.register-box a:nth-child(1) {
    background-color: #07ab3b;
}
.register-box a:nth-child(2) {
    background-color: #ee3b3b;
}
.register-box a:nth-child(3) {
    background-color: #4e4e4e;
}

.register-box a:nth-child(1):hover {
    background-color: #06822d;
}
.register-box a:nth-child(2):hover {
    background-color: #af1717;
}
.register-box a:nth-child(3):hover {
    background-color: #000;
}

.scroll-sec{
    margin: 25px 0px;
}



.fc-toolbar h2 {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    float: right !important;
}

.fc-toolbar {
text-align: right !important; }

.fc-scroller {
    overflow-y: inherit  !important;
    overflow-x: inherit !important;
}

.fc-basic-view .fc-body .fc-row{ min-height:auto !important;}
.wpfc-calendar-wrapper .fc table, .wpfc-calendar-wrapper .fc-head, .wpfc-calendar-wrapper .fc-head tr, .wpfc-calendar-wrapper .fc-head td{ padding:6px !important;}
.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center !important;
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}

a#current_week {
    /* padding: 10px; */
    /* float: left; */
    font-size: 14px;
    margin: 10px 0;
    /* float: left; */
}

.leftsidebar h2 {
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    letter-spacing: -.5px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
	line-height:normal;
}

.leftsidebar{
    padding: 25px 15px;
    border: solid 1px #ddd;
    background-color: #fff;
}

.leftsidebar p{
    font-size: 18px;
    color: #333;
    letter-spacing: -.5px;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 25px;
}
.leftsidebar p span{
    display: block;
    font-size: 24px;
    font-weight: 600;
}

.calander-div img {
    width: 100%;
    height: 266px;
}

.calander-div button{
    width: auto;
    height: auto;
    padding: 4px 7px;
    background-color: transparent;
    background: none;
    border: solid 1px #d4d4d4 !important;
    color: #333;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    border-radius: 4px;
    display: block;
       margin: 10px 5px 0 0 !important;
    margin-top: 15px;
}
.calander-div button:hover{
    color: #fff !important;
    cursor: pointer;
}

.calander-div button:focus{
    color: #fff !important;
}

.content{
    overflow: auto;
    position: relative;
    width: 100%;
    height: 458px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.reg-list-detail {
    background-color: #fff;
    border: solid 1px #c1c1c1;
    padding-top: 15px;
}

.reg-list-detail img{
	width: auto !important;
}

.reg-list-detail h4 {
    padding: 0px 15px!important;
    font-size: 14px!important;
    font-weight: 900!important;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    text-transform: capitalize !important;
    letter-spacing: 0px !important;
    margin-bottom: 10px !important;
	height: 60px;
	overflow: hidden;
}

.col-50{
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 15px;
}

.col-50 .image img {
    margin-top: 0px;
}

.reg-list{
    margin-bottom: 15px;
}

.reg-list img{
    display: block;
	width: 100%;
}
.reg-list-detail p {
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    white-space: nowrap;
}
.reg-list-detail p img {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.reg-list-detail .register_btn {
    /* background-image: url(images/register-btn-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 0;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    background-color: #07ab3b;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px 10px;
}

.reg-list-detail .register_btn:hover {
    background-color: #097d2e;
    color: #fff;
}

/*.reg-list-detail .hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #07ab3b;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0px;
}

.reg-list-detail .hvr-sweep-to-bottom:hover:before, .reg-list-detail .hvr-sweep-to-bottom:focus:before, .reg-list-detail .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}*/

.gallery-register {
    background-color: #0d872f;
    color: #fff;
    min-height: 417px;
    background-image: url(images/reg-box.png);
    background-size: cover;
    position: relative;
    padding: 25px 40px;
	height:430px;
}

.gallery-register p{
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

.gallery-register h3{
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    letter-spacing: -.5px;
}
.gallery-register h2 {
    font-size: 23px;
    color: #fff;
    line-height: 35px;
    font-family: 'Ubuntu', sans-serif;
}

.gallery-register a{
    background-color: #131313;
    color: #fff;
    padding: 7px 15px;
    display: table;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-register a:hover {
    background-color: #075d22;
    color: #fff;
}

.gallery-register h2 strong{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.gallery-register h3::after {
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    top: 65px;
    background-color: #fff;
    width: 90px;
}

.galleryreg-middle{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.gallery-item img{
    width: 100%;
}

.gallery-sec .image img{
	margin-top: 0px;
}

#chairman-div h3{
	padding-left: 0px !important;
	border-left: none !important;
}

#chairman-div h4{
	font-weight: 600;
	margin-bottom: 0px;
	margin-top: 10px;
}

.chairman-boxes{
	margin-top: 20px;
}
.chairman-boxes img{
	margin-top: 0px !important;
}
.chairman-boxes p{
	text-align: center;
	margin-top: 5px;
}

.fancybox-skin{
	background-color: #eee;
}

.fancybox-skin .wpcf7 input[type="file"] {
    cursor: pointer;
	background-color: #fff;
}

.fancybox-skin input[type="submit"] {
    margin-left: 10px;
}

.fancybox-skin h3{
    border-bottom: solid 1px #333;
    padding-bottom: 5px;
    margin: auto;
    margin-bottom: 20px;
    display: table;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.fancybox-skin input{
	margin-bottom: 15px;
}

.fancybox-skin select{
	margin-bottom: 15px;
}

.fancybox-skin .wpcf7-radio .wpcf7-list-item {
    background-image: none !important;
    padding: 0;
    border: none;
    background: none;
}

.fancybox-skin .row{
	margin: 0;
}


.translation-boxes .box {
    width: 170px;
    height: 150px;
    margin: auto;
    position: relative;
    border: solid 2px #ccc;
	background-color: #fff;
}

/*.translation-boxes .box::before{
    border-color: transparent transparent transparent #131313 !important;
}*/

/*.translation-boxes .brown {
    border: solid 7px #ccc;
    background-color: #bb372f;
}
.translation-boxes .green {
    border: 0;
    background-color: #0d872f;
}

.translation-boxes .black{
    border: solid 8px #131313;
}*/
/*.translation-boxes .brown::before{
    border-color: transparent transparent transparent #bb372f !important;
}*/

.translation-boxes .black::before{
    display: none;
}

.translation-boxes .black::after{
    display: none;
}

/*.translation-boxes .green::before{
    border-color: transparent transparent transparent #0d872f !important;
}*/

.main-banner img {
    width: 100%;
    height: auto;
}

.main-banner .owl-prev,
.main-banner .owl-next{
	background-color: rgba(255, 255, 255, 0.39) !important;
    height: 45px;
    width: 25px;
    background-position: center;
	background-size: 15px;
}

.translation-boxes .box::before {
    border-width: 20px 20px 20px 20px;
    border-color: transparent transparent transparent #ccc;
    content: "";
    border-style: solid;
    position: absolute;
    left: 166px;
    top: 38%;
}

.translation-boxes .box::after {
    border-width: 20px 20px 20px 20px;
    border-color: transparent transparent transparent #fff;
    content: "";
    border-style: solid;
    position: absolute;
    left: 163px;
    top: 38%;
}

.translation-heading {
    text-align: left;
    color: #1f1f1f;
    margin-bottom: 45px;
}

.translation-heading h2{
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 20px;
    letter-spacing: -.5px;
    font-weight: normal;
}

.translation-heading p{
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
}
.gallery-sec {
    padding: 70px 0px;
    background-color: #f1f1f1;
}

.gallery-sec .gallery-first{
	height: 430px;
	overflow: hidden;
}

.category-sec {
    padding: 70px 0px;
    background-color: rgba(10, 10, 10, 0.9);
}

.category-sec h2{
	color: #eee;
}
.category-sec p{
	color: #eee;
}

.category-sec .category-boxes{
	text-align: center;
}

.category-boxes a{
	color: #eee;
}

.translation-sec {
    padding: 70px 0px 40px 0px;
    background: #e0e0e0;
    border-top: solid 1px #b1b1b1;
}
.translation-sec .rc-anchor-light.rc-anchor-normal {
    margin-top: 15px;
}


.category-sec .translation-heading p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 23px;
}

.category-boxes img {
    margin: auto;
    margin-bottom: 10px;
    display: block;
}

.course-head {
    text-align: center;
    margin-top: 10px;
}


.sidebar-right{
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 20px;
}

.sidebar-right h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
    padding-bottom: 20px;
    font-size: 18px;
}

.sidebar-right h4{
	font-weight: 600;
	font-size: 17px !important;
	padding-top: 10px !important;
}



.sidebar-right #course_overview:focus{
	outline: none;
}

.sidebar-right #course_location:focus{
	outline: none;
}


header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color:#fff;
    z-index: 1000;
    height: auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;

}
header.shrink {
    height: auto;
    background: #fff;
}

header.shrink .logo-section {
    max-width: 230px;
    width: 100%;
}

header.shrink .wsmenu-list{
	margin-top: 13px;
}

header.shrink .logo-section img{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


header.shrink  .menu-section {
    margin-top: 12px;
}


.header-top{
	background-color: #d7384a;
	text-align: right;
}

.header-top .row{
	margin: 0 !important;
}


.gallery-item{
    overflow: hidden;
    clear: both;
}
.gallery-item img {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-item img:hover{
    cursor: zoom-in;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-heading{
    text-align: left;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.gallery-main .row{
    margin-bottom: 7px !important;
}

.gallery-main .col-4{
    padding-right: 0px !important;
}


.gallery-heading h2{
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    padding-bottom: 10px;
    letter-spacing: -.5px;
}

.gallery-heading p{
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0;
}

.translation-boxes .item p {
    text-align: center;
    /* font-family: 'Bradley Hand ITC', sans-serif; */
    font-size: 16px;
    /* font-style: italic; */
    line-height: 19px;
    font-family: 'Ubuntu', sans-serif;
}

.select-para p {
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 13px !important;
    font-style: italic;
    line-height: 18px !important;
    color: #4c4c4c !important;
    margin-bottom: 0px;
    padding-bottom: 7px;
}


.translation-boxes .box img {
    display: block;
    margin: auto;
    padding: 27% 0%;
}


.box-outer{
    position: relative;
}

.box-outer p{
    text-align: center;
}


.clients {
    background-image: url(images/client-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    padding: 50px 0px 20px 0px;
    border-bottom: solid 1px #c1c1c1;
}

.clients .client-icon img{
    display: block;
}

.client-slider .item img{
    display: block;
    margin: auto;
}

footer{
    clear: both;
}

.footer-block{
    background-image: url(images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px 50px 0px;
    color: #fff;
}

.our-activities-sec .serv-reg-wrap{
	margin: 0;
}

.foot-div h3{
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.foot-div h3::after {
    width: 25px;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    height: 2px;
    background-color: #fff;
}

.foot-div ul{
	margin: 0;
}

.social-links ul li{
    display: inline-block;
    margin: 10px 2px;
}

.social-links ul li img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.social-links ul li img:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.foot-copy {
    text-align: center;
    color: #676666;
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    background-color: #fff;
    padding: 30px 0px;
}
  margin: 0;
}
ul.foot-links { margin:0; padding:0;}

ul.foot-links li{ list-style:none; margin:0; padding:0;}

ul.foot-links li a{
    color: #fff;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    display: table;
    margin: 10px 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-links li a:hover{
    margin-left: 5px;
}

.foot-div p{
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
}

.foot-div p a{
    display: table;
    margin: 10px 0px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-div p a:hover{
    color: #07ab3b;
}

.client-heading h2 {
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
    color: #1f1f1f;
    padding-bottom: 25px;
    padding-top: 25px;
}
.client-heading p {
    margin-bottom: 25px;
    padding: 0;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    color: #1f1f1f;
    width: 75%;
    line-height: 22px;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 40%;
}
.owl-next{
    background-image: url(images/right-arrow.png);
    height: 30px;
    width: 20px;
    right: 0px;
    background-repeat: no-repeat;
}
.owl-prev {
    background-image: url(images/left-arrow.png);
    height: 30px;
    width: 20px;
    left: 0px;
    background-repeat: no-repeat;
}

.category-sec .owl-prev{
	background-image: url(images/left-arrow-white.png);
}
.category-sec .owl-next{
	background-image: url(images/right-arrow-white.png);
}

.inner-banner {
    background: url(images/contact-banner-bg.jpg) repeat-y center;
    min-height: 200px;
    padding: 80px 0 0 0;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    background-size: 100%;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 100%;
	margin-top: 105px;
}
.inner-wrapper {
    padding: 50px 15px;
    margin: auto;
    max-width: 1185px;
    width: 100%;
    clear: both;
}

.inner-banner h1 {
    font-size: 35px;
    margin: 0 0 40px 0;
}

.breadcrumbs {
    text-align:center;
}

.breadcrumbs ul li{
    display:inline-block;
    vertical-align:top;
    font-size:13px;
    color:#FFF;
    padding: 0 13px;
    margin: 0 -4px;
    background:url(images/breadcrumbs-li.png) no-repeat right center;
}

.breadcrumbs ul li:last-child{
	background: none;
}

.contact-sec-1{
    background:url(images/contact-section1-bg.jpg) no-repeat center top;
    background-size:100%;

    padding:100px 100px 50px 100px;
}


.contact-sec-1 h4{
    font-weight:bold;
    padding:0 0 15px 0;


}

.contact-sec-1 h3{
    font-weight:bold;
    padding:0 0 15px 0;
    font-size:20px;

}


.contact-sec-1 p{
    font-size:13px;
}

.contact-sec-1 input[type="fax"], .contact-sec-1 input[type="tel"], .contact-sec-1 input[type="text"], .contact-sec-1 input[type="password"], .contact-sec-1 input[type="file"], .contact-sec-1 input[type="email"], .contact-sec-1 textarea, .contact-sec-1 select{
    padding:10px;
    margin:0 0 5px 0;
    border:1px solid #e8e8e8!important;
    border-radius:3px;
    background:#fafafa;
    width:100%!important;
    font-style:italic;
}

.contact-sec-1 textarea{
    height:130px;
}


.address-map iframe{
    width:100%!important;
    display:block;
}
.wpfc-loading{
	z-index: 99 !important;
}


.submit{
    background:#07ab3b;
    text-align:center;
    padding:10px!important;
    display:inline-block;
    color:#FFF;
    font-size:13px;
    border:none;
    border-radius: 4px;
    text-transform:uppercase;
    margin:10px 0 0 0;
	letter-spacing: 1px;
}



.submit:focus{
	outline: none;
}

p.title{
    font-size:12px;
}

.inner-bg {
    background: #f3f3f3;
    box-sizing: border-box;
    clear: both;
}
.inner-wrapper h2 {
    font-size: 30px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: solid 2px #333;
    display: table;
    margin: auto;
    margin-bottom: 40px !important;
}

.inner-wrapper h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    letter-spacing: 3px;
}

.inner-wrapper h4 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0;
}

.service-wrappper {
    /*background: url(images/service-box-top.jpg) repeat-x center top;*/
    padding: 50px;
    padding-top: 0px;
}

.service-wrappper h4 {
    padding: 25px 0px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 0px !important;
}
.service-list {
    margin-bottom: 20px;
    border-bottom: solid 1px #c5c5c5;
    padding: 20px 0px;
}

.serv-reg-wrap .row-bg{
	background-color: #eee;
	padding: 10px 5px;
}

.inner-wrapper .service-wrappper h4 {
    font-size: 22px;
    margin-bottom: 20px;
}

.search-wrap {
    margin:0px auto 50px auto;
}

.search-wrap select {
    width: 100%;
    display: block;
}



.search-wrap input[type="submit"]{
    width:30%;
    display:block;
    height:35px;
    background:#e51b23;
    color:#FFF;
    border:none;

}

.serv-list-right {
    padding: 30px 50px 50px 30px;
}

.serv-reg-wrap i img {
    margin-right: 5px;
    vertical-align: top;
}

.serv-reg-wrap .table thead th {
    text-align: left;
    padding: 10px 7px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}

.serv-list-right h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #0a0a0a;
}

.serv-reg-wrap{
    padding:10px 0 0 0;
    margin:0 -10px;
}

.serv-reg-wrap i{
    font-style:normal;
    display:inline-block;
    vertical-align:middle;

}

.serv-reg-wrap i:first-child{
    margin-right:0px;
}

.serv-reg-wrap .place {
    margin-right: 20px;
    margin-bottom: 15px;
}



.reg-button a {
    text-align: center;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    width: auto;
    background-color: #07ab3b;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 20px;
    float: right;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.reg-button a:hover{
	background-color: #097d2e;
    color: #fff;
}


.reg-img-outer {
    max-height: 160px;
    overflow: hidden;
}


.service-det-list {
    background: #FFF;
    border: solid 1px #ddd;
    border-bottom: none;
    margin-top: 0px;
    box-shadow: 0px 0px 10px #ccc;
}

.download-title{
	margin-bottom: 20px;
}

.service-det-list ul{
	margin: 0;
}

.service-det-list ul li {
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #ddd;
    background: none;
    display: inline-block;
    /* clear: both; */
    width: 100%;
    margin-left: 0;
    vertical-align: middle;
    line-height: 19px;
    font-size: 15px;
    border-left: solid 2px transparent;
    margin-bottom: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.service-det-list ul li:hover{
	border-left: solid 2px #07ab3b;
}

.service-det-list ul li img {
    float: left;
    max-width: 30px;
    margin-right: 10px;
    position: relative;
    top: 0px;
}

.serv-det-right iframe{
    width:100%!important;
    display:block;

}



.serv-det-content{
    padding:50px 30px;
    background:#FFF;
}


.about-us-list{
    background:#FFF;
    margin:40px 0 0 0;
}

.about-us-list .list-right{
    padding:40px;
}

.about-us-list .list-right h2{
    font-size:26px;
}

.activities-img-bottom{
    padding-top:20px;
}

.white-box {
    background: #FFF;
    padding: 25px 10px;
	margin-bottom: 20px;
}
.our-activities-sec .serv-reg-wrap{
    border-top:none;
    padding: 20px 0 10px 0;

}

.youtube-scroll{
    margin:20px 0 0 0;
}

.youtube-scroll ul{
    list-style:none;
	margin-left: 0;
}

.youtube-scroll ul li {
    width: 100px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-left: 0px;
}
.youtube-scroll ul li a{
    display:block;
}

.youtube-scroll ul li img{
    display:block;
    width:100%;
    border-radius:5px;
}


.view-details {
    text-align: center;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    padding: 10px 20px;
    margin: 20px 0px 5px 0px;
    border-radius: 0;
    background-color: #07ab3b;
    display: inline-block;
}

.view-details:hover{
	background-color: #097d2e;
}

.inner-wrapper.page h3 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 5px 0 5px 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: table;
    border-left: solid 3px #07ab3b;
}

.so-panel img {
    width: 100%;
    margin-top: 25px;
}
.so-widget-sow-editor h3{
	padding-top: 0px !important;
}

#pg-741-0, #pg-1565-0 {
    background-color: #e2e2e2 !important;
    background: url(images/about-right.png) no-repeat top 9% right;
    background-size: 42%;
    padding: 25px;
    border-radius: 7px;
    text-align: justify;
}

#pg-1565-0 {   
    background: url(images/about-right-ar.png) no-repeat top 9% left; 
    background-size: 40%;   
}

.about-copy-div {
    padding: 0px !important;
    width: 70% !important;
}


.border-none{
    border:none;
}

.activities-detail-box .serv-reg-wrap{
    margin-bottom:20px;

}

.play-sec{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(images/play-icon.png) no-repeat center center;
    display:block;
}

.acti-detail-list{
    margin:30px 0 0 0;
}

.acti-detail-list .image img{
	margin-top: 0px;
}

.date-sec {
    width: 15%;
    text-align: center;
    margin-bottom: 10px;
}

.cal,.day{
    padding:2px;
    display:block;
    font-style:normal;
    width:100%;
    color:#FFF;
}

.cal {
    background: #07ab3b;
    font-size: 16px;
	border-radius: 5px 5px 0px 0px;
    padding: 7px 5px;
}

.day{
    font-size:13px;
    border-radius: 0px 0px 5px 5px;
    background:#303030;
	padding: 7px 5px;

}

.blog-insight-list .image{
    margin-bottom:20px;
}

.bl-insight-title{
    width:80%;
    margin:0px;
}
.inner-wrapper .bl-insight-title h4 {
    padding: 10px 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.inner-wrapper .bl-insight-title h5{
	font-size: 14px;
}

.readmore {
    padding: 10px 20px;
    font-size: 13px;
    text-decoration: none;
    background-color: #07ab3b;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 5px;
    display: table;
    border-radius: 7px;
}
.readmore:hover{
    color:#fff;
    background-color: #097d2e;
}

.blog-link{
    display:block;
    position:relative;
}

.blog-link img{
    display:block;
}

.blog-link .overlay-content{
    display:none;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.blog-insight-list{
    margin-bottom:20px;
}

.blog-link:hover .overlay-content{
    display:block;
}

.overlay-content{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
}

.readmore-button {
    background: #07ab3b;
    color: #FFF;
    padding: 10px 15px;
    max-width: 120px;
    border-radius: 4px;
    margin: 0px auto;
    font-style: normal;
    display: block;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    letter-spacing: 2px;
    font-family: 'Ubuntu', sans-serif;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.readmore-button:hover{
	background-color: #097d2e;
}

.blog-insight-detail .serv-det-content{
    padding:0;

}
.blog-insight-detail .date-sec{
    width:40px;
    margin-right: 17px;
}
.blog-insight-detail .blog-insight-list{
    margin-bottom:0;
}

.inner-wrapper .blog-insight-detail h2{
    font-size:25px;
}

.blog-detail-date{
    margin-bottom:20px;
}

.wpcf7 label{font-size: 15px;
             padding-bottom: 10px;
             float: left; width: 100%}
.wpcf7 h3{padding-top: 15px !important}

input[type="date"] {
    color: #1d1d1d !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 16px;
    outline: medium none;
    padding: 10px;
    border-bottom: 2px solid #ee3b3b !important;
    width: 100%;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-weight: 600;
    height: 40px;}
a.col-4.fancybox-media.left.image {
    position: relative;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: #fff;
    border-collapse: collapse;
    border: solid 1px #c3c3c3;
}

.table-bordered {
    border: 1px solid #e9ecef;
    width: 100%;
    margin-top: 15px;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: top;
    /*border-bottom: 2px solid #e9ecef;
    border-bottom-width: 2px;*/
}
.table td, .table th {
    padding: 7px 7px;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef;
}
.week-highlight{
    background: #07ab3b !important;
    color: #fff;
}
.ui-state-highlight{
    background: #ffe45c !important;
}
.fc-content-skeleton table tbody{
    display:none;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 0;
}
.ui-widget-content{
    background: none;
}
.event_highlight{
    background: #f5a073 !important;
}
.fc-day{
cursor: pointer;   
}
.backtoweek{
padding-top: 10px;
text-decoration: underline;
}
.career-block {
    margin:15px 0px 10px 0px;
}   
.career-toggler {
    background: #07ab3b;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.04em;
    cursor: pointer;
}
.career-toggle-box {
    padding: 15px 20px;
    border: 1px solid #ddd;
    line-height: 1.8em;
    letter-spacing: 0.02em;

}
.application_form:hover {
    background: #ff0000;
}
.application_form {
    margin: 0px;
    padding: 9px 20px;
    background: #07ab3b;
    border-radius: 4px;
    color: #fff !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: normal;
    transition: all 0.5s ease-in;
    border: 0;
    cursor: pointer;
}
.success-download-message {
    margin: 15% auto;
    text-align: center;
}
.thank-you-msg {
    position: relative;
    font-size: 18px;
    text-align: center;
}
#popup-big-btn {
    position: relative;
    margin: 0px auto;
    color: #ffffff;
    background: #c82327;
    border: 1px solid #c82327;
    transition: all 0.3s ease 0s;
    padding: 6px 12px;
    margin-top: 6px;
    width: auto;
    font-size: 15px;
    border-radius: 3px;
}
#db_message{
background: #ffff;
padding: 1px 0px;
}

#pgc-2-1-0, #pgc-2-1-1, #pgc-2-2-0, #pgc-2-2-1, #pgc-2-3-0, #pgc-2-3-1{ width: calc(50% - ( 0 * 30px ) ) !important;}
.so-widget-sow-image-default-813df796d9b1 .sow-image-container .so-widget-image{ width:100% !important;}
.panel-cell-style{ background:none !important;}
.fc-today-button, .fc-month-button{ display: none !important;}
.wsmenu-list > li{ margin-left: 0px;}
.calander-div .ui-widget-header{ background: #07ab3b; border: 1px solid #07ab3b; }
.wpcf7-form textarea {
    height: 60px !important;
	font-family: 'Ubuntu', sans-serif !important;
}
.fc-past, .fc-fri, .fc-sat{ opacity:.3; }
.related-courses tr{ text-align: center;}
.resume h4{
    padding: 10px;
    font-weight: bold;
}
.cv-submit{ display:inline; }
.translate-form .main-button:hover {
    background-color: #06822d;
}
.translate-form input[name="expert-type"]{ display:none; }
.translate-form .wpcf7-form-control-wrap.expert-type .wpcf7-list-item{ padding-bottom:26px; }
.owl-carousel {
    display: none; 
}

.owl-carousel.owl-loaded {
    display: block;
}
.translation-boxes iframe{
	margin-top: 15px !important;
}
.translation-boxes .form-owl .select-style {
    margin: 7px auto;
}
.pull-right{ float:right; }
.pull-left{ float:left; }

/*.home-service-blocks .item{ width: 200px; float: left;}*/
.training-courses-list.content{ height:600px; }




@media (max-width: 1199px) { 


.banner-content-area h1 {
    font-size: 35px;
}
	
}

@media (max-width: 1024px) { 
input[type="fax"], input[type="tel"], input[type="text"], input[type="password"], input[type="file"], input[type="email"], textarea, select {
    font-size: 13px;
    padding: 9px 5px;
    border-radius: 4px;
}
select {
    background-size: 9px;
}
.submit{
	padding: 10px 5px !important;
}
	option:hover{
		background-color: #333 !important;
	}
	.form-sec .col-3,.col-2,.col-1{
		padding: 0 5px !important;
	}
	.gallery-register{
		height: 368px;
	}
	.social-links ul li {
		width: 25px;
	}
	.about-copy-div {
		padding: 0px !important;
		width: 100% !important;
	}
	.inner-wrapper .blog-insight-detail h2 {
		font-size: 20px;
		margin-left: 0px;
	}
	
	.inner-banner h1 {
		font-size: 25px;
		margin: 0 0 20px 0;
	}
	.inner-wrapper.page h3 {
    	font-size: 16px;
	}
	.register-form .submit{
		float: left;
	}
	.inner-banner {
		min-height: 140px;
		padding: 40px 0 0 0;
	}
	.inner-wrapper h2 {
    	font-size: 18px;
		margin-bottom: 20px !important;
	}
	.inner-wrapper ul{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.inner-wrapper h3 {
    	font-size: 17px;
		margin-top: 15px !important;
	}
	

	#pg-741-0, #pg-1565-0 {
		background-image: none;
		padding: 20px;
	}
	
}

@media (max-width: 800px) { 
	.about-main-div .about-img-div{
		max-width: 250px;
		width: 100%;
		margin-bottom: 0px;
	}
	.so-panel img {
		width: 100%;
		margin-top: 0;
	}
	
}

@media (max-width: 991px) { 
.gallery-register{
	height: 355px;
}
	.footer-block .foot-div:nth-child(2){
		display: none;
	}
	.footer-block .foot-div:nth-child(3){
		display: none;
	}
	.footer-block iframe {
		width: 100% !important;
	}
	.footer-block iframe {
		width: 100% !important;
	}
	.translation-heading h2 {
		padding-bottom: 10px;
	}
	.animated-arrow {
		position: absolute;
		right: 0px;
		top: -55px;
	}
	.shrink .animated-arrow{
		top: 5px;
	}
	.blog-insight-list{
		width: 50%;
	}
	.mobile-sub .wsmenu-submenu{
		border: none;
	}
	.wsmenu-submenu{
		max-width: 100%;
		width: 100%;
	}
	.our-activities-sec .col-6{
		width: 100%;
	}
	.our-activities-sec .image{
		width: 50% !important;
	}
	.youtube-scroll ul li {
		width: 48%;
	}
    .serv-reg-wrap span {
		margin-bottom: 10px;
	}
	.view-details{
		margin: 10px 0px 10px 0px;
	}
	
}

@media (max-width: 768px) { 

select {
    background: url(images/form-down.png) no-repeat 98% 50%;
	background-size: 9px;
}
.search-section input {
    margin-bottom: 5px;
}
.search-section select {
    margin-bottom: 5px;
}
	.bg-wrapper{
		background-image: none;
	}
	.register-box a{
		width: 32%;
    	display: inline-block;
		font-size: 13px;
	}
	.search-section .c-submit {
		width: auto!important;
		padding: 9px 20px !important;
		margin: auto;
	}
	.register-box {
		text-align: center;
	}
	.reg-block .item{
		width: 100%;
	}
	.scroll-sec{
		margin: 0px;
	}
	.gallery-sec {
		padding: 30px 0px;
	}
	.gallery-register {
		height: 250px;
		min-height: 250px !important;
	}
	.translation-sec {
		padding: 40px 0px 10px 0px;
	}
	.client-icon{
		display: none;
	}
	.client-heading{
		text-align: center;
	}
	.client-heading p{
		width: 100%;
	}
	.blog-insight-list{
		width: 100%;
	}
	.serv-det-right{
		width: 100%;
		margin-top: 15px;
	}
	.register-form .col-6{
		width: 100%;
	}
	.contact-page-form .col-6{
		width: 100%;
	}
	.contact-page-form .submit{
		float: left;
	}
	.col-50{
		width: 100%;
		display: block;
	}
	
}

@media (max-width: 719px) { 
header.shrink {
    height: 100px;
    background: #fff;
}
.shrink .animated-arrow {
    top: -58px;
}
.logo-section {
    max-width: 230px;
    width: 100%;
}
.animated-arrow {
    top: -50px;
}
	header{
		height: 100px;
	}
}

@media (max-width: 768px) { 

.header-top .col-12{
	padding: 0px;
}
.animated-arrow {
    padding: 10px 15px 16px 0px;
}
body.rtl .translate-form p .round {
    left: inherit;
    right: -18px;
}
}

@media (max-width: 640px) { 

.register-box a {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0px 0px 0px;
}
.main-banner {
    margin-top: 95px;
}
.banner-content-area h1 {
    font-size: 15px;
}
.main-banner .main-button {
    padding: 5px 10px !important;
    font-size: 11px;
    width: auto;
    display: table;
}
.banner-content-area {
    top: 50% !important;
}
.translate-form .tab-title {
    width: 100%;
    margin-top: 3px;
    text-align: center;
}
.wpcf7-radio .wpcf7-list-item {
    margin: 3px 0px;
    width: 100%;
}
.translate-form .main-button{
	width: 100%;
}

.translate-form p .round{
	left: -14px;
}

.translate-form p{
	font-size: 15px;
}
.rc-anchor-normal {
    width: 225px !important;
}
.wpcf7 textarea {
    height: 45px !important;
}
}


@media (max-width: 520px) { 

.banner-content-area h1 {
    font-size: 13px !important;
    line-height: 15px !important;
    margin-bottom: 0px !important;
	font-weight: 500 !important
}
.main-banner .main-button {
    padding: 3px 10px !important;
    font-size: 9px !important;
}
.banner-content-area {
    top: 50% !important;
}
.about-main-div .about-img-div{
		max-width: 100%;
	}

}



.translation-boxes iframe {
    width: 168px !important;
}




body.rtl{
	direction: rtl;
}

body.rtl .left{
	float: right;
	text-align: right;
}
body.rtl .right{
	float: left;
}
body.rtl select {
    background: url(images/form-down.png) no-repeat 8% 50%;
    background-size: 12px;
    background-color: #fff;
	direction: rtl;
}


body.rtl .inner-bg .wpcf7-form select{
	background: url(images/form-down.png) no-repeat 2% 50% !important;
}

body.rtl .gallery-heading {
    text-align: right;
}

body.rtl .translation-heading {
    text-align: right;
}
body.rtl .foot-div h3::after {
    right: 0;
	left: auto;
}

body.rtl .foot-links li a:hover {
    margin-right: 5px;
}
body.rtl .social-links ul li img:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
body.rtl .owl-carousel .owl-item {
    float: left;
}

body.rtl .owl-carousel .owl-wrapper-outer {
    direction: ltr;
}

body.rtl .wpcf7-radio .wpcf7-list-item {
    background-position: right 10px top 10px;
    float: right;
    padding-left: 0;
    padding-right: 65px;
    text-align: right;
    padding-top: 20px;
}

body.rtl .tab-title{
	margin-right: 0px;
}

body.rtl .translate-form .select-style select {
    background: url(images/form-down.png) no-repeat 4% 50%;
}
body.rtl .serv-reg-wrap .place {
    margin-right: 0;
    margin-left: 20px;
}
body.rtl .serv-reg-wrap i img {
    margin-right: 0px;
    margin-left: 5px;
}

body.rtl .youtube-scroll ul{
	margin-right: 0px;
}

body.rtl .youtube-scroll ul li {
    width: 100px;
    display: block;
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

body.rtl .gallery-register {
    background-image: url(images/reg-box-ar.png);
}

body.rtl .gallery-register h3::after{
	right: 0;
	left: auto;
}

body.rtl .wpml-ls-legacy-list-horizontal a span {
    border-left: none;
    border-right: solid 1px #b32626;
}

body.rtl .lang-switch{
	margin-left: auto;
	margin-right: -5px;
}
body.rtl .menu-section {
    text-align: left;
}

/*body.rtl .translation-boxes .box::before {
    border-width: 20px 20px 20px 20px;
    border-color: transparent #ccc transparent transparent;
    content: "";
    border-style: solid;
    position: absolute;
    left: -40px;
}


body.rtl .translation-boxes .box::after {
    border-width: 20px 20px 20px 20px;
    border-color: transparent #ffffff transparent transparent;
    content: "";
    border-style: solid;
    position: absolute;
    left: -37px;
    top: 38%;
}*/
body.rtl .service-det-list ul li img {
    float: right;
    margin-left: 10px;
    position: relative;
}

body.rtl .form-owl label.filebutton {
    background: url(images/upload.png) no-repeat 10% 50%;
    text-align: right;
    background-color: #fff;
}
body.rtl select {
    font-family: Arial !important;
}


.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0px 0px !important;
    clear: both;
    float: none !important;
    display: inline-block;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0px 0px !important;
    line-height: 1;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    color: #fff;
    font-size: 14px !important;
    padding: 6px 15px;
    border-left: solid 1px #b32626;
}

.wpml-ls-legacy-list-horizontal a span:hover {
    background: #b72c3c;
    transition: .2s ease-in;
    color: #fff;
}

.inner-bg .register-form select{
	background: url(images/form-down.png) no-repeat 98% 50%;
}

body.rtl .header-top {
	text-align: left;
}



body.rtl .banner-content-area {
    right: 50%;
	left: auto !important;
	text-align: right;
}
body.rtl .banner-content-area a{
	float: right;
}
body.rtl .banner-content-area ul li {
    padding-left: 0px;
	padding-right: 20px;
    background: url(images/banner-arrow-ar.png) no-repeat right 7px;
}

body.rtl .textwidget p{
	text-align: right !important;
}


body.rtl .breadcrumbs ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #FFF;
    padding: 0 13px;
    margin: 0 -4px;
    background: url(images/breadcrumbs-li-ar.png) no-repeat left center;
}

body.rtl .breadcrumbs ul li:last-child {
    background: none;
}

body.rtl .wsmenu-submenu li a {
    text-align: right;
    padding: 6px 10px;
}
body.rtl .wsmenu-submenu li a:hover{
	padding-right: 17px !important;
}
#pg-1283-0 {
    background-color: #e2e2e2 !important;
    background: url(images/about-right-ar.png) no-repeat top 9% left;
    background-size: 42%;
    padding: 25px;
    border-radius: 7px;
    text-align: justify;
}

body.rtl .inner-wrapper.page h3 {
    padding: 5px 10px 5px 0px !important;
    border-right: solid 3px #07ab3b;
    float: none;
	display: block;
	border-left: none !important;
}

body.rtl  .bg-wrapper {
    background-image: url(images/right-bg-ar.png);
    background-position: left;
}
body.rtl .animated-arrow{
	direction: ltr;
	left: 0;
		
}

body.rtl .wsmenu{
	left: auto;
	right: 0;
}
body.rtl .wsmenu-list > li > a{
	text-align: right !important;
	font-weight: 600;
	margin: 0px 10px;
}
body.rtl .wsmenu-click {
    right: auto;
    left: 0;
}
body.rtl .wsmenu-click i {
    margin-right: 0px;
	margin-left: 11px;
}

@media (max-width: 1024px) { 

	#pg-1283-0{
		background: none;
	}
	body.rtl  .bg-wrapper {
		background-image: none;
	}
	body.rtl .banner-content-area {
		right: 35%;
	}

}
