:root{
  --font-family-Avenir-Black : 'Avenir-Black', sans-serif;
  --font-family-Avenir-Book : 'Avenir-Book', sans-serif;
  --font-family-Avenir-Heavy : 'Avenir-Heavy', sans-serif;
  --font-family-Avenir-Medium : 'Avenir-Medium', sans-serif;
  --font-family-Avenir-Light : 'Avenir-Light', sans-serif;
  --font-family-Avenir-Oblique : 'Avenir-Oblique', sans-serif;

  --font-family-Recoleta-Black : 'Recoleta-Black', sans-serif;
  --font-family-Recoleta-Bold : 'Recoleta-Bold', sans-serif;
  --font-family-Recoleta-SemiBold : 'Recoleta-SemiBold', sans-serif;
  --font-family-Recoleta-Medium : 'Recoleta-Medium', sans-serif;
  --font-family-Recoleta-Regular : 'Recoleta-Regular', sans-serif;
  --font-family-Recoleta-Light : 'Recoleta-Light', sans-serif;
  --font-family-Recoleta-Thin : 'Recoleta-Thin', sans-serif;

  /**** Text colors ****/
  --color-primary-text : #2F2718;
  --color-white-text: #fff;
  --color-hover-text:#D2A770;

   /**** Border colors ****/
   --color-button-border : #2F2718;
   --color-std-btn-border:#D2A770;

  /*****Background-colors****/
  --color-image-bg: #D9D9D9;
  --color-card-bg:#F8EEE2;
  --color-std-btn-bg:#D2A770;
  --color-contact-form-bg:#2F2718;

}

body,
body::before,
body::after {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Source Sans 3', sans-serif;
  background-color: #fff;
  color: var(--color-primary-text);
}


