*{
    outline: unset !important;
}
html
{
    overflow-x:hidden;
}

body {
    line-height: 20px;
    font-family:  'Mulish', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
}



/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 700;font-family:  'Mulish', sans-serif;}

h1
{
    font-size:50px;
    font-weight:600;
}
h2 {
    font-size: 42px;
    color: #000000;
    font-weight: 800;
}
h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.8;
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}


.topinfo {
    background-color: #0f75bc;
    padding: 8px 18px;
    clip-path: polygon(7% 0%, 230% 0, 220% 100%, 0% 100%);
    padding-left: 50px;
    position: relative;
    overflow: unset;
}

.topinfo ul {
    display: flex;
}

.topinfo ul li {
    color: #fff;
    font-size: 15px;
    margin-right: 26px;
}

.topinfo:after {
    content: "";
    width: 1000px;
    position: absolute;
    background-color: #0f75bc;
    height: 100%;
    left: 90%;
    top: 0;
    z-index: 9;
}


.topbar .right:before{
	content: "";
	width: 1000px;
	position: absolute;
	background-color: #6ba546;
	height: calc(100% + 4px);
	left: 3px;
	top: 0;
	z-index: -1;
	clip-path: polygon(4.5% 0%, 230% 0, 220% 100%, 0% 100%);
}


ul.navbar-nav.navbar li {
    margin-left: 5px;
}

ul.navbar-nav.navbar li a {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    padding: 12px 13px !important;
    text-transform: uppercase;
    border-radius: 7px;
}

