/**=========================
	START BODY
=========================**/
::-webkit-scrollbar{
    background-color: #ccc;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background-color:#dc3545;
}
::selection{
	color: #ffffff;
	background-color:#dc3545;
}
*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 14px;
}
body{
	margin: 0px;
	padding: 0px;
	color: #2C464F;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	font-weight: 500;
	overflow-x: hidden;
}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/

#logos{
	width:60%;
} 
a,
a:hover{
	color:#0071bd;;
	text-decoration: none;
	outline: none;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #2C464F;
	margin-bottom: 16px;
	text-transform: uppercase;
}
/* p{ */
	/* line-height: 26px; */
	/* font-family: 'Open Sans', sans-serif; */
/* } */
li{
	color: #ffffff;
	list-style: none;
}
span,
b,
strong{
	font-size: 100%;
}
b,
strong{
	font-weight: 900;
}

/* Iframe */
iframe{
	width: 100%;
	height: 400px;
	border: 0;
	outline: 0;
	overflow: hidden;
}



/* Padding */
.p-30{
	padding: 30px !important;
}
.ptb-20{
	padding: 20px 0px;
}
.ptb-40{
	padding: 40px 0px;
}
.ptb-60{
	padding: 60px 0px;
}
.ptb-80{
	padding: 80px 0px;
}
.ptb-100{
	padding: 100px 0px;
}
.ptb-120{
	padding: 120px 0px;
}
.ptb-140{
	padding: 140px 0px;
}
.ptb-80-40{
	padding: 80px 0px 40px;
}
.ptb-80-60{
	padding: 80px 0px 60px;
}
.pt-30px{
	padding-top: 30px;
}
.pb-30px{
	padding-bottom: 30px;
}

/* Margin */
.ml-10{
	margin-left: 10px;
}
.mr-10{
	margin-right: 10px;
}

/* Btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0;
}
.input-btn,
.input-btn:hover,
.input-btn:active,
.input-btn.active,
.input-btn.active:hover,
.input-btn.active:focus{
	outline: 0;
	box-shadow: 0 0 0 0;
	background-color: transparent;
}
.btn,
.page-link{
	padding: 12px 25px;
	border-radius: 5px;
	box-shadow: 0 0 0 0;
	outline: 0;
	text-transform: uppercase;
}
.btn-xl{
	padding: 15px 40px;
}
.btn-sm{
	padding: .25rem .5rem;
	box-shadow: 0 0 0 0;
	outline: 0;
}
.page-item.active .page-link{
	background-color:#dc3545;
	border-color:#dc3545;
	color: #2c464f;
}
.btn-primary,
.badge-primary,
.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
	color: #000;
	background-color:#fff;
	box-shadow: 0 0 0 0;
	outline: 0;
	border-color:#dc3545;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-light.focus,
.btn-light:focus{
	color:#ffffff;
	border-color: #2C464F;
	outline: 0 !important;
	box-shadow: 0 0 0 0 !important;
	background-color: #2C464F;
}
.select-scroll .dropdown-item.active:hover,
.select-scroll .dropdown-item:active:hover{
	background-color:#dc3545;
	color: #fff;
}
.btn-active{
	background-color: #2C464F;
	color:#dc3545;
}
.btn-border{
	color: #2C464F;
	border: 1px solid #2C464F;
}
.btn-border:hover{
	color: #fff;
	background-color:#2C464F;
}
.btn-white{
	color: #2C464F;
	background-color: #fff;
}
.btn-white:hover{
	color:#dc3545;
	background-color: #2C464F;
}
.btn-secondary{
	background-color: #fff;
	border-color: #2C464F;
}
.btn-secondary:hover{
	background-color: #335763;
	border-color: #335763;
}
.badge{
	border-radius: 0;
}

/* Pagination */
.pagination .page-link{
	color: #2c464f;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.pagination .page-item{
	margin-right: 7px;
}
.pagination-btn nav{
	display: inline-block;
}

/* Colors */
.color-white{
	color: #fff;
}
.color-secondary{
	color: #2C464F;
}
.color-black{
	color: #222222;
}
.color-primary{
	color:#d55221;
}
.color-success{
	color: #6ac059;
}
.color-info{
	color: #10aad6;
}
.color-warning{
	color: #ebde4b;
}
.color-danger{
	color: #eb5454;
}

/* Heading Border Bottom */
.head-after{
	position: relative;
	display: inline-block;
	margin-bottom: 35px;
	font-family: poppins;
    letter-spacing: 1px;
    font-weight: 600;
	color: #000;
}
}
.head-after:before{
	content: "";
	position: absolute;
	background-color:#dc3545;
	width: 25%;
	height: 2px;
	left: 0px;
	bottom: -10px;
}

/* Images */
.img-bg{
	position: relative;
	margin-bottom: 1rem;
}
.img-bg-1 img{
	width: 100%;
	border-radius: 5px;
}
.img-bg-2 img{
	width: 320px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 20px solid rgba(255, 255, 255, 1);
}

