

@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Lato:400,400i,700,700i,900,900i);
@import url('http://fonts.cdnfonts.com/css/sofia-pro');

@font-face {
    font-family: 'Lucida Calligraphy';
    src: url('../fonts/LucidaCalligraphy-Italic.eot');
    src: url('../fonts/LucidaCalligraphy-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LucidaCalligraphy-Italic.woff2') format('woff2'),
        url('../fonts/LucidaCalligraphy-Italic.woff') format('woff'),
        url('../fonts/LucidaCalligraphy-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'Plantagenet Cherokee';
    src: url('../fonts/PlantagenetCherokee.eot');
    src: url('../fonts/PlantagenetCherokee.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlantagenetCherokee.woff2') format('woff2'),
        url('../fonts/PlantagenetCherokee.woff') format('woff'),
        url('../fonts/PlantagenetCherokee.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Typography
================================================== */

body {
    background: #fff;
    color: #333;
}

body,
p {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1c24;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 900;
}
h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}

/* Global styles
================================================== */

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
}
body {
    border: 0;
    margin: 0;
    padding: 0;
}
.body-inner {
    position: relative;
    overflow: hidden;
}
a:link,
a:visited {
    text-decoration: none;
}
a {
    color: #FF6501;
}
a:hover {
    text-decoration: none;
    color: #000;
}
a.read-more {
    color: #ff0763;
    font-weight: 700;
    text-transform: uppercase;
}
a.read-more:hover {
    color: #222;
}
section,
.section-padding {
    padding: 70px 0;
    position: relative;
}
.gradient-bg{
    position: relative;
}
.gradient-bg .section-title{
    color: #1c1c24;
}
.gradient-bg:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background: -moz-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -webkit-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -o-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: -ms-linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
    background: linear-gradient(145deg,rgba(255,7,99,0.65) 5%,rgba(104,89,222,0.65) 100%);
}

.bg-overlay.gradient-bg:before{
    z-index: 1;
}

/* Bootstrap No gutter */

.row.no-gutter{
    margin-left: 0;
    margin-right: 0;
}