a {
	text-decoration: none;
  font-weight: 600;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none
}
a:focus {
	outline: none
}
h1,h2,h3{
  font-family: 'El Messiri', sans-serif;
}
p{
  color: var(--color-primary-text);;
}
ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* .trainings ul{list-style-type:disc; padding: 0 20px;list-style: none;} */
.trainings ul li:before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 7.2px;
    height: 14px;
    font-size: 20px;
    margin-right: 15px;
    color: #0d333f;
}
.std-btn{
    background-color: #fff;
    padding: 3px 25px;
    border-radius: 50px;
    color: #0f333f !important;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s ease;
}
.color-bts{
  width: 260px;
  padding: 15px;
  background-color: #f8a91a;
  color:#fff;
  border:unset;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  transition: all 0.5s ease;
}
.std-btn:hover,
.color-bts:hover{
  background-color: #7ec45e;
  color: #fff !important;
}
.plain-btns:hover{
  color: var(--color-hover-text);
}
.std-btn-nd-arrow{
  display: inline-flex;
  align-items: center;
}
.fa-arrow-turn-up{
  transform: rotate(90deg);
  margin: 3px 0 0 15px;
  font-size: 21px;
}
.title-text{
  font-size: 34px;
  font-weight: 500;
  font-family: var(--font-family-Recoleta-Medium);
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}
p.normal{
  font-family: var(--font-family-Avenir-Medium);
  font-weight: 400;
  font-size: 20px;
}
@media(max-width:992px){
  p.normal{
    font-size: 18px;
  }
}
@media(max-width:575px){
  .title-text{
    margin-bottom: 15px;
    font-size: 24px;
  }
  p.normal{
    font-size: 17px;
  }
  .std-btn{
    font-size: 12px;
  }
  .fa-arrow-turn-up{
    font-size: 16px;
  }
}
/*********Design starts here*****/
.top-bar {
  background-color: #2c2c2c;
  padding: 10px 0;
}
.top-bar ul,
ul.social_contact{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-bar ul.normal_contact{
  justify-content: flex-end;
}
.top-bar ul li{
  margin:0 10px
}
.top-bar ul li a{
  color:#fff;
  transition: all 0.5s ease;
}
.top-bar ul li a:hover{
  color:#7ec45e
}
.top-bar ul li.tele a{
  font-weight: 900;
}
.top-bar ul li.mail a{
  background-color: #fff;
  padding: 3px 25px;
  border-radius: 50px;
  color:#000;
  text-transform: uppercase;
  font-weight: 400;
}
.top-bar ul li.mail a:hover{
  background-color: #7ec45e;
  color:#fff;
}
header .navbar .navbar-nav > li > a{
  font-weight: 900;
  font-size: 16px;
  color:#2c2c2c;
  margin-left: 15px;
}
header .navbar{
  position: relative;
  padding-bottom:0 ;
}
header{
  background-color: #FFF;
}
.nav_con{
  padding: 15px 0 0 0 ;
}
header .navbar .search_tab{
  position: absolute;
  right: 25px;
  top:-5px;
  width: 230px;;
}
header .navbar li.nav-item.active > a,
header .navbar li.nav-item a:hover{
  color:#7ec45e
}

header .navbar li.dropdown:hover > .dropdown-menu{
  display: block;
}
header .navbar li.dropdown .dropdown-menu{
  margin-top: -1px;
  background-color: #2c2c2c;
}
header .navbar li a{
  font-size: 18px;
}
header .navbar li.dropdown .dropdown-menu a{
  color:#fff;
}
header .navbar li.dropdown .dropdown-menu .dropdown-item:hover{
  background-color: #7ec45e;
}
header .navbar .search_tab input{
  width:100%;
  border:1px solid #3a5e42;
  border-radius: 50px;
  height:24px;
  padding: 0 35px 0 15px
}
header .navbar .search_tab input::placeholder{
  color:#a5a7aa;
  font-size: 16px;
}
header .navbar .search_tab .btn{
  width:24px;
  height:24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a5e42;
  color:#fff;
  position: absolute;
  right:0;
  top:0;
}
.navbar-toggler i{
  color:#2c2c2c;
}
.navbar-toggler i:hover{
  color:#7ec45e;
}
.navbar-toggler:focus-visible,
.navbar-toggler:focus{
  outline: unset !important;
box-shadow: unset !important;
}
@media(min-width:767px) and (max-width:992px){
  header .navbar .navbar-nav > li > a{
    margin-left: 5px;
    font-size: 14px;
  }
}
@media(max-width:767px){
  header .navbar .search_tab{
    position: relative;
    top:unset !important;
    right: unset !important;
    margin:  0 auto;
    display:none;
  }
  .nav_con{
    padding: 15px 0 ;
  }
  .navbar-collapse{
    position: absolute;
    top: 47px;
    left: 0;
    background-color: #2c2c2c;
    width: 100%;
    z-index: 99;
    
  }
  .navbar-collapse > .d-flex{
    padding: 30px 15px 20px;
    border-bottom:1px solid #ffffffa4;
  }
  header .navbar .navbar-nav > li  a{
    color:#fff;
  }
  header  .navbar{
    position: unset;
  }
  .navbar-collapse .navbar-toggler i{
    color:#fff;
    font-size: 25px;
  }
  .navbar-collapse .navbar-toggler:hover i{
    color:#7ec45e;
  }
  header .navbar .navbar-nav > li > a{
    margin-left: 0;
  }
  header .navbar .navbar-nav li,
  header .navbar .navbar-nav li .dropdown-menu a{
    border-bottom:1px solid #ffffffa4;
  }
  header .navbar .navbar-nav > li > a,
  header .navbar .navbar-nav li .dropdown-menu a {
    padding: 20px;
  }
  header .navbar .navbar-nav > li > a > i{
    position: absolute;
    right: 31px;
    font-size: 28px;
  }
  .navbar-nav{
    position: relative;
  }
  .mobile-address{
    padding: 20px;
  }
  .mobile-address .row{
    align-items: center;
  }
  .mobile-address .normal_txt{
    color:#fff;
    opacity: 0.8;
    font-size: 14px;
  }
  .mobile-address h3{
    color:#fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
  }
  header .navbar .navbar-nav li{
    position: unset;
  }
  header .navbar .navbar-nav li .dropdown-menu{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s ease;
    padding: 0;
  }
  .dropdown-item{
    background-color: #2c2c2c;
  }
  header .navbar .navbar-nav > li.open .dropdown-menu{
    left: 0%;
  }
}
@media(min-width:575px) and (max-width:767px){
  .navbar-collapse > .d-flex{
    padding: 30px 70px 20px;
  }
}
/******Banner section**/
.banner-sec{
  position: relative;
}
.banner-sec #sync1 .info-icons{
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  border-radius: 100%;
  margin: 0 auto;
  opacity: 0.4;
  display: none;
}
.banner-sec #sync1 .info-icons img{
  width: 80%;
  margin: 0 auto;
}
.sync2{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sync1 .item{
  color: #FFF;
  position: relative;
}
#sync1 .item .container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 100px 0;
  z-index: 2;
}
#sync1 .item h1{
    font-weight: 900;
    font-size: 38px;
    color: #fff;
    text-transform: capitalize;
    max-height: 95px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}