/* Icons */
.social-icons a{
	/* background:#dc3545; */
	background:#d55221;
	border-radius: 5px;
	margin: 0px auto;
	width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    color: #2C464F;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}
.social-icons a:hover{
	background-color: #fff;
}
.social-icons a:hover i{
	color: #2C464F;
}

/* Bg */
.white-bg{
	background-color: #ffffff;
}
.light-bg{
	background-color: #eeeeee;
}
.primary-bg{
	background-color:#dc3545;
}
.secondary-bg{
	/* background-color: #dc3545; */
	background-color: #394383;
}



/* Blockquote */
blockquote{
	font-style: italic;
    border-left: 5px solid#dc3545;
    padding: 10px 20px;
}

/* Card */
.card{
	width: 100%;
	border-radius: 5px;
	
	margin-bottom: 2rem;
	border: 10px solid transparent;
	display: inline-block;
	box-shadow: 0px 0px 20px 0px rgba(62, 62, 101, 0.13);
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.card:hover,
.card-active{
	border-bottom: 10px solid #0071bd;;
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
}

/* Form Control */
::placeholder{
    color: #666 !important; 
}  
:-ms-input-placeholder{
    color: #666 !important; 
}
::-ms-input-placeholder{
    color: #666 !important; 
}
.form-control,
select,
select.form-control:not([size]):not([multiple]){
	border-radius: 5px;
    padding: 12px 25px;
    height: auto;
    font-size: 14px;
    outline: 0 !important;
    box-shadow: 0 0 0 0 !important;
	border: 2px solid rgba(44, 70, 79, 0.2);
	color: #2C464F;
}
.form-control:focus,
.form-control:active{
	outline: 0;
	box-shadow: 0 0 0 0;
	border: 2px solid rgba(44, 70, 79, 0.2);
	border-bottom: 2px solid#dc3545;
}
.center-form{
	width: 50%;
	text-align: center;
	margin: 0px auto;
}
.input-group-prepend{
	width: 100%;
}
.input-group .input-group-prepend .btn{
	padding: 0px 25px;
	border-radius: 5px;
}

/* Theme Row */
.t-row{
	margin-left: -15px;
	margin-right: -15px;
}

/* Border */
.border-bottom-light{
	border-bottom: 1px solid #ddd;
}

/* Icons */
.mdi-bg{
	font-size: 40px;
    background:#dc3545;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.mdi-30px{
	font-size: 30px;
}
.mdi-40px{
	font-size: 40px;
}
.mdi-60px{
	font-size: 60px;
}
.mdi-80px{
	font-size: 80px;
}
.mdi-100px{
	font-size: 100px;
}

/* Collapse */
.collapse-btn i{
	line-height: 22px;
	margin-right: 5px;
	color:#dc3545;
}
button[aria-expanded="true"] i:before{
	content: "\f374";
}
.collapse-head{
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
	margin-bottom: 1rem;
}
.collapse-head p{
	margin-bottom: 0;
	padding: 15px 20px;
}
.collapse-head button{
	color: #2C464F;
	background-color: #fff;
    width: 100%;
    display: inline-flex;
    padding: 16px 20px;
}
.collapse-head button:hover{
	cursor: pointer;
}
button[aria-expanded="true"]{
	background-color: #2C464F;
	color: #fff;
}
/**=========================
	END COMMON
=========================**/

/**=========================
	START PAGES
=========================**/
.page-not-found h1{
	font-size: 200px;
	margin-bottom: 40px;
}
.page-not-found i{
	font-size: 60px;
	line-height: 0;
	position: relative;
	top: 11px;
}
/* coming soon */
.coming-soon-bg{
	background-image: url(../images/img-1.html);
	background-attachment: fixed;
	background-size: cover;
}
.coming-soon-content{
	position: absolute;
	margin: 0px auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.time-bg{
	font-size: 60px;
	text-align: center;
	margin: 0px auto;
	width: 100%;
	position: relative;
}
#time span{
	text-transform: uppercase;
	text-align: center;
	padding: 10px 20px;
	margin: 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	border: 5px solid#dc3545;
}
.coming-soon-content .btn:hover{
	color: #fff;
}
/**=========================
	END PAGES
=========================**/

/**=========================
	START TOP HEADER
=========================**/
#top-header{
	padding: 7px 0px;
}
.t-left-side{
	float: left;
}

.t-left-side img{
	width: 78px;
}

.t-right-side{
	float: right;
}
#top-header ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#top-header li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
#top-header .t-left-side li{
	margin-right: 25px;
	position: relative;
}
#top-header.secondary-bg .t-left-side li{
	color: #fff;
}
#top-header .t-left-side li:after{
	content: "";
    position: absolute;
    top: 0px;
    left: -14px;
    background-color: #2C464F;
    width: 1px;
    height: 20px;
}
#top-header.secondary-bg .t-left-side li:after{
	background-color:#dc3545;
}
#top-header .t-left-side li:first-child:after{
	display: none;
}
#top-header .t-left-side i{
	color:#ffffff;
	line-height: 0;
    position: relative;
    top: 3px;
}
/**=========================
	END TOP HEADER
=========================**/

