@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold/GothamBold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/GothamBold/GothamBold.woff') format('woff'), 
       url('../fonts/GothamBold/GothamBold.ttf')  format('truetype'), 
       url('../fonts/GothamBold/GothamBold.svg#GothamBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamBlack';
  src: url('../fonts/GothamBlack/GothamBlack.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/GothamBlack/GothamBlack.woff') format('woff'), 
       url('../fonts/GothamBlack/GothamBlack.ttf')  format('truetype'), 
       url('../fonts/GothamBlack/GothamBlack.svg#GothamBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/Gotham-Book/Gotham-Book.woff') format('woff'), 
       url('../fonts/Gotham-Book/Gotham-Book.ttf')  format('truetype'), 
       url('../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/GothamLight/GothamLight.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/GothamLight/GothamLight.woff') format('woff'), 
       url('../fonts/GothamLight/GothamLight.ttf')  format('truetype'), 
       url('../fonts/GothamLight/GothamLight.svg#GothamLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/GothamMedium/GothamMedium.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/GothamMedium/GothamMedium.woff') format('woff'), 
       url('../fonts/GothamMedium/GothamMedium.ttf')  format('truetype'), 
       url('../fonts/GothamMedium/GothamMedium.svg#GothamMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}
body{
    font-family: 'GothamLight', sans-serif;
    background-color: #fff;
    font-size:12px;
    font-weight:400;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'GothamLight', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
p{
  margin:0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;

}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}


a,button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p{
  margin: 0;
}
a {
  cursor: pointer !important;
  text-decoration: none !important;
}
a:hover,a:active,a:focus,a:visited{
  text-decoration: none !important;
}

input, textarea, a, button {
  outline: none !important;
  text-decoration: none;
}

.margin-auto{
  margin: 0 auto;
  float: none !important;
}

/* img hover */
.img-hover {
  overflow: hidden;
  display: block;
}

.img-hover > img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

img{
  max-width: 100%;
}
/* end img hover */
.main-wrapper {
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}
#header{
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 30px 0;
}
#header .container{
  padding: 0 40px;
}
.logo_site{
  float: left;
}
.logo_site > a{
  display: block;
}
.logo_site > a > img{
  width: 160px;
}
.main_menu{
  float: left;
  margin-left: 100px;
  margin-top: 25px;
}
.main_menu > li{
  float: left;
  margin-right: 25px;
}
.main_menu > li > a{
  display: block;
  color: #2E4555;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'GothamMedium';
  position: relative;
  padding-bottom: 10px;
}
.main_menu > li > a:before{
  content: '';
  width: 0px;
  height: 4px;
  background-color: #DC5E4E;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main_menu > li:hover > a:before,
.main_menu > li.active > a:before{
  width: 30px;
}
.user_login_register{
  float: right;
  margin-top: 15px;
}
.user_login_register > li{
  float: left;
  margin-right: 5px;
}
.user_login_register > li:last-child{
  margin-right: 0;
}
.user_login_register > li > a{
  display: block;
  padding: 10px 20px;
  color: #455968;
  font-size: 16px;
  font-family: 'GothamMedium';
  border-radius: 25px;
}
.user_login_register > li > a.register_btn{
  background-color: #DC5E4E;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}
.user_login_register > li > a:hover,.user_login_register > li > a:focus{
  color: #DC5E4E;
}
.user_login_register > li > a.register_btn:hover,
.user_login_register > li > a.register_btn:focus{
  color: #fff;
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
}
.section_register{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  z-index: 1;
}
.section_register:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(220,94,78,0.85);
}
.s_register_content{
  text-align: center;
}
.s_register_content h2{
  color: #FFFFFF;
  font-size: 26px;
  font-family: 'GothamBold';
  line-height: 35px;
  text-transform: uppercase;
}
.s_register_content p{
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
}
.btn_white{
  color: #DC5E4E;
  font-size: 24px;
  font-family: 'GothamBold';
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  text-transform: capitalize;
  padding: 8px 40px 10px;
  display: table;
  margin: 30px auto 0;
  -webkit-box-shadow: 0px 0px 25px -2px transparent;
  -moz-box-shadow: 0px 0px 25px -2px transparent;
  box-shadow: 0px 0px 25px -2px transparent;
}
.btn_white:hover,.btn_white:focus{
  color: #fff;
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
}

.footer_contact{
  position: relative;
  background-color: #dc5e4e;
  padding: 50px 50px 30px;
}
#footer{
  position: relative;
}
#footer:before{
  content: '';
  position: absolute;
  top: 0;
  left:0;
  width: 50%;
  height: 100px;
  background-color: #CE3C29;
}
.contact_head > h2{
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'GothamBlack';
}
.contact_head > p{
  color: #fff;
  font-size: 16px;
}
.contact_head{
  margin-bottom: 20px;
}
.form_st1 .form-group{
  position: relative;
}
.form_st1 .form-control{
  border-radius: 25px;
  background-color: #fff;
  color: #9B9B9B;
  font-size: 14px;
  padding-left: 50px;
  border:0;
  box-shadow: none;
  height: 40px;
}
.form_st1 .form-control::-moz-placeholder {
  color: #9B9B9B;
  font-size: 14px;
  font-family: 'GothamLight';
}

.form_st1 .form-control:-ms-input-placeholder {
  color: #9B9B9B;
  font-size: 14px;
  font-family: 'GothamLight';
}