#sync1 .item .info-panel{
  margin-bottom: 1rem;
}
#sync1 .item .info-panel p{
  color:#fff;
  font-size: 14px;
}
#sync1 .item .info-panel p span{
  font-weight: 900;
}
#sync1 .item .register-sec .select-wrap{
  position: relative;
  width: 263px;
  background-color: #7ec45e ;
  background-image: url(../images/drop_down.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y:50%;
  background-size: 20px;
  border-radius: 50px;
	transition:all 0.5s ease;
	cursor:pointer;
}
#sync1 .item .register-sec .select-wrap:hover,
#sync1 .item .register-sec .select-wrap:focus,
#sync1 .item .register-sec .select-wrap:focus-visible{
	outline:unset;
	box-shadow:unset;
	background-color:#589b39;
}
#sync1 .item .register-sec .select-wrap select{
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 15px 55px 15px 60px;
  border-radius: 50px;
  appearance: none;
  text-align: center   !important;
  color:#fff;
  text-transform:uppercase;
  font-weight: 900;
	cursor:pointer;
}
#sync1 .item .register-sec .select-wrap select option{
  background-color: #2c2c2c;
  text-align: center !important;
}
#sync1 .item .register-sec .select-wrap select:focus-visible{
  box-shadow: unset;
  outline: unset;
}
#sync2 .item{
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1{
font-size: 18px;
}
#sync2 .info-icons{
/*   width: 80px; */
/*   height: 80px; */
  display: flex;
  align-items: center;
  justify-content: center;
/*   background-color: #fff; */
  padding: 15px;
  border-radius: 100%;
  margin: 0 auto;
}
/* #sync2 .current .info-icons{
  background-color: #7ec45e;
} */

/* #sync2 .info-icons img{
  width: 80%;
} */
#sync2 .current .item img.n_img,
#sync2 .owl-item:not(.current) .item img.c_img{
  display: none;
}
#sync2 .current .item img.c_img,
#sync2 .owl-item:not(.current) .item img.n_img{
  display: block;
}
#sync2 h4{
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 10px;
}
/* #sync2 .current .item{
background: #0c83e7;
} */

#sync1{
  height: 800px;
  overflow-y: hidden;
}
#sync1 .owl-stage-outer,
#sync1 .owl-stage,
#sync1 .owl-item,
#sync1 .item {
  height: 100%;
}
#sync1 .item > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sync1 .owl-item::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #0000004f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.com-safe{
  padding: 70px 0;
  background-color: #fff;
}
.com-safe h1{
  font-weight: 900;
  font-size: 40px;
  color:#2d5234;
  text-transform: capitalize;
}
.com-safe .logo-wrap{
  margin-top: 50px;
}
.com-safe .logo-wrap h3,
.com-safe .logo-wrap h2{
  color:#2d5234;
}
.com-safe .logo-wrap h3{
  font-weight: 400;
  font-size: 26px;
}
.com-safe .logo-wrap h2{
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
}
.com-safe .logo-wrap p.first_p{
  margin-top: 50px;
}
.com-safe .logo-wrap p{
  font-weight: 400;
  color:#0d333f;
}
.com-safe .logo-wrap p span{
  font-weight: 900;
}
.com-safe-icons ul{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.com-safe-icons ul li{
  flex-basis: 25%;
  margin: 15px 0 0 0;
}
.com-safe-icons ul li div{
    text-align: center;
}
.com-safe-icons ul li div img{
  margin-bottom: 25px;
}
.com-safe-icons ul li div h6{
  font-weight: 800;
  font-size: 16px;
  color:#0d333f;
  padding: 0px 35px;
}
.donate-box{
  background-color: #fff1c9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 5px #979797;
}
.donate-box .img_top{
  position: relative;
}
.donate-box .img_top::after{
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  left: 0;
  top:0;
  background-color: #00000058;
  z-index: 9;
}
.donate-box .img_top img{
  position: relative;
  z-index: 6;
  width: 100%;
}
.donate-box .img_top h5{
  font-weight: 900;
  color:#fff;
  font-size: 40px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  padding: 0px 30px 20px 30px;
 line-height:32px;
}
.donate-amt{
  padding: 60px 20px 30px 20px;
}
.amt_box{
 border: 2px solid #f8a91a;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #979797;
}
.amt_box{
  display: flex;
  align-items: flex-start;
  padding: 10px;
  position: relative;
  height: 80px;
  overflow: hidden;
}
.amt_box .d-symbol{
  font-size: 30px;
  font-weight: 400;
  margin-right: 10px;
}
.amt_box .amt_t input{
  font-size: 50px;
  color:#f8a91a;
  font-weight: 500;
	    width: 100%;
    border: 1px solid transparent;
    padding-right: 50px;
	margin-top: -13px;
}
.amt_box .amt_t input:focus-visible{
	outline:unset
}
.amt_box .cad{
  font-size: 30px;
  color:#959595;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 5px;
}
.do_btn{
  border:unset !important;
  background-color: #f8a91a;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 15px;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;  
  color:#fff;
  transition: all 0.55s ease;
  }
  .do_btn:hover{
    background-color: #7ec45e;
  }
  .do_btn img{
    margin-left: 15px;
  }

.donate_opt ul li{
    display: block;
    position: relative;
    font-weight: 400;
  }
  
.donate_opt ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
  }
  