/**=========================
	START HEADER
=========================**/
#header{
	margin: 0px;
	padding: 0px 0px;
	border-bottom: 1px solid #ddd;
	    background: #fff;
}
.header-fixed{
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	animation: 1s menuFix;
	-webkit-animation: 1s menuFix;
	-o-animation: 1s menuFix;
	-moz-animation: 1s menuFix;
}
.logo{
	text-align: left;
}
#header .navbar{
	padding: 0px;
}
#header .navbar-brand{
	font-size: 30px;

}
#header .navbar-brand span{
	color:#dc3545;
}
#header .nav-item{
	position: relative;
}
#header .nav-item i.navhome-icon{
    line-height: 0px;
    position: relative;
    top: 3px;
}
#header .nav-item.active a,
#header .nav-item a:hover{
	border-bottom: 3px solid#0071bd;
}
#header .nav-item .btn:hover{
	color: #fff;
}
#header .nav-link{
	margin: 27px 7px;
	text-transform: uppercase;
	color:#2C464F;
}
#header .dropdown-menu{
	margin: 0px;
	padding: 0px;
	border-radius: 0;
	background-color: #fff;
	font-size: 14px;
	min-width: 14rem;
}
#header .dropdown-active a.dropdown-toggle{
	border-bottom: 3px solid#dc3545;
}
#header .dropdown-menu .dropdown-item{
	padding: 10px 20px;
	color: #2C464F;
}
#header .dropdown.active .dropdown-menu .dropdown-item{
	border-bottom: 0;
}
#header .dropdown-menu .dropdown-item:hover,
#header .dropdown.active .dropdown-menu .dropdown-item:hover{
	background-color:#dc3545;
	color: #2C464F;
	border-bottom: 0px;
}
#header .dropdown.active .dropdown-menu a{
	color: #2C464F;
}
#header .dropdown.active .dropdown-menu .dropdown-item.active{
	background-color:#dc3545;
	color: #2C464F;
}
.menu-btn{
	margin: 22px 0px 22px 20px;
}
#header .navbar-toggler{
	border-radius: 5px;
	background-color:#dc3545;
	outline: 0;
	border: 0;
	padding: 12px;
}
#header .navbar-toggler i{
	color: #ffffff;
}
#header .navbar-toggler[aria-expanded="true"] i:before{
	content: "\f156";
}
/* Multilevel Dropdown */
.dropdown-submenu{
    position: relative;
}
.dropdown-submenu>.dropdown-menu{
    top: 0;
    left: auto;
    right: 100%;
}
.dropdown-submenu:hover>.dropdown-menu{
    display: block;
}
.dropdown-submenu>a:after{
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #2C464F;
    margin-top: 5px;
    margin-right: -10px;
}
#header .multi-level .dropdown-menu .dropdown-item{
	padding-left: 30px;
}

#header .navbar .navbar-nav .dropdown ul li{
	border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
#header .navbar .navbar-nav .dropdown ul li{
	/* padding: 50px; */
	text-align: center;
}



/**=========================
	END HEADER
=========================**/

/**=========================
	START SLIDER
=========================**/
#main-slider{
	background-color: #eee;
	position: relative;
}
#main-slider .carousel-indicators{
	display: none;
}
#main-slider .carousel-item{
    background: no-repeat center center scroll;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size:100%;
    background-size: 100%;
}
#main-slider .carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	opacity: 0.4;
}
#carouselExampleIndicators h5,
#carouselExampleIndicators h3,
#carouselExampleIndicators p{
	color: #fff;
}
#carouselExampleIndicators h3{
	font-size: 40px;
}
#carouselExampleIndicators h5{
	margin-bottom: 1.5rem;
}
.carousel-indicators .active{
	background-color: #2C464F;
}
.carousel-indicators:hover{
	cursor: pointer;
}
#carouselExampleIndicators .carousel-item{
	height: 511px;
	background-position: top;
}
#carouselExampleIndicators .carousel-caption{
	width: 30%;
	position: absolute;
	left: 85%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0px auto;
}
#carouselExampleIndicators .carousel-caption .container{
	animation: 1s bcktop;
	-webkit-animation: 1s bcktop;
	-o-animation: 1s bcktop;
	-moz-animation: 1s bcktop;
}
#carouselExampleIndicators .carousel-caption .btn{
	margin: 3px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
	padding: 20px;
}
#main-slider .carousel-indicators{
	text-align: center;
	bottom: 10%;
}
.carousel-indicators li{
	display: inline-block;
}
/**=========================
	END SLIDER
=========================**/

/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb{
	padding: 120px 0px;
	/*position: relative;*/
	background-image: url(../images/slider/03.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	z-index: 1;
	text-align: center;
}
#breadcrumb:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(44, 70, 79, 0.5);
	z-index: -1;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
	opacity: 0.5;
	content: "\f9c0";
	font-family: "Material Design Icons";
}
#breadcrumb h1{
	color: #fff;
}
#breadcrumb ol{
	margin-bottom: 0;
}
#breadcrumb li{
	display: inline-block;
	font-size: 30px;
}
#breadcrumb li a{
	color:#ffffff;
	font-size: 100%;
}
#breadcrumb li a:hover{
	color:#0071bd;
}
#breadcrumb li.active{
	color: #fff;
}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START WHAT WE DO
=========================**/
#packages{
    padding: 80px 0px 60px;
}
#packages .card{
	text-align: center;
}
#packages .card:hover,
#packages .card.active{
	margin-top: -10px;
	border-bottom: 10px solid #dc3545;
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
}
#packages .card:before{
	font-family: "Material Design Icons";
	font-size: 150px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0px auto;
	text-align: center;
	opacity: 0.1;
	color: #2C464F;
}
#packages .packages-card-1:before{
	content: "\f990";
}
#packages .packages-card-2:before{
	content: "\fcf2";
}
#packages .packages-card-3:before{
	content: "\f876";
}
#packages .packages-card-4:before{
	content: "\fe6c";
}
#packages li{
	line-height: 40px;
}
#packages ul li i{
	position: relative;
	top: 4px;
}
#packages .card-price-1 h2 i{
	position: relative;
    left: 5px;
    font-size: 26px;
}
#packages .btn.card-price-1{
	margin-bottom: 1rem;
}
#packages .btn.card-price-1 h2{
	margin-bottom: 0;
}
#packages .btn.card-price-1:hover h2{
	color:#dc3545;
}
#packages .card-price-1 h2 span{
	font-size: 14px;
}
/**=========================
	END WHAT WE DO
=========================**/