.ts-container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row.no-gutter > [class^="col-"], .row.no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}
.media>.pull-left {
    margin-right: 20px;
}
.gap-60 {
    clear: both;
    height: 60px;
}
.gap-40 {
    clear: both;
    height: 40px;
}
.gap-30 {
    clear: both;
    height: 30px;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.mrb-30 {
    margin-bottom: 30px;
}
.mrb-80 {
    margin-bottom: -80px;
}
.mrt-0 {
    margin-top: 0 !important;
}
.pab {
    padding-bottom: 0;
}
a:focus {
    outline: 0;
}
img.pull-left {
    margin-right: 20px;
    margin-bottom: 20px;
}
img.pull-right {
    margin-left: 20px;
    margin-bottom: 20px;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ts-padding {
    padding: 60px;
}
.solid-bg {
    background: #f7f7f7;
    padding: 60px 0;
}
.solid-dark {
    background: #1c1c24;
    color: #fff;
    padding: 60px 0;
}

.solid-dark h2, .solid-dark h3, .solid-dark h4{
	color: #fff;
}

.solid-dark h3{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 5px;
}

.pattern-bg{
	padding: 80px 0;
	background: #eee;
	background: url(../images/pattern3.png);
}
.solid-row {
    background: #f0f0f0;
}
.bg-overlay {
    position: relative;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.alert .icon {
    margin-right: 15px;
}

/* Dropcap */
.dropcap {
    font-size: 48px;
    line-height: 60px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    font-weight: 700;
    margin: 5px 15px 5px 0;
    position: relative;
    text-transform: uppercase;
}
.dropcap.primary {
    background: #ff0763;
    color: #fff;
}
.dropcap.secondary {
    background: #3a5371;
    color: #fff;
}

/* Section title */
.section-title,
.intro-title{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin:0;
    color: #ff0763;
}

.section-sub-title,
.intro-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #1c1c24;
}
.section-title.title-white,
.section-sub-title.title-white {
    color: #fff;
}

.intro-sub-title{
    margin-bottom: 10px;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0;
}
blockquote {
    padding: 8px 20px;
    margin: 8px 0;
    font-size: 16px;
    border-left: 3px solid #ff0763;
    font-style: italic;
    font-family: Lato;
}
cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
/* Button */

.btn.btn-primary,
.btn-dark,
.btn-border {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 13px 18px;
    line-height: 1.33;
    border-radius: 3px;
    border: 0;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    -o-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}

.btn-white.btn-primary {
    background: #fff;
    color: #ff0763;
}
.btn.btn-primary {
    background: #ff0763;
    border: 2px solid transparent;
}
.btn.btn-dark {
    background: #242427;
    border: 2px solid transparent;
}
.btn-border {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}
.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
    background: #d3004e;
    color: #fff;
}




a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
/* Header area
================================================== */

/* Header Standared */

.header {
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.tri-color{position:relative; top:0; z-index:9;}
.tri-color .orange{background:#FF6501; height:4px;}
.tri-color .white{background:#ffffff; height:4px;}
.tri-color .green{background:#009746; height:4px;}

/* Header transparent */

.header.header-transparent {
    background: none;
    box-shadow: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    height: auto;
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}




/*-- Logo --*/

.logo {
    padding: 10px 0;
}



/* Banner area
================================================== */

#banner {
    padding: 0;
}

.banner-item {
    min-height: 800px;
    color: #fff;
    background-attachment: fixed;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}

.banner-content,
.banner-reg-form {
    padding: 280px 0;
    width: 100%;
    vertical-align: middle;
    position: relative;
    color: #fff;
    z-index: 1;
}
.banner-content.text-left{
	padding: 300px 0 260px;
}
.banner-content.text-left .countdown > div.counter-day{
	margin-left: 0;
}

.banner-content-wrap{
    position: relative;
}

.banner-content-wrap:before {
    content: '';
    position: absolute;
    top: -65px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    height: 500px;
    left: 50%;
    margin-left: -190px;
    z-index: -1;
    border: 18px solid rgba(104,89,222,0.35);
    box-sizing: border-box;
    box-shadow: 0 60px 40px -40px rgba(0,0,0,0.3);
}


.banner-title {
    color: #fff;
    font-size: 62px;
    line-height: 72px;
    text-transform: uppercase;
}
.banner-subtitle{
    font-size: 36px;
    color: #fff;
}
.banner-desc {
    font-size: 24px;
    color: #fff;
}

.banner-btn{
    margin:40px 0 0;
}
.banner-btn a{
    margin: 0 6px;
}


/* Slider
================================================== */
/*-- Main slide --*/

#main-slide .item {
    min-height: 800px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
#main-slide .item img {
    width: 100%;
    -webkit-backface-visibility: hidden;
}
#main-slide .item .slider-content {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}
#main-slide .slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#main-slide .slider-content.text-left {
    left: 10%;
    max-width: 800px;
}
#main-slide .slider-content.text-right {
    right: 10%;
}
.slider-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}

.slide-title {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.slide-sub-title {
    font-style: normal;
    font-size: 24px;
    line-height: 38px;
    margin: 10px 0 20px;
    color: #fff;
    font-weight: 700;
}
.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}
.slider-text .slide-head {
    font-size: 36px;
    color: #0052a5;
    position: relative;
}
.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}
.slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
}
.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

.slider.btn.btn-border{
    border: 2px solid #fff;
}

.slider.btn.btn-border:hover{
    border: 2px solid transparent;
}

.slider-description{
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0 30px;
}



/* Footer
================================================== */

.footer {
    background-color: #101015;
    color: #666666;
    padding: 15px 0;
    position: relative;
    background-attachment: fixed;
}
.footer p{text-align:center; font-size:17px;}