.donate_opt ul li label{
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 0 50px;
    margin: 0px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color:#0d333f;
  }
  
  .donate_opt ul li .check{
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width:20px;
    top: 0px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background-color: #fff;
  }
  
  .donate_opt ul li:hover .check {
    border: 3px solid #FFFFFF;
  }
  
  .donate_opt ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4.5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
  }
  
  .donate_opt input[type=radio]:checked ~ .check {
    border: 1px solid #7ec45e;
  }
  
  .donate_opt input[type=radio]:checked ~ .check::before{
    background: #7ec45e;
  }
  
/*   .donate_opt  input[type=radio]:checked ~ label{
    color: #7ec45e;
  } */
.view-post{
  background-image: url('https://safetynl.gatewaynl.ca/wp-content/uploads/2023/09/careers_home.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x:center;
}
.view_post_wp{
  padding: 100px 0 50px;
  position: relative;
  /* overflow: hidden; */
}
.view_post_wp::after{
  content: '';
  position: absolute;
  top:0px;
  left:47%;
  transform: translateY(-50%) rotate(135deg);
  width:50px;
  height:50px;
  background-color: #fff;

}
.view_post_wp h5{
  font-size:16px;
  font-weight: 400;
  margin-bottom: 5px;
  color:#fff;
}
.view_post_wp h1{
  font-size:35px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
  color:#fff;
}
.view_post_wp .std-btn{
  width: 300px;
  padding: 20px;
  display: inline-block;
}
footer{
  background-color: #0f333f;
}
.footer{
  padding: 50px 20px;
}
.footer .ft_logo{
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.footer h4{
  font-size: 16px;
  color:#fff;
  text-transform: uppercase;
  font-weight: 700;
}
.footer ul li a{
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  transition: all 0.5s ease;
}
.footer ul li {
  color:#fff;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  line-height:1;
  margin-bottom:10px;margin-top: 2px;
}
.footer ul li a:hover{
  color:#7ec45e;
  opacity: 1 !important;
}
.footer ul.social_contact li{
  margin-right: 15px;
}
.footer ul.social_contact li,
.footer ul.social_contact li a{
  opacity: 1 !important;
}
@media(max-width:1200px){
  .com-safe-icons ul li{
    flex-basis: 50%;
  }
}
@media(min-width:992px){
  #sync2 .owl-stage{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sync2 .owl-stage .owl-item {
    width: 100px !important;
    text-align: center;
  }
}
@media(max-width:992px){
  .com-safe-icons ul li div h6{
    padding: 0px 15px;
  }
}
@media(min-width:767px){
  .top-bar ul.normal_contact li a i{
    display:none
  }
}
@media(max-width:767px){
  .com-safe h1{
    font-size: 32px;
  }
  .com-safe .logo-wrap h2{
    font-size: 32px;
  }
  .com-safe-icons ul li div img{
    margin-bottom: 0;
  }
  .banner-sec #sync1 .info-icons{
    display: flex;
    position: absolute;
    right: 0;
    bottom: 22%;
  }
  .footer{
    padding: 50px 40px;
  }
  
  .donate_wrap{
    padding: 0px;
  }
  .donate-box{
    margin-top:25px;
    border-radius: 0px;
  }
  .com-safe-icons ul{
    flex-direction: column;
  }
  .com-safe-icons ul li{
    flex-basis: 1000%;
  }
  .com-safe-icons ul li div {
    display: flex;
    align-items: center;
}
  .top-bar ul.normal_contact li a span{
    display:none;
  }
  .top-bar ul.normal_contact li a{
    background-color: #fff;
    padding: 0;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color:#000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .top-bar ul.normal_contact li a:hover{
    background-color: #7ec45e;
    color:#fff;
  }
  #sync2 .item .info-icons,
  #sync2 .item h4{
     display: none;
  }
  #sync2 .item .dot{
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto;
  }
  #sync2 .current .item .dot{
    background-color: #7ec45e;
  }
  .sync2{
    bottom: 5%;
  }
  #sync1 .item .container{
    padding: 40px 30px 80px;
  }
  #sync1 {
    height: 630px;
    overflow-y: hidden;
}
}