/**=========================
	START WHAT WE DO
=========================**/
#what-we-do{
	margin-top: -40px;
    padding: 60px 0px 0px;
}
#what-we-do .card{
	text-align: center;
	margin-bottom: 0;
}
#what-we-do .card:hover,
#what-we-do .card.active{
	margin-top: -10px;
	border-bottom: 10px solid #dc3545;
	box-shadow: 0px 0px 20px 10px rgba(62, 62, 101, 0.1);
}
#what-we-do .card:before{
	font-family: "Material Design Icons";
	font-size: 150px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0px auto;
	text-align: center;
	opacity: 0.001;
	color: #2C464F;
}
#what-we-do .whatwedo-card-1:before{
	content: "\f990";
}
#what-we-do .whatwedo-card-2:before{
	content: "\fcf2";
}
#what-we-do .whatwedo-card-3:before{
	content: "\f876";
}
#what-we-do .whatwedo-card-4:before{
	content: "\fe6c";
}
/**=========================
	END WHAT WE DO
=========================**/

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are{
	padding: 30px 0px 30px;
}
#who-we-are .video-btn{
	position: relative;
}
#who-we-are small{
	font-size: 100%;
}
#who-we-are .pulse button{
	position: absolute;
	left: -10%;
    right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
    top: 50%;
	text-align: center;
	margin: 0px auto;
	z-index: 9;
	padding-left: 12px;
	padding-right: 12px;
}
#who-we-are .pulse button:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	animation: pulse_animation 2s infinite;
	-webkit-animation: pulse_animation 2s infinite;
	-moz-animation: pulse_animation 2s infinite;
	z-index: -1;
}
#who-we-are .pulse button:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	animation: pulse_animation 1s infinite;
	-webkit-animation: pulse_animation 1s infinite;
	-moz-animation: pulse_animation 1s infinite;
	z-index: -1;
}
#who-we-are .modal-content{
	border-radius: 5px;
}

#who-we-are .about-us-content p{
	letter-spacing: 1px;
    /* color: #fff; */
    font-family: poppins;
    font-size: 18px;
}

#who-we-are .about-us-content ul li{
	letter-spacing: 1px;
    font-family: poppins;
    font-size: 16px;
}

#who-we-are .bg-dark-blue{
	background: #0071bd;
	border-radius: 15px;
}

#who-we-are .product-sidebar button{
	    padding: 10px;
    border-radius: 5px;
}




/**=========================
	END WHO WE ARE
=========================**/

#co{
color:#FFF;
}

/**=========================
	START COUNTER
=========================**/
#counter{
	padding: 30px 0px 0px;
	text-align: center;
}
.counter-bg{
	position: relative;
	background-image: url(../images/video_banner/bs3.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
.counter-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.5);
	z-index: -1;
}
#counter .counter-col{
	position: relative;
	margin-bottom:100px;
	margin-top:25px;
}
#counter .counter-col:after{
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
}
#counter .counter-col:last-child:after{
	display: none;
}
#counter .timer{
	font-weight: 900;
	font-size: 2.5rem;
	color: #fff;
	margin-left: 10px;
}
#counter h4{
	margin-bottom: 0;
	color: #fff;
}
#counter .counter-img{
	text-align: left;
}
#counter .counter-img img{
	position: absolute;
	left: 70px;
	bottom: -90px;
    width: 160px;
}
/**=========================
	END COUNTER
=========================**/

/**=========================
	START PROVIDING
=========================**/
#providing{
	padding: 80px 0px 60px;
	text-align: center;
}
/**=========================
	END PROVIDING
=========================**/

