@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
/* font-family: "Google Sans Flex", sans-serif; */
*{margin:0; padding:0; transition:all 0.5 ease-in; -webkit-transition:all 0.5 ease-in; -moz-transition:all 0.5 ease-in; -o-transition:all 0.5 ease-in; -ms-transition:all 0.5 ease-in;box-sizing: border-box !important;}
html {scroll-behavior: smooth;height: 100%;}
body{font-style: normal;padding: 0;margin: 0;font-family: "Google Sans Flex", sans-serif;background-color: #fff;font-size: 16px;line-height: 27px;color: #575757;position: relative;overflow-x: hidden; font-weight: 400; }
.container {max-width: 1590px;position:relative;}
.customcontainer {width: 95%;max-width: 1600px;margin: 0 auto !important;position:relative;}
img{max-width:100%;}
.clearfix{clear:both;}
a:-webkit-any-link:focus-visible {outline: none;}
input:focus-visible {outline: none;}
a{color:#FA6400;text-decoration:none;transition: all 0.5s ease-in-out 0s;}
a:hover{color:#2355CA;text-decoration:none;}
ul, li{list-style-type:none; padding:0; margin:0; color: #121212;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;color: #121212;}
p, ul, li{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {padding-bottom: 15px; font-weight: 600;}
p{padding:0 0 25px;font-size: 16px;line-height: 25px; font-weight: 400;}
video {object-fit: fill;}

h1 {
    font-size: 60px;
    line-height: 72px;
    padding-bottom: 10px;
}
h1 span {
    color: #2355CA;
    font-size: 16px;
    display: block;
    line-height: 30px;
}
h1 span strong {
    font-weight: 500;
    background: #fff;
    padding: 4px 30px;
    display: inline-block;
    margin: 0 0 20px;
    border-radius: 32px;
    border: 1px solid #d1d4ff;
}
h2 {font-size: 48px;line-height: 55px; padding-bottom: 15px; font-weight: 500;}
h2 span {
    color: #2355CA;
    font-size: 16px;
    display: block;
    line-height: 30px;
}
h2 span strong {
    font-weight: 500;
    background: #fff;
    padding: 4px 30px;
    display: inline-block;
    margin: 0 0 20px;
    border-radius: 32px;
    border: 1px solid #d1d4ff;
}
/* section style */
header {
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.header.scrolled {
    z-index: 999;
}
header.scrolled {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    backdrop-filter: blur(10px);
}
.topheader {
    background: #2933AA;
    color: #fff;
    padding: 6px 0;
    font-weight: 500;
}
.innertopheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.innertoplink ul {
    display: flex;
}
.innertoplink ul li {
    padding: 0 15px 0 0;
}
.innertoplink ul li a {
    color: #fff;
}
.innertoplink ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.announcement a{
    background-color: #FA6400;
    padding: 8px 20px;
    display: inline-block;
}
.announcement a {
    background-color: #FA6400;
    padding: 3px 16px;
    display: inline-block;
    color: #fff;
    margin: 0 9px;
    border-radius: 25px;
}
.toppart {
    background: url(../images/bannerbg.jpg) no-repeat 0 0;
    padding: 0 0 55px;
    background-size: cover;
}
.bottomheader {
    padding: 20px 0 20px 0;
}
.bottominnerheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logosec {
    display: flex;
    align-items: center;
}
.coursebut {
    margin: 0 0 0 35px;
    position: relative;
}
.coursebut a {
    background-image: linear-gradient(to right, #fa4601, #fa6400);
    padding: 6px 13px;
    display: block;
    border-radius: 8px;
    color: #ffff;
    
}
.coursebut .coursedropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 40px;
    width: 360px;
    padding: 10px 15px 10px 15px;
    background: #f3f4f8;
    border-radius: 9px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
}
.coursebut:hover .coursedropdown {
    visibility: visible;
    opacity: 1;
}
.coursebut:hover .coursedropdown ul li a {
    background: none;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    line-height: 19px;
    border-bottom: 1px solid #d7d6d6;
    padding: 8px 14px 8px 0;
    position: relative;
    font-size: 15px;
    transition: none;
    display: block;
    transition: none;
}
.coursebut:hover .coursedropdown ul li a:hover {
    color: #fa6400;
   
}
.coursebut:hover .coursedropdown ul li:last-child a{
    border-bottom: none;
}

.rightbutton{display: flex; align-items: center;}
.loginlink {padding-right: 25px;}
.loginlink span{
    position: relative;
    top: 2px;
}
a.loginlink {color: #121212; font-weight: 500;}
a:hover.loginlink{color: #fa6400;}


.solid-button {
display:inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border-radius: 12px;
  text-align: center;
  font-size: 17px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s;
  box-sizing: border-box;
  background-color: #fa4601;
  font-weight: 500;
}

.solid-button span{padding-left: 8px;}

.solid-button:hover {
    background-color: #2933AA;
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.line-button {
display:inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  border-radius: 12px;
  text-align: center;
  font-size: 17px;
  padding: 8px 25px;
  color: #FA6400;
  text-decoration: none;
  transition: all 0.25s;
  box-sizing: border-box;
  background: transparent;
  transition: all 0.5s;
  border: 1px solid #FA6400;
  font-weight: 500;
}

.line-button span{padding-left: 8px;}

.line-button:hover {
  background-color: #2933AA;
  color: #fff;
  border: 1px solid #2933aa;
}


.mr-3 {margin-right: 10px;}





.bannersection {
    padding: 200px 0 80px;
}
.bannersection p {
    color: #000;
    padding: 0 0 20px;
}
.bannersection ul {
    padding: 0 0 25px;
}
.bannersection ul li {
    font-size: 18px;
    padding: 0 0 10px 31px;
    background: url(../images/green-bullet.png) no-repeat 0 3px;
    font-weight: 500;
}
.bannervideo{
    height: 565px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.bannervideo video{
    height: 570px;
}
.playbutton {
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    top: 50%;
    background: rgba(255,255,255,0.7);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    font-size: 33px;
    border-radius: 50%;
    color: #FA6400;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.55);
    animation: fade infinite 1500ms linear;
    z-index: 9;
}

@keyframes fade {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4),
      0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    box-shadow: 0 0 0 15px #00000000, 0 0 0 30px #ffffff00;
  }
}






.studentsec {
    position: absolute;
    left: -30px;
    top: -27px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: translateX2 2s infinite alternate;
    font-size: 14px;
}
.studentsec div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
}
.studentsec div {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 13px;
    padding-top: 4px;
    color: #000;
}
@keyframes translateX2{
	0% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translatX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}




.onlinecourse {
    position: absolute;
    right: 0;
    top: 35%;
    background: #fff;
    padding:15px 20px;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: translateX 2s infinite alternate;
    font-size: 14px;
}
.onlinecourse div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    padding-bottom: 5px;
}
.onlinecourse div {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 13px;
    padding-top: 4px;
    color: #000;
}
@keyframes translateX{
	0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}





.googlereview {
    position: absolute;
    right: 30%;
    bottom: -30px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: translateY 2s infinite alternate;
    font-size: 14px;
    border: 2px solid #fae4a2;
}
.googlereview div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
}
.googlereview div {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    padding-left: 13px;
    padding-top: 4px;
    color: #000;
}
@keyframes translateY{
	0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translatXY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.sectionpadding2{
    padding: 80px 0 0;
}

.stateinner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
}
.stateinner {
    background: #fff;
    padding: 35px 60px;
    box-shadow: -2px -16px 38px -38px rgba(0,0,0,0.5);
    margin-top: -55px;
    border-radius: 12px;
}
.stateinner ul li {
    position: relative;
    padding: 15px 20px 0 82px !important;
    background: none !important;
}
.stateinner ul li img {
    position: absolute;
    left: 0;
    top: 7px;
}
.stateinner ul li span {
    display: block;
    font-size: 40px;
    padding: 0 0 9px;
    font-weight: 600;
}

.categorysection {
    padding: 80px 0;
}

.sectionpadding{
    padding: 0 0 80px;
}
.sectionpadding1{
    padding: 80px 0 80px;
}
.categorybox {border-radius: 15px; margin-bottom: 10px; margin-top: 15px; transition: all 0.5s ease-in-out 0s;}
.categorybox a{
    padding:40px 20px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.categorybox:hover{transition: all 0.5s ease-in-out 0s;
    transform: scale(1.04);
    box-shadow: 0 0 20px #e0e0e0;}
.categorybox a img{margin-left: 20px;}
.categorybox a h5 {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.color1{
    background-color: #27BD65;
}
.color2{
    background-color: #2F57EF;
}
.color3{
    background-color: #E43171;
}
.color4{
    background-color: #8346FC;
}
.color5{
    background-color: #1DADE8;
}
.color6{
    background-color: #FF4D4D;
}
.color7{
    background-color: #E6B727;
}
.color8{
    background-color: #1AB69D;
}

.popularcoursesection .text-right{
    text-align: right;
}

.populardivinner h4{font-size: 24px; padding: 0 0 25px; line-height: 35px;}
.populardivinner{
    padding: 30px;
    margin: 15px 0 0;
    background-image: linear-gradient(to top, #fff, #fff, #fff2e5);
    border-radius: 12px;
    border: 1px solid #eeeeee;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
}
.populardivinner:hover{
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1.02);
    box-shadow: 0 0 10px #e6e6e6;
}
.price{
    color: #2355CA;
    font-size: 28px;
    padding: 0 0 20px;
    font-weight: 600;
}
.price span {
    display: block;
    font-size: 13px;
    padding: 8px 0 0 0;
    font-weight: 400;
}
.iconsec {
    padding: 10px 0 35px;
}


.promotionbanner {
    padding: 50px 0;
    color: #fff;
    text-align: center;
    background: url(../images/promotionbanner.jpg) no-repeat center 0;
    background-size: cover;
    margin-bottom: 80px;
    
}
.promotionbanner p{
    font-size: 18px;
    padding: 0;
}
.promotionbanner h4{
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}
.aboutinner ul {
    padding: 0 0 25px;
}
.aboutinner ul li {
    font-size: 18px;
    padding: 0 0 10px 31px;
    background: url(../images/green-bullet.png) no-repeat 0 3px;
    font-weight: 500;
}
.aboutinner{
    padding: 0 0 0 55px;
}
.aboutpic {position: relative;}
.aboutpic img{border-radius: 15px; width: 100%;}
.aboutpic .onlinecourse img {
    width: auto;
}
.aboutpic .onlinecourse {
    bottom: 25px;
   top: inherit;
}

.industrysec {
    background: url(../images/industrybg.jpg) no-repeat 0 0;
    background-size: cover;
    padding-top: 80px;
}
.gifpic {
    width: 90%;
    margin: 45px 0;
}
.industryinner {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 13px #f1f1f1;
    border-radius: 20px;
    margin: 10px 0;
    transition: all 0.5s ease-in-out 0s;
    height: 100%;
}
.industryinner p {
    padding: 0;
}
.industryinner:hover {
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1.04);
    box-shadow: 0 0 20px #e0e0e0;
}
.industryheading img {
    margin-right: 16px;
}
.industryheading {
    display: flex;
    align-items: center;
    padding: 0 0 23px;
}
.industryheading h4 {
    font-size: 22px;
    padding: 0;
    line-height: 27px;
}
.realsuccess{background: url(../images/successbg.png) no-repeat right bottom;}
.realsuccess p {
    padding: 0 0 10px;
}
.aboutkarmick.realsuccess ul {
    display: flex;
    padding: 0 0 15px;
    flex-wrap: wrap;
}
.aboutkarmick.realsuccess ul li {
    padding-right: 20px;
    font-size: 21px;
    font-weight: 600;
}

.placementinner {
    margin: 12px 0;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    border-radius: 12px;
}
.placementpic img{
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.placementcont {
    position: relative;
    padding: 25px 25px 25px 25px;
}
.placementcont h5{
    padding: 0 0 8px;
}
.studentplacelogo {
    width: 150px;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: -55px;
    box-shadow: 0 0 16px rgba(0,0,0,0.1);
    font-weight: 500;
}
.img-radius{
    border-radius: 12px;
}
.shortheading {
    padding: 0 17%;
}
.mentorinner {
    margin:12px 0;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    border-radius: 12px;
}
.gifanni {
    width: 45px;
    position: absolute;
    left: -38px;
    top: -26px;
}
.gifanni1 {
    width: 45px;
    position: absolute;
    right: -41px;
    bottom: -28px;
    transform: rotate(175deg);
}
.mentorinner {
    margin: 12px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
    border-radius: 12px;
}
.mentoprpic img {
    border-radius: 12px 12px 0 0;
}
.mentorcont {
    padding: 20px;
    min-height: 175px;
}
.mentoprheadin {
    display: flex;
    justify-content: space-between;
}
.mentoprheadin .fa {
    font-size: 24px;
    margin-left: 15px;
}
.mentoprheadin a{
    color: #0A66C2;
}
.mentoprheadin a:hover{
    color: #fa6400;
}
.mentorcont p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 8px;
}

#mentorslider button.owl-next span{
    position: absolute;
    right: 0;
    font-size: 0;
    top: 35%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-rightarrow.png) no-repeat 0 0;
}
#mentorslider button.owl-prev span{
    position: absolute;
    left: 0;
    font-size: 0;
    top: 35%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-leftarrow.png) no-repeat 0 0;
}

#mentorslider .owl-dots {
    display: none;
}
#mentorslider .owl-nav {
    position: absolute;
    width: 100%;
    top: 35%;
}
.videoplacement{
    position: relative;
}
.videoheading {
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(5, 5, 5, 0.8));
    position: absolute;
    border-radius: 0 0 15px 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 105px 25px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.videoheading h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.videoheading .playbutton {
    position: static;
    transform: none;
    margin-right: 20px;
}
.collage-partner ul li {
    margin: 10px;
    background: #fff !important;
    padding: 20px !important;
    width: 18%;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    text-align: center;
    min-height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collage-partner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mainform {
    background: url(../images/formstudentpic.png) no-repeat 55% bottom #089949;
    color: #fff;
}
.formleft h2{
    color: #fff;
}
.formleft ul {
    padding: 0 0 25px;
}
.formleft ul li {
    font-size: 18px;
    padding: 0 0 10px 31px;
    background: url(../images/Check-Circle.png) no-repeat 0 3px;
    font-weight: 500;
    color: #fff;
}

.rightform{
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    width: 540px;
    color: #121212;
    font-size: 15px;
}
.formleft {
    padding-right: 48%;
}
.rightform .solid-button{
    width: 100%;
    text-align: center;
    border: none;
}
.rightform .solid-button:hover{
    background-color: #2933AA;
}
.rightform h3{
    color: #2355CA;
}
.form-control, .form-select{
    padding: 13px;
    font-size: 14px;
    border-radius: 9px;
}
.formlist ul{
    display: flex;
    justify-content: space-between;
}
.formlist ul li{
    padding: 0 0 0 30px;
    background: url(../images/green-bullet.png) no-repeat 0 3px;
    font-weight: 500;
}

.knowledgepartner {
    color: #fff;
    padding-top: 80px;
    background: url(../images/knowledgwpartnerbg.jpg) no-repeat 0 0;
    background-size: cover;
}
.knowledgepartner h2{
    color: #fff;
}
.knowledgepartner h2 span strong {
    background: rgba(255,255,255,0.4);
    border: none;
    color: #fff;
}

.partnerinner {
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    color: #121212;
    box-shadow: 0 0 25px rgb(110 110 110 / 20%);
}
.partnerpic {
    width: 48%;
}
.partnercont {
    width: 50%;
    padding: 14px 14px 14px 0;
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
}
.partnerpic img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.talentpartner {
    background: url(../images/talentbg.png) no-repeat left top;
}
.talentpartner .studentplacelogo {
    width: auto;
    padding: 10px;
    color: #0B5AD0;
}
.talentbutton a{
    margin: 15px 8px 0;
}
.talentbutton{text-align: center; padding-top: 20px;}
.placementpartner .item {
    padding:20px 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 30px rgb(68 68 68 / 10%);
    margin: 15px 5px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.placementpartner .item img {
    width: auto;
}

.studenttestimonials {
    background: url(../images/studentvideobg.jpg) no-repeat center 85px #0b5ad0;
    color: #fff;
}
.studenttestimonials .text-right {
    text-align: right;
}
.studenttestimonials h2{color: #fff;}

.studerntvideo {
    overflow: hidden;
    border-radius: 25px;
}
.studerntvideo iframe {
    width: 100%;
    height: 440px;
}
#studenttestivideo .owl-item .item {
    opacity: 0.3;
}
#studenttestivideo .owl-item .item:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(11,90,201,0.4);
    position: absolute;
    left: 0;
    top: 0;
}
#studenttestivideo .owl-item.center .item{
    opacity: 1;
}
#studenttestivideo .owl-item.center .item:after{
    display: none;
}