.form_st1 .form-control::-webkit-input-placeholder {
  color: #9B9B9B;
  font-size: 14px;
  font-family: 'GothamLight';
}
.form_st1 textarea.form-control{
  height: 85px;
  resize: vertical;
  resize: none;
  padding-left: 20px;
  border-radius: 17px;
  padding-top: 15px;
}
.form_st1 .form-group{
  margin-bottom: 20px;
}
.f_icon{
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 9px;
  left: 20px;
}
.f_iconUser{
  background-image: url(../images/user.svg);
}
.f_iconEmail{
  background-image: url(../images/email-85.svg);
}
.f_iconPhone{
  background-image: url(../images/mobile-button.svg);
}
.btn_contact{
  position: relative;
  height: calc(100% - 20px);
  width: 100%;
  display: block;
  border-radius: 17px;
  color: #1F2D37;
  font-size: 18px;
  border:0;
  box-shadow: none;
  background-color: #FFFFFF;
  cursor: pointer;
}
.btn_contact > span{
  display: block;
  font-family: 'GothamBold';
}
.btn_st1{
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px -2px transparent;
  -moz-box-shadow: 0px 0px 25px -2px transparent;
  box-shadow: 0px 0px 25px -2px transparent;
}
.btn_st1:hover,.btn_st1:focus{
  color: #fff;
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
}
.footer_bottom{
  padding: 20px 0;
}
.f_logo{
  display: inline-block;
}
.f_logo > img{
  width: 125px;
}
.copy_right{
  text-align: center;
  color: #4A4A4A;
  font-size: 14px;
  margin-top: 15px;
}
.f_social{
  float: right;
  margin-top: 12px;
}
.f_social > li{
  float: left;
  margin-right: 10px;
}
.f_social > li:last-child{
  margin-right: 0;
}
.f_social > li > a{
  display: block;
  color: #fff;
  background-color: #DA5241;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px transparent;
  -moz-box-shadow: 0px 0px 10px 0px transparent;
  box-shadow: 0px 0px 10px 0px transparent;
}
.f_social > li > a:hover,.f_social > li > a:focus{
  color: #fff;
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.section_about_services{
  position: relative;
  overflow: hidden;
}
.section_about_services:before{
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 50%;
  height: 70%;
  background-repeat: no-repeat;
  background-image: url(../images/Triangle_bg.png);
  background-size: 100% 100%;
  z-index: -1;
}
.section_about{
  padding: 70px 0;
}
.about_vedio_block{
  position: relative;
}
.about_vedio_block > img{
  width: 100%;
}
.about_txt{
  margin-top: 40px;
  position: relative;
  padding-left: 100px;
}
.about_txt > h2{
  color: #1F2D37;
  font-size: 40px;
  font-family: 'GothamBlack';
  text-align: center;
  text-transform: uppercase;
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);
  position: absolute;
  left: -60px;
  top: 80px;
}
.about_txt > p{
  color: #324858;
  font-size: 18px;
  line-height: 30px;
}
.vedio_icon{
  position: absolute;
  right: -55px;
  bottom: 80px;
  z-index: 2;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  text-align: center;
  line-height: 110px;
}
.vedio_icon > img{
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.section_services{
  position: relative;
  padding: 30px 0 120px;
}
.section_services:before{
  content: '';
  position: absolute;
  top: 120px;
  left: 100px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/Fill_19.png);
  background-size: 100% 100%;
  z-index: -1;
}
.sec_head{
  text-align: center;
  margin-bottom: 60px;
}
.sec_head > p{
  color: #1F2D37;
  font-size: 22px;
}
.sec_head > h2{
  margin-top: 10px;
  color: #1F2D37;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'GothamBlack';
}
.serv_item{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.serv_txt{
  position: relative;
}
.serv_txt > h2{
  color: #324858;
  font-size: 20px;
  font-family: 'GothamBold';
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.serv_txt > p{
  font-size: 14px;
}
.serv_thumb{
  height: 160px;
}
.serv_thumb > img{
  max-height: 140px;
}
.serv_num{
  position: absolute;
  top: 20px;
  left: 20px;
  color: #DCDCDC;
  font-size: 80px;
  opacity: 0.45;
  font-family: 'GothamBold';
  z-index: -1;
  line-height: 1;
}

.section_testimonial{
  position: relative;
  padding: 140px 0 70px;
}
.section_testimonial .container-fluid{
  padding: 0;
}
.testimonial_item{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  background-color: transparent;
  border:1px solid rgba(151,151,151,0.11);
  padding: 50px;
}
.testimonial_item:before{
  content: '';
  position: absolute;
  bottom: 20px;
  right:100px;
  background-size: contain;
  background-image: url(../images/qu.png);
  background-repeat: no-repeat;
  width: 120px;
  height: 80px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonial_item > p{
  color: #1F2D37;
  font-size: 16px;
}
.testimonial_bottom{
  margin-top: 30px;
  text-align: center;
}
.testimonial_bottom > img{
  width: 85px !important;
  height: 85px;
  border-radius: 50%;
  margin: auto;
}
.testimonial_bottom > h3{
  margin-top: 20px;
  color: #1F2D37;
  font-size: 22px;
  font-family: 'GothamBold';
}
.testimonial_bottom > p{
  margin-top: 10px;
  color: #1F2D37;
  font-size: 16px;
}
#testimonial_slider.owl-carousel .owl-stage-outer {
    padding: 40px 0 20px;
}
#testimonial_slider .owl-item.center .testimonial_item {
    -ms-transform: translate(0px, -20px);
    -webkit-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}
#testimonial_slider .owl-item.center .testimonial_item{
  background-color: #1F2D37;
  border-color: #1F2D37;
}
#testimonial_slider .owl-item.center .testimonial_item .testimonial_bottom > p,
#testimonial_slider .owl-item.center .testimonial_item .testimonial_bottom > h3,
#testimonial_slider .owl-item.center .testimonial_item > p
{
  color: #fff;
}
#testimonial_slider .owl-item.center .testimonial_item:before{
  opacity: 1;
}
#testimonial_slider.owl-theme .owl-dots .owl-dot span{
  border-radius: 0;
  width: 12px;
  height: 12px;
  background-color: #DADADA;
  margin: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#testimonial_slider.owl-theme .owl-dots .owl-dot.active span,