/**=========================
	START PROJECTS
=========================**/
#projects{
	padding: 30px 0px 0px;
}
#projects.projects-bg{
	position: relative;
	background-image: url(../images/video_banner/bs3.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
#projects.projects-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.7);
	z-index: -1;
}
#projects.projects-bg h1{
	color: #fff;
}
#projects .slick-prev,
#projects .slick-next{
	right: 12px;
}
.project-grid{
	padding: 80px 0px 70px;
}
.project-single{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 50%;
}
.project-single li{
	line-height: 36px;
}
.project-single i{
	position: relative;
	top: 2px;
	right: 6px;
	font-size: 20px;
	line-height: 0;
}
.project-single i:before{
	width: 10px;
    height: 0px;
}
/* Filter */
.filters-group{
	text-align: center;
}
.filters-group li{
	display: inline-block;
	background:#dc3545;
    color: #2c464f;
    margin-bottom: 5px;
}
.filters-group .btn-active{
	background-color: #2C464F;
	color:#dc3545;
}
.filter-content a{
	font-size: 100%;
}
.isotope-item{
	z-index: 2;
}
.isotope-hidden.isotope-item{
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/* Grid */
.grid{
	position: relative;
	margin: 0 auto;
	list-style: none;
}
.grid .grid-effect{
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	background: #2C464F;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.grid .grid-effect img{
	position: relative;
	display: block;
}
.grid .grid-effect .p-grid-content{
	padding: 2em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid .grid-effect .p-grid-content::before,
.grid .grid-effect .p-grid-content::after{
	pointer-events: none;
}
.grid .grid-effect .p-grid-content{
	padding: 3em;
}
.grid .grid-effect .p-grid-content::before,
.grid .grid-effect .p-grid-content::after{
	position: absolute;
	content: '';
	opacity: 0;
}
.grid .grid-effect .p-grid-content::before{
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.grid .grid-effect .p-grid-content::after{
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.grid .grid-effect h2{
	padding-top: 15%;
	opacity: 0;
	color: #fff;
	margin-bottom: 0;
}
.grid .grid-effect p{
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.grid .grid-effect img,
.grid .grid-effect .p-grid-content::before,
.grid .grid-effect .p-grid-content::after,
.grid .grid-effect p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.grid .grid-effect:hover img{
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid .grid-effect:hover:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 10px solid #dc3545;
}
.grid .grid-effect:hover .p-grid-content::before,
.grid .grid-effect:hover .p-grid-content::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid .grid-effect:hover h2,
.grid .grid-effect:hover p{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid .grid-effect:hover .p-grid-content::after,
.grid .grid-effect:hover h2,
.grid .grid-effect:hover p,
.grid .grid-effect:hover img{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/**=========================
	END PROJECTS
=========================**/

/**=========================
	START NEW PROJECT
=========================**/
#new-project{
	padding: 60px 0px;
}
#new-project.new-project-bg{
	position: relative;
	background-image: url(../images/video_banner/bs3.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
#new-project.new-project-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.5);
	z-index: -1;
}
#new-project.new-project-bg h1,
#new-project.new-project-bg p{
	color: #fff;
}
/**=========================
	END NEW PROJECT
=========================**/

/**=========================
	START WORKERS
=========================**/
#workers{
	padding: 80px 0px 60px;
}
#workers .workers-img{
	position: relative;
	border-radius: 5px;
}
#workers .social-icons{
	position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    display: none;
}
#workers .workers-col:hover .social-icons{
	display: block;
	animation: bcktop 1s forwards;
	-webkit-animation: bcktop 1s forwards;
	-moz-animation: bcktop 1s forwards;
	-o-animation: bcktop 1s forwards;
}
#workers .workers-active .social-icons{
	display: block;
	animation: bcktop 0s forwards;
	-webkit-animation: bcktop 0s forwards;
	-moz-animation: bcktop 0s forwards;
	-o-animation: bcktop 0s forwards;
}
#workers .workers-col:hover .workers-img:before,
#workers .workers-active .workers-img:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #2C464F;
	opacity: 0.5;
}
#workers .social-icons li{
	display: inline-block;
}
#workers .card{
	padding: 0px;
	text-align: center;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/**=========================
	END WORKERS
=========================**/

/**=========================
	START HAPPY CLIENTS
=========================**/
#happy-clients{
	padding: 80px 0px 90px;
	text-align: center;
}
.happy-clients-bg{
	position: relative;
	background-image: url(../images/video_banner/bs3.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 9;
}
.happy-clients-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(44, 70, 79, 0.7);
	z-index: -1;
}
#happy-clients .head-after{
	color: #fff;
}
#happy-clients .card{
	padding-right: 60px;
    padding-left: 60px;
    margin-bottom: 0;
}
#happy-clients .card:before{
	content: "\f756";
	font-family: "Material Design Icons";
	font-size: 150px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	margin: 0px auto;
	text-align: center;
	opacity: 0.15;
	color: #2C464F;
}
#happy-clients .hclients-img img{
	width: auto;
    position: absolute;
	top: -10px;
    left: -25px;
    right: 0;
}
.star-rating{
	margin-bottom: 0;
}
.star-rating li{
	display: inline-block;
}
/**=========================
	END HAPPY CLIENTS
=========================**/

/**=========================
	START BLOG
=========================**/
#blog{
	padding: 40px 0px 30px;
}
#blog img{
	border-radius: 5px;
}
#blog .card{
	padding: 0;
}
#blog .blog-img{
	position: relative;
}
#blog .blog-date{
	position: absolute;
	bottom: -10px;
	left: 10px;
}
#blog .blog-content .blog-title{
	font-weight: 100;
	line-height: 26px;
	text-transform: unset;
}
#blog .blog-content .blog-title a{
	font-size: 100%;
	color:#099bd1;
}
#blog .card li{
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
#blog .card li+li:before{
	content: "/";
	position: absolute;
	left: -15px;
    color: rgba(0, 0, 0, 0.5);
}
#blog .blog-body{
	padding: 30px;
}
#blog a:hover{
	color: #888;
}
#blog a.btn:hover{
	color:#dc3545;
}
.blog-share li{
	display: inline-block;
}
.side-nav-bar li{
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.side-nav-bar li:last-child{
	border-bottom: 0;
}
.tags li{
	margin-bottom: 4px;
	display: inline-block;
}
#blog .pagination{
	margin-bottom: 1.5rem;
}
#blog .pagination .page-item.active,
#blog .pagination .page-item.active:hover .page-link{
	background-color:#dc3545;
	color: #2C464F;
}
#blog .pagination .page-item .page-link:hover{
	background-color: #2C464F;
	color:#dc3545 ;
}
.helpline i{
	position: relative;
	top: 4px;
}
/**=========================
	END BLOG
=========================**/

/**=========================
	START CLIENTS
=========================**/
#clients{
	padding: 50px 0px;
}
#clients .slick-prev,
#clients .slick-next{
	display: none !important;
}
/**=========================
	END CLIENTS
=========================**/