.footer .container{
	z-index: 10;
	position: relative;
}







/*HOME*/
/*----- 05.1 SLIDER ----*/
.

.content-margin10{margin-top:20px;}
.content-margin{margin-top:20px;}


.slider-content ul.support-list {display: inline;}
.slider-content ul.support-list li {display: inline-block; list-style: none; padding-right: 10px; padding-top:20px;}
.slider-content ul.support-list li img {width: 100px;}


.slider-wrap {
  clear: both;
}
#slider_1 {
  text-align: center;
}
#slider_1 .item img {
  display: block;
  width: 100%;
  height: auto;
}
#slider_1 .slider_item_container {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000000;
}
#slider_1 .slider-content {
  position: absolute;
  top: 80%;
  transform: translateY(-55%);
  width: 100%;
}
#slider_1 .slider-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height:50px;
  font-weight: 800;
  margin: 0px 0 0;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #666666;
  letter-spacing: -0.03em;
  text-transform:uppercase;
  
}

#slider_1 .slider-content h2 span{display:block;}
 #slider_1 .slider-content h2 span span{display:inline; text-transform:none;}

#slider_1 .slider-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0em;
  margin: 16px 0;
  color: #FF6501;
  text-shadow: 4px 4px 2px #000000;
}
#slider_1 .slider-content h3 span{/*background-color: rgba(0, 0, 0, 0.8);*/ padding:5px;}

#slider_1 .slider-content h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0em;
  margin: 16px 0;
  color: #ffffff;  
}
#slider_1 .slider-content h4 span{/*border:2px solid #ffffff; padding:2px 10px; background-color: rgba(255, 255, 255, 0.7);*/ margin-top:10px;}
#slider_1 .slider-content h5 { font-family: 'Lucida Calligraphy';
     font-weight: 700;
    font-style: italic;
    font-display: scrap;
   /* font-display: swap;
 font-family: 'Lucida Calligraphy';
    src: url('../fonts/LucidaCalligraphy-Italic.woff2') format('woff2'),
        url('../fonts/LucidaCalligraphy-Italic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: scrap;

 font-family: 'Open Sans', sans-serif;  line-height: 28px; font-weight: 700;*/
  font-size: 24px;
  line-height: 34px;
  margin: 16px 0 75px 0;
  color: #ffffff;
}
#slider_1 .slider-content h5 span{display:block;}


#slider_1 .slider-content a.btn + a.btn {
  margin-left: 16px;
}
#slider_1 .slider-content a.btn-slider {
  font-size: 16px;
  margin-top: 36px;
  background: #c51d20;
  border: 0px solid #c51d20;
  color: #FFFFFF;
  line-height: 48px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 600;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#slider_1 .slider-content a.btn-slider:hover {
  background: #444357;
  border: 0px solid #c51d20;
  color: #FFFFFF;
}
#slider_1 .owl-nav {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  margin: 0;
  z-index: 1;
}
#slider_1 .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
#slider_1 .owl-nav .owl-prev {
  left: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #FFFFFF;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
#slider_1 .owl-nav .owl-prev:hover {
  color: #c51d20;
}
#slider_1 .owl-nav .owl-next {
  right: 3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 60px;
  color: #FFFFFF;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}
#slider_1 .owl-nav .owl-next:hover {
  color: #c51d20;
}
#slider_1 .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -50px;

  width: 130px;
  text-align: center;
}
#slider_1 .owl-dots .owl-dot {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 2px;
  width: 16px;
  height: 8px;
  background: #FAFAFA;
  margin: 0 4px;
}
#slider_1 .owl-dots .owl-dot span {
  display: none;
}
#slider_1 .owl-dots .active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 24px;
  background: #c51d20;
}
#slider_1 .owl-dots .active span {
  display: none;
}
#slider_1:hover .owl-nav {
  opacity: 1;
}
#slider_1:hover .owl-nav .owl-prev {
  left: 0%;
}
#slider_1:hover .owl-nav .owl-next {
  right: 0%;
}
.slide-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-origin: initial;
  background-repeat: no-repeat;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  transform: rotate(0deg) scale(1);
}
.slidezoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-carousel .owl-item {
  overflow: hidden !important;
}
.animate-out {
  -webkit-animation-delay: 0ms  ;
  animation-delay: 0ms  ;
}