#studenttestivideo .owl-dots{
    display: none;
}


#studenttestivideo button.owl-next span{
    position: absolute;
    right: 5%;
    font-size: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-rightarrow.png) no-repeat 0 0;
}
#studenttestivideo button.owl-prev span{
    position: absolute;
    left: 5%;
    font-size: 0;
    top: 40%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-leftarrow.png) no-repeat 0 0;
}

#studenttestivideo .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}

.certificate {
    background: url(../images/certificate-bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.innercertificatetext {
    padding-right: 17%;
}

.studenttexttesti {
    background: url(../images/texttestibg.jpg) no-repeat center 0;
}
.studenttexttesti h2{
    color: #fff;
}
.studenttexttesti h2 span strong {
    background: rgba(255,255,255,0.4);
    border: none;
    color: #fff;
}
.testitextinner {
    background: #fff;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.2);
    margin: 20px;
}
.invitedpic img {
    width: 65px !important;
}
.studentdegi {
    display: flex;
    align-items: center;
}
.studentdegi img{
    width: 70px !important;
    border-radius: 50%;
}
.studentname {
    padding: 0 0 0 15px;
    line-height: 24px;
}
.studentname span{
    display: block;
    font-weight: 600;
    color: #121212;
}


#studenttestitext .owl-dots{
    display: none;
}


#studenttestitext button.owl-next span{
    position: absolute;
    right: 0;
    font-size: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-rightarrow.png) no-repeat 0 0;
}
#studenttestitext button.owl-prev span{
    position: absolute;
    left: 0;
    font-size: 0;
    top: 40%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-leftarrow.png) no-repeat 0 0;
}