/**=========================
	START FOOTER
=========================**/
#footer{
	padding: 80px 0px 50px;
	border-top: 5px solid #fff;
}
.footer-bg{
	
}
.footer-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgb(0 12 70);
	z-index: -1;
}
#footer li{
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .social-icons li{
	display: inline-block;
}
#footer ul li a,
#footer p a{
	color: #fff;
    font-family: poppins;
    font-size: 16px;
    letter-spacing: 1px;
}
#footer .social-icons li a{
	color: #2C464F;
}
#footer h3,
#footer h5,
#footer p,
#footer li{
	color: #fff;
	font-size: 16px;
    font-family: poppins;
	text-align: justify;
}
#footer a:hover{
	color:#dc3545;
}
/**=========================
	END FOOTER
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer{
	padding: 30px 0px;
}
.sub-foot-left{
	text-align: left;
}
.sub-foot-right{
	text-align: right;
}
#sub-footer ul{
	margin-bottom: 0
}
#sub-footer li{
	display: inline-block;
	position: relative;
}
#sub-footer li+li::before{
	display: inline-block;
    padding: 0px 5px;
    content: "/";
}
#sub-footer a{
	color: #2C464F;
}
#sub-footer a:hover{
	color: #335763;
}
/**=========================
	END SUB FOOTER
=========================**/

/**=========================
	START BACK TO TOP BTN
=========================**/
.backto-top-btn{
	display: none;
	position: fixed; 
	z-index: 9;
	animation: bcktop 1s forwards;
	-webkit-animation: bcktop 1s forwards;
	-moz-animation: bcktop 1s forwards;
	-o-animation: bcktop 1s forwards;
	z-index: 99;
	padding: 10px 12px;
}
.backto-top-btnw{
	left: 50%;
	width:50%;
    bottom: 0%;
	background:#25D366;
	border:0px;

}

.backto-top-btna{
	right: 50%;
    bottom: 0%;
	width:50%;
	background:#34B7F1;
	border:1px;
}

.backto-top-btnt{
	right: 2%;
    bottom: 10%;
}
#fl{
	float:left;
}

