/*how to look at body change here*/
		body {
			background-color: white;
			font-family:'Ubuntu', Helvetica, Arial, sans-serif;
		}
		col-xs-6{
			width: 50%;
		}
		/*look at logo*/
		.logo{
			width: 60px;
		}
		/*navbar changes*/
		.navbar-default{
			background-color: #fff;
		}
		.navbar .navbar-nav .nav-link{
			color: #000;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin: 8px;
			font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
			//font-weight: bold;
			font-size: 15px;
			border-bottom: transparent;
			border-bottom: 3px solid transparent;
			display: block;
		}
		.navbar .navbar-nav .nav-link:hover{
			//border-bottom: 3px solid #f96165;
			color: #f96169;
		}
		.navbar .navbar-nav .nav-link.active{
			//border-bottom: 3px solid red;
		}
		/*navbar dropdown menu*/
		.dropdown .dropdown-menu{
			background-color: #fff;
			border: 0px;
		}
		.dropdown .dropdown-menu .dropdown-item{
			text-transform: uppercase;
			font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
			//font-weight: bold;
			font-size: 14px;
		}
		.dropdown .dropdown-menu .dropdown-item:hover{
			background-color: #f96165;
			color: #fff;
		}
		.dropdown:hover>.dropdown-menu {
			display: block;
		}
		/*top header bar*/
		.topheader{
			background-color: #f96165;
		}
		.header-link{
			color: #fff;
			text-decoration: none;
		}
		.header-link:hover{
			/*background-color: #000;*/
			text-decoration: none;
			color: #d1d1d1;
		}
		h4{
			font-size: 18px;
		}
		.sfj-icon{
			width: 20px;
		}
		.navbar-toggler{
			background: #f96165;
		}
		.navbar-toggler:hover{
			background-color: #d83c41;
			outline: none;
		}
		.navbar-toggler:focus{
			background-color: #d83c41;
			outline: none;
		}
		/*button style*/
		.btn{
			border-radius:0px;
			outline:none;
			-webkit-box-shadow: none;
			box-shadow: none;
			outline: -webkit-focus-ring-color auto 0px;
		}
		.btn-foot{
			background-color: #f96165;
			border: none;
			color: white;
			padding: 8px 8px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 15px;
			text-decoration: none;
		}
		.btn-foot:hover{
			color: #f96165;
			text-decoration: none;
			background: #fff;
		}
		.btn-foot:focus {
			outline: none;
		}
		.btn-sfj{
			background-color: #f96165;
			border: none;
			color: white;
			padding: 10px 22px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		.btn-sfj:hover{
			color: #f96165;
			text-decoration: none;
			background: #fff;
			cursor: pointer;
		}
		.btn-sfj:focus {
			outline: none;
			cursor: pointer;
		}
		.sfj-btn{
			background-color: #f96165;
			border: none;
			color: white;
			padding: 10px 22px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		.sfj-btn:hover{
			color: #fff;
			text-decoration: none;
			background: #202835;
		}
		.sfj-btn:focus {
			outline: none;
		}
		.btn-sfj-white{
			background-color: #f96169;
			border: none;
			color: white;
			padding: 10px 22px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		.btn-sfj-white:hover{
			color: #fff;
			text-decoration: none;
			background: #202835;
			cursor: pointer;
		}
		.btn-sfj-white:focus {
			outline: none;
			color: #fff;
			text-decoration: none;
			background: #202835;
		}
.btn-sfj-black{
			background-color: #202835;
			border: none;
			color: white;
			padding: 10px 22px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
		.btn-sfj-black:hover{
			color: #fff;
			text-decoration: none;
			background: #f96169;
			cursor: pointer;
		}
		.btn-sfj-black:focus {
			outline: none;
		}
/* course page design start here*/
.banner-title{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-text{
  font-size: 10px;
}
.readmore{
  color: #f96165;
}
.banner-down{
  background:#202835;
}
.btn-sfj{
    background-color: #f96165;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .btn-sfj:hover{
   color: #f96165;
   text-decoration: none;
   background: #fff;
  }
  .btn-sfj:focus {
    outline: none;
  }
  .btn-sfj-black{
      background-color: #202835;
      border: none;
      color: white;
      padding: 10px 22px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
    }
    .btn-sfj-black-link{
        background-color: #202835;
        border: none;
        color: white;
        padding: 5px 5px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
      }
      .btn-sfj-black-link:hover{
       text-decoration: none;
       cursor: pointer;
      }
    .btn-sfj-black:hover{
     color: #fff;
     text-decoration: none;
     background: #f96169;
    }
    .btn-sfj-black-link:focus {
      outline: none;
    }
    .btn-sfj-black:focus {
      outline: none;
    }
    .title-black{
      color: #202835;
      font-weight: bold;
    }
 .link{
   text-decoration: none;
 }
 .link a:hover{
   text-decoration: none;
 }
 .banner-down-link{
     text-transform: uppercase;
     color: white;
 }
 .banner-down-nav-link{
   border-left: 1px solid rgba(255, 255, 255, .75);
   border-right: 1px solid rgba(0, 0, 0, .1);
 }
 .key-feature{
   text-transform: uppercase;
   color: #f96165;
   font-weight: bold;
 }
 .accordion .card{
   box-shadow: 0 0 0 transparent;
 }
.faq-header{
  background: #202835;
  color: #fff;
}
/* testimonail arrow */
.arrow-div-crs {
position: relative;
/* background: #f1f1f1; */
border: 1px solid #202835;
}
.arrow-div-crs:after, .arrow-div-crs:before {
top: 100%;
left: 80%;
border: 1px solid #202835;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.arrow-div-crs:after {
border-color: rgba(241, 241, 241, 0);
border-top-color: #f1f1f1;
border-width: 24px;
margin-left: -24px;
}
.arrow-div-crs:before {
border-color: rgba(221, 221, 221, 0);
border-top-color: #202835;
border-width: 27px;
margin-left: -27px;
}
.quick-form {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.right-border{
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
    .right-border{
    border-right: none;
  }
}

.sidenav {
  width: 130px;
  position: fixed;
  z-index: 1;
  top: 20px;
  left: 10px;
  background: #eee;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #2196F3;
  display: block;
}

.sidenav a:hover {
  color: #064579;
}

.main {
  margin-left: 140px; /* Same width as the sidebar + left position in px */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

		/*footer design*/
		.footer-left{
			background-color: #f96165;;
		}
		.footer-right{
			background:#212020;
		}
		.footer-right-title{
			font-size:16px;
			font-weight: bold;
		}
		.footer-right-text{
			font-size:14px;
		}
		/*footer from tranparent input*/
		.transparent-input {
			background-color: rgb(255, 160, 164);
			border:none;
			border-radius: 0;
		}
		.form-control:focus{
			-webkit-box-shadow: none;
			box-shadow: none;
			outline: -webkit-focus-ring-color auto 0px;
		}
		.form-control{
			border-radius: 0px;
			border:none;
		}
		/*footer button*/
		.sq-btn-footer{
			background-color: #fff;
			border: none;
			color: #f96165;
			width: 140px;
			padding: 10px 20px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 16px;
			border-radius: 0px;
			font-weight: bold;
			text-decoration: none;
		}
		.sq-btn-footer:hover{
			color: #fff;
			text-decoration: none;
			background: #ffa0a4;

		}
		.sq-btn-footer:focus {
			outline: none;
		}
		.footer-pad{
			margin-left: -10px;
		}
		.social-icon{
			width: 45px;
		}
		.social-icon:hover{
			box-shadow: 3px 1px 3px 1px #000;
			border-radius: 50%;
		}
		/*media style*/
		@media (max-width: 400px) {
			h4 {
				font-size: 14
				px;
				text-align: center;
			}
			h1 {
				font-size: 36px;
				text-align: center;
			}
			.social-icon{
				width: 35px;
			}
			.social-icon:hover{
				box-shadow: 3px 1px 3px 1px #000;
				border-radius: 50%;
			}
		}
		/*banner style start here*/
		.home-banner{
			margin-top: 10%;
			margin-bottom: 6%;
		}
		.ban-title{
			font-size: 28px;
		}
		.banner-box{
			background-color: transparent;
			border: 2px solid #fff;
			width: 220px;
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-align: left;
			vertical-align: middle;
		}
		.banner-box-text{
			font-size: 18px;
			margin-top: 15px;
			margin-left: 40px;
		}
		.banner-box-icon{
			float: left;
			margin-left: -40px;
			width:70px;
		}
		@media (max-width: 576px) {
			.ban-title{
				font-size: 14px;
			}
			.home-banner{
				margin-top: 25%;
				margin-bottom: 0%;
			}
			.banner-box{
				background-color: transparent;
				border: 2px solid #fff;
				width: 160px;
				display: block;
				margin-left: auto;
				margin-right: auto;
				text-align: left;
				vertical-align: middle;
			}
			.banner-box-text{
				font-size: 14px;
				margin-top: 10px;
				margin-left: 20px;
			}
			.banner-box-icon{
				float: left;
				margin-left: -30px;
				width:50px;
			}
			.banner-down-text{
				font-size:10px;
			}
		}
		.banner-down{
			background: #202835;
			/*width: 100%;*/
		}
		@media (min-width: 576px) {
			.banner-down-text{
				font-size:20px;
			}
		}
		/*card of popular courses*/
		.course .card-title{
			font-size: 12px;
			font-weight: bold;
		}
		.card-inner-text{
			font-size: 12px;
			font-weight: bold;
		}
		.course .card{
			box-shadow: 5px 5px 5px #aaaaaa;
		}
		/*career*/
		.career{
			border: 2px solid #fff;
			background:#f55257;
		}
		.career-right{
			border: 2px solid #fff;
			background:#f55257;
		}
		.career-image{
			width:268px;
		}
		/*client part style*/
		.client-left{
			width:100%;
		}
		.client-right{
			background-color: #212020;
		}
		.client-bg-logo{
			background-color: #fff;	
		}
		.client-logo{
			height: 70px;
		}
		.viewmore{
			background: #f96165;
			height:70px;
			text-align: center;
			padding: 23px 0;
		}
		/*testimonial slider*/

		.col-center {
			margin: 0 auto;
			float: none !important;
		}
		.carousel {
			margin: 10px auto;
			padding: 0 px;
		}
		.carousel .item {
			color: #999;
			font-size: 14px;
			text-align: center;
			overflow: hidden;
			min-height: 290px;
		}
		.carousel .item .img-box {
			width: 135px;
			height: 135px;
			margin: 0 auto;
			padding: 5px;
			border: 1px solid #ddd;
			border-radius: 50%;
		}
		.carousel .img-box img {
			width: 100%;
			height: 100%;
			display: block;
			border-radius: 50%;
		}
		.carousel .testimonial {
			padding: 30px 0 10px;
		}
		.carousel .overview {	
			font-style: italic;
		}
		.carousel .overview b {
			text-transform: uppercase;
			color: #7AA641;
		}
		.carousel .carousel-control {
			width: 40px;
			height: 40px;
			margin-top: -20px;
			top: 50%;
			background: none;
		}
		.carousel-control i {
			font-size: 68px;
			line-height: 42px;
			position: absolute;
			display: inline-block;
			color: rgba(0, 0, 0, 0.8);
			text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
		}
		.carousel .carousel-indicators {
			bottom: -40px;
		}
		.carousel-indicators li, .carousel-indicators li.active {
			width: 40px;
			height: 5px;
			margin: 1px 3px;
			border-radius: 10%;
		}
		.carousel-indicators li {	
			background: #202835;
			border-color: transparent;
			box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
		}
		.carousel-indicators li.active {	
			background: #f96165;		
			box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
		}
		.centered {
			position: absolute;
			top: 35%;
			left: 40%;
			transform: translate(-50%, -50%);
			background:#686b6e;
			color: white;
			font-size: 16px;
			font-weight: bold;
			padding-top: 20px;
			padding-bottom:20px;
			padding-left:30px;
			padding-right:30px;

		}
		.banner-centered {
			position: absolute;
			top: 35%;
			left: 50%;
			transform: translate(-50%, -50%);
			//background:#686b6e;
			color: white;
			font-size: 16px;
			font-weight: bold;
			padding-top: 20px;
			padding-bottom:20px;
			padding-left:30px;
			padding-right:30px;

		}
		.banner-centered {
			position: absolute;
			top: 35%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: white;
			font-size: 32px;
			padding-top: 20px;
			padding-bottom:20px;
			padding-left:30px;
			padding-right:30px;

		}
		.p-centered {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: black;
			padding-top: 20px;
			padding-bottom:20px;
			padding-left:30px;
			padding-right:30px;

		}
		.counter-icon{
			width: 120px;
		}
		.banner{
			width:100%;
		}
		.bg-black{
			background: #202835;
			width: 100%;"
		}
		.about-us-image{
			max-width: 100%;
			max-height: 100%;
		}
		.about-us-box{
			background:#f96165;
			height:200px;
			margin-top: 50px;
			margin-left:-30px;
		}
		.box{
			background: #eff0f2;
		}
		.box-title{
			font-size: 14px;
		}
		.p-text{
			font-size:14px;
		}
		.about-client{
			border: 1px solid #000;
			width: 150px;
		}
		/*blog start*/
		.search-form{
			width:300px;
			float:right;
		}
		.search-input{
			border: 2px solid #f96165;
		}
		.span-text{
			font-size: 10px;
		}
		.blog .card{
			width: 17.1rem;
			margin: 0 auto;
			float: none;
			margin-bottom: 10px;
		}
		.flex-bg{
			background: #eff0f2;
		}
		.flex-image{
			border:1px solid #d1d1d1;
			width: 150px;
		}
		.flex-title{
          font-size: 20px;
          color:#f96165;
		}
			.arrow-div {
position: relative;
border: 2px solid #fff;
}
.arrow-div:after, .arrow-div:before {
top: 100%;
left: 50%;
border: 2px solid #202835;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.arrow-div:after {
border-color: rgba(241, 241, 241, 0);
border-top-color: #202835;
border-width: 24px;
margin-left: -24px;
}
.arrow-div:before {
border-color: rgba(221, 221, 221, 0);
border-top-color: #fff;
border-width: 27px;
margin-left: -27px;
}
.arrow-up-div {
	position: relative;
	/*background: #88b7d5;*/
	border: 4px solid #c2e1f5;
}
.arrow-up-div:after, .arrow-up-div:before {
	bottom: 100%;
	left: 50%;
	border: solid #202835;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-up-div:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #202835;
	border-width: 24px;
	margin-left: -24px;
}
.arrow-up-div:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fff;
	border-width: 27px;
	margin-left: -27px;
}
		/*blog ends*/
		/*course training starts*/
		.download{
			float:right;
		}
		.corporate-image{
			background-color: #202835;
		}
		.training-icon{
			border-right: 2px dotted #cccccc;
			border-bottom: 2px dotted #cccccc;
		}
		.training-icon-down{
			border-right: 2px dotted #cccccc;
			border-bottom: 2px dotted #cccccc;
		}
		.training-icon-down-only{
			/*border-right: 2px dotted #cccccc;*/
			border-bottom: 2px dotted #cccccc;
		}
		.training-icon-border{
			border-right: 2px dotted #cccccc;
			/*border-bottom: 2px dotted #cccccc;*/
		}
		.arrow-div-client {
position: relative;
/* background: #f1f1f1; */
border: 2px solid #000;
}
.arrow-div-client:after, .arrow-div-client:before {
top: 100%;
left: 80%;
border: 2px solid #202835;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.arrow-div-client:after {
border-color: rgba(241, 241, 241, 0);
border-top-color: #fff;
border-width: 24px;
margin-left: -24px;
}
.arrow-div-client:before {
border-color: rgba(221, 221, 221, 0);
border-top-color: #fff;
border-width: 27px;
margin-left: -27px;
}
.banner-image{
	margin-top: 5%;
	margin-bottom: 10%; 
	background:#97a2a8; 
	height:autopx;
	line-height:60px;
	color: #fff; 
	padding: 10px; 
	margin-left:15%;
	width: auto;
	font-size: 14px;
	width: 300px;
}
.banner-text{
	font-size: 20px;
}
.course-flex{
	border: 1px solid #c7c8c9;
	box-shadow: 6px 5px 9px 6px #d2d4d6;
}
.course-flex-image{
	width: 140px;
}
		/*course training ends*/
		@media (max-width: 576px) {
			.client-logo{
				height: 40px;
			}
			.viewmore{
				background: #f96165;
				height:40px;
				text-align: center;
				padding: 13px 0;
				font-size: 12px;
			}
			.career-image{
				width: 180px;
			}

			.centered {
				background-color:  #686b6e;
				position: absolute;
				top: 22%;
				left: 40%;
				transform: translate(-50%, -50%);
				background:#686b6e;
				color: white;
				font-size: 12px;
				font-weight: bold;
				padding-top: 10px;
				padding-bottom:10px;
				padding-left:20px;
				padding-right:20px;

			}
			.banner-centered {
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				color: white;
				font-size: 12px;
				font-weight: bold;
				padding-top: 10px;
				padding-bottom:10px;
				padding-left:20px;
				padding-right:20px;

			}
			.about-us-image{
				display: none;
			}
			.about-us-box{
				background-color: #f96165;
				margin: 0px;
				height:auto;
			}
			.about-client{
				border: 1px solid #000;
				width: 100px;
			}
			.flex-image{
			border:1px solid #d1d1d1;
			width: 80px;
			margin-top: 20px;
		}
		.p-text{
			font-size:11px;
		}
		.flex-title{
          font-size: 16px;
          margin: 0px;
		}
		.download{
			float:center;
			font-size:10px;
		}
		.download1{
			float:center;
			font-size:10px;
		}
		.corporate-image{
			display: none;
		}
		.training-icon-down{
			border-right: 0px dotted #cccccc;
			border-bottom: 2px dotted #cccccc;
		}
		.training-icon-down-only{
			border-right: 2px dotted #cccccc;
			border-bottom: 2px dotted #cccccc;
		}
		.training-icon-border{
			border-right: 2px dotted #cccccc;
			border-bottom: 2px dotted #cccccc;
		}
		.banner-image{
	margin-top: 1%;
	margin-bottom: 2%; 
	background:#97a2a8; 
	height:autopx;
	line-height:60px;
	color: #fff; 
	padding: 10px; 
	margin-left:20%;
	width: auto;
	font-size: 14px;
	width: 200px;
}
.banner-text{
	font-size: 16px;
}
.course-flex-image{
	/*height:50px;*/
	width: 50px;
}
.dropdown .dropdown-menu{
			display: inline-block;
			float: left;
		}
		}
.sticky_navigation_wrapper {
        width: 100%;
        height: 85px;
    }

    .sticky_navigation {
        top: 0;
        left: 0;
        z-index: 10000;
        width: 100%;
        background: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.headerrelative {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.thank-you-pop{
  width:100%;
  padding:20px;
  text-align:center;
}
.thank-you-pop img{
  width:76px;
  height:auto;
  margin:0 auto;
  display:block;
  margin-bottom:25px;
}
.thank-you-pop h1{
  font-size: 42px;
    margin-bottom: 25px;
  color:#5C5C5C;
}
.thank-you-pop p{
  font-size: 20px;
    margin-bottom: 27px;
  color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
  font-size: 25px;
    margin-bottom: 40px;
  color:#222;
  display:inline-block;
  text-align:center;
  padding:10px 20px;
  border:2px dashed #222;
  clear:both;
  font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
  color:#03A9F4;
}
.thank-you-pop a{
  display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
  margin-right:5px;
  color:#fff;
}
.modal-video-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-download-dialog {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}
.modal-dialog-img {
  max-width: 800px;
  /*height: 600px;*/
  /*margin: 30px auto;*/
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal{
  margin-top: 8%;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
 .btn-grap{
			background-color: #000;
			border: none;
			color: white;
			padding: 10px 10px;
			text-align: center;
			text-decoration: none;
			display: inline-block;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
		}
		.btn-grap:hover{
			color: #fff;
			text-decoration: none;
			background: #f96169;
		}
		.btn-grap:focus {
			outline: none;
		}
.play-btn {
			width: 50px;
			height: 50px;
			/*background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%);*/
			background-color: #fff;
			border-radius: 50%;
			position: relative;
			display: block;
			margin: 100px auto;
			box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
		}

		/* triangle */
		.play-btn::after {
			content: "";
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translateX(-40%) translateY(-50%);
			transform: translateX(-40%) translateY(-50%);
			transform-origin: center center;
			width: 0;
			height: 0;
			border-top: 15px solid transparent;
			border-bottom: 15px solid transparent;
			border-left: 25px solid #f96169;
			z-index: 100;
			-webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
			transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
		}

		/* pulse wave */
		.play-btn:before {
			content: "";
			position: absolute;
			width: 150%;
			height: 150%;
			-webkit-animation-delay: 0s;
			animation-delay: 0s;
			-webkit-animation: pulsate1 2s;
			animation: pulsate1 2s;
			-webkit-animation-direction: forwards;
			animation-direction: forwards;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
			-webkit-animation-timing-function: steps;
			animation-timing-function: steps;
			opacity: 1;
			border-radius: 50%;
			border: 5px solid rgba(255, 255, 255, .75);
			top: -25%;
			left: -25%;
			background: rgba(198, 16, 0, 0);
		}

		@-webkit-keyframes pulsate1 {
			0% {
				-webkit-transform: scale(0.8);
				transform: scale(0.8);
				opacity: 1;
				box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
			}
			100% {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 0;
				box-shadow: none;

			}
		}

		@keyframes pulsate1 {
			0% {
				-webkit-transform: scale(0.6);
				transform: scale(0.6);
				opacity: 1;
				box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
			}
			100% {
				-webkit-transform: scale(1, 1);
				transform: scale(1);
				opacity: 0;
				box-shadow: none;

			}
		}

		  #nav {
    z-index: 1;
    position: relative;
}

.modal-full {
    min-width: 100%;
    margin: 0;
    /*background: #000;*/
}

.modal-full .modal-content {
    min-height: 100vh;
    background: #cfcfd1;
}
.modal-video-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-download-dialog {
  max-width: 800px;
  margin: 50px auto;
  text-align: center;
}
.modal-dialog-img {
  max-width: 800px;
  /*height: 600px;*/
  /*margin: 30px auto;*/
}
.modal-dialog {
  max-width: 800px;
  margin: 100px auto;
  z-index: 1000;
  position: relative;
}
.modal{
  margin-top: 8%;
}
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:1000;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
 .hide {
  display: none;
}
.intl-tel-input {
  border: 0px;
  border: none;
  outline: 0px;
}
.intl-tel-input .country-list .iti-flag {
  /*display: none;*/
  background-color: #000;
}
.intl-tel-input .country-list {
  /*background-color: #000;*/
  color: #000;
}
.intl-tel-input{width: 100%;}


		.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .8s ease;
  background-color: #202835;
}
.course:hover .overlay {
  opacity: 0.9;
}
.text {
  color: white;
  font-size: 12px;
  position: absolute;
  text-align: center;
}
/*--thank you pop starts here--*/
.thank-you-pop{
  width:100%;
  padding:20px;
  text-align:center;
}
.thank-you-pop img{
  width:76px;
  height:auto;
  margin:0 auto;
  display:block;
  margin-bottom:25px;
}
.thank-you-pop h1{
  font-size: 42px;
    margin-bottom: 25px;
  color:#5C5C5C;
}
.thank-you-pop p{
  font-size: 20px;
    margin-bottom: 27px;
  color:#5C5C5C;
}
.thank-you-pop h3.cupon-pop{
  font-size: 25px;
    margin-bottom: 40px;
  color:#222;
  display:inline-block;
  text-align:center;
  padding:10px 20px;
  border:2px dashed #222;
  clear:both;
  font-weight:normal;
}
.thank-you-pop h3.cupon-pop span{
  color:#03A9F4;
}
.thank-you-pop a{
  display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #8BC34A;
    border-radius: 17px;
}
.thank-you-pop a i{
  margin-right:5px;
  color:#fff;
}
.card-footer .checked{
	color: #f96169;
}
.card .card-title{
	font-size: 14px;
}
@media screen and (max-width: 450px) {
  .fixedvid{
	  display: none;
	  
}
}
.barshadow{
    box-shadow: 0px 2px 2px 2px #a6a6a6;
    /*background-image: linear-gradient(to right,#ff9c39, #fff, #178a0c);*/
  }
  .upper{
  display:flex;
  text-align:center;
  list-style:none;
  font-size: 14px;
  padding: 5px;
}
.upper a{
  color: #fff;
  text-decoration: none;
}

  .euro {
    background-image:url(https://www.sfjbstraining.com/css/img/flags/india.png);
    width:45px;
    height:23px;
    }
    .dropdown-menu:hover{
      cursor: pointer;
    }
.selcountry
{
  border: none;
  color: #000;
}  
.selcountry:hover{
  outline: none;
  border:none;
  color: #000;
}
.selcountry:focus{
  outline: none;

}
.modal-backdrop {
    z-index: 100000 !important;
  }

  .modal {
    z-index: 100001 !important;
  }