#studenttestitext .owl-nav {
    position: absolute;
    width: 100%;
    top: 45%;
}


.newsinner a p{
    padding: 0;
}
.newsinner a {
    background: url(../images/newsbg.jpg) no-repeat 0 0;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.2);
    margin: 20px;
    display: block;
    color: #575757;
    min-height: 325px;
    background-size: cover;
}

.newsinner a:hover{
    color: #000;
}

#newsslider .owl-dots{
    display: none;
}
.newsinner a img{
    height: auto;
    width: inherit !important;
    margin: 0 0 20px;
}

#newsslider button.owl-next span{
    position: absolute;
    right: 0;
    font-size: 0;
    top: 40%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-rightarrow.png) no-repeat 0 0;
}
#newsslider button.owl-prev span{
    position: absolute;
    left: 0;
    font-size: 0;
    top: 40%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-leftarrow.png) no-repeat 0 0;
}
.blogheading {
    padding: 15px 0 0;
}
.blogheading h4{padding-top: 10px; font-size: 20px; line-height: 28px;}
.blogheading h4 a{
    color: #121212;
}
.blogheading h4 a:hover{
    color: #2933AA;
}
.blogpic {
position: relative;
margin-top: 10px;
}
.blogpic img{
    border-radius: 12px;
}

.blogpic span{
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 4px 10px;
    background: rgba(255,255,255,0.9);
    color: #0B5AD0;
    border-radius: 6px;
}