#testimonial_slider.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #B93625;
}
.section_home{
  position: relative;
  overflow: hidden;
  min-height: 691px;
}
.section_home:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 90px;
  background-color: #DC5E4E;
}
.section_home:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 270px;
  background-color: #DC5E4E;
}
.home_block{
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.home_block:before{
  content: '';
  position: absolute;
  top: 90px;
  right: -90px;
  width: 90px;
  height: 270px;
  background-color: #324858;
}
.home_block:after{
  content: '';
  position: absolute;
  top: 0;
  right: -90px;
  width: 90px;
  height: 90px;
  background-color: #FFFFFF;
}
.social_top{
  position: absolute;
  bottom: 50px;
  right: -60px;
}
.social_top > li{
  display: block;
  margin-bottom: 10px;
}
.social_top > li > a{
  font-size: 16px;
  display: block;
  color: #CCCCCC;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 20px 0px transparent;
  -moz-box-shadow: 0px 0px 20px 0px transparent;
  box-shadow: 0px 0px 20px 0px transparent;
}
.social_top > li > a:hover,.social_top > li > a:focus{
  color: #fff;
  background-color: #DC5E4E;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}
.home_item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 1;
  margin-top: 93px;
}
.home_item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background: rgba(255,255,255,1);*/
  /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.27) 100%);*/
  /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.27)));*/
  /*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.27) 100%);*/
  /*background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.27) 100%);*/
  /*background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.27) 100%);*/
  /*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,0.27) 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0f2433', GradientType=0 );
}
.home_ctxt{
  padding: 60px 0;
}
.home_ctxt > h2{
  color: #162027;
  font-size: 30px;
  font-family: 'GothamBlack';
  white-space: pre-line;
}
.home_ctxt > p{
  color: #162027;
  font-size: 20px;
  margin-top: 20px;
}
#home_slide .owl-controls{
  margin: 0 !important;
}
#home_slide .owl-dots{
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#home_slide.owl-theme .owl-dots .owl-dot span{
  border-radius: 0;
  width: 12px;
  height: 12px;
  background-color: #DADADA;
  margin: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#home_slide.owl-theme .owl-dots .owl-dot.active span,
#home_slide.owl-theme .owl-dots .owl-dot:hover span{
  background-color: #B93625;
}



.vedio_icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.vedio_icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.20);
    opacity: 1;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    /*-webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;*/
}
.vedio_icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.20), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.20), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.20), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.20), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.20), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.20), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}




.hamburger {
  width: 40px;
  height: 40px;
  margin-top: 3px;
  background: transparent;
  border-radius:5px;
  border: none;
  position: relative;
  z-index: 0;
  float: right;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-transition: background-color .2s linear;
  -ms-transition: background-color .2s linear;
  transition: background-color .2s linear;
  display: none;
  margin-left: 10px;
  cursor: pointer;
  border:3px solid #DC5E4E;
}
.hamburger:hover{
  background-color: #324858;
  border-color: #324858;
}
.hamburger:hover span:nth-child(1) {
  transform: translate(0, -2px);
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
}

.hamburger:hover span:nth-child(3) {
  transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  -ms-transform: rotate(45deg) translate(4px, 4px);
}

.hamburger.active span:nth-child(2) {
  transform: translate(-4px, 0);
  -webkit-transform: translate(-4px, 0);
  -ms-transform: translate(-4px, 0);
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
}

.hamburger span {
  width: 18px;
  height: 2px;
  border-radius: 10px;
  margin: auto;
  background-color: #DC5E4E;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger:hover span{
  background-color: #fff;
}
.hamburger span:last-child{
  margin-bottom: 0;
}

/*mobile menu*/
/*menu*/
.menu-mobile{
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0;
  height: 100%;
  width: 250px;
  background: #fff;
  z-index: 1001;
  overflow-y:auto; 
  -webkit-transform:translateX(265px);
  -moz-transform:translateX(265px);
  -ms-transform:translateX(265px);
  -o-transform:translateX(265px);
  transform:translateX(265px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
  box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}
.brand-area{
  position: relative;
  padding-top: 20px;
}
.close_menu{
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #363636;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.close_menu:hover{
  background-color: #767676;
  color: #fff;
}
.brand-area a {
    width:90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.brand-area a > img{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: 160px;
}
.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(120,138,203,0.2);
    color: #201e1f;
    font-size: 16px;
    padding: 10px;
    transition: all .3s;
    font-family: 'GothamMedium';
}
.mmenu > ul li a > i{
  margin-left: 5px;
}
.mmenu > ul li a:hover {
    background: #324858;
    color: #fff;
    border-color: #324858;
}
.register-mobile{
  margin-top: 0 !important;
}
.register-mobile li:last-child > a{
  border-bottom: 0;
}
.plusIcon{
  font-size: 14px;
  margin-left: 5px;
}
.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.menu-toggle {
    overflow: hidden;
}
.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}
.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}
.menu-toggle .main-wrapper{
  -webkit-transform:translate3d(-250px,0,0);
  -moz-transform:translate3d(-250px,0,0);
  -ms-transform:translate3d(-250px,0,0);
  -o-transform:translate3d(-250px,0,0);
  transform:translate3d(-250px,0,0);
}
html.menu-toggle{
  overflow: hidden;
}




.to-animate,.to-animate2{
  opacity: 0; 
}
.to-animate.fadeInUp,.to-animate2.fadeInUp{
  opacity: 1 !important;
}
.to-animate.fadeInUp {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-delay: 0.5s;
  -webkit-animation-delay:0.5s;
}
.to-animate2.fadeInUp {
  animation-duration: 2s;
  -webkit-animation-duration:2s;
  animation-delay: 1s;
  -webkit-animation-delay:1s;
}

