@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


/*
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
*/


button::-moz-focus-inner {  border: 0;}
a:focus {     outline: none; }
button:focus {     outline: none; }
::-moz-focus-inner {border:0;}
:focus, :active {    outline: 0;    border: 0;}



select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background-image: url(../images/small-down-arrow.png);
   background-repeat: no-repeat;
   background-position: 95% center;
}




body {color: #666; margin: 0px; font-family: poppins; font-size: 15px; font-weight: 300; line-height: 26px; margin: 0px 0px 0px 0px; }

html {  scroll-behavior: smooth;}


a{transition: all 0.5s ease-in 0s; text-decoration:none!important; outline:none; color: #000;}

a:focus, a:active,  a, focus, select {border:0px; outline:none;}

.clear{clear:both;}

p{margin-top:0px; text-align: left;}

img {border:0px;}

form{margin:0px;}

input {outline:none;}

* {box-sizing:border-box; }



.red {color:#ed3237;}

.blue {color:#334e96;}

strong, b {font-weight:600;}

.back-button {display:inline-block; padding:10px 30px 10px 20px; background-color:#334e96; color:#fff!important; text-align:center; font-weight:500; border-left:3px solid #ed3237; margin-top:100px;}





.logo {display:inline-block; margin:10px 0px;}

.logo a, .logo img {display:block;}

.top-right-icons {display:inline-block; float:right; margin-top:30px;}

.top-right-icons a  {display:inline-block; }

.top-right-icons a img {display:inline-block; }

.top-right-icons .cart-item {display:block; width:14px; height:14px; color:#fff; border-radius:100px; background-color:#ed3237; font-size:9px; font-weight:400; text-align:center; line-height:16px; position:absolute; margin:18px 8px;}

.login-button {display:inline-block; background-color:#ed3237; color:#fff; padding:5px 20px; border-radius:1000px; float:left; margin-right:10px; margin-top:-3px; font-weight:500;}

.login-button:hover {background-color:#334e96; color:#fff;}



.menu {display:table; background-color:#334e96; width:100%;  }

.menu  a {color:#334e96; display:inline-block; text-align:center;  color:#fff; font-size:14px; padding:10px 0px; font-weight:500; width:16.6%; border-left:1px solid #5770b3; float:left;  }

.menu  a:last-child {border-right:1px solid #5770b3;} 

.menu  a:hover  {background-color:#ed3237;}





.contact-box {border:1px solid #334e96; width:100%; display:table; margin-bottom:20px;}

.contact-box h4 {margin:0px; background-color:#334e96; color:#fff; font-size:14px; text-transform:uppercase; font-weight:600; padding:5px 10px; border-bottom:2px solid #ed3237; }

.contact-box p {padding:10px; margin:0px; min-height:100px;}

.contact-box span {padding:15px 10px; margin:0px;  display:block;}




.homebanner {display:table; width:100%; height:300px; background-image:url(../images/banner.jpg); background-position:center top; padding-top:50px; }

.homebanner h1 { font-size:49px; color:#334e96; margin:0px; font-weight:800; line-height:120%;}

.homebanner h2 {font-size:34px; color:#ed3237; margin:0px; line-height:120%; margin-bottom:38px; text-align:left; }

.homebanner p {font-weight:600; line-height:20px; color:#334e96; margin-left:60px;}





.courses {padding:50px 0px; display:table; width:100%;}

.small-head {font-size:14px; text-transform:uppercase; color:#ed3237; font-weight:700; text-align:center; display:block; letter-spacing:2px;  }

h2 {text-align:center; font-size:36px; color:#334e96; margin:0px; line-height:120%;}

.text-center {text-align:center;}

.blue {color:#334e96;}

.gray-small-box {background-image:url(../images/gray-bg1.png); background-size:100% 100%; padding:40px; border-radius:10px; text-align:center; height:220px; margin:20px 0px;}

.gray-small-box h5 {color:#334e96; font-size:16px;}


.reverse {background-image:url(../images/red.png); background-size:100% 100%; color:#fff; padding:12px 20px; border-radius:5px;}







.course-box {width:30.3%; float:left; margin:1.5%; border-radius:10px;  border:1px solid #ddd; transition: all 0.5s ease-in 0s;}

.course-box:hover {box-shadow:0px 0px 20px 0px #ccc; }

.course-box  img {display:block; width:100%; border-radius:10px 10px 0px 0px;}

.course-box h2 {color:#fff; font-size:18px; position:absolute; padding:25px; width:280px; text-align:left; line-height:140%;}

.course-box h2 .small {font-size:14px; line-height:20px; display:block;}

.course-box .price { display:block; color:#334e96; font-weight:500; font-size:18px; text-align:center;}

.course-box .enroll-button {display:block; width:200px; font-weight:600; text-align:center; padding:15px; background-image:url(../images/red.png); background-size:100% 100%; color:#fff;  margin:20px auto 50px auto; border-radius:5px;}

.course-box .enroll-button:hover {background-size:200% 200%; background-position:right center;}

.course-box .listing {padding:0px;  height:250px; width:80%; margin:20px auto 0px auto; font-size:14px; line-height:150%; color:#334e96;}

.course-box .listing li {margin-bottom:5px; list-style-image:url(../images/bullet.png); padding-left:8px;}


.listing2 {padding:0px;   width:80%; margin:20px auto 0px 20px; font-size:14px; line-height:150%; }

.listing2 li {margin-bottom:5px; list-style-image:url(../images/bullet2.png); padding-left:8px;}




.with-hline {display:block; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:30px 0px;}

.with-hline h2{ font-size:24px; line-height:150%; }

.with-hline h3{ font-size:24px; line-height:150%; text-align:center; color:#ed3237; }


h4 { color:#334e96; font-size:18px;}



.gray-box-big {background-image:url(../images/gray-bg2.png); border-radius:10px; clear:both; padding:40px!important; display:table; width:100%;}

.gray-box-big h2 {width:50%; text-align:left; float:left; margin-top:10px;}

.gray-box-big h4.blue {width:200px; background-color:#334e96; color:#fff; padding:30px; font-size:20px; line-height:150%; float:right; margin-left:40px;}

.gray-box-big h4.red {width:200px; background-color:#ed3237; color:#fff; padding:30px; font-size:20px; line-height:150%; float:right;  margin-left:40px;}





.tag { display:block; margin:20px auto; width:750px; background-color:#ed3237; color:#fff; font-weight:700; text-align:center; padding:0px; line-height:55px;  }

.tag span {display:inline-block; background-image:url(../images/tag.png); width:146px; float:left;}

.copyright {background-color:#334e96; padding:20px; text-align:center; border-top:4px solid #ed3237; color:#fff; font-size:12px; text-transform:uppercase; line-height:140%; letter-spacing:1px; }

.copyright a {color:#fff; border-bottom:1px solid #fff; display:inline-block; margin:0px 10px;}







.insidebanner {background-color:#eee; }

.insidebanner h1 {color:#334e96; margin:0px 0px; line-height:150%; font-size:24px; line-height:70px;}

.insidebanner h1.single-line-title {line-height:85px;}

.insidebanner img {float:right;}

.insidebanner span {color:#ed3237; font-weight:600; font-size:12px; margin-top:-22px; display:block;}

#mycart {padding-left:0px; padding-right:0px;}

#mytotal {padding-right:0px;}

.inside-content {padding:30px 0px;}

.cart-table {width:100%; border-collapse:collapse; color:#000;}

.cart-table th {padding:10px; border:1px solid #334e96; text-align:left; background-color:#334e96; color:#fff; border-bottom:3px solid #ed3237; }

.cart-table td {padding:10px; border:1px solid #ccc;}

.cart-table tr:nth-child(even) {background-color:#f8f8f8;}

.cart-table tr:nth-child(odd) {background-color:#f1f1f1;}

.cart-table strong {color:#000;}

.total-right {text-align:right; border:0px!important; padding-right:20px!important; background-color:#fff; }

.red-box {background-color:#ed3237; color:#fff!important; border:1px solid #ed3237!important;}

.red-box strong {color:#fff;}

#note {background-color:#eee; padding:10px 20px!important;}

#note strong {color:#ed3237;}

.checkout-button {display:block; margin:30px auto; border:0px; background-color:#334e96;  color:#fff; font-family:poppins; font-size:16px; font-weight:400; padding:13px 20px; width:200px; cursor:pointer; transition: all 0.5s ease-in 0s;}

.checkout-button:hover {background-color:#ed3237;}


.proceed-button {display:block; margin:0px auto; border:0px; background-color:#00d566;  color:#fff; font-family:poppins; font-size:16px; font-weight:400; padding:13px 20px; width:100%; cursor:pointer; transition: all 0.5s ease-in 0s;}

.proceed-button:hover {background-color:#ed3237;}

input[type=submit]:disabled, .proceed-button:disabled { background-color:#000; opacity:0.5; filter: grayscale(100%);}


.textbox1 {width:100%; border:1px solid #ddd; background-color:#f7f7f7; padding:10px; margin-bottom:5px; font-family:poppins;}


.myCheckbox-area{display:table; width:100%; margin:20px 0px; clear:both; font-size:13px;}

.myCheckbox-area input {margin-bottom:20px; float:left; margin-right:10px; margin-top:6px;}

.myCheckbox-area a {color:#334e96; border-bottom:1px solid #334e96;}







/* Grid */


.grid-1280 {display:table; width:100%; margin:auto; max-width:1140px;  }

.row {width: 100%; display: table; }

.col-1-of-12 {width: 8.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-11 {width: 9.09%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-10 {width: 10%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-9 {width: 11.11%; float: left; padding-left: 15px; padding-right: 15px; }

.col-8-of-9 {width: 88.89%; float: left; padding-left: 15px; padding-right: 15px; }

.col-7-of-9 {width: 77.78%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-9 {width: 66.67%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-9 {width: 55.56%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-9 {width: 44.45%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-9 {width: 33.34%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-9 {width: 22.23%; float: left; padding-left: 15px; padding-right: 15px; }


.col-1-of-8 {width: 12.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-7-of-8 {width: 87.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-8 {width: 75%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-8 {width: 62.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-8 {width: 50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-8 {width: 37.50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-8 {width: 25%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-7 {width: 14.28%; float: left; padding-left: 15px; padding-right: 15px; }

.col-6-of-7 {width: 85.68%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-7 {width: 71.4%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-7 {width: 57.12%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-7 {width: 42.84%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-7 {width: 28.56%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-6 {width: 16.66%; float: left; padding-left: 15px; padding-right: 15px; }

.col-5-of-6 {width: 83.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-6 {width: 66.64%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-6 {width: 49.98%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-6 {width: 33.32%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-5 {width: 20%; float: left; padding-left: 15px; padding-right: 15px; }

.col-4-of-5 {width: 80%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-5 {width: 60%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-5 {width: 40%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-4 {width: 25%; float: left; padding-left: 15px; padding-right: 15px; }

.col-3-of-4 {width: 75%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-3 {width: 33.33%; float: left; padding-left: 15px; padding-right: 15px; }

.col-2-of-3 {width: 66.66%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-2 {width: 50%; float: left; padding-left: 15px; padding-right: 15px; }

.col-1-of-1 {width: 100%;  padding-left: 15px; padding-right: 15px; }


.content {display: block; padding: 10px 0px; background-color: #eee; text-align: center; font-size: 10px; color: #000; border: 1px solid #ccc;}


/* Grid */




















/* Scroll Top */

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:0px;
	right:0px;	
	z-index:99;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	padding:0;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
	background-color: #ed3237;
}

.scroll a {padding:25px 0px 0px 0px; display:block; color:#fff; height:50px; width:50px;}

.scroll a span {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block;
  margin:auto;
  animation: buttonarrow 0.6s infinite alternate ease-in-out;
}


@keyframes buttonarrow {
	0% {
		transform: translateY(0);
		opacity: 1.0
	}
	100% {
		transform: translateY(-0.5em);
		opacity: 1.0
	}
}

/* Scroll Top */









/* responsive menu */

.responsive-menu-icon { display:none;}


.responsive-menu-icon {
    display: block;
    cursor: pointer;
    background-color:#000;
    width: 66px;
    height: 66px;
    position: fixed;
    right: 0;
    top: 0px;
    padding: 22px;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
    z-index: 1000;
}

.bar1, .bar2, .bar3 {
    width: 23px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -5px);
}


/* responsive menu */