#blogslider .owl-dots{
    display: none;
}

#blogslider button.owl-next span{
    position: absolute;
    right: 0;
    font-size: 0;
    top: 30%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-rightarrow.png) no-repeat 0 0;
}
#blogslider button.owl-prev span{
    position: absolute;
    left: 0;
    font-size: 0;
    top: 30%;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/slider-leftarrow.png) no-repeat 0 0;
}

#blogslider .owl-nav {
    position: absolute;
    width: 100%;
    top: 30%;
}

.faqsec {
    background: url(../images/fabg.png) no-repeat 0 0;
    background-size: cover;
}


.faqsec .accordion{
    width: 900px;
    margin: 30px auto 0;
}
h2.accordion-header {
    margin-bottom: 0;
    padding: 0;
    line-height: 28px;
}
.faqsec .accordion-item {
    background-color: #fff;
    border: none;
    margin: 0 0 15px;
    box-shadow: 0 0 20px #e9e9e9;
    border-radius: 10px;
}

.faqsec .accordion-button:not(.collapsed){
    box-shadow: none;
}
.faqsec .accordion-body {
    padding: 0 20px 20px 20px;
}
.faqsec .accordion-button {
    padding: 20px;
    background: transparent;
    font-weight: 600;
    color: #121212;
    font-size: 16px;
}
.faqsec .accordion-body p{
    padding: 0;
}