#header{
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
}
#header.fixed-header{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.12);
  z-index: 999;
  background-color: #fff;
  padding: 10px 0;
}
#header.fixed-header .logo_site > a > img {
    width: 120px;
}
#header.fixed-header .main_menu{
  margin-top: 15px;
}
#header.fixed-header .user_login_register{
  margin-top: 5px;
}
.main_menu > li > a.mPS2id-highlight-last:before{
  width: 30px;
}
/**===============================================================
page
==================================================================**/
html, body {
    height: 100%;
}
.innerPage #header{
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
}
.innerPage #header:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #DC5E4E;
}
.innerPage #header .container{
  padding: 0 15px;
}
.innerPage{
  padding-bottom: 94px;
}
.footer_innerPage{
  height: 94px;
  margin-top: -94px;
}
#footer.footer_innerPage:before{
  width: 170px;
  height: 100px;
  top: -85px;
}
.footer_innerPage:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background-color: #FAFAFA;
  z-index: -1;
}
.content_innerPage{
  padding: 10px 0 100px;
  position: relative;
}
.social_top.social_top_inner{
  bottom: auto;
  top: 30px;
  right: 20px;
  z-index: 2;
}
.breadcrumb{
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.breadcrumb a{
  color: #2E4555;
  font-size: 16px;
  font-family: 'GothamMedium';
  text-transform: uppercase;
}
.breadcrumb a > i{
  margin-right: 10px;
  font-size: 18px;
}
.breadcrumb li{
  color: #2E4555;
  font-size: 16px;
  font-family: 'GothamBlack';
  text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before{
  content: '-';
}
.breadcrumb a:hover,.breadcrumb a:focus{
  color: #DC5E4E;
}
.headTitle_page h2{
  color: #DC5E4E;
  font-size:44px;
  font-family: 'GothamBlack';
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
.headTitle_page h2 > a{
  position: absolute;
  top: 5px;
  left: 0;
  width: 45px;
  height: 45px;
  background-color: #EDEDED;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #2B3F4F;
  font-size: 24px;
}
.headTitle_page p{
  color: #162027;
  font-size: 20px;
  margin-bottom: 20px;
}
.content_user_form{
  padding: 60px 0;
}
.form_box{
  position: relative;
  border:1px solid #E6E6E6;
  border-radius: 10px;
  padding: 50px 30px;
  margin-bottom: 30px;
}
.form_st2 .form-group{
  position: relative;
  margin-bottom: 25px;
}
.form_st2 .form-control{
  padding-left: 60px;
  height: 50px;
  background-color: #F9F9F9;
  border-color: transparent;
  color: #2B3F4F;
  font-size: 16px;
  border-radius: 25px;
}
.form_st2 select.form-control{
  height: 50px !important;
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}
.select_icon{
  position: absolute;
  top: 17px;
  right: 25px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  background-image: url(../images/select-84.svg);

}
.form_st2 .form-control::-moz-placeholder {
  color: #2B3F4F;
  font-size: 16px;
  font-family: 'GothamLight';
}

.form_st2 .form-control:-ms-input-placeholder {
  color: #2B3F4F;
  font-size: 16px;
  font-family: 'GothamLight';
}

.form_st2 .form-control::-webkit-input-placeholder {
  color: #2B3F4F;
  font-size: 16px;
  font-family: 'GothamLight';
}
.form_st2 .form-control:focus{
  border-color: #DC5E4E;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(220,94,78,0.3);
  -moz-box-shadow: 0px 0px 24px 0px rgba(220,94,78,0.3);
  box-shadow: 0px 0px 24px 0px rgba(220,94,78,0.3);
}
.fst2_icon{
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 14px;
  left: 30px;
}
.f2_email{
  background-image: url(../images/e2.svg);
}
.f2_pass{
  background-image: url(../images/lock-circle-open.svg);
}
.f2_name{
  background-image: url(../images/circle-10.svg);
}
.f2_user{
  background-image: url(../images/badge-13.svg);
}
.f2_experience{
  background-image: url(../images/chart-bar-52.svg);
}
.f2_male{
  background-image: url(../images/couple-gay.svg);
}

.forget_block{
  padding-top: 20px;
}
.forget_link{
  float: left;
  color: #DC5E4E;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'GothamMedium';
  text-decoration: underline !important;
  margin-top: 5px;
}
.forget_link:hover,.forget_link:focus{
  color: #1F2D37;
}
.btn_red_style{
  background-color: #DC5E4E;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  border-radius: 30px;
  padding-right: 30px;
  padding-left: 30px;
  border:0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn_red_style:hover, 
.btn_red_style:focus {
    color: #fff;
    background-color: #1F2D37;
    -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
}
.btn_right{
  float: right;
}
.note_box{
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
  background-color: #F7F7F7;
  padding: 15px 15px 15px 80px;
  min-height: 58px;
}
.note_icon{
  position: absolute;
  top: 10px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
}
.alert_danger{
  background-color: #DA5241;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}
.alert_info{
  background-color: #F5A623;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(245,166,35,0.45);
-moz-box-shadow: 0px 0px 20px 0px rgba(245,166,35,0.45);
box-shadow: 0px 0px 20px 0px rgba(245,166,35,0.45);
}
.alert_success{
  background-color: #97C169;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(151,193,105,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(151,193,105,0.45);
  box-shadow: 0px 0px 20px 0px rgba(151,193,105,0.45);
}
.note_icon > img{
  width: 18px;
}
.note_box p{
  color: #da5241;
  font-size: 16px;
  font-family: 'GothamMedium';
  line-height: 28px;
}


.upload-mImg{
  position: relative;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}
.mImg-file{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background-color: #EFEFEF;
}
.mImg-file:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mImg-file > img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.mImg-button{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
  background-image: url(../images/camera-18.svg);
}
.file-upload{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.fst2_image{
  margin-bottom: 30px;
  text-align: center;
}
.fst2_image > img{
  width: 280px;
  margin: auto;
}
#header.header_afterLogin{
  padding: 0;
}
#header.header_afterLogin .logo_site{
  padding: 20px 0;
}
#header.header_afterLogin .main_menu{
  padding-top: 20px;
}
.block_afterLogin{
  position: relative;
  float: right;
  padding: 24px 0 13px 15px;
  border-left: 1px solid #EEEEEE;

}
.profile_hinfo > img{
  float: left;
  width: 57px;
  height: 57px;
  border-radius: 50%;
}
.pro_name_progress{
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 180px;
}
.pro_name_progress > h2{
  color: #4A4A4A;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  font-family: 'GothamMedium';
}
.progress_block{
  position: relative;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #F1F1F1;
  border-radius: 4px;
  margin-top: 8px;
}
.progress_bg{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DC5E4E;
  height: 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}
.level_tooltip{
  position: absolute;
  bottom: -35px;
  right: -85px;
  background-color: #1F2D37;
  border-radius: 12px;
  padding: 5px 12px;
  color: #fff;
  font-family: 'GothamMedium';
  font-size: 10px;
}

.level_tooltip:before{
    left: 50%;
    top: -12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #1F2D37;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 5px;
    border-right-width: 8px;
    border-bottom-width: 5px;
    border-left-width: 8px;
    z-index: 1;
    -ms-transform: translateX(-50%)rotate(-90deg);
    -webkit-transform: translateX(-50%)rotate(-90deg);
    transform: translateX(-50%)rotate(-90deg);
}
#header.header_afterLogin:before{
  content: '';
  position: absolute;
  height: 57px;
  top: 25px;
  margin: auto;
  background-color: #DC5E4E;
  width: 50%;
}

#header.header_afterLogin .block_afterLogin{
  background-color: #fff;
}
#header.header_afterLogin .container{
  position: relative;
  background-color: #fff;
}
.user_note_edit{
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}
.user_note_edit > li{
  float: left;
  margin-right: 5px;
}
.user_note_edit > li:last-child{
  margin-right: 0;
}
.user_note_edit > li > a{
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.user_note_edit > li > a > img{
  width: 18px;
}
.profile_hinfo{
  float: left;
}
.noti_red{
  width: 9px;
  height: 9px;
  background-color: #DC5E4E;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 8px;
}
.exit_link_xs{
  display: none;
}
.user_note_edit > .exit_link_xs > a > img{
  width: 20px;
}
.logout_btn{
  position: relative;
  float: right;
  width: 57px;
  height: 57px;
  background-color: #DC5E4E;
  text-align: center;
  line-height: 57px;
  margin-left: 10px;
  margin-right: -15px;
}
.logout_btn > img{
  width: 25px;
}
.logout_btn:hover,.logout_btn:focus{
  color: #fff;
  background-color: #1F2D37;
}
.user_note_edit .dropdown-toggle::after{
  display: none;
}
.dropdown_notification{
  width: 400px;
  left: auto !important;
  right: -30px;
  top: 45px !important;
  transform: none !important;
  border:0;
  -webkit-box-shadow: 0px 2px 7px 4px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 2px 7px 4px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 7px 4px rgba(0,0,0,0.08);

}
.dropdown_notification:before{
    right: 25px;
    top: -18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    z-index: 1;
    -ms-transform: translateX(-50%)rotate(-90deg);
    -webkit-transform: translateX(-50%)rotate(-90deg);
    transform: translateX(-50%)rotate(-90deg);
}
.notification_list li{
  display: block;
  border-bottom: 1px solid #F1F1F1;
}
.notification_list li:last-child{
  border-bottom: 0;
}
.notification_list li > a{
  display: block;
  background-color: transparent;
  padding: 10px 15px;
}
.notification_list li > a:hover,.notification_list li > a:focus{
  background-color: #FBFBFB;
}
.notification_list li > a > img{
  width: 45px;
  height: 45px;
  float: left;
}
.noti_txt{
  margin-left: 55px;
  margin-top: 2px;
}
.noti_txt > p{
  color: #1E2B35;
  font-size: 15px;
}
.noti_txt > p > span{
  display: inline-block;
  color: #1E2B35;
  font-size: 16px;
  font-family: 'GothamMedium';
  margin-right: 5px;
}
.noti_date{
  display: block;
  color: #9B9B9B;
  font-size: 12px;
}
.dropdown_head{
  padding: 15px;
}
.dropdown_head > h3{
  float: left;
  color: #1E2B35;
  font-size: 16px;
  font-family: 'GothamMedium';
}
.dropdown_head > a{
  float: right;
  color: #4A90E2;
  font-size: 14px;
  text-decoration: underline !important;
}


.block_profile_box{
  border:1px solid #E2E2E2;
  border-radius: 2px;
  margin-bottom: 20px;
}
.profile_box_row{
  padding: 50px 30px 30px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
}
.profile_box_row:last-child{
  border-bottom: 0;
}
.prfile_show_head{
  text-align: center;
}

.file-upload2{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.mImg-button2{
  position: absolute;
  width: 45px;
  height: 45px;
  top: 35px;
  right: -20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-image: url(../images/cloud-upload-96.svg);
}
.prfile_show_head > h2{
  color: #4A4A4A;
  font-size: 18px;
  margin-top: 10px;
  font-family: 'GothamBlack';
}
.prfile_show_head > div > p{
  display: inline-block;
  margin-right:15px;
  color: #9B9B9B;
  font-size: 16px;
  font-family: 'GothamMedium';
  margin-top: 10px;
}
.prfile_show_head > div > p:last-child{
  margin-right: 0;
}
.prfile_show_head > div > p > span{
  color: #DC5E4E;
  display: inline-block;
}
.total_label{
  display: table;
  margin: auto;
}
.total_label > li{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
  min-width: 200px;
}
.total_label > li:last-child{
  margin-right: 0;
}
.label_box_bg1{
  background-color: #DC5E4E;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}
.label_box_bg2{
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
}
.total_label > li > img{
  float: left;
  width:45px;
  height:45px;
}
.total_label > li > p{
  margin-left: 60px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'GothamMedium';
}
.total_label > li > p > span{
  display: block;
  font-family: 'GothamBlack';
}

.row_infoList{
  border:1px solid #E2E2E2;
  position: relative;
  margin-bottom: 20px;
}
.info_col{
  width: 50%;
  float: left;
}
.row_infoList .info_col:nth-child(1){
  border-right: 1px solid #E2E2E2;
}
.row_infoList.row{
  margin: 0;
  margin-bottom: 20px;
}
.row_infoList .col-sm-6{
  padding: 0;
}
.info_label{
  float: left;
  width: 30%;
  padding: 20px 15px;
  color: #9B9B9B;
  font-size: 16px;
  font-family: 'GothamMedium';
  border-right: 1px solid #E2E2E2;
  position: relative;
}
.info_label > p{
  position: relative;
  padding-left: 30px;
}
.info_value{
  float: left;
  width: 70%;
  padding: 20px 15px;
  color: #1F2D37;
  font-size: 16px;
  font-family: 'GothamMedium';
}
.info_label img{
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
}
.info_col{
  display: flex;
}
.info_col > div{
  height: 100%;
}
.block__btn{
  margin: 80px 0;
}

.edit_btn{
  position: absolute;
  top: 50px;
  right: 50px;
}
.info_col.info_col_full{
  display: block;
  width: 100%;
  border:0 !important;
}

.info_value .form-control{
  border:0;
  box-shadow: none;
  height: auto !important;
  padding: 0;
}



.filter_course_menu{
  float: left;
}
.filter_course_menu > li{
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.filter_course_menu > li > a{
  display: block;
  padding: 8px 20px;
  border-radius: 30px;
  text-align: center;
  color: #1F2D37;
  font-size: 16px;
  font-family: 'GothamMedium';
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 20px 0px transparent;
  -moz-box-shadow: 0px 0px 20px 0px transparent;
  box-shadow: 0px 0px 20px 0px transparent;
  text-transform: uppercase;
}
.filter_course_menu > li.active > a,.filter_course_menu > li > a:hover{
  color: #fff;
  background-color: #DC5E4E;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
} 
.sort_byBlock{
  float: right;
  border:1px solid #DEDEDE;
}
.sort_byBlock > label{
  color: #858585;
  font-size:16px;
  float: left;
  margin: 0;
  border-right: 1px solid #DEDEDE;
  padding: 8px 15px;
}
.sort_value{
  float: left;
}
.sort_value > a{
  display: block;
  padding: 8px 15px;
  font-size:16px;
  color: #323F48;
  font-family: 'GothamMedium';
  padding-right: 25px;
}
.sort_byBlock{
  margin-bottom: 20px;
}
.sort_value .dropdown-toggle::after{
  display: none;
}
.sort_value .dropdown-toggle:before{
  content: '\f107';
  position: absolute;
  top: 8px;
  right: 8px;
  font-family: 'Font Awesome 5 Pro';
}
.sort_list{
  background-color: #1F2D37;
  border:0;
  margin-top: 10px;
  left: auto;
  right: 0;
  left: auto !important;
  padding-top: 15px;
  min-width: 200px;
}
.sort_list:before {
    right: 10px;
    top: -18px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #1F2D37;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 10px;
    border-right-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    z-index: 1;
    -ms-transform: translateX(-50%)rotate(-90deg);
    -webkit-transform: translateX(-50%)rotate(-90deg);
    transform: translateX(-50%)rotate(-90deg);
}



.sort_item{
  display: block;
  position: relative;
  padding: 2px 10px;
}
.sort_item input[type=radio] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
}
.sort_item a.hidden+a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sort_item a {
    padding-right: 20px;
    color: #FFFFFF;
    font-weight: normal;
    font-size:16px;
}
.sort_item a {
    cursor: auto;
    position: relative;
    display: block;
    outline: 0;
}
.sort_item a:before {
    position: absolute;
    top:3px;
    right: 0;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:1.3px solid #fff;
    text-align: center;
    background-color: transparent;
    -webkit-transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
}

.sort_item a:checked~a:before {
  background-color: #DC5E4E;
  border-color: #DC5E4E;
  color: #fff;
}

.courses_viewBlock{
  padding-top: 50px;
}
.course_rowItem{
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 30px;
}
.course__thumb{
  display: block;
  position: relative;
  float: left;
  z-index: 2;
}
.course__thumb > img{
  width: 350px;
}
.course__txt{
  padding-top: 20px;
  padding-left: 370px;
  padding-bottom: 100px;
}
.course__txt_head{
  position: relative;
  padding-right: 160px;
}
.course__txt_head > h2{
  color: #1F2D37;
  font-size: 18px;
  font-family: 'GothamMedium';
}
.course__txt_head > h2 > a{
  display: inline-block;
  color: #1F2D37;
}
.course_state{
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'GothamMedium';
  background-color: #DC5E4E;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  padding: 8px 20px;
}
.course_state:hover,.course_state:focus , .course_state.user_subscribed{
  color: #fff;
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.6);
}
.course__txt_head{
  margin-bottom: 20px;
}
.course__txt > p{
  color: #1F2D37;
  font-size: 16px;
}

.course_bbottom{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98%;
  background-color: #2A3C48;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.5);
  padding-left: 330px;
}
.cour_bbLeft{
  padding: 20px;
  height: 100%;
  display: flex;
}
.cour_date{
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'GothamMedium';
  margin:auto;
}
.cour_date > img{
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.cour_date > span{
  display: inline-block;
  vertical-align: middle;
}
.cour_bbRight{
  background-color: #1F2D37;
  height: 100%;
}
.course_bbottom .row{
  margin: 0;
}
.course_bbottom .col-sm-3,.course_bbottom .col-sm-9{
  padding: 0;
}
.cour_bbRight{
  position: relative;
  padding-right: 100px;
}
.desc_cour > li{
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  padding: 20px 15px;
  position: relative;
}
.desc_cour > li:before{
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 50%; 
  background-color: #19242C;
}
.desc_cour > li:last-child:before{
  display: none;
}
.desc_cour > li > span{
  display: block;
  margin-top: 5px;
}
.date_stt{
  padding: 8px 30px;
  border-radius: 30px;
  background-color: transparent;
  line-height: 18px;
}
.cour_salary{
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #FFFFFF;
  color: #1F2D37;
  font-size:14px;
  font-family: 'GothamMedium';
  padding: 4px 15px;
  transform: translateY(-50%);
}
.cour_salary > i{
  display: inline-block;
  font-size: 16px;
}

.course__end .course_bbottom{
  background-color: #DC5E4E;
}
.course__end .cour_bbRight{
  background-color: #D25A4A;
}
.course__end .course_bbottom{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}

.course__end .desc_cour > li:before{
  background-color: #BF5143;
}
.course__end .date_stt{
  background-color: #BF5143;
}
.course__end .course_state{
  background-color: #4A90E2;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
  -moz-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
  box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
}
.course__end .course_state:hover,.course__end .course_state:focus{
  color: #fff;
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.6);
}
.pagination{
  display: table;
  margin: 20px auto;
}
.pagination li{
  float: left;
  margin-right: 10px;
  position: relative;
}
.pagination li:last-child{
  margin-right: 0;
}
.pagination li > a{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color:#1F2D37;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: relative;
  font-family: 'GothamMedium';
  -webkit-box-shadow: 0px 0px 20px 0px transparent;
  -moz-box-shadow: 0px 0px 20px 0px transparent;
  box-shadow: 0px 0px 20px 0px transparent;
}
.pagination li.active > a,.pagination li:hover > a{
  color: #fff;
  background-color: #D25A4A;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}

.course_desPage_in > img{
  /*width: 100%;*/
  margin-bottom: 20px;
}
.course_desPage_txt > h2{
  color: #1F2D37;
  font-size: 18px;
  font-family: 'GothamMedium';
}
.course_desPage_txt > p{
  margin-top: 20px;
  color: #1F2D37;
  font-size: 16px;
}
.course_desPage{
  padding: 0 0 20px;
}
.desPage_meta{
  margin-top: 20px;
  display: flex;
}
.desPage_meta > li{
  float: left;
  color: #D25A4A;
  font-size: 14px;
  position: relative;
  padding: 0 30px;
  border-right: 1px solid rgba(151,151,151,0.25);
  margin-bottom: 20px;
}
.desPage_meta > li > span{
  display: block;
  font-family: 'GothamMedium';
}
.dm_date > img{
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.desPage_meta > li.dm_date > span{
  display: inline-block;
  vertical-align: middle;
}
.desPage_meta > li:last-child{
  border-right: 0;
}
.desPage_meta > li.dm_date{
  padding-top: 10px;
}
.course_desPage .btn_red_style{
  margin-top: 20px;
}
.block_note_course{
  background-color: #F3F3F3;
  padding: 30px 0;
}
.block_note_course_in > h2{
  color: #1F2D37;
  font-size: 18px;
  font-family: 'GothamMedium';
}
.block_note_course_in > p{
  margin-top: 20px;
  color: #1F2D37;
  font-size: 16px;
}
.block_message_course{
  padding: 50px 0 20px;
}
.align_block{
  text-align: center;
}
.align_block > h2{
  color: #1F2D37;
  font-size: 18px;
  font-family: 'GothamMedium';
}
.align_block > p{
  color: #1F2D37;
  font-size: 16px;
  margin-top: 20px;
}
.align_block .btn_red_style{
  display: table;
  margin: 20px auto;
}
.note_box_danger{
  text-align: left;
  background-color: #D25A4A;
  margin-top: 50px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}
.note_box.note_box_danger p{
  color: #fff;
}
.note_box_danger .note_icon{
  background-color: #fff;
}
.note_box_success{
  text-align: left;
  background-color: #84A55F;
  margin-top: 50px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(132,165,95,0.45);
  -moz-box-shadow: 0px 0px 25px 0px rgba(132,165,95,0.45);
  box-shadow: 0px 0px 25px 0px rgba(132,165,95,0.45);

}
.note_box.note_box_success p{
  color: #fff;
}
.note_box_success .note_icon{
  background-color: #fff;
}

.note_box_info{
  text-align: left;
  background-color: #E2AE57;
  margin-top: 50px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(226,174,87,0.45);
  -moz-box-shadow: 0px 0px 25px 0px rgba(226,174,87,0.45);
  box-shadow: 0px 0px 25px 0px rgba(226,174,87,0.45);

}
.note_box.note_box_info p{
  color: #fff;
}
.note_box_info .note_icon{
  background-color: #fff;
}


.btn_label{
  text-align: center;
  font-size: 16px;
  background-color: #D25A4A !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45) !important;
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45) !important;
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45) !important;
}
.level_course_block{
  padding: 30px 0 10px;
  border-top: 1px solid rgba(151,151,151,0.2);
}
.label_level{
  display: block;
  background-color: #9B9B9B;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'GothamMedium';
  padding: 8px 15px 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px transparent;
  -moz-box-shadow: 0px 0px 20px 0px transparent;
  box-shadow: 0px 0px 20px 0px transparent;
}
.label_level:hover,.label_level:focus{
  color: #fff;
}
.label_level > span{
  display: inline-block;
  font-size: 20px;
  font-family: 'GothamBlack';
  margin-right: 15px;
}
.align-center{
  text-align: center;
}
.label_level.active_blue{
  background-color: #4A90E2;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(74,144,226,0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(74,144,226,0.5);
  box-shadow: 0px 0px 20px 0px rgba(74,144,226,0.5);
}
.label_level.active_done{
  background-color: #84A55F;
}
.label_level.active_faild{
  background-color: #D25A4A;
}

.exam_thumb_block{
  position: relative;
  padding: 20px 0 50px;
}
.exam_thumb_block > img{
  margin: auto;
}
.btn_blue_style {
    background-color: #4A90E2;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
    box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
}
.exam_txt_in{
  text-align: center;
}
.exam_txt_in > h2{
  color: #DC5E4E;
  font-size: 20px;
  font-family: 'GothamMedium';
  padding: 0 50px;
}
.exam_txt_in > p{
  color: #1F2D37;
  font-size: 16px;
  margin-top: 20px;
}
.exam_txt_in .btn_red_style{
  margin: 30px auto;
}
.exam_txt_block{
  padding: 20px 0;
}
.subject_block{
  background-color: #F3F3F3;
  padding: 70px 0 30px;
  position: relative;
}
.subject_label{
  position: absolute;
  top: -85px;
  left: 15px;
  display: inline-block;
  color: #fff;
  background-color: #1F2D37;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 25px -2px rgba(0,0,0,0.75);
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'GothamMedium';
  padding: 10px 30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 30px;
}
.subject_block .container{
  position: relative;
}
.subject_item{
  display: block;
  background-color: #DC5E4E;
  padding: 14px 30px 14px 80px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
  color:#FFFFFF;
  font-size: 18px;
  font-family: 'GothamMedium';
  -webkit-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  -moz-box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
  box-shadow: 0px 0px 20px 0px rgba(220,94,78,0.45);
}
.subject_item:before{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/check.svg);
  opacity: 0;
}
.subject_item > span{
  position: absolute;
  top: 7px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  color: #DC5E4E;
}
.subject_item.subject_close{
  background-color: #4A90E2;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
  -moz-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
  box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
}
.subject_item.subject_close > span{
  color: #4A90E2;
}
.subject_item.subject_close:before{
  opacity: 1;
}
.subject_item:hover,.subject_item:focus{
  color: #fff;
}

.exam_page_welcome{
  padding-bottom: 50px;
}
.timer_blue{
  position: absolute;
  top: 50px;
  right: 0;
  border-radius: 30px;
  background-color: #4A90E2;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
  -moz-box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
  box-shadow: 0px 0px 25px 0px rgba(74,144,226,0.5);
  padding: 10px 25px;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: 'GothamMedium';
}
.event-timer{
  display: inline-block;
}
.event-timer > div{
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.event-timer > div:before{
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.event-timer > div:last-child:before{
  display: none;
}
.event-timer > div:last-child{
  margin-right: 0;
}
.exam_thumb_right > img{
  float: right;
}
.exam_thumb_right .timer_blue{
  right: auto;
  left: 0;
}
.question_number{
  text-align: right;
  color: #E5E5E5;
  font-size: 130px;
  font-family: 'GothamBlack';
  line-height: 1;
  margin-top: 40px;
}
.question_number > span.q{
  display: block;
  color: #DC5E4E;
  font-size: 20px;
  font-family: 'GothamBlack';
}
.question__item_block{
  padding: 30px 0 40px;
  border-top:1px solid #E3E3E3;
}
.question_title{
  color: #1F2D37;
  font-size: 22px;
  font-family: 'GothamMedium';
  margin-bottom: 30px;
}
.answer_row{
  padding: 10px 0;
}
.answer_row:nth-child(even){
  background-color: #fff;
}
.answer_row:nth-child(odd){
  background-color: #F3F3F3;
}



.answer_item{
  display: block;
  position: relative;
  padding: 2px 10px;
}
.answer_item input[type=radio] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0;
}
.answer_item input.hidden+label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.answer_item label {
    padding-left: 40px;
    font-weight: normal;
    font-size:16px;
    margin: 0;
    color: #1F2D37;
    font-family: 'GothamMedium';
    font-size: 18px;
}
.answer_item label {
    cursor: auto;
    position: relative;
    display: block;
    outline: 0;
}
.answer_item label:before {
    position: absolute;
    top:3px;
    left: 0;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    background-color: #9B9B9B;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;
    transition: border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;
}

.answer_item input:checked~label:before {
  background-color: #4A90E2;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(74,144,226,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(74,144,226,0.5);
  box-shadow: 0px 0px 5px 0px rgba(74,144,226,0.5);
}
.answer_btns{
  padding: 40px 0 0;
}
.answer_btns > a{
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.material_title{
  color: #2D3A43;
  font-size: 20px;
  font-family: 'GothamBold';
  margin-bottom: 20px;
}
.timer_st2{
  margin-bottom: 20px;
}
.timer_st2 .timer_blue{
  position: static;
}
.timer_st2 > p{
  color: #9B9B9B;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.material_vedio{
  display: block;
  position: relative;
}
.material_vedio > img{
  width: 100%;
}
.vm_icon{
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.material_block{
  padding: 20px 0;
}
.material_thumb{
  margin-bottom: 30px;
}

.material_description > p{
  color: #1F2D37;
  font-size: 16px;
  margin-bottom: 20px;
}
.pdetail p{
  color: #1F2D37;
  font-size: 16px;
  margin-bottom: 20px;
}
.btn_table{
  display: table;
  margin: 40px auto 0;
}
.block__final{
  padding: 40px 0;
}
.block__final_in > p{
  color: #1F2D37;
  font-size: 16px;
  margin-bottom: 20px;
}
.question__item_block.final_exam{
  padding-top: 0;
  border-top: 0;
}
.final_exam_title{
  padding: 30px 0;
  position: relative;
  background-color: #b94d3f;
}
.final_exam_title h2{
  color: #FFFFFF;
  font-size: 22px;
  font-family: 'GothamMedium';
}
.final_exam .answer_row:nth-child(even) {
    background-color: #F3F3F3;
}
.final_exam .answer_row:nth-child(odd) {
    background-color: #ffffff;
}
.modal_content_in{
  text-align: center;
}
.modal_content_in > img{
  width: 280px;
  margin: auto;
}
.modal_content_in > h2 , .download_blk h2{
  font-size: 20px;
  font-family: 'GothamBold';
  margin-top: 20px;
}
.modal_content_in > p ,  .download_blk p{
  font-size: 16px;
  color: #1F2D37;
  margin-top: 20px;
}
.modal_content_in a.btn-block ,  .download_blk a.btn-block{
  margin-top: 30px;
}
#modal_success .modal_content_in > h2 ,  .download_blk h2{
  color: #4A90E2;
}
#modal_faild .modal_content_in > h2{
  color: #D25A4A;
}
#modal_faild .modal-body,#modal_success .modal-body{
  padding: 50px;
}

.download_blk{
  padding: 50px 0
}
@media (min-width: 576px){
  .modal-dialog {
      max-width: 600px;
      margin: 1.75rem auto;
  }
}

.final_exam_title_block{
  position: relative;
}
.txt_bg{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  font-size: 100px;
  text-transform: uppercase;
  font-family: 'GothamBlack';
  text-align: center;
  opacity: 0.08;
  transform: translateY(-50%);
}
.final_exam_title{
  overflow: hidden;
}

.modal_content_in{
  position: relative;
  overflow: hidden;
}
.bg_mtitle{
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  margin: auto;
  color: #000;
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'GothamBlack';
  text-align: center;
  opacity: 0.08;
  transform: translateY(-50%);
}

#header.header_afterLogin.home_header_afterLogin .container{
    background-color: transparent;
}
#header.header_afterLogin.home_header_afterLogin:before{
    display: none;
}