ul.navbar-nav.navbar li a.active , .btn{
    color: #fff !important;
    background: 1a87d7;
    background: linear-gradient(184deg, #1e8ddf 0%, #1079c6 35%);
}
ul.navbar-nav.navbar  .btn{
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
}
ul.navbar-nav.navbar li a {margin-top: 0px;display: block;color: #fff;}

.head ul.navbar-nav.navbar {
    margin-top: 29px;
}
.banner{
	
position: r;
	
background-image: url('../images/banner.jpg');
	
padding: 16em 0 7em;
	
background-size: cover;
	
position: relative;
}
.head {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
}

section.banner h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    margin: 10px 0;
}

section.banner p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.btn {
    padding: 15px 30px;
    font-weight: 800;
    font-size: 17px;
}

.btn.white {
    background: #fff;
    color: #0f75bc !important;
}

.bannerform {
    padding: 40px 30px;
    background-color: #6aa345;
    border-radius: 15px;
    background-image: url('../images/form-bg.png');
    background-size: cover;
}

.bannerform h3 {
    color: #fff;
    font-size: 37px;
    font-weight: 900;
    line-height: 1.2;
    margin: 10px 0 20px;
}

.banner h6 {
}

.bannerform input , .bannerform textarea {
    width: 100%;
    padding: 26px 15px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

button {
    background-color: #0f75bc;
    border: 0;
    padding: 18px 40px;
    font-weight: 800;
    font-size: 17px;
    border-radius: 5px;
    color: #fff !important;
}

.banner > .container > .row {
    display: flex;
}

.banner > .container > .row > div {
    margin-top: auto;
    margin-bottom: auto;

}
.banner:after{content:"";background-image: url('../images/banner-dots.png');position: absolute;/* background-color: red; */height: 240px;width: 120px;right: 7%;background-repeat: no-repeat;background-position: center;top: 87%;}
.innovative:before{content:"";width: 200px;height: 100px;position: absolute;left: 0;top: -1px;background-image: url('../images/banner-after.png');background-repeat: no-repeat;}
section.innovative {
    text-align: center;
    padding: 80px 0;
    position: relative;
}

h4 {
    color: #000000;
    font-size: 37px;
    font-weight: 900;
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

section.innovative h4:after {
    content: "";
    width: 110px;
    height: 6px;
    position: absolute;
    background-color: #0f75bc;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

section.innovative img {
    margin-top: 80px;
}
.coursehead {
    height: 240px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.coursecontent {
    text-align: center;
    padding: 22px 30px 10px;
    min-height: 190px;
}

.coursecontent h5 {
    color: #000;
    font-weight: 800;
    font-size: 22px;
    margin: 15px 0;
}

.coursecontent p {
    color: #444444;
    line-height: 1.5;
}

.coursebox {
    margin: 20px 0;
    box-shadow: 0px 5px 10px #00000017;
    background-color: #fff;
}

a.gotolink {
    display: table;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-color: #0f75bc;
    position: relative;
    top: 25px;
    border-radius: 60px;
    text-align: center;
}

a.gotolink img {
    margin-top: 15px;
}

section.topcourses {
    text-align: center;
    padding-bottom: 50px;
}
.coursesrow:before{content: "";width: 280px;height: 270px;position: absolute;left: 86%;top: -70px;background-image: url('../images/top-courses-before.png');background-repeat: no-repeat;}
.coursesrow:after{content: "";width: 200px;height: 200px;position: absolute;top: 71%;right: 89%;z-index: -2;border: 34px solid #0f75bc;border-radius: 180px;}


.coursesrow {
    position: relative;
    clear: both;
    display: table;
}

.coursebox:hover .gotolink {
    background-color: #000;
}

.coursebox:hover .coursehead img {
    transform: scale(1.3);
}

.coursehead img {
    transition: 1.4s linear 0s;
}

.coursebox:hover {
    box-shadow: 0px 10px 10px #00000017;
}
section.whychoose {
    padding: 50px 0;
}

.center {
    text-align: center;
}

.choosethumb {
    display: table;
    margin: 50px auto;
    width: 450px;
    position: relative;
}

.choosethumb strong {
    position: absolute;
    top: 0;
    font-size: 120px;
    color: #fff;
    font-weight: 900;
    right: 0;
    line-height: 0.7;
    opacity: 0.3;
}

.choosethumb:before {
    content: "";
    width: 120px;
    height: 110px;
    position: absolute;
    bottom: 84%;
    right: -40px;
    background-image: url(../images/choose-before.png);
    background-repeat: no-repeat;
    z-index: -1;
}

.choosethumb:after {
    content: "";
    width: 76px;
    height: 73px;
    position: absolute;
    bottom: -34px;
    right: 92%;
    background-image: url('../images/choose-after.png');
    z-index: -1;
    background-repeat: no-repeat;
}

section.whychoose h5 {
    color: #000000;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}
section.whychoose h4 {
    margin-bottom: 80px;
}
section.whychoose li {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
    background-image: url('../images/choose-checkboxes.png');
    background-repeat: no-repeat;
    padding: 5px 0;
    padding-left: 44px;
    background-position: left;
}

section.whychoose ul {
    margin-top: 50px;
    clear: both;
    display: block;
}
section.whychoose > .container > .row {
    display: flex;
}

section.whychoose > .container > .row > div {
    margin-top: auto;
    margin-bottom: auto;
}

section.reviews {
	    background-image: url('../images/reviews-bg.jpg');
	    padding: 100px 0;
	    text-align: center;
	    position: relative;
}

section.reviews:before {
    content: "";
}

section.reviews:after {
    content: "";
}
.owl-carousel .owl-item img {
    width: unset;
    display: table;
    margin: 0 auto;
}

section.reviews h2 {
    margin-bottom: 40px;
}

div#reviewslider p {
    padding: 0 10em;
}

.testimthumb {
    margin-top: 30px;
}

div#reviewslider strong {
    margin: 16px 0;
    font-size: 20px;
    font-weight: 900;
    display: block;
}

div#reviewslider .owl-controls {
    margin-top: 50px;
}
section.reviews:before {
    content: "";
    width: 160px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0px;
    background-image: url('../images/reviews-after.png');
    background-repeat: no-repeat;
}

section.reviews:after {
   content: "";
   width: 120px;
   height: 190px;
   position: absolute;
   left: 0;
   top: 10%;
   background-image: url('../images/reviews-before.png');
   background-repeat: no-repeat;
}
a.logo img {
    filter: brightness(0) invert(1);
}
footer {
    background-color: #0075bb;
    padding: 70px 0 50px;
    text-align: center;
    background-image: url('../images/footer-bg.jpg');
}

footer p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

footer img {
    margin-bottom: 30px;
}