.word {
    font-size: 50px;
    line-height: 50px;
    padding: 5px 0 20px;
    font-weight: 700;
    min-height: 83px;
    background: -webkit-linear-gradient(#fa4801, #ff4c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer h4{color: #fff; padding: 0 0 20px;}
footer{
    background-color: #00123c;
    padding: 50px 0 30px;
    color: #fff;
}
ul.linkfooter{padding: 10px 0;}
ul.linkfooter li a {
    color: #b7b7b7;
}
ul.linkfooter li a:hover{
    color: #fff;
}
ul.linkfooter li {
    padding: 6px 0;
    font-size: 18px;
}
ul.linkfooter li .bi , footer h4 .bi{
    color: #fa6400;
    font-size: 22px;
    margin-right: 8px;
}

.fotmap {
    padding: 9px;
    background: #d1d1d1;
    margin: 0;
    border-radius: 7px;
}
.fotmap iframe {
    width: 100%;
    height: 220px;
}
.footer2 {
    padding-top: 45px;
}
.footer2 ul li a {
    color: #b7b7b7;
}
.footer2 ul li a:hover{
    color: #fff;
}
.footer2 ul li {
    padding: 0 0 8px 24px;
    background: url(../images/footerbullet.jpg) no-repeat 4px 9px;
}
.footer2 ul {
    column-count: 2;
}
.footercourse {
    margin-top: 25px;
    border-top: 1px solid #112758;
    padding: 26px 0 0;
    text-align: center;
}
.footercourse span {
    display: block;
    font-size: 20px;
    padding: 0 0 8px;
    font-weight: 500;
}
.footercourse a {
    padding: 6px;
    color: #b7b7b7;
}
.footercourse a:hover{
    color: #fff;
}
.copyright {
    border-top: 1px solid #112758;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
}
ul.footericon {
    display: flex;
}
ul.footericon li a {
    width: 34px;
    height: 34px;
    border: 1px solid #999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 8px;
    color: #999;
    border-radius: 50%;
}
ul.footericon li a:hover{
    color: #fff;
    border: 1px solid #fff;
}
.copyrightleft a{
    color: #999;
    padding: 0 5px;
}
.copyrightleft a:hover{
    color: #fff;
}


.modal-lg, .modal-xl {
    max-width: 900px;
}

.modal-body {
    padding: 0;
}
.bookdemoforminner{
    color: #fff;
    padding: 25px;
    background: url(../images/studentvideobg.jpg) no-repeat center bottom #0b5ad0;
    border-radius: 15px;
}
.masterleft h3 span {
    display: block;
    font-size: 18px;
    padding-top: 25px;
    font-weight: 400;
}
.masterleft h3 {
    color: #fff;
    font-size: 33px;
}
.masterleft ul li {
    font-size: 18px;
    padding: 0 0 7px 31px;
    background: url(../images/Check-Circle.png) no-repeat 0 3px;
    font-weight: 500;
    color: #fff;
}
.modal-content {
    border: none;
    border-radius: 15px;
}
.popform {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    color: #121212;
}
.popform .solid-button {
    border: none;
    width: 100%;
}
.popform .solid-button:hover {
    box-shadow: inset 30em 0 0 0 #2933aa, inset -30em 0 0 0 #2933aa;
}
.popform h3 {
    font-size: 25px;
    padding: 0 0 17px;
    color: #121212;
}
button.btn-close {
    position: absolute;
    right: 16px;
    top: 14px;
    opacity: 1 !important;
    background: #000;
    width: 29px;
    height: 29px;
    color: #fff;
    line-height: 9px;
    border-radius: 50%;
}
button.btn-close:after{
    content: "x";
}
button:hover.btn-close {
color: #fff;
}

.freecouncilingforminner {
    padding: 30px;
}

.freecouncilingforminner .solid-button {
    border: none;
    width: 100%;
}
.freecouncilingforminner .solid-button:hover {
    box-shadow: inset 30em 0 0 0 #2933aa, inset -30em 0 0 0 #2933aa;
}
.freecouncilingforminner h3 {
    font-size: 25px;
}

#placementslider1 .owl-dot,
#placementslider2 .owl-dot,
#placementslider3 .owl-dot{display: none;}

.bannermauinvideo {
    position: relative;
}

li.mobilemenu{display: none !important;}


.mainforouter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formleft {
    padding-right: 0;
    width: 560px;
}

.partnercont p {
    padding: 10px 0 0;
}
.partnercampic {
    padding: 0 0 15px;
}

.modal-midium {
    max-width: 640px;
}
.videopopdiv{
    padding: 10px;
}
.videopopdiv iframe {
    width: 100%;
    height: 400px;
}


.aboutkarmick .bannervideo {
    background: url(../images/blurbg.jpg) no-repeat 0 0;
    background-size: cover;
    text-align: center;
}

h3{
    line-height: 2.3rem;
}