#header.header_afterLogin .block_afterLogin{
    background-color: transparent;
  
}

.swal-footer{
  text-align: center;
}

.parsley-required {
    color: #DC5E4E;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 10px;
    font-family: 'GothamMedium';
}

 .modal-body{
  padding: 60px;
}

@media(max-width: 640px){
   .modal-body{
  padding: 15px;
}
 .modal-body .btn{
  margin-top: 10px;
  display: block;
}
}


.color_yellow{
  color: orange;
}
.ratingBox {
  padding-left: 10px;
  text-decoration: underline !important;
}


div.stars {
  width: 270px;
  display: inline-block;
}

input.star { display: none; }

label.star {
  float: right;
  padding: 10px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
}

input.star-5:checked ~ label.star:before {
  color: #FE7;
  text-shadow: 0 0 20px #952;
}FontAwesome

input.star-1:checked ~ label.star:before { color: #F62; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}



.checkbox-round {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 13px;
  padding-top: 5px;
  background-color: gray;
}

.checkbox-round:checked {
  background-color: #52addb;
  padding-top: 3px;

}


.checkbox-round:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #bbb;
  margin-left: 7px;
}

.checkbox-round:checked:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #fff;
  margin-left: 7px;
}



.morebtn{
  padding-left: 17px;
  padding-right: 40px;
}


.btn-search{
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #fff;
}


.course_name {
  display: inline-block;
  color: #1F2D37;
  font-size: 15px;
  font-weight: bold;
}

.course_name a{
  display: inline-block;
  color: #1F2D37;
  font-size: 15px;
  font-weight: bold;
}

.titlebg1{
  background-color: #2A3C48;
  color: #fff;
  min-height: 50px;
}

.titlebg1{
  background-color: #343a40;
  color: #fff;
  min-height: 50px;
}

.cour_date > img {
  width: 12px;
}

.course_name{
  min-height: 50px;
}

.rating{
  padding: 10px;
}

.course_box{
  padding: 10px;
}

.course_box_2{
  background-color: #eaeaea;
  padding: 0px;
  border-radius: 25px;
}

.course_box_image{
  border-radius: 25px;
}


@media screen and (max-width: 500px) {
  .userM{
    padding-top: 20%;
  }
}

.staticlabel{
  position: fixed;
  top: 16%;
  right: 7%;
  bottom: 45%;
}

.greenLable{
  background-color:#1b6355 ;
}