@media(max-width:410px){
  #sync1 {
    height:642px;
    overflow-y: hidden;
  }
}

/*------css--motor training--css*/
.banner_training{
  position: relative;
}
.banner_training img{
max-width: 100%;
min-width: 100%;
}
.training_head{
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.training_head h4{
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.motor_wrap .register-sec .select-wrap {
  position: relative;
  width: 263px;
  background-color: #7ec45e;
  background-image: url(../images/drop_down.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size: 20px;
  border-radius: 50px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.motor_wrap .register-sec .select-wrap select {
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 15px 55px 15px 60px;
  border-radius: 50px;
  appearance: none;
  text-align: center !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  cursor: pointer;
}
.motor_wrap .register-sec .select-wrap select option {
  background-color: #2c2c2c;
  text-align: left !important;
}

.motor-title {
  width: 100%;
}
.motor-title h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #2d5234;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}
.motor-title p{
  font-size: 16px;
  color: #0d333f;
  font-weight: 600;
  text-align: justify;
}
.motor_wrap .register-sec{
margin-top: 60px;
}
.learn_more{
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #818181;
  margin-bottom: 20px;
}
.learn_more h4 {
  color: #525252;
  font-size: 15px;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin: 0;
}
.learn_more h4 img{
  margin-right: 5px;
}
.learn_content p,.learn_content li{
  color: #0d333f;
  font-size: 16px;
}
.com-safe_motor_1{
  padding: 20px 0;
  background-color: #fff;
}
.com-safe_motor{
  padding: 70px 0;
  background-color: #fff;
}
.plus-minus-toggle  span{
  margin-left: 24px;
    display: block;
    width: 100px;font-size: 16px;
}
.plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: relative;
  width: 21px;
}
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.plus-minus-toggle:before, .plus-minus-toggle:after {
  background: #c1c1c1;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  transition: transform 500ms ease;
}
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.plus-minus-toggle:after {
  transform-origin: center;
}
.plus-minus-toggle:before, .plus-minus-toggle:after {
  background: #c1c1c1;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 15px;
  transition: transform 500ms ease;

}
.tax-course_category .motor_wrap .register-sec {
    margin-top: 0;
}
.current a.color-bts {
    background-color: #7ec45e;
}
.footer-widget ul {
    padding: 0;
}
.banner-sec #sync1 .item .register-sec .select-wrap {
    padding: 15px;
}
#sync1 .item .register-sec .select-wrap select{padding:0 35px;}

@media(max-width:767px){
  .motor_wrap .register-sec{
    margin-top: 10px;
  }
  .motor-title h2 {
    margin-bottom: 15px;
    color: #2d5234;
    font-weight: 700;
    font-size: 26px;
}
  .com-safe_motor {
    padding: 25px 0;
  }
  .training_head h4 {
    font-size: 20px;  
}
}