/*button*/
.btn-theme {
  border: 0px solid transparent;
  background: #faaC1D;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding: 14px 32px;
 /* position: relative;*/
 position:absolute;
 top:-97px;
 right:-51px;
 
  text-transform: uppercase;
  -webkit-transition: 'all' '0.5s' ease-in-out;
  -moz-transition: 'all' '0.5s' ease-in-out;
  -o-transition: 'all' '0.5s' ease-in-out;
  transition: 'all' '0.5s' ease-in-out;
  margin-bottom: 0;
  letter-spacing: 0em;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-theme:hover {
  border: 0px solid transparent;
  color: #faaC1D;
  background: #ffffff;
}

.btn-square {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/*Final CSS*/

.countdown-block{margin-top:-60px !important; text-align:left !important; position:absolute; width:22%; overflow:hidden;}
.count{
border:0px; width:104%; overflow:hidden; height:auto;}


.slider_item_container .slider-bg{margin-top:100px;}



/***********************************************************************************************/
/*  05. TEMPLATE ELEMENTS */
/***********************************************************************************************/

.logo{ width:31%; text-align:left; margin-top:10px;}
.logo img{ width:100%; background:#FFFFFF; padding:10px; border-radius:10px;}

.a-left{float:left;}
.a-right{float:right;}
.wheel{margin-top:18px; margin-right:0px;}

.wheel .image {
    width: 165px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.block iframe{background:#000000; padding:10px;}

/*Contact*/
.page-banner-area {position: relative; min-height: 450px; color: #fff; background-position: 50% 50%; -webkit-background-size: cover; background-size: cover;    -webkit-backface-visibility: hidden;}
.page-banner-title {position: absolute; top: 43%; width: 100%; height: 100%; margin-top: -40px;}
.page-banner-title h2 {color: #fff; font-size: 60px; text-transform: uppercase; line-height: 57px; font-weight: 700;}

.page-banner-title .breadcrumb {background: none; color: #fff; font-weight: 700; font-size: 16px; padding-top: 20px;}
.breadcrumb>li {text-transform: uppercase; font-weight: 700;}
.breadcrumb>li a:link, a:visited {text-decoration: none;}
.breadcrumb>li a {color: #FF6501;}
.breadcrumb>li a:hover {color: #ffffff;}

.contact-info-box{margin-top:20px;}
.contact-info-box-content {padding-left: 40px;}
.contact-info-box-content p {margin-bottom: 0;}
.contact-info-box i {float: left; font-size: 24px; color: #ff0763;}
.contact-info-box-content h4 {font-size: 18px; line-height: normal; font-weight: 700;}

.contact-block img{width:30%; padding-bottom:20px;}




@media only screen and (min-width: 992px) and (max-width: 1370px) {
  #slider_1 {
    text-align: center;
  }
  #slider_1 .slider_item_container {
    min-height: 700px;
  }
  #slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #slider_1 .slider-content {
    margin-top: 24;
  }
  #slider_1 .slider-content h3 {
    font-size: 28px;
  }
  #slider_1 .slider-content h2 {
    font-size: 30px;
    line-height: 50px; text-transform:uppercase;
  }
   #slider_1 .slider-content h2 span{display:block; font-weight:800; }
    #slider_1 .slider-content h2 span span{display:inline; text-transform:none;}
  /*----- Banner ----*/
  .section-banner {
    padding: 150px 0px;
  }
  
  .btn-theme {
    line-height: 24px; right:7px;
  }
  
  .countdown-block{margin-top:-70px !important; width:38%; }
  
  
}
/* Tablet Portrait size to standard 960 (devices and browsers) 
@media only screen and (max-width: 991px) {
  
  .no-padding-pricing-table,
  .no-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .header-top .col-logo {
    text-align: left;
  }
  
  a.logo {
    text-align: left;
  }
  
  
  #slider_1 {
    text-align: center;

  }
  #slider_1 .slider_item_container {
    min-height: 460px;
  }
  #slider_1 .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #slider_1 .slider-content {
    top: 50%;
    transform: translateY(-48%);
  }
  #slider_1 .slider-content i.icon:after,
  #slider_1 .slider-content i.icon:before {
    width: 100px;
    line-height: 100px;
    height: 100px;
    font-size: 60px;
    margin-bottom: 20px;
  }
  #slider_1 .slider-content h2 {
    font-size: 42px;
    line-height: 48px;
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
  #slider_1 .slider-content h2:after {
    display: none;
  }
  #slider_1 .slider-content h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
  }
  #slider_1 .slider-content a.banner-video-icon {
    border: 2px solid #f2f2f2;
    color: #c51d20;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 55px;
    margin: 0 auto 12px;
  }
  #slider_1 .slider-content a.banner-video-icon > i {
    margin-left: 6px;
  }
  #slider_1 .slider-content a.banner-video-icon:hover {
    border: 2px solid #c51d20;
  }

  }
  */
  
 @media (min-width : 768px) and (max-width: 991px) {
  .logo{ width:20%; text-align:left; margin-top:10px;}
  .logo img{width:50%; text-align:left;}
  
  	#slider_1 .slider-content {
    text-align: center;
    top: 75%;
    transform: translateY(-55%);
}
	#slider_1 .slider_item_container {
    min-height: 750px;
  }
  .countdown-block{width:50%; margin-top:5px !important;}
  .how-reach h4{font-size:17px !important;}
  .tablink.KP::after {display:none;}
  .w3-bar .last-button{margin-top:20px;}

  }

@media only screen and (max-width: 480px) {

#slider_1 .slider-content h5 {font-size:15px;}


	#slider_1 .slider_item_container {
    min-height: 650px;
  }
	#slider_1 .slider-content {
    text-align: center;
    /*top: 82%;*/
	top: 75%;
    transform: translateY(-55%);
}


.wheel .image{width:100px;}
#slider_1 .slider-content h2{font-size:25px; line-height:30px;}
#slider_1 .slider-content h2 span{font-size:19px; display:block;}
#slider_1 .slider-content h3, #slider_1 .slider-content h4, #slider_1 .slider-content h5{ font-size:20px;}
#slider_1 .slider-content h5{ font-size:20px; line-height:27px;}


.btn-theme{padding:5px 22px;}
.countdown-block{width:100%; margin-top:0px !important; height:auto !important;}
.count {border: 0px; width: 100%; overflow: hidden; height: auto; margin-top: -45px;}

.how-reach h4{font-size:15px !important;}
.how-reach h4 span{box-shadow:none !important;}

section.programme::before {height: 180px !important; top: -144px !important;}
.tablink.KP::after {display:none;}

}




.how-reach .travel{box-shadow: #ccc 3px 5px 25px 1px; padding: 25px 15px;}


	.how-reach h4{color:#ffffff; text-align:center; text-transform:uppercase; font-size:24px; line-height:40px; margin-bottom:25px;}
	.how-reach h4 span{background:#FF6501; padding:4px 8px; border-radius:10px; box-shadow: #ccc 3px 5px 25px 1px;}
	
	.how-reach h5{color:#ffffff; padding-top:18px; font-size:16px;}
	.how-reach h5 span{background:#009746; padding:4px 8px;}
	.how-reach p.last{padding-bottom:20px;}
.how-reach img.img-sty{text-align:center; display:block; padding:15px 0px; margin:0 auto;}
	
/*speakers section*/
.int-advisory h4 {margin-bottom: 30px;}
.int-advisory .int-faculty {overflow: hidden; margin-bottom: 30px; background-color: #009746; padding: 7px; text-align: center; min-height:250px; border-radius:10px; box-shadow: #666 3px 5px 25px 1px;}
.int-advisory .int-faculty:hover{background-color: #FF6501;}

.int-advisory img {width: 150px; border-radius: 50%; display: flex; margin: auto; border: 2px dotted #fff; padding: 2px;}
.int-faculty img:hover {border: 2px dotted #fff; padding: 2px;}
.int-advisory-caption {text-align: center !important; font-size: 15px; padding-top:10px;}
.int-advisory-caption p {position: relative; font-size: 16px; line-height: 26px; color: #fff;  font-weight: 700;}
.int-advisory-caption p span {display: block; font-size: 15px;}

section.wrap-block{padding:0px !important;}
section.speakers2{padding-bottom:0px !important; font-family: "Sofia Pro", sans-serif;}

section.non-speakers{padding-top:10px !important; font-family: "Sofia Pro", sans-serif;}

.speakers2 h4, .speakers2 p, .non-speakers h4, .non-speakers p{font-family: "Sofia Pro", sans-serif;}

.non-keyspeakers ul{display:block; padding:20px 0px; text-align:center;}
.non-keyspeakers li{list-style:none; display:inline-block; cursor:pointer; width:3%; font-size:18px; font-weight:bolder; font-family: "Sofia Pro", sans-serif;}
.non-keyspeakers li:hover{text-decoration:underline;}
.speakers h4{font-size:25px; background:#FF6501;}
.speakers h4 span{background:#FF6501; color:#FFFFFF; padding:10px 15px; border-radius:10px;}
.speakers hr{color:#009746; background:#009746; height:2px;}
.speakers .highlight h5{font-size:18px; text-align:center; font-family: "Sofia Pro", sans-serif;}

/*Young Lawyers*/
.how-reach .travel.YL{background:#009746; box-shadow: #000 3px 5px 25px 1px; padding: 25px 15px;}
.how-reach .travel.YL p{color:#FFFFFF;}
.how-reach .travel.YL h5{color:#FFFFFF; font-size:18px;}

section.younglawyer:before {
       content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    top: -150px;
    background: rgb(255, 255, 255);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100% );
}

.young-lawyers h2{font-size:40px; line-height:48px; font-family: "Sofia Pro", sans-serif;}

.younglawyer .travel{font-family: "Sofia Pro", sans-serif;}
.younglawyer p{text-align:justify; font-family: "Sofia Pro", sans-serif; font-size:16px;}
.younglawyer .home-block{margin-top:-53px; color:#000000;}
.younglawyer .home-block h5{color:#000000; font-family: "Sofia Pro", sans-serif; }
.younglawyer .home-block img{border:5px dotted #FF6501; padding:5px; background:#009746;}



.sidebar .sidebar-block{background:#009746;  box-shadow: #ccc 3px 5px 25px 1px;}
.sidebar .sidebar-block p{color:#ffffff; text-align:center; padding:10px; font-size:18px; font-family: "Sofia Pro", sans-serif;}
.sidebar{background:#666;}

.quotes-txt{background:#FF6501; }
.quotes-txt .quotes-block{ position:absolute; margin-top:-80px;}
.quotes-txt .quotes-block p {text-align:center;}
.quotes-txt .quotes-block p span{background:#009746; min-height:70px; box-shadow: #ccc 3px 5px 25px 1px; padding:15px 20px;}
.quotes-txt p{color:#FFFFFF; text-align:justify; font-style:italic; font-family: "Sofia Pro", sans-serif; font-size:18px; text-shadow:0px 3px 5px #000;}
.quotes-txt h5{font-family: "Sofia Pro", sans-serif; font-size:18px; font-weight:700;}
.quotes-txt h3{font-family: "Sofia Pro", sans-serif;}

.young-programme{background:#fff;}
.young-programme table tr td{color:#000; font-family: "Sofia Pro", sans-serif; font-size:17px; text-align:center; padding-left:10px;}


/*Partnership*/
.partnership p, .partnership h4, .partnership h5{font-family: "Sofia Pro", sans-serif;}
.partnership p{font-size:16px; margin-bottom:20px; text-align:justify;}
.partnership h4{color:#fff;}
.partnership h4 span{background:#FF6501; padding:7px 15px;}
.partnership h5{color:#fff; font-size:18px; margin-bottom:20px; text-transform:uppercase;}
.partnership h5 span{background:#000; padding:7px 15px;}
.partnership .orange{background:#FF6501; color:#FFFFFF; padding:12px 20px; height: 100%; border-radius: 100px; box-shadow: 0 10px 30px rgb(0 0 0 / 15%);}
/*.partnership .green{background:#009746; color:#FFFFFF; padding:12px 20px; height: 100%; border-radius: 100px; box-shadow: 0 10px 30px rgb(0 0 0 / 15%);}*/

.partnership .partner-box{background:#009746;}
.partnership .partner-box p{color:#FFFFFF; padding:12px 20px;}


section.partnership:before {
       content: "";
    height: 190px;
    width: 100%;
    position: absolute;
    top: -165px;
    background: rgb(255, 255, 255);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100% );
}

/*Sponsors*/
.partnership .gold-sponsor-block{background:#dcc235; box-shadow: #ccc 3px 5px 25px 1px; padding: 25px 15px; margin:10px 0px; }
.partnership .gold-sponsor-block h3{ padding:7px 15px; border-radius:30px; text-align:center; color:#FFFFFF;}
.partnership .gold-sponsor-block p{color:#FFFFFF;}
.partnership .gold-sponsor-block img {text-align:center; border:2px solid #fff; margin:25% 3%; padding:15px;}
.partnership .gold-sponsor-block img:hover{border:2px solid #FF6501;}


/*Registration*/
section.registration:before {
       content: "";
    height: 190px;
    width: 100%;
    position: absolute;
    top: -165px;
    background: rgb(255, 255, 255);
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 1) 100% );
}


.registration .travel{padding-left:25px; font-family: "Sofia Pro", sans-serif;}
.registration ul{display:block;}
.registration ul li{ line-height:24px; padding-bottom:10px;}
.registration h5{color:#000000; font-size:20px; font-family: "Sofia Pro", sans-serif;}
.registration .travel h5{font-size:16px;}

.registration .table tr td{text-align:center; font-family: "Sofia Pro", sans-serif; font-size:16px;}
.registration p, .registration li{font-size:16px; font-family: "Sofia Pro", sans-serif;}

.leftWrapper.pink {background: #FF6501; height: 100%; padding: 0; border-bottom-left-radius: 100px; box-shadow: 0 30px 30px rgb(0 0 0 / 15%);}
.earlyBird {width: 100%; padding: 30px 50px; text-align: center;}
.earlyBird h2 {font-family: "Sofia Pro", sans-serif; font-weight: 800; color: #fff; font-size: 40px; margin-bottom: 30px;}
.earlyBird p { color: #fff; font-family: "Sofia Pro", sans-serif; margin: 0;}
.earlyBird p .btn {font-size: 20px; padding:12px; border-radius: 50px; background:#009746; border: 2px solid #fff; width: 250px; font-weight: 600; color:#FFFFFF; margin: 20px auto;}
.earlyBird p .btn:hover{background:#FFFFFF; color:#000000; border:2px solid #009746;}
.earlyBird p .btn-purple {font-size: 20px; padding:12px; border-radius: 50px; background:#800080; border: 2px solid #fff; width: 300px; font-weight: 600; color:#FFFFFF; margin: 20px auto;}

.btn-reg-purple a{font-size: 20px; padding:12px; border-radius: 50px; background:#800080; border: 2px solid #fff; width: 300px; font-weight: 600; color:#FFFFFF; margin: 20px auto;}
.btn-reg-purple a:hover{color:#FFFFFF; background:#009746;}
/*Accommodation*/
.places-visit h5 {text-align: center; padding-bottom: 10px; color: #000; text-decoration: underline; font-style: italic; font-weight: 700; font-size:20px;}
.places-visit p {text-align: justify; color: #000000; font-size: 16px; line-height: 26px; font-weight: 400; margin-top: 0;  margin-bottom: 1rem;}
.places-visit img.place-left {margin: 0px 15px 2px 2px; display: block; float: left;}
.places-visit img.place-right {margin: 0px 2px 2px 15px; display: block; float: right;}
.places-visit img{border:4px double #FF6501; padding:5px;}
.places-visit img:hover{background:#009746; opacity:0.8; padding:5px;}

.booking100{width:100%; }
.booking50{width:70%;}
.booking30{width:30%;}
.booking30 p a.new{background:#009746; color:#FFFFFF; padding:10px; font-size:15px; text-decoration:none !important; float:right;}



.places-visit ul{display:block; padding-top:15px;}
.places-visit li{color: #000000; font-size: 16px; line-height: 26px; font-weight: 400;}

.places-visit h4{color:#FF6501;}

.places-visit .room-orient h4.heading{background:#009746; color:#FFFFFF; text-align:center; padding:12px; font-size:28px;}
.places-visit .room-orient img{width:100%; margin-bottom:20px;}

.places-visit .tours-block img{width:100%; margin-bottom:20px;}



.triangle hr{color:#009746; border-bottom:dotted 4px #009746;}

.places-visit .golden-triangle h4.heading{background:#009746; color:#FFFFFF; text-align:center; padding:12px; font-size:23px;}
.places-visit .golden-triangle img{margin-bottom:20px;}

.andaz{background:#E7F3F4; padding:50px 0px; }
.andaz h5, .andaz p{color:#000; font-family: "Sofia Pro", sans-serif;}


.triangle-block{background:#FFFFFF; box-shadow:#ccc 3px 5px 15px 1px; padding:15px;}

.triangle h3{text-align:center; color:#FF6501;}
.triangle img.banner{text-align:center; margin:0 auto; width:100%;}
.triangle p img{width:auto;}


.btn-style-two{
	position:relative;
	padding:10px 30px;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	font-weight:400;
	text-align:center;
	background-color: #009745;
	overflow: hidden;
	border-radius: 10px;
}
.btn-style-two .btn-title{
	position: relative;
}

.btn-style-two:hover{
	color:#ffffff;
	-webkit-box-shadow: 0 10px 30px #FF6600;
	-moz-box-shadow: 0 10px 30px #FF6600;
	-ms-box-shadow: 0 10px 30px #FF6600;
	-o-box-shadow: 0 10px 30px #FF6600;
	box-shadow: 0 10px 30px #FF6600;
	border-radius: 10px;
}

.btn-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #FF6600;
	border-radius: 10px;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*Programmee*/
section.programme:before {
       content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    top: -200px;
    background: rgb(255, 255, 255);
	background: linear-gradient( 180deg, rgba(255, 255, 255,0) 35%, rgba(255, 255, 255, 1) 100% );

}
.programme{font-weight: 600; font-family: "Sofia Pro", sans-serif; background: rgb(255, 255, 255);/**/
/*background: linear-gradient(90deg, rgba(255,101,1,1) 9%, rgba(0,151,70,1) 95%); */}
.programme h4.heading-prog{padding-bottom:20px; font-size:22px; font-weight: 600; font-family: "Sofia Pro", sans-serif;}

a.submit-button{background:#faaC1D !important; color:#FFFFFF; padding:10px 15px; font-size:18px; border-radius:12px; margin:0 auto;}
a.submit-button:hover{ background:#003333 !important;}