.courses-page-top-area {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.courses-page-top-area .courses-page-top-left {
  padding: 15px 0 0 30px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 380px) {
  .courses-page-top-area .courses-page-top-left {
    padding: 18px 0 0 10px;
  }
}
.courses-page-top-area .courses-page-top-left p {
  font-size: 16px;
  color: #002147;
}
@media only screen and (max-width: 380px) {
  .courses-page-top-area .courses-page-top-left p {
    font-size: 14px;
  }
}
.courses-page-top-area .courses-page-top-right {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.courses-page-top-area .courses-page-top-right ul {
  margin-top: 10px;
  margin-right: 10px;
}
.courses-page-top-area .courses-page-top-right ul > li {
  display: inline-block;
  padding: 8px;
}
.courses-page-top-area .courses-page-top-right ul > li:hover a i {
  color: #fdc800;
}
.courses-page-top-area .courses-page-top-right ul > li > a > i {
  color: #b9b9b9;
}
.courses-page-top-area .courses-page-top-right ul > .active i {
  color: #fdc800;
}
.tab-content {
  margin-top: 30px;
}
.courses-box1 .single-item-wrapper {
  text-align: center;
  margin-bottom: 30px;
  border:2px solid #000;
  border-radius:5px;
  overflow: hidden;
  background: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper {
  position: relative;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 1;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #ffffff;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper {
  padding:0;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 22px;
  margin: 0 5px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper p {
  margin: 0 5px;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: #fdc800;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info {
  background: #212121;
    border: 5px solid #ccc;
    border-radius: 5px;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom:0;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 7px;
  margin-right: 2px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .btn {
  background: #002147;
  color: #ffffff;
  border-radius:5px;
  padding:10px;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.courses-box1 .single-item-wrapper .courses-content-wrapper .btn:hover {
  background: #002147;
  color: #fdc800;
}
.courses-box2 .single-item-wrapper {
  margin-bottom: 30px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .courses-box2 .single-item-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .courses-box2 .single-item-wrapper {
    display: block;
  }
}
.courses-box2 .single-item-wrapper .courses-img-wrapper {
  -webkit-box-flex: 9;
  -moz-flex: 9;
  -webkit-flex: 9;
  flex: 9;
  position: relative;
  width: 100%;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #ffffff;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper {
  -webkit-box-flex: 10;
  -moz-flex: 10;
  -webkit-flex: 10;
  flex: 10;
  padding: 17px 15px 15px 28px;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li {
    margin-right: 5px;
    padding-right: 7px;
  }
}
.courses-box2 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box2 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.courses-box3 .single-item-wrapper {
  margin-bottom: 30px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .courses-box3 .single-item-wrapper {
    display: block;
  }
}
.courses-box3 .single-item-wrapper .courses-img-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 1;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
  color: #ffffff;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper {
  position: relative;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  padding: 18px 15px 10px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper {
    padding: 12px 15px 10px;
  }
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: #fdc800;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .item-content {
  margin-bottom: 12px;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 75px;
  height: 35px;
  padding: 3px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  background: #fdc800;
  color: #002147;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .courses-box3 .single-item-wrapper .courses-content-wrapper .courses-fee {
    top: 15px;
    bottom: inherit;
    font-size: 18px;
    height: 30px;
  }
}
.courses-box3 .single-item-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -moz-box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 0px 20px 5px rgba(218, 218, 218, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.courses1-area {
  padding: 40px 0 30px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses1-area {
    padding: 78px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses1-area {
    padding: 68px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses1-area {
    padding: 58px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses1-area {
    padding: 48px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .courses1-area {
    padding: 38px 0 10px;
  }
}
.courses2-area {
  padding: 88px 0 100px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses2-area {
    padding: 78px 0 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses2-area {
    padding: 68px 0 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses2-area {
    padding: 58px 0 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses2-area {
    padding: 48px 0 60px;
  }
}
@media only screen and (max-width: 320px) {
  .courses2-area {
    padding: 38px 0 50px;
  }
}
.courses-page-area1 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area1 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area1 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area1 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area1 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area1 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .courses-page-area1 .courses-img-wrapper {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .courses-page-area1 .courses-img-wrapper img {
    width: 100%;
  }
}
.courses-page-area2 {
  padding: 50px 0 30px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area2 {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area2 {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area2 {
    padding: 70px 0 40px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area2 {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area2 {
    padding: 50px 0 20px;
  }
}
.courses-page-area3 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area3 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area3 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area3 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area3 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area3 {
    padding: 50px 0;
  }
}
.course-details-inner {
  padding: 30px 60px;
  background: #ffffff;
}
.course-details-inner ul.course-feature:after {
  clear: both;
  content: "";
  display: block;
}
.course-details-inner ul.course-feature li {
  width: 32%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .course-details-inner ul.course-feature li {
    width: 100%;
  }
}
.course-details-inner ul.course-feature li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: #fdc800;
}
.course-details-comments {
  margin-bottom: 50px;
}
.course-details-comments .media {
  padding-bottom: 8px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media {
    margin-bottom: 0;
  }
}
.course-details-comments .media:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media a {
    float: none!important;
  }
}
.course-details-comments .media a img {
  height: 100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media .media-body {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media .media-body {
    padding-left: 0;
    padding-right: 5px;
  }
}
.course-details-comments .media .media-body h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.course-details-comments .media .media-body h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-comments .media .media-body h3 a:hover {
  color: #fdc800;
}
.course-details-comments .media .media-body h4 {
  color: #ffffff;
  background: #002147;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
.course-details-comments .media .media-body p {
  color: #757575;
  text-align: justify;
}
.course-details-comments .media .media-body .replay-area {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 3;
}
@media only screen and (max-width: 479px) {
  .course-details-comments .media .media-body .replay-area {
    right: 10px;
  }
}
.course-details-comments .media .media-body .replay-area ul li {
  display: inline-block;
}
.course-details-comments .media .media-body .replay-area ul li i {
  color: #fdc800;
}
.leave-comments .form-group {
  margin-bottom: 20px;
}
.leave-comments .form-group .form-control {
  border-radius: 0;
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}
.leave-comments .form-group input {
  height: 45px;
  color: #212121;
  font-weight: 500;
  border-right: 1px solid #e5e5e5!important;
  border-bottom: 1px solid #e5e5e5!important;
}
.leave-comments .form-group textarea {
  border-right: 1px solid #e5e5e5!important;
  border-bottom: 1px solid #e5e5e5!important;
}
.leave-comments .rate-wrapper {
  display: inline-block;
  margin: 5px 0;
}
.leave-comments .rate {
  float: left;
  color: #f5f5f5;
  cursor: pointer;
}
.leave-comments .rate:hover,
.leave-comments .rate.selected {
  color: #fdc800;
}
.leave-comments .rate-label {
  float: left;
  color: #002147;
  margin-right: 10px;
  margin-left: 0;
}
.leave-comments .rate-item {
  float: left;
  cursor: pointer;
  margin: 0px 5px 0px 5px;
}
.leave-comments .rate-item:hover ~ .rate-item,
.leave-comments .rate-item.active ~ .rate-item {
  color: #f5f5f5;
}
.courses-page-area4 {
  padding: 100px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area4 {
    padding: 90px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area4 {
    padding: 80px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area4 {
    padding: 70px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area4 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area4 {
    padding: 50px 0;
  }
}
.course-details-inner {
  padding: 20px 30px 30px;
  background: #ffffff;
}
@media only screen and (max-width: 479px) {
  .course-details-inner {
    padding: 20px 15px 30px;
  }
}
.course-details-inner .course-details-tab-area {
  margin: 30px 0 0;
  overflow: hidden;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
  background: #f5f5f5;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
  display: inline-block;
  margin: -1px;
  background: transparent;
  border-right: 1px solid #cdcdcd;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li {
    display: block!important;
    padding: 0;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
  display: block;
  color: #002147;
  padding: 20px 30px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    padding: 20px 17px;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area ul.course-details-tab-btn > li a {
    display: block!important;
  }
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:hover {
  background: #002147;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn > li:hover a {
  color: #ffffff;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active {
  background: #002147;
}
.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a {
  color: #ffffff;
  text-decoration: none;
}
.course-details-inner .course-details-tab-area .tab-content {
  padding: 35px 0 15px 0;
  margin-top: 0;
}
.course-details-inner .course-details-tab-area ul.course-feature:after {
  clear: both;
  content: "";
  display: block;
}
.course-details-inner .course-details-tab-area ul.course-feature li {
  width: 49%;
  box-sizing: border-box;
  float: left;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area ul.course-feature li {
    width: 100%;
  }
}
.course-details-inner .course-details-tab-area ul.course-feature li:before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
  font-size: 20px;
  border-radius: 50%;
  z-index: 1;
  line-height: 1.3;
  color: #fdc800;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li {
    display: block;
    text-align: center;
    clear: both;
    margin-bottom: 30px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li:last-child {
  margin-bottom: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-img img {
    margin: 0 auto 15px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content {
  -webkit-box-flex: 6;
  -moz-flex: 6;
  -webkit-flex: 6;
  flex: 6;
  margin-right: 10px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-content h4 a:hover {
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
  -webkit-box-flex: 7;
  -moz-flex: 7;
  -webkit-flex: 7;
  flex: 7;
}
@media only screen and (max-width: 991px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule {
    float: inherit;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
  width: 100px;
  display: inline-block;
  border-right: 1px solid #cdcdcd;
  margin-right: 15px;
  height: 58px;
}
@media only screen and (max-width: 479px) {
  .course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li {
    margin-right: 10px;
  }
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li:last-child {
  border-right: none;
  margin-right: 0;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-schedule ul li h4 {
  font-size: 16px;
  color: #002147;
  margin-bottom: 5px;
}
.course-details-inner .course-details-tab-area .course-details-skilled-lecturers ul li .skilled-lecturers-details {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.related-courses-title-area {
  margin: 30px 0 0 0;
  background: #ffffff;
}
.related-courses-title-area h3 {
  padding: 12px 20px;
  color: #002147;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.related-courses-carousel .owl-controls .owl-nav {
  top: -74px;
  right: 25px;
}
.courses-page-area5 {
  padding: 100px 0 70px;
  background: #f5f5f5;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .courses-page-area5 {
    padding: 90px 0 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .courses-page-area5 {
    padding: 80px 0 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .courses-page-area5 {
    padding: 70px 0 69px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .courses-page-area5 {
    padding: 60px 0 59px;
  }
}
@media only screen and (max-width: 320px) {
  .courses-page-area5 {
    padding: 50px 0 49px;
  }
}

.related-post {}
.related-post .btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}
.related-post .item {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fafafa;
  box-shadow: 5px 5px #eee;
}
.related-post .img {
  width: 100px;
  height: 80px;
  background-size: 300px !important;
  float: left;
  margin-right: 15px;
}
.related-post h5 {
  font-size: 14px;
  margin-bottom: 0;
}

.learning-outcomes li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #444444;
}
.learning-outcomes li:last-child {
  margin-bottom: 0;
}
.learning-outcomes li:before {
  content: "\f105";
  background: #002147;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 14px;
  text-align: center;
  z-index: 1;
  font-family: FontAwesome;
}
.curriculum-wrapper .panel-default {
  margin-top: 0!important;
  border-radius: 0!important;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default:last-child {
  border-bottom: 0;
}
.curriculum-wrapper .panel-default .panel-heading {
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a {
  padding: 13px 15px 15px;
  display: block;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li {
  border-top: none;
  display: inline-block;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(1n) i {
  margin-right: 10px;
  color: #fdc800;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(2n) {
  margin-right: 30px;
  color: #888888;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(3n) {
  font-size: 16px;
  color: #002147;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 991px) {
  .curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) {
    display: none;
  }
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) i {
  margin-right: 10px;
  color: #888888;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .panel-title a ul li:nth-child(4n) span {
  color: #002147;
  font-weight: 500;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.curriculum-wrapper .panel-default .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f106";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #828282;
  font-size: 18px;
  z-index: 1;
}
.curriculum-wrapper .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f107";
  font-family: FontAwesome;
}
.curriculum-wrapper .panel-default .panel-collapse {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .panel-body {
  text-align: justify;
  padding: 0 75px 20px 45px;
  border-top: 0!important;
  color: #444444;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .curriculum-wrapper .panel-default .panel-body {
    padding: 0 15px 15px;
  }
}
.curriculum-wrapper .panel-default .active {
  background: #f5f5f5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(1n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(2n) {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.curriculum-wrapper .panel-default .active .panel-title a ul li:nth-child(4n) i {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blink{
    animation:blink 1s infinite;
}
@keyframes blink{
  0% {
    color: #ff2525;
}

25% {
    color: #ffffff;
}

50% {
    color: #dc3545;
}

75% {
    color: #fffdfd;
}

100% {
    color: #b9aeae;
}
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:5px;
	left:10px;
	background-color:#167ac6;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float1{
	margin-top:16px;
}
/**=========================
	END BACK TO TOP BTN
=========================**/

#scrool
{
    padding-top: 10px;
    padding-bottom: 5px;
    background-color:#fee000;
    color: #212529;
}

#about-us{
	font-size: 20px;
    /* color: #fff; */
    font-weight: 300;
    line-height: 1.5em;
    text-align: justify;
    /* padding: 5px; */
    /* font-weight: 600; */
	font-family: poppins;
}

#mt-60 .blog-title{
	text-align: center;
    margin-top: 20px;
	letter-spacing: 1.5px;
}

#mt-60 .blog-title a{
	font-size: 16px;
    font-family: poppins;
    font-weight: 900;
	    color: #0071bd;
}

.products-box #sec-row{
	margin-top: 25px;
}
 .table tbody tr td {
    /* text-align: center !important; */
    vertical-align: middle;
    padding: 30px 10px;
    border: 1px solid # !important;
    border-bottom: 1px solid !important;
    color: #fff;
   text-align: left;
   font-family: poppins;
   background: #0071bd;
}
#profile{
	padding: 100px 0 0;
	background: #fff;
}

#pro_info li{
	color: #2C464F;
}
