:root {
  --color1: #009dc0;
  --color2: #939bad;
  --color3:#EF8354;
  --color4:#1b1c1d;
  --color5:#1bce52;
  --color6:#e3eef8;


  --color7:#2f2f2f;
  --color8:#e5f9fe;
  --color9:#6ad2e9;
  
  --whitecolor:#fff;
  --blackcolor:#000;
  --redcolor:#ff0000;

  --fontsize10 : 0.625rem;
  --fontsize12 : 0.75rem;
  --fontsize14 : 0.875rem;
  --fontsize15 : 0.9375rem;
  --fontsize16 : 1rem;
  --fontsize20 : 1.25rem;
  --fontsize22 : 1.375rem;
  --fontsize25 : 1.5625rem;
  --fontsize28 : 1.75rem;
  --fontsize32 : 2rem;
  --fullwidth:100%;
  --fullheight:100%;
  --radius5:5px;
  --radius10:10px;
  --radius20:20px;
  --padding2-10:2px 10px;

  --defaultfont : Poppins;
  --fontfamilysemibold : PoppinsSemiBold;
  --fontfamilybold : PoppinsBold;
  --fontfamilylight : MuliLight;



}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{margin:0; padding:0; text-rendering: optimizeLegibility; letter-spacing: normal; background-color: var(--whitecolor); scroll-behavior: smooth; font-family:var(--defaultfont); font-style:normal; font-size: 0.875rem;}
html{margin:0; padding:0; scroll-behavior: smooth; font-size: 100%;}
ul{margin:0; padding: 0; list-style-type: none;}
ol{margin:0; padding: 0; list-style-type: none;}
select{outline: 0px none;}
a{color: var(--color2); text-decoration: none;}
a:hover{color: var(--color2); text-decoration: none; outline: 0px none;}
a:active{color: var(--color2); text-decoration: none; outline: 0px none;}
a:focus{text-decoration: none; outline: 0px none;}
a:visited{color: var(--color2); text-decoration: none; outline: 0px none;}
img{max-width: 100%;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0; line-height: normal;}
p{margin:0; padding:0; line-height: normal;}
.textalignleft{text-align: left}
.textaligncenter{text-align:center}
button:hover{text-decoration: none;}

main{display: flex; margin:0px 0px;  margin-top: 0px; padding:109px 0 30px; flex-direction: column;}

input,button:focus{outline: 0px none;}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter, .wp-block-button.is-style-outline, a{color:var(--color1);}
@font-face {
    font-family:Muli;
    src: url(../fonts/Muli.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:MuliSemiBold;
    src: url(../fonts/Muli-SemiBold.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family:MuliBold;
    src: url(../fonts/Muli-Bold.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:MuliLight;
    src: url(../fonts/Muli-Light.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family:PoppinsSemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family:PoppinsBold;
    src: url(../fonts/Poppins-Bold.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family:PoppinsLight;
    src: url(../fonts/Poppins-Light.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family:PoppinsMedium;
    src: url(../fonts/Poppins-Medium.ttf);
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family:PoppinsExtraBold;
    src: url(../fonts/Poppins-ExtraBold.ttf);
    font-weight: normal;
    font-style: normal
}
.screen-reader-text{display: none;}

/*Header*/
.degreekaro-header{position: absolute; z-index: 220000; background-color: #fff; box-shadow: 0 4px 6px -4px rgb(0 0 0); left:0; right:0; top:0; border-bottom:0px solid hsla(0,0%,100%,.1); height:70px; display: flex; align-items: center;}
.degreekaro-header .header-container {display: flex; align-items: center; justify-content: space-between; width: 100%; margin:0 auto; max-width: 1280px;}
.degreekaro-header .header-container .left-section{display: flex; align-items: center; flex: 1;justify-content: space-between;}
.degreekaro-header .header-container .left-section .left-menu{display: flex; align-items: center;}
.degreekaro-header .header-container .left-section .left-menu nav{margin-left:150px;}
.degreekaro-header .header-container .left-section .navigation{display: flex; align-items: center; margin-left:150px;}
.degreekaro-header .header-container .left-section .program-btn{border-radius:5px; box-shadow: 0 0 0 1px #ddd; display: flex; font-size: 17px; align-items: center; padding:5px 30px; background-color:var(--whitecolor);  color:var(--color1);}
.degreekaro-header .header-container .left-section .program-btn i{margin-left: 5px;}
.degreekaro-header .header-container .logo img{max-width:none; margin:0px; max-height: inherit; max-width: 200px;}
.degreekaro-header .header-container .header-actions{display: flex; align-items: center;}
.degreekaro-header .header-container .header-actions ul{display: flex; align-items: center; margin:0; padding:0;}
.degreekaro-header .header-container .header-actions ul li{margin:0; margin-right:15px; display: flex;}

.degreekaro-header .header-container .header-actions-mobile{display: flex; align-items: center; position: relative; display: none;}
.degreekaro-header .header-container .header-actions-mobile > a{font-size: 24px; color:var(--color1);}
.degreekaro-header .header-container .header-actions-mobile.colorchange a{color: var(--color1); }
.degreekaro-header .header-container .header-actions-mobile ul{display: flex; align-items: center; margin:0; padding:0;}
.degreekaro-header .header-container .header-actions-mobile ul li{margin:0; margin-right:15px; display: flex;}
.degreekaro-header .header-container .header-actions-mobile .header-actions-dd{position: absolute;  background-color: var(--whitecolor); right: 0;
    top: 100%; width: 170px; z-index: 15; display: none; padding:10px; border-radius:5px; border-top: 0 none; box-shadow: 0 2px 10px 0 rgb(105 112 113 / 50%);}
.degreekaro-header .header-container .header-actions-mobile .header-actions-dd a{margin-bottom:10px; color: var(--color1); font-size: 14px; font-family: var(--defaultfont);}
.degreekaro-header .header-container .header-actions-mobile:hover .header-actions-dd{display: flex; flex-direction: column;}
.degreekaro-header .header-container .header-actions-mobile .header-actions-dd a:last-child{margin-bottom: 0;}

.degreekaro-header .header-container .header-actions ul li img{cursor: pointer;}
.degreekaro-header .header-container .header-actions .degree-btn{border-radius:5px; font-size: 17px; display: flex; margin-left: 15px; align-items: center; padding:6px 15px; border:1px solid var(--color1);  color:var(--color1);  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.degreekaro-header .header-container .header-actions .degree-btn:first-child{margin-left: 0;}
.degreekaro-header .header-container .header-actions .degree-btn i{max-width:17px; margin-right: 8px;}
.degreekaro-header .header-container .header-actions .business-link{color:var(--color1); font-size: 17px; margin-right: 50px;}
.home .degreekaro-header .header-container .header-actions .business-link{color:var(--color1);}
.degreekaro-header .header-container .header-actions .business-link:hover{text-decoration: underline;}
.degreekaro-header .header-container .header-actions .business-link:last-child{margin-right: 0;}
.back-to-top {bottom: 80px; position: fixed; display: none; right: 22px;z-index: 2200056;}
.back-to-top a {color: var(--color1); width: 40px; line-height: 40px; font-size: 16px; height: 40px; display: flex;  background-color: var(--whitecolor); align-items: center; justify-content: center; border-radius:100%; box-shadow: 0 5px 10px 0 rgba(72, 145, 152, 0.2);  text-align: center; text-decoration: none; text-transform: uppercase; transition: all 1s ease 0s;}
.degreekaro-header .header-container .left-section nav ul{margin:0; padding:0;}
.degreekaro-header .header-container .left-section ul::after{opacity: 0;}
.degreekaro-header .header-container .left-section nav ul li{margin:0; font-size:17px; }
.degreekaro-header .header-container .left-section nav ul ul{background-color: #fff}

.degreekaro-header .header-container .left-section nav ul ul ul{ overflow-x:hidden; overflow-y:auto; max-height: 400px;}
.degreekaro-header .header-container .left-section nav ul li > a{line-height: normal; width:100%; min-width: 145px; color:var(--color2);border-radius:5px; border-radius:5px; box-shadow: 0 0 0 1px #ddd; display: flex; font-size: 17px; align-items: center; padding:5px 30px 5px 25px; background-color:var(--whitecolor);  color:var(--color1);}
.degreekaro-header .header-container .left-section nav ul li > a:hover{color:var(--color1); border-radius:5px; text-decoration: none; background-color:var(--whitecolor);}
.degreekaro-header .header-container .left-section nav .sub-menu li{border-top:1px solid #ddd;}
.degreekaro-header .header-container .left-section nav .sub-menu li:first-child{border-top:0px none;}
.degreekaro-header .header-container .left-section ul li ul li.menu-item-has-children:hover > ul, 
.degreekaro-header .header-container .left-section ul li ul li.menu-item-has-children:focus > ul, 
.degreekaro-header .header-container .left-section ul li ul li.menu-item-has-children.focus > ul{left:calc(100%); right:auto;}
.degreekaro-header .header-container .left-section ul ul ul::after{left:-1.6rem; display: none; border-right-color: #000000; border-left-color:transparent; right: 100%;}
.degreekaro-header .header-container .left-section .icon{right:2px; top:10px;}
.degreekaro-header .header-container .left-section .icon::before, .degreekaro-header .header-container .left-section .icon::after {color:var(--color1);}
.degreekaro-header .header-container .left-section .icon::before{width:2.1px; height: 10.1px}
.degreekaro-header .header-container .left-section .icon::after{width:10px; height: 2.1px}
.degreekaro-header .header-container .left-section ul li ul li a{box-shadow: 0 0 0 0; font-size: 16px; background-color: transparent; color:var(--color2); padding:12px 15px;}
.degreekaro-header .header-container .left-section ul li ul li a:hover{box-shadow: 0 0 0 0; font-size: 16px; background-color: #eff1f8; text-decoration: none; color:var(--color1); padding:12px 15px;}
/*Header*/


/*Footer*/
footer{  background-color: var(--color7);display: flex; width: 100%;}
footer .footer-container{display: flex; flex-direction: column; width: 100%; max-width: 1280px;  margin:0 auto; padding:60px 0px 10px;}
footer .footer-container .footer-links-wrapper{display: flex; width: 100%; justify-content: space-between;}
footer .footer-container .footer-links-wrapper h3{ font-size:16px; font-family:var(--fontfamilylight); font-weight: normal; color:var(--whitecolor); margin-bottom:5px;}
footer .footer-container .footer-links-wrapper h3 a{ font-size:16px; font-weight: normal; color:var(--color2); margin-bottom:0px;}
footer .footer-container .footer-links-wrapper h3 a:hover{ font-size:16px; font-weight: bold; color:var(--color5); margin-bottom:0px;}
footer .footer-container .footer-links-wrapper ul{display: flex; width: 100%; flex-direction: column;}
footer .footer-container .footer-links-wrapper ul li{display: flex; width: 100%; font-size: 15px; color:var(--blackcolor); margin:0; margin-top: 10px;}
footer .footer-container .footer-links-wrapper ul li a{font-size: 15px; color:var(--color2); font-weight: normal;}
footer .footer-container .footer-links-wrapper ul li a:hover{color:var(--color9);}
footer .footer-container .footer-links-wrapper .footer-column{margin:0 30px; width: 25%;}
footer .footer-container .footer-links-wrapper .footer-column:first-child{width: 45%;}
footer .footer-container .footer-links-wrapper .footer-column:first-child .footer-logo{max-width: 230px;}
footer .footer-container .footer-links-wrapper .footer-column .address-block{display: flex; width: 100%; line-height: 22px; color:var(--color2); margin-top: 15px;}
footer .footer-container .footer-links-wrapper .footer-logo img{max-width: 100%; margin-bottom: 30px;}
footer .footer-container .footer-links-wrapper .footer-download img{max-width: 150px;}
footer .footer-container .footer-links-wrapper .footer-download p{margin-bottom: 5px;}
footer .footer-container .footer-social-links{display: flex; width: 100%; margin-top: 30px;}
footer .footer-container .footer-social-links a{margin-left: 15px; font-size: 25px;}
footer .footer-container .footer-social-links a:first-child{margin-left:0px;}
footer .footer-container .footer-copyrights{display: flex; width: 100%; justify-content:  center; color:var(--color2); font-size:14px; margin-top: 15px; align-items: center;}
footer .footer-container .footer-copyrights a{margin-left: 10px;}

footer .footer-container .bottom-footer-links-wrapper{display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between;margin-bottom:0px; border-bottom:1px solid var(--color18); padding-bottom: 15px;  margin-top: 20px; border-top:1px solid var(--color18); padding-top: 15px;}
footer .footer-container .bottom-footer-links-wrapper .footer-column{margin:0 30px 30px; width:25%;}
footer .footer-container .bottom-footer-links-wrapper h3{ font-size:16px; font-family:var(--fontfamilylight); font-weight: normal; color:var(--whitecolor); margin-bottom:5px;}
footer .footer-container .bottom-footer-links-wrapper h3 a{ font-size:16px; font-weight: normal; color:var(--whitecolor); margin-bottom:0px;}
footer .footer-container .bottom-footer-links-wrapper h3 a:hover{ font-size:16px; font-weight: bold; color:var(--color5); margin-bottom:0px;}
footer .footer-container .bottom-footer-links-wrapper ul{display: flex; width: 100%; flex-direction: column;}
footer .footer-container .bottom-footer-links-wrapper ul li{display: flex; width: 100%; font-size: 15px; color:var(--color5); margin:0; margin-top: 10px;}
footer .footer-container .bottom-footer-links-wrapper ul li a{font-size: 15px; color:var(--color2); font-weight: normal;}
footer .footer-container .bottom-footer-links-wrapper ul li a:hover{color:var(--color9);}

/*Footer*/ 



/*Homepage start from here*/ 
.degreekaro-wrapper{display: flex; flex-direction: column; width:100%;}
.degreekaro-wrapper .degreekaro-container{display: flex; flex-direction: column; width:100%;}

.homepageHeroWrapper{display: flex; flex-direction: column; height:600px; background:url(../images/homepageherobanner.jpg); animation-timing-function: ease-out;  z-index: 0; opacity: 1; position:absolute; top:0; right:0; bottom:0; left:0; width: 100%; background-size: cover; background-color: #7bc3d1; background-repeat: no-repeat; background-position: center top; position: relative; padding-top:0px; padding-bottom:0px; width:100%;}
.homepageHeroWrapper .homepageHeroContainer{max-width: 1280px; position: relative; z-index: 3; margin:0 auto; align-items: flex-start; padding-top:71px; height: 100%; justify-content: space-between;  display: flex; width: 100%;} 
.homepageHeroWrapper .homepageHeroContainer .left-section{width: 100%; position: relative; flex-direction: column; max-width:65%; display: flex; justify-content: center; height: 100%; align-items: center;}

.homepageHeroWrapper .homepageHeroContainer .left-section .slider-callback_tabs{display: flex; z-index: 2; position: absolute; bottom: 20px; justify-content: center; align-items: center; margin: 0; padding: 0;}
.homepageHeroWrapper .homepageHeroContainer .left-section .slider-callback_tabs li{margin: 0; padding: 0;}
.homepageHeroWrapper .homepageHeroContainer .left-section .slider-callback_tabs li a{opacity: .5; display: flex; font-size: 0; margin: 5px; border-radius: 10px; width: 15px; height: 12px; box-shadow: 0px 0px 0px 0px; background-color: var(--color2);}
.homepageHeroWrapper .homepageHeroContainer .left-section .slider-callback_tabs li.slider-callback_here a{opacity: 1; width: 36px; background-color: var(--color1);}

.homepageHeroWrapper .homepageHeroContainer .left-section h1{color:var(--whitecolor); letter-spacing: normal; font-size: 49px; font-family:PoppinsBold;  line-height: 69px; margin-bottom: 15px;}  
.homepageHeroWrapper .homepageHeroContainer .left-section .rslides { height: 100%; position: relative;list-style: none;overflow: hidden;  width: 100%;  padding: 0;  margin: 0;}
.homepageHeroWrapper .homepageHeroContainer .left-section .rslides li {-webkit-backface-visibility: hidden;  position: absolute;  display: none;  width: 100%;
  left: 0;  top: 0; margin:0; padding:0; line-height: normal; position: relative;}
.homepageHeroWrapper .homepageHeroContainer .left-section .rslides li{ position: relative; float: left; height: 100%;}
.homepageHeroWrapper .homepageHeroContainer .left-section .rslides img { display: block;  height: auto;  float: left;  width: 100%;  border: 0; }
.homepageHeroWrapper .homepageHeroContainer .left-section .block{color:var(--whitecolor); justify-content: center; max-width: 1280px; margin: 0 auto; height: 100%; display: flex; flex-direction: column;}  
.homepageHeroWrapper .homepageHeroContainer .left-section h2{color:var(--whitecolor); flex-direction:  column; font-size: 43px; letter-spacing: 0.7px; line-height: 64px;  margin-bottom: 15px; font-weight: normal; font-family:PoppinsBold;}  
.homepageHeroWrapper .homepageHeroContainer .left-section h2 div{color:var(--whitecolor); flex-direction: column; font-size: 43px; letter-spacing: 0.7px; line-height: 64px;  margin-bottom: 15px; font-weight: normal; font-family:PoppinsBold;}  
.homepageHeroWrapper .homepageHeroContainer .left-section .subtitle{color:var(--color3); flex-direction: column; margin-top:0px; font-size:29px; letter-spacing: 0.7px; line-height: normal;  margin-bottom:25px; font-weight: normal; font-family:PoppinsBold;}  
.homepageHeroWrapper .homepageHeroContainer .left-section h2 a{color:#1bce52; margin-left: 5px;}
.homepageHeroWrapper .homepageHeroContainer .left-section h2 span{color:var(--color5); margin-top: 5px;}
.homepageHeroWrapper .homepageHeroContainer .left-section p{color:var(--whitecolor); font-size:19px; display: block; line-height: normal; flex-direction: column;}
.homepageHeroWrapper .homepageHeroContainer .left-section  h1 a{color:var(--color5); margin-left: 5px;}
/*.homepageHeroWrapper .homepageHeroContainer .left-section .rslides li:nth-child(1){background:url(../images/degreekaroslider-1.jpg); animation-timing-function: ease-out;  z-index: 0; opacity: 1; position:absolute; top:0; right:0; bottom:0; left:0; width: 100%; background-size: cover; background-color: #7bc3d1; background-repeat: no-repeat; background-position: center top;}
.homepageHeroWrapper .homepageHeroContainer .left-section .rslides li:nth-child(2){background:url(../images/leadformbg2.jpg); animation-timing-function: ease-out;  z-index: 0; opacity: 1; position:absolute; top:0; right:0; bottom:0; left:0; width: 100%; background-size: cover; background-color: #7bc3d1; background-repeat: no-repeat; background-position: center top;}
.homepageHeroWrapper .homepageHeroContainer .left-section .rslides li:nth-child(3){background:url(../images/degreekaro-homepage-2.jpg); animation-timing-function: ease-out;  z-index: 0; opacity: 1; position:absolute; top:0; right:0; bottom:0; left:0; width: 100%; background-size: cover; background-color: #7bc3d1; background-repeat: no-repeat; background-position: center top;}
*/

.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink{margin-bottom:35px; display:flex; align-items: center;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink span{max-width: 50px;  width:auto; height: auto; margin-bottom:10px; display: flex;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol{ padding:0; margin:0; display: flex; align-items: center;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol li {max-width: none; width: 100%; flex-direction: column; align-items: flex-start; display: flex;  font-size:15px; margin:0; margin-left:0px; padding:0px; font-family: var(--fontfamilybold);  color:var(--color5); font-weight: normal;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol li:first-child{margin-left: 0;}

.homepageHeroWrapper:after{ content: ''; background-color:rgba(0,0,0,0.7); position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 0;}
.homepageHeroWrapper .homepageHeroContainer .left-section .btnblock{display: flex; align-items: center; font-size: 20px;}
.homepageHeroWrapper .homepageHeroContainer .left-section .btnblock a{display: flex; margin-left:0px; color:var(--color1); border-radius:5px; padding:8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}
.homepageHeroWrapper .homepageHeroContainer .left-section .btnblock a:hover{display: flex; color:var(--color1); border-radius:5px; padding: 8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}


.homepageHeroWrapper .homepageHeroContainer .right-section{width:100%; padding: 0  25px 0 20px; max-width:400px; align-items: center;     justify-content: center; display: flex; height: 100%;}
.homepageHeroWrapper .homepageHeroContainer .right-section .title{color:var(--whitecolor); letter-spacing: normal; font-size:19px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.homepageHeroWrapper .homepageHeroContainer .right-section .formwrapper{box-shadow: 0 12px 22px 0 rgb(72 145 152 / 60%); max-width: 400px; width:100%; border-radius:5px; padding:20px; background-color: var(--color5);}
.homepageHeroWrapper .homepageHeroContainer .right-section .formwrapper .seperator + div{width: 100%; margin-bottom: 0;}
.homepageHeroWrapper .homepageHeroContainer .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.homepageHeroWrapper .homepageHeroContainer .right-section form {width: 100%;}
.homepageHeroWrapper .homepageHeroContainer .right-section form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.homepageHeroWrapper .homepageHeroContainer .right-section form .wpforms-field-label{color: var(--blackcolor); display: none; margin-bottom: 5px; font-weight: normal;}
.homepageHeroWrapper .homepageHeroContainer .right-section form input[type="text"]{color: var(--color1); width:100%; border:1px solid #ddd; border-radius:5px;}
.homepageHeroWrapper .homepageHeroContainer .right-section form input[type="email"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.homepageHeroWrapper .homepageHeroContainer .right-section form input[type="number"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.homepageHeroWrapper .homepageHeroContainer .right-section form select{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.homepageHeroWrapper .homepageHeroContainer .right-section form input{transition: all 0.2s ease; }
.homepageHeroWrapper .homepageHeroContainer .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.homepageHeroWrapper .homepageHeroContainer .right-section form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.homepageHeroWrapper .homepageHeroContainer .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}
.homepageHeroWrapper .homepageHeroContainer  .animation-block{color:var(--color3); font-size:18px; margin-top:10px; display: flex; justify-content: center; align-items: center;} 
.homepageHeroWrapper .homepageHeroContainer  .animation-block ol{display: flex; margin:0; height:30px;  padding: 0; justify-content: center; align-items: center;}
.homepageHeroWrapper .homepageHeroContainer  .animation-block ol li{display: flex; font-family:var(--fontfamilybold); margin:0; padding: 0; color: #fff;}

.blacklayer {background-color:rgba(47,47,47,0.65); position: absolute; z-index: 1; width: 100%; height: 100%; top: 0; left: 0; }
.blacklayerdetail {background-color: #1F1F1F; position: absolute; z-index:0; width: 100%; height: 100%; top: 0; left: 0; opacity: 0.85; opacity: 0.9;}
.degreekaro-wrapper .newlandingwrapper{display: flex; display: none; flex-direction: column; height:650px; position: relative; padding-top:0px; padding-bottom:50px; width:100%;}


.homepage-trustedby-section{display: flex; width: 100%;  padding:0px 0; margin:10px 0; flex-direction: column;}
.homepage-trustedby-section .trustedby-container{display: flex; flex-direction: column; width: 100%; max-width: 1280px; margin: 0 auto; padding:0px; font-weight: 500; font-size:21px; border-radius:15px;}
.homepage-trustedby-section .trustedby-container span{max-width: none;  color: var(--color2); font-size:14px; padding:0; position: relative; margin-bottom:10px; display: flex;}
.homepage-trustedby-section .trustedby-container .slider-block{display: flex; width: 100%; background-color: #fff; padding:5px 10px; border-radius: 5px;}
.homepage-trustedby-section .trustedby-container .slider-block img{max-width:120px;}
.homepage-trustedby-section .trustedby-container .slider-block div:focus{outline: 0px none;}
.homepage-trustedby-section .trustedby-container .slider-block .items{display: flex; width: 100%; justify-content: center; align-items: center;}
.homepage-trustedby-section .trustedby-container .slider-block .slick-track{display: flex; align-items: center; justify-content: center;}



.degreekaro-wrapper .newlandingwrapper .fullBackground{background:url(../images/degreekaroslider-1.jpg); animation-timing-function: ease-out;  z-index: 0; opacity: 1; position:absolute; top:0; right:0; bottom:0; left:0; width: 100%; background-size: cover; background-color: #7bc3d1; background-repeat: no-repeat; background-position: center top;}
/*.degreekaro-wrapper .newlandingwrapper .fullBackground.w2{background:url(../images/degreekaroslider-2.jpg); animation-timing-function: ease-out;  z-index: 0; opacity: 0; position:absolute; top:0; right:0; bottom:0; left:0; width: 100%; background-size: cover; background-color: #7bc3d1; background-repeat: no-repeat; background-position: center top;}
.degreekaro-wrapper .newlandingwrapper .fullBackground.w3{background:url(../images/degreekaroslider-3.jpg); animation-timing-function: ease-out;  z-index: 0; opacity: 0; position:absolute; top:0; right:0; bottom:0; left:0; width: 100%; background-size: cover; background-color: #7bc3d1; background-repeat: no-repeat; background-position: center top;}
*/
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer{max-width: 1280px; position: relative; z-index: 3; margin:0 auto; align-items: center; flex-direction: column;  padding-top:100px; height: 100%; justify-content: space-between;  display: flex; width: 100%;} 
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer  h1{color:var(--whitecolor); position:relative; display: flex; align-items: center; justify-content: center; letter-spacing: normal; font-size: 21px; font-family:PoppinsBold;  line-height: normal; margin-bottom:45px;}  
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer  h1 span{background-image: url(../images/quotes-bg.png); width:30px; height:30px; margin-top: -15px; margin-right:-10px; background-size: cover; opacity: 0.3;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer  h1 i{background-image: url(../images/quotes-bg.png); transform: rotate(-180deg);   width:30px; height:30px; margin-bottom: -15px; background-size: cover; display:inline-block;  margin-left:-10px; opacity: 0.3;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer  h1 a{color: var(--color5); margin-left: 5px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .main-section{display: flex; margin-top:0px; width: 100%; justify-content: space-between;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section{display: flex; position: relative; justify-content: center; flex-direction: column; max-width: 60%; width:100%;} 
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section h1{color:var(--whitecolor); letter-spacing: normal; font-size: 49px; font-family:PoppinsBold;  line-height: 69px; margin-bottom: 15px;}  

.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .rslides {position: relative;list-style: none;overflow: hidden;  width: 100%;  padding: 0;  margin: 0;}

.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .rslides li {-webkit-backface-visibility: hidden;  position: absolute;  display: none;  width: 100%;
  left: 0;  top: 0; margin:0; padding:0; line-height: normal;}

.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .rslides li:first-child { position: relative;  display: block;  float: left; }

.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .rslides img { display: block;  height: auto;  float: left;  width: 100%;  border: 0; }


.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .block{color:var(--whitecolor); display: flex; flex-direction: column;}  
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section h2{color:var(--whitecolor); flex-direction:  column; font-size: 43px; letter-spacing: 0.7px; line-height: 64px;  margin-bottom: 15px; font-weight: normal; font-family:PoppinsBold;}  
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section h2 div{color:var(--whitecolor); flex-direction: column; font-size: 43px; letter-spacing: 0.7px; line-height: 64px;  margin-bottom: 15px; font-weight: normal; font-family:PoppinsBold;}  
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .subtitle{color:var(--color3); flex-direction: column; margin-top:0px; font-size: 43px; letter-spacing: 0.7px; line-height: 64px;  margin-bottom: 15px; font-weight: normal; font-family:PoppinsBold;}  
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section h2 a{color:#1bce52; margin-left: 5px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section h2 span{color:var(--color5); margin-top: 5px;}

.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section p{color:var(--whitecolor); font-size:19px; display: block; line-height: normal; flex-direction: column;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section  h1 a{color:var(--color5); margin-left: 5px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section{display: flex; align-items: flex-end; border-radius:10px;  flex-direction: column; max-width:400px; width:100%;position:relative;} 
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section .title{color:var(--color7); letter-spacing: normal; font-size:19px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section .formwrapper{box-shadow:0 0 15px rgb(255 255 255 / 40%); max-width: none; width:100%; border-radius:5px; padding:20px; background-color: var(--whitecolor);}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section .formwrapper .seperator + div{width: 100%; margin-bottom: 0;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form {width: 100%;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form input[type="text"]{color: var(--color1); width:100%; border:1px solid #ddd; border-radius:5px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form input[type="email"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form input[type="number"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form select{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form input{transition: all 0.2s ease; }
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer  .animation-block{color:var(--color3); font-size:18px; margin-top:10px; display: flex; justify-content: center; align-items: center;} 
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer  .animation-block ol{display: flex; margin:0; height:30px;  padding: 0; justify-content: center; align-items: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer  .animation-block ol li{display: flex; font-family:var(--fontfamilybold); margin:0; padding: 0;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .bottom-column{display: flex; flex-direction: column; margin-top: 15px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .bottom-column p{display: none;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .linkswrapper{margin-top: 25px; display:flex; align-items: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .linkswrapper i{max-width: 23px; margin-right:5px; display: flex;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .links{background-color: var(--whitecolor); font-size:18px; box-shadow: 0 0 7px #ddd; padding:10px; display: flex; align-items: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .links b{font-weight: normal; margin-left: 5px; font-size:20px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .links a{color:var(--color1); font-size: 18px; font-family:var(--defaultfont);}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .links span{border-left:1px solid var(--color1); margin-left: 10px; height:15px; padding-left: 10px; }
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .note{color:var(--color2); font-size:16px; margin-top:15px;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .btnblock{display: flex;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .btnblock a{display: flex; color:var(--color1); border-radius:5px; padding:8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .btnblock a:hover{display: flex; color:var(--color1); border-radius:5px; padding: 8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}


.degreekaro-wrapper .landingwrapper{display: flex; position: relative; flex-direction: column; padding-top:0px; padding-bottom:50px; background-image:url(../images/landingbg.png); width: 100%; background-size: cover; background-repeat: no-repeat;}
.degreekaro-wrapper .landingwrapper{display: flex; flex-direction: column; padding-top:0px; padding-bottom:50px; background-image:url(../images/forbusinessherobanner.jpg); background-position: center; width: 100%; background-size: cover; background-repeat: no-repeat;}
.degreekaro-wrapper .landingwrapper .overlay{ background-color: rgba(0,0,0,0.7); position: absolute; left: 0; right: 0; top:0; bottom: 0;}
.degreekaro-wrapper .landingwrapper .mySlidesbg.one{background-image:url(../images/degreekaro-grapohics.png); height:653px; position: absolute; width: 100%; background-repeat: no-repeat;}
.degreekaro-wrapper .landingwrapper .mySlidesbg.two{background-image:url(../images/myslidesbg-2.png); height:653px; position: absolute ;width: 100%; background-repeat: no-repeat;}
.degreekaro-wrapper .landingwrapper .mySlidesbg.show{display: flex; }

.degreekaro-wrapper .landingwrapper .landingcontainer{max-width: 1280px; margin:0 auto; padding-top:100px; flex-direction: column; display: flex; width: 100%;} 
.degreekaro-wrapper .landingwrapper .landingcontainer  h1{color:var(--color1); position:relative; display: flex; align-items: center; justify-content: center; letter-spacing: normal; font-size: 21px; font-family:PoppinsBold;  line-height: normal; margin-bottom:45px;}  
.degreekaro-wrapper .landingwrapper .landingcontainer  h1 span{background-image: url(../images/quotes-bg.png); width:30px; height:30px; margin-top: -15px; margin-right:-10px; background-size: cover; opacity: 0.3;}
.degreekaro-wrapper .landingwrapper .landingcontainer  h1 i{background-image: url(../images/quotes-bg.png); transform: rotate(-180deg);   width:30px; height:30px; margin-bottom: -15px; background-size: cover;  margin-left:-10px; opacity: 0.3;}
.degreekaro-wrapper .landingwrapper .landingcontainer  h1 a{color: var(--color5); margin-left: 5px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .main-section{display: flex; margin-top:0px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section{display: flex; position: relative;flex-direction: column; max-width: 60%; width:100%;} 
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section.spacebetween{ justify-content:center; }
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .shape{position:absolute; right:0; top:0; background-color:var(--whitecolor); height:400px; border-radius:400px; width: 400px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .top-column{display: flex; flex-direction: column; width: 100%; max-width: 540px; margin-top:0px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .bottom-column{display: flex; flex-direction: column;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section h1{color:var(--color1); letter-spacing: normal; font-size: 49px; font-family:PoppinsBold;  line-height: 69px; margin-bottom: 15px;}  
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section h2{color:var(--whitecolor); font-size: 43px; letter-spacing: 0.7px; line-height: 64px;  margin-bottom: 15px; font-weight: normal; font-family:PoppinsBold;}  
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section h2 a{color:#1bce52; margin-left: 5px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section h2 span{border-bottom:2px solid var(--whitecolor); padding-bottom:2px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section p{color:var(--color2); font-size:19px; display: block; line-height: normal; flex-direction: column;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section p span{color:var(--whitecolor); padding:9px; margin-top: 5px; font-size:19px; background-color: var(--color1);}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .note{color:var(--color1); text-align: center; font-size:16px; margin-top:15px; max-width: 682px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .button-section{display: flex; width: 100%; margin-top: 25px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .button-section a:first-child{border-radius:5px; font-family:PoppinsBold; padding:10px 30px; background-color:var(--color3);  color:var(--color1);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}  
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .button-section a:last-child{border-radius:5px; font-family:PoppinsBold; padding:10px 30px; margin-left: 15px; background-color:var(--whitecolor); color:var(--color1);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}  
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .linkswrapper{margin-top: 25px; display:flex; align-items: center;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .linkswrapper i{max-width: 23px; margin-right:5px; display: flex;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .links{background-color: var(--whitecolor); box-shadow: 0 0 7px #ddd; padding:10px; display: flex; align-items: center;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .links b{font-weight: normal; margin-left: 5px; font-size:20px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .links a{color:var(--color1); font-size: 20px; font-family:var(--defaultfont);}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .links span{border-left:1px solid var(--color1); margin-left: 10px; height:15px; padding-left: 10px; }
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section ol{display: flex; width: 100%; margin-top: 30px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section ol li{display: flex; transition: all 0.2s ease; width: 100%; margin:0; align-items: center; flex-direction: column; color:var(--whitecolor); padding:0px; max-width:35%;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section ol li:first-child{border-left:0px none; margin-left: 0;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section ol li i{margin-bottom:10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 19px; width:32px; border:1px solid #ddd; background-color: var(--color1); color:var(--whitecolor); height: 32px; border-radius:100%;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section ol li i:hover{background-color: var(--color1); color:var(--whitecolor);}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section ol li div{font-size: 15px; color:var(--color5); font-family:var(--defaultfont);}


.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .businesslink{margin-top: 25px; display:flex; align-items: center;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .businesslink span{max-width: 50px;  width:auto; height: auto; margin-bottom:10px; display: flex;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .businesslink ol{ padding:0; margin:0; display: flex; align-items: center;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .businesslink ol li {max-width: 195px; font-size:15px; margin:0; margin-left:5px; padding: 10px; text-align: center; font-family: var(--fontfamilybold);  color:var(--color5); font-weight: normal;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section .businesslink ol li:first-child{margin-left: 0;}


.degreekaro-wrapper .landingwrapper .landingcontainer .right-section{display: flex; border-radius:10px;   flex-direction: column; max-width: 40%; width:100%;position:relative;} 
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section .title{color:var(--whitecolor); letter-spacing: normal; font-size:21px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section .formwrapper{max-width: 450px; border-radius:5px; padding:20px; background-color: var(--color5);}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section .formwrapper .seperator + div{width: 100%; margin-bottom: 0;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form {width: 100%;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form input[type="text"]{color: var(--color1); width:100%; border:0px none; border-radius:5px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form input[type="email"]{color: var(--color1); border:0px none; border-radius:5px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form input[type="number"]{color: var(--color1); border:0px none; border-radius:5px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form select{color: var(--color1); border:0px none; border-radius:5px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form input{transition: all 0.2s ease; }
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 157px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 157px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}
.degreekaro-wrapper .landingwrapper .landingcontainer  .animation-block{color:var(--whitecolor); font-size:22px; margin-top:10px; display: flex; justify-content: center; align-items: center;} 
.degreekaro-wrapper .landingwrapper .landingcontainer  .animation-block ol{display: flex; margin:0; height:30px;  padding: 0; justify-content: center; align-items: center;}
.degreekaro-wrapper .landingwrapper .landingcontainer  .animation-block ol li{display: flex; margin:0; padding: 0;}


.degreekaro-wrapper .adv-section{display: flex; width: 100%; display: none; align-self: flex-start;  color: var(--whitecolor); padding:0px 0; margin-top:0px; flex-direction: column; justify-content: center; /*background: linear-gradient(90deg, rgba(0,53,129,1) 0%, rgba(9,121,95,1) 50%, rgba(0,212,255,1) 100%);*/ animation: Gradient 60s ease infinite; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);}
.degreekaro-wrapper .adv-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; margin-bottom:50px;}
.degreekaro-wrapper .adv-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:37px; line-height: normal; margin-bottom:30px;}
.degreekaro-wrapper .adv-section .logo{max-width:70px;}
.degreekaro-wrapper .adv-section .adv-container{display: flex;     text-align: center;  align-items: center; flex-direction: column; width: 100%; max-width: 1000px; padding: 15px; font-weight: 500; font-size:15px; border-radius:15px; margin:0 auto;}
.degreekaro-wrapper .adv-section .adv-container span{color: var(--whitecolor); font-size: 26px; text-transform: capitalize; font-weight: 700;}
.degreekaro-wrapper .adv-section .adv-container .degree-btn{border-radius:5px; white-space: nowrap; font-size: 17px; display: flex; margin-top: 15px; align-items: center; padding:6px 15px; background-color: var(--whitecolor); border:0px solid var(--color1);  color:var(--color1);  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.degreekaro-wrapper .adv-section .adv-container .degree-btn:first-child{margin-left: 0;}
.degreekaro-wrapper .adv-section .adv-container .degree-btn i{max-width:17px; flex-shrink: 0; margin-right: 8px;}



.degreekaro-wrapper .corporatesAndEnterprises-section{display: flex; width: 100%;     background-color: #eff1f8; align-self: flex-start;  color: var(--whitecolor); padding:50px; margin-top:0px; flex-direction: column; justify-content: center;}
.degreekaro-wrapper .corporatesAndEnterprises-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; margin-bottom:0px;}
.degreekaro-wrapper .corporatesAndEnterprises-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:29px; line-height: normal; margin-bottom:30px;}
.degreekaro-wrapper .corporatesAndEnterprises-section .heading-block .desc{color:var(--color2); max-width:650px; letter-spacing: normal; font-size: 16px; text-align: center; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container{display: flex; align-items: flex-start; justify-content:flex-start; width: 100%; max-width: 1280px; padding:0px; font-weight: 500; font-size:21px; border-radius:15px; margin:0 auto;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .left-section{display: flex; flex-direction: column; max-width:50%; width: 100%}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .right-section{display: flex; flex-direction: column; margin-left:15px; max-width: 50%; width: 100%}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block{border:1px solid var(--color1); background-color: #fff; flex-direction: row; transition: all 0.2s ease; width: 100%; max-width: none; margin: 0 0px 15px; padding: 15px; border-radius: 5px; display: flex;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block:last-child{margin-bottom: 0;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block:hover{box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block .content{display: flex; flex-direction: column;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block .icon{width: 70px; height: 70px; flex-shrink: 0; margin-right: 10px; border:0px solid #ddd; border-radius: 100px; display:flex; align-items: center; justify-content: center;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block .desc{color: var(--color2); font-size: 16px; min-height: 144px;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block .title{color: var(--blackcolor); font-size: 17px; font-weight: bold; margin-bottom: 10px;}


.degreekaro-wrapper .howitworks-section{display: flex; width: 100%; align-self: flex-start;  color: var(--whitecolor); padding:50px; margin-top:0px; flex-direction: column; justify-content: center;}
.degreekaro-wrapper .howitworks-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; margin-bottom:0px;}
.degreekaro-wrapper .howitworks-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:29px; line-height: normal; margin-bottom:30px;}
.degreekaro-wrapper .howitworks-section .heading-block .desc{color:var(--color2); max-width:650px; letter-spacing: normal; font-size: 16px; text-align: center; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .howitworks-section .howitworks-container{display: flex; align-items: flex-start; width: 100%; max-width: 1080px; padding:0px; font-weight: 500; font-size:21px; border-radius:15px; margin:0 auto;}
.degreekaro-wrapper .howitworks-section .howitworks-container .left-section{display: flex; flex-direction: column; max-width:70%; width: 100%}
.degreekaro-wrapper .howitworks-section .howitworks-container .right-section{display: flex; flex-direction: column; align-items: flex-start; margin-left:25px; max-width:30%; width: 100%}
.degreekaro-wrapper .howitworks-section .howitworks-container .right-section .banner{border: 3px solid #ddd; padding: 4px;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block{border:1px solid var(--color1); align-items: center; transition: all 0.2s ease; width: 100%; max-width: none; margin: 0 0px 15px; padding: 15px; border-radius: 5px; display: flex;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block:last-child{margin-bottom: 0;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block:hover{box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);}
.degreekaro-wrapper .howitworks-section .howitworks-container .block .content{display: flex; flex-direction: column;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block .icon{width: 40px; font-size:18px; height: 40px; background-color: var(--color1); flex-shrink: 0; margin-right:15px; border: 0px solid #ddd; border-radius: 100px; display:flex; align-items: center; justify-content: center;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block .desc{color: var(--color2); font-size: 16px; min-height: 144px;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block .title{color: var(--blackcolor); font-size: 16px; font-weight: normal; margin-bottom: 10px;}


.degreekaro-wrapper .feature-section{display: flex; width: 100%; align-self: flex-start;  color: var(--whitecolor); padding:0px 0; margin-top:0px; flex-direction: column; justify-content: center; /*background: linear-gradient(90deg, rgba(0,53,129,1) 0%, rgba(9,121,95,1) 50%, rgba(0,212,255,1) 100%);*/ animation: Gradient 60s ease infinite; background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);}
.degreekaro-wrapper .feature-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; margin-bottom:50px;}
.degreekaro-wrapper .feature-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:37px; line-height: normal; margin-bottom:30px;}
.degreekaro-wrapper .feature-section .heading-block .desc{color:var(--color2); max-width:650px; letter-spacing: normal; font-size: 16px; text-align: center; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .feature-section .feature-container{display: flex;  align-items: center; justify-content: space-between; width: 100%; max-width: 1000px; padding: 15px; font-weight: 500; font-size:21px; border-radius:15px; margin:0 auto;}
.degreekaro-wrapper .feature-section .feature-container span{max-width: none; display: flex;}
.degreekaro-wrapper .feature-section .feature-container .degree-btn{border-radius:5px; white-space: nowrap; font-size: 17px; display: flex; margin-left: 15px; align-items: center; padding:6px 15px; background-color: var(--whitecolor); border:0px solid var(--color1);  color:var(--color1);  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.degreekaro-wrapper .feature-section .feature-container .degree-btn:first-child{margin-left: 0;}
.degreekaro-wrapper .feature-section .feature-container .degree-btn i{max-width:17px; flex-shrink: 0; margin-right: 8px;}

.degreekaro-wrapper .trustedby-section{display: flex; width: 100%;  padding:0px 0; margin-top:20px; flex-direction: column;}
.degreekaro-wrapper .trustedby-section .trustedby-container{display: flex; flex-direction: column; width: 100%; max-width: 500px; padding:0px; font-weight: 500; font-size:21px; border-radius:15px;}
.degreekaro-wrapper .trustedby-section .trustedby-container span{max-width: none;  color: var(--color2); font-size:14px; padding:0; position: relative; margin-bottom:10px; display: flex;}
.degreekaro-wrapper .trustedby-section .trustedby-container .slider-block{display: flex; width: 100%; background-color: #fff; padding:5px 10px; border-radius: 5px;}
.degreekaro-wrapper .trustedby-section .trustedby-container .slider-block img{max-width:62px;}
.degreekaro-wrapper .trustedby-section .trustedby-container .slider-block div:focus{outline: 0px none;}
.degreekaro-wrapper .trustedby-section .trustedby-container .slider-block .items{display: flex; align-items: center;}
.degreekaro-wrapper .trustedby-section .trustedby-container .slider-block .slick-track{display: flex; align-items: center; justify-content: center;}
.mySlides {display: none;}
.mySlides.show{display: flex;}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity:0} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0} 
  to {opacity: 1}
}


.w1 {
  animation: w1anim 20s infinite;
}

.w2 {
  animation: w2anim 20s infinite;
}

.w3 {
  animation: w3anim 20s infinite;
}

.w4 {
  animation: w4anim 20s infinite;
}

.w5 {
  animation: w5anim 20s infinite;
}



@keyframes w1anim {
  0%{
    opacity: 0;
  }
  18%{
    opacity: 1;
  }
  36% {
    opacity:0.1;
  }
}


@keyframes w2anim {
  36%{
    opacity: 0;
  }
  54%{
    opacity: 1;
  }
  72% {
    opacity:0.1;
  }
}

@keyframes w3anim {
  72%{
    opacity: 0;
  }
  90%{
    opacity: 1;
  }
  100% {
    opacity:0.1;
  }
}

/*@keyframes w4anim {
  60%{
    opacity: 0;
  }
  70%{
    opacity: 1;
  }
  80% {
    opacity:0;
  }
}

@keyframes w5anim {
  80%{
    opacity: 0;
  }
  90%{
    opacity: 1;
  }
  100% {
    opacity:0;
  }
}
*/



/*Work intigrated page start*/


.formnotetext{color:#c1c1c1;  font-size: 12px; margin-top: 10px;}
.formnotetext a {color: #337ab7; text-decoration: underline;}
.formnotetext a:hover{color: #337ab7; text-decoration: none;}

.formnoteDialogWrapper{position: fixed; top:0; display: flex; background-color: rgba(0,0,0,0.8); align-items: center; justify-content: center; right:0; bottom:0; display: none; left:0; z-index: 22500000;}
.formnoteDialogWrapper.open{display: flex;}
.formnoteDialogWrapper .woocommerce-form{width: 100%;}
.formnoteDialogWrapper .dialogclose{z-index:1; position: absolute; right:15px; top:6px; font-size:20px; color: #000}
.formnoteDialogWrapper .formnoteDialogContainer{ max-width: 400px; width:100%; padding:20px; background-color: #fff; border-radius:5px; position: relative; box-shadow: 0 12px 22px 0 rgba(72, 145, 152, 0.2);}


.workIntegratedPageWrapper{display: flex; flex-direction: column; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer{display: flex; flex-direction: column; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper{display: flex; width: 100%; position: relative; height:650px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer{background-image: url('../images/herobg.jpg'); height:100%; position: relative; width:100%; background-size: cover; background-repeat: no-repeat;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay{position: absolute; display: flex; align-items: center; justify-content: center; top:0; left:0; right:0; bottom:0; background-color:rgba(0,157,192,0.5); background-color: rgba(10 2 52 / 67%);}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content{max-width: 1280px; flex-direction: column; width: 100%; margin:0 auto; display: flex;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content h2{color:var(--color1); font-size:17px; margin:0 0 10px; line-height: normal; text-transform: uppercase; letter-spacing: 1.7px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{color:var(--whitecolor); font-family: PoppinsBold; margin:0 0 20px; line-height: normal; font-size:45px; letter-spacing:0.7px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content p{color:var(--whitecolor); font-size:17px; letter-spacing:0.7px; max-width: 500px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content .knowmore{display: flex; margin-top: 20px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content .knowmore a{display: flex; color:var(--color1); border-radius:5px; padding:8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content .knowmore a:hover{display: flex; color:var(--color1); border-radius:5px; padding: 8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}


.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection{display: flex; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .maincontent{display: flex; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .left-section{width:100%; max-width: 50%; display:flex; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .left-section h3{letter-spacing: 0.7px;  margin-bottom: 15px;font-size: 26px; color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .left-section p{letter-spacing: 0.7px;  margin-bottom: 15px;font-size:15px; color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .right-section{width:100%; margin-left: 30px; align-items: flex-start; max-width: 50%; display:flex; flex-direction: column;}

.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection{display: flex; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer .maincontent{display: flex; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer .left-section{width:100%; max-width: 50%; display:flex; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 28px;  color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol{display:flex; width: 100%; margin: 0; padding: 0;     justify-content: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li{display:flex; flex-direction: column; transition: all 0.2s ease; align-items: center; width: 100%; max-width: 20%; margin: 0; padding: 0;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li .thumb{width: 120px; padding: 22px; border: 1px solid #ddd; height: 120px; border-radius: 100%; margin-bottom: 5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li .thumb img{max-width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li .title{letter-spacing: 0.7px; font-family: PoppinsSemiBold;  margin-bottom:0px;font-size:20px;  color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li:hover .thumb{border: 1px solid var(--color1);}

.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection{display: flex; width: 100%; background-color: #eff1f8;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .maincontent{display: flex; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer ol{display: flex; width: 100%; flex-wrap: wrap; justify-content: center}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer ol li{display: flex; padding:25px;  flex-direction: column; background-color: #fff; margin:0 10px 25px; border: 1px solid #e4ecf9; max-width: 350px; width: 100%; flex-wrap: wrap;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer ol li:hover{border:1px solid var(--color1);}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer ol li i{ width:60px; height:60px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin:0 auto;  margin-bottom: 10px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer ol li .title{color:var(--color1); text-align: center; font-family: PoppinsBold; font-size:17px; margin:0 0 5px; line-height: normal; letter-spacing: 1.7px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer ol li p{letter-spacing: 0.7px;  text-align: center; margin-bottom: 15px;font-size:15px; color: var(--color7);}


.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section{display: flex; width: 100%; padding:0px; flex-direction: column; justify-content: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container{display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container ol{display: flex; width: 100%; flex-wrap: wrap;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock{display: flex; flex-direction: column; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container ol li{display: flex; width:100%; background-color: var(--whitecolor); transition: all 0.2s ease; flex-direction: column; padding:0; border-radius:4px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); margin:0 15px 30px; max-width:24%; position: relative;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item{display: flex; width:300px; background-color: var(--whitecolor); transition: all 0.2s ease; flex-direction: column; padding:0; border-radius:4px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); margin:0 15px 30px; position: relative;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container ol li.nodatafound{padding:20px; text-align: center; background-color: #fff; max-width: none; width:100%; box-shadow: 0 0 0 0}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container ol li.nodatafound:hover{transform: scale(1);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item.nodatafound{padding:20px; text-align: center; background-color: #fff; max-width: none; width:100%; box-shadow: 0 0 0 0}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item.nodatafound:hover{transform: scale(1);}

.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .slick-dots{display: flex; width: 100%; justify-content: center; align-items: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .slick-dots li{margin:0 5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .slick-dots li button{padding:0px; border-radius: 100%; width:30px; height: 30px; display: flex; align-items: center; justify-content: center}

.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-thumb{display: flex; width: 100%; max-height: 140px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content{display: flex; width: 100%; padding:15px 15px 15px; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content h3{font-size:18px; border-bottom:2px solid #ddd; font-weight: normal; color:var(--color1); margin-bottom: 10px; padding-bottom: 10px; font-family:var(--defaultfont);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content p{margin-bottom: 10px; color: var(--color2); font-size: 16px; display: flex;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees{font-size:19px; display: none; color:var(--color1); margin-bottom: 10px; font-family:var(--defaultfont);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees ins{text-decoration: none; color:var(--color1);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees i{font-family: arial; margin-right: 4px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees del{text-decoration: none; text-decoration: line-through;  margin-left: 10px; color:var(--color2);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content span{font-size: 15px; width: 100%; margin-top:5px; text-align: center; color:var(--color4); margin-bottom:0px; font-family:var(--defaultfont);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .duration{font-size: 15px; min-height: 46px; width: 100%; margin-bottom:10px; text-align: left; color:var(--color4);  font-family:var(--defaultfont);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content span i{margin-right: 5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .deadline{font-size: 13px; color:var(--blackcolor); margin-bottom: 10px; font-family:var(--defaultfont);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .deadline strong{margin-left: 5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress{height: 10px; display:none; width: 100%; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5;  border-radius: 4px;  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar { float: left;  width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff;  text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%); box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%); transition: width .6s ease;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar.start { background-color:rgba(248,221,21,0.6); }
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar.middle {background-color:rgba(27,206,82,0.6);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar.end {background-color:hsl(215deg 100% 25% / 70%); margin-top:0; border-radius:0;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block{display:flex; padding:0 15px 15px; justify-content: space-between;  flex-direction: column; align-items: flex-start; justify-content: space-between; width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block span{color:var(--color1); margin-top: 6px; display: none}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block div:first-child{font-size: 17px; color:var(--color2); margin-bottom:0px; font-family:var(--defaultfont);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block div:last-child{color: var(--color1); border-radius: 5px; display: flex; margin: 0 auto; padding:5px 15px; border:0px dotted var(--color2); width: 100%;  font-weight: bold; display: flex; justify-content: center; align-items: center; margin-top: 15px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block div:last-child i{margin-left:5px; color: var(--color1); transition: all 0.2s ease; margin-top: 5px; opacity: 1; margin-left: 5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item:hover{transform: scale(1.03);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item:hover .bottom-block div:last-child{color: var(--color1);}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item:hover .bottom-block div:last-child i{margin-left:5px; opacity: 1;}


.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section{display: flex; width: 100%; padding:50px; flex-direction: column; justify-content: center; background-color: #eff1f8;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:15px;font-size: 36px;  color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section p{letter-spacing: 0.7px; display: flex; max-width: 555px; margin: 0 auto; justify-content: center; text-align: center; align-items: center; flex-direction: column; margin-bottom:35px; font-size:15px;  color: var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto 0;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container{display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container ol{display: flex; width: 100%; flex-wrap: wrap; justify-content: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container ol li{display: flex; align-items: center; width:100%; border:1px solid transparent; max-width:225px; background-color: var(--whitecolor); transition: all 0.2s ease; flex-direction: column; padding:20px; border-radius:4px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%); margin:0 15px 30px; position: relative;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container ol li:hover{border:1px solid var(--color1); transform: translate(10px);}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container ol li i{width:55px; height:55px; margin: 0px 0px 10px 0;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container ol li .title{font-family: var(--fontfamilysemibold); text-align: center; margin-bottom:0px; font-size:16px;  color: var(--color7);}

.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection{display: flex; width: 100%; background-image: url('../images/leadformbg2.jpg'); height:500px; position: relative; width:100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer{display: flex; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{display: flex; width: 100%; max-width: 1280px; margin:0 auto;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .headingtitle{letter-spacing: 0.7px;  font-family: PoppinsBold; display: flex; justify-content: center; flex-direction: column; margin-bottom:15px;font-size: 36px;  color: var(--whitecolor);}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .headingtitle span{background-color:var(--whitecolor); height:4px; width: 50px; margin:12px 0;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section{width:100%; justify-content: center;  max-width: 67%; display:flex; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section .subtitle{display: flex; margin-bottom:5px;font-size: 36px;  color: var(--whitecolor);}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-family: PoppinsBold; display: flex; margin-bottom:15px;font-size: 40px;  color: var(--whitecolor);}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section p{letter-spacing: 0.7px; max-width: 550px; margin-bottom: 0px;font-size:15px; color: var(--whitecolor);}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .right-section{width:100%; margin-left: 30px; align-items: flex-start; max-width:33%; display:flex; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .overlay{position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; top:0; left:0; right:0; bottom:0; background-image: linear-gradient(to right, rgba(0,0,70,0.8), rgba(28,181,224,0.8));}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper{background-color: var(--whitecolor); border-radius: 5px; padding:20px; display: flex; flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper .title{font-family: PoppinsBold; font-size: 21px; color:var(--color7);}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper .seperator {margin: 15px auto;  display: flex;  height: 4px;  width: 50px;  background-color: var(--color1);}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="text"]{color: var(--color1); width:100%; border:1px solid #ddd; border-radius:5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="email"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="number"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form select{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input{transition: all 0.2s ease; }
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper div.wpforms-container-full{width: 100%; margin:0;}
/*Work intigrated page ends*/



/*new Work intigrated page start*/

.newworkIntegratedPageWrapper{display: flex; flex-direction: column; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer{display: flex; flex-direction: column; width: 100%;}

 .newworkIntegratedPageWrapper .topbar{display: flex; justify-content: center; align-items: center;}
 .newworkIntegratedPageWrapper .topbar img{ max-width: 200px;}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol{display: flex; width: 100%; margin: 0; padding: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol li{display: flex; flex-direction: column; margin: 0 15px; padding:32px; width: 100%; max-width: 33.333333%; border-radius: 15px; letter-spacing: 0.7px; text-align: center; font-family: PoppinsSemiBold;  display: flex; justify-content: center; align-items: center; font-size: 21px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol li:nth-child(1){ background-color: #fff6d6;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol li:nth-child(2){ background-color: #ebdcf9;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol li:nth-child(3){ background-color: #ddf5fc;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol li i{width: 60px; height: 60px; border-radius: 100%; margin-bottom: 10px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol li span{font-size: 14px;}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection{display: flex; width: 100%; background-image: url(../images/partnersbg.png); background-repeat: no-repeat; background-size: cover;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer ol{display: flex; width: 100%; flex-wrap: wrap; margin: 0;     justify-content: center; padding: 0; background: rgba(255, 255, 255, 1); border: solid 0px rgba(0,0,0,0);border-radius: 0px; padding: 15px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer ol li{ list-style-type: none; width: 100%; max-width: 230px; padding:20px; margin: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section{display: flex; width: 100%; padding:0px; flex-direction: column; justify-content: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container{display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container ol{display: flex; width: 100%; flex-wrap: wrap;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock{display: flex; flex-direction: column; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container ol li{display: flex; width:100%; background-color: var(--whitecolor); transition: all 0.2s ease; flex-direction: column; padding:0; border-radius:4px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); margin:0 15px 30px; max-width:24%; position: relative;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item{display: flex; width:300px; background-color: var(--whitecolor); transition: all 0.2s ease; flex-direction: column; padding:0; border-radius:4px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); margin:0 15px 30px; position: relative;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container ol li.nodatafound{padding:20px; text-align: center; background-color: #fff; max-width: none; width:100%; box-shadow: 0 0 0 0}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container ol li.nodatafound:hover{transform: scale(1);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item.nodatafound{padding:20px; text-align: center; background-color: #fff; max-width: none; width:100%; box-shadow: 0 0 0 0}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item.nodatafound:hover{transform: scale(1);}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .slick-dots{display: flex; width: 100%; justify-content: center; align-items: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .slick-dots li{margin:0 5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .slick-dots li button{padding:0px; border-radius: 100%; width:30px; height: 30px; display: flex; align-items: center; justify-content: center}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-thumb{display: flex; width: 100%; max-height: 140px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content{display: flex; width: 100%; padding:15px 15px 15px; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content h3{font-size:18px; border-bottom:2px solid #ddd; font-weight: normal; color:var(--color1); margin-bottom: 10px; padding-bottom: 10px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content p{margin-bottom: 10px; color: var(--color2); font-size: 16px; display: flex;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees{font-size:19px; display: none; color:var(--color1); margin-bottom: 10px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees ins{text-decoration: none; color:var(--color1);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees i{font-family: arial; margin-right: 4px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .fees del{text-decoration: none; text-decoration: line-through;  margin-left: 10px; color:var(--color2);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content span{font-size: 15px; width: 100%; margin-top:5px; text-align: center; color:var(--color4); margin-bottom:0px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .duration{font-size: 15px; min-height: 46px; width: 100%; margin-bottom:10px; text-align: left; color:var(--color4);  font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content span i{margin-right: 5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .deadline{font-size: 13px; color:var(--blackcolor); margin-bottom: 10px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .course-content .deadline strong{margin-left: 5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress{height: 10px; display:none; width: 100%; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5;  border-radius: 4px;  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar { float: left;  width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff;  text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%); box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%); transition: width .6s ease;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar.start { background-color:rgba(248,221,21,0.6); }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar.middle {background-color:rgba(27,206,82,0.6);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .progress .progress-bar.end {background-color:hsl(215deg 100% 25% / 70%); margin-top:0; border-radius:0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block{display:flex; padding:0 15px 15px; justify-content: space-between;  flex-direction: column; align-items: flex-start; justify-content: space-between; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block span{color:var(--color1); margin-top: 6px; display: none}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block div:first-child{font-size: 17px; color:var(--color2); margin-bottom:0px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block div:last-child{color: var(--color1); border-radius: 5px; display: flex; margin: 0 auto; padding:5px 15px; border:0px dotted var(--color2); width: 100%;  font-weight: bold; display: flex; justify-content: center; align-items: center; margin-top: 15px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item .bottom-block div:last-child i{margin-left:5px; color: var(--color1); transition: all 0.2s ease; margin-top: 5px; opacity: 1; margin-left: 5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item:hover{transform: scale(1.03);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item:hover .bottom-block div:last-child{color: var(--color1);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container .sliderblock .item:hover .bottom-block div:last-child i{margin-left:5px; opacity: 1;}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section{display: flex; width: 100%; padding:50px; flex-direction: column; justify-content: center; background-color: #eff1f8;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:15px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section p{letter-spacing: 0.7px; display: flex; max-width: 555px; margin: 0 auto; justify-content: center; text-align: center; align-items: center; flex-direction: column; margin-bottom:35px; font-size:15px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .approach-container{display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .approach-container ol{display: flex; width: 100%; flex-wrap: wrap; justify-content: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .approach-container ol li{display: flex; align-items: center; width:100%; border:1px solid transparent; max-width:225px; background-color: var(--whitecolor); transition: all 0.2s ease; flex-direction: column; padding:20px; border-radius:4px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 1%); margin:0 15px 30px; position: relative;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .approach-container ol li:hover{border:1px solid var(--color1); transform: translate(10px);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .approach-container ol li i{width:55px; height:55px; margin: 0px 0px 10px 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .approach-container ol li .title{font-family: var(--fontfamilysemibold); text-align: center; margin-bottom:0px; font-size:16px;  color: var(--color7);}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection{display: flex; width: 100%; background-image: url('../images/leadformbg2.jpg'); height:500px; position: relative; width:100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer{display: flex; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{display: flex; width: 100%; max-width: 1280px; margin:0 auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .headingtitle{letter-spacing: 0.7px;  font-family: PoppinsBold; display: flex; justify-content: center; flex-direction: column; margin-bottom:15px;font-size: 36px;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .headingtitle span{background-color:var(--whitecolor); height:4px; width: 50px; margin:12px 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section{width:100%; justify-content: center;  max-width: 67%; display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .subtitle{display: flex; margin-bottom:5px;font-size: 36px;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-family: PoppinsBold; display: flex; margin-bottom:15px;font-size: 40px;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section p{letter-spacing: 0.7px; max-width: 550px; margin-bottom: 0px;font-size:15px; color: var(--whitecolor);}
.workIntegratednewworkIntegratedPageWrapperPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .right-section{width:100%; margin-left: 30px; align-items: flex-start; max-width:33%; display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .overlay{position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; top:0; left:0; right:0; bottom:0; background-image: linear-gradient(to right, rgba(0,0,70,0.8), rgba(28,181,224,0.8));}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper{background-color: var(--whitecolor); border-radius: 5px; padding:20px; display: flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper .title{font-family: PoppinsBold; font-size: 21px; color:var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper .seperator {margin: 15px auto;  display: flex;  height: 4px;  width: 50px;  background-color: var(--color1);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.newworkIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="text"]{color: var(--color1); width:100%; border:1px solid #ddd; border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="email"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="number"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form select{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input{transition: all 0.2s ease; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper div.wpforms-container-full{width: 100%; margin:0;}



.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer .maincontent{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer .left-section{width:100%; max-width:55%;  display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol{display: flex;justify-content: center; width: 100%; margin: 0; padding: 0; flex-wrap: wrap;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li{display: flex; transition: all 0.2s ease; width: 45%; border: 1px solid #eceff8; margin: 0 10px 20px; padding:15px; background-color: #fff;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li i{width: 70px; height: 70px; display: flex; font-size: 25px; color: #fff; align-items: center; justify-content: center; font-style: normal; margin-right: 20px; flex-shrink: 0; border-radius: 100%; background-color: #f4f6f7;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(1) i{background-color: #d22d4a;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(2) i{background-color: #3fb3cc;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(3) i{background-color: #d59d17;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(4) i{background-color: #773344;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(5) i{background-color: #048A81;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li .title{font-size: 20px; margin-bottom: 5px; font-family: PoppinsSemiBold; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li p{font-size: 14px; color: #999;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li:hover{box-shadow: 0 2px 29px rgb(0 0 0 / 20%)}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection{display: flex; width: 100%; background-color: #f3f3f3;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer .maincontent{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer .left-section{width:100%; max-width:55%;  display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol{display: flex; position: relative; justify-content: center; flex-direction: column; width: 100%; margin: 0; padding: 0; flex-wrap: wrap;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li{display: flex; border-radius:8px; background-color: #fff; position: relative; transition: all 0.2s ease; width: 45%; border: 1px solid #eceff8; margin: 0 10px 20px; padding:20px 65px 20px 20px; background-color: #fff;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li i{width: 70px; height: 70px; display: flex; font-size: 25px; color: #fff; align-items: center; justify-content: center; font-style: normal; margin-right: 20px; flex-shrink: 0; border-radius: 100%; background-color: #f4f6f7;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(1) i{background-color: #d22d4a;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(2) i{background-color: #3fb3cc;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(3) i{background-color: #d59d17;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(4) i{background-color: #773344;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(5) i{background-color: #048A81;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li .title{font-size: 20px; margin-bottom: 5px; font-family: PoppinsSemiBold; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li p{font-size: 14px; color: #999;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:hover{box-shadow: 0 2px 29px rgb(0 0 0 / 20%)}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li i{color: #fff; background: #fff; font-size: 35px; text-align: center; line-height: 80px; height: 80px; width: 90px;  border-radius: 40px 30px 80px/40px 20px 50px;  box-shadow: 0 0 10px rgba(0,0,0,0.2);  transform: translateY(-50%); position: absolute; right: -45px; top: 50%; z-index: 1;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(even){align-self: flex-end; padding:20px 65px 20px 20px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol:before { content: ''; background-color: #e7e7e7; height: 100%;  width: 15px;  border-radius: 10px; transform: translateX(-50%); position: absolute; left: 50%; top: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:after {content: ''; background-color: #009dc0; height: 15px;  width: 15px;  border-radius: 50%;  box-shadow: 0 0 0 3px #fff, 0 0 10px #333; transform: translateY(-50%); position: absolute; left: -7px; top: 50%;}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper{display: flex; width: 100%; position: relative; background-color: #7bccdc; height:550px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper:before{position: absolute; content: '';  width: 33%;  height: 100%;background: linear-gradient(rgba(0,103,244,0.3) 0%,rgba(43,219,220,0.3) 100%);
    top: 0; right: 15%; -webkit-transform: skewX(20deg); -moz-transform: skewX(20deg); -ms-transform: skewX(20deg); -o-transform: skewX(20deg);
    transform: skewX(20deg);}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer{height:100%; position: relative; width:100%; justify-content: space-between; background-size: cover; background-repeat: no-repeat;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay{position: absolute; display: flex; align-items: center; justify-content: center; top:0; left:0; right:0; bottom:0; background-color:rgba(0,157,192,0.5); background-color: rgba(10 2 52 / 67%);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content{max-width: 1280px;  padding-top: 70px;  justify-content: space-between; width: 100%; margin:0 auto; display: flex;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h2{color:var(--color3); font-size:17px; margin:0 0 10px; line-height: normal; text-transform: uppercase; letter-spacing: 1.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h3{color:var(--color1); font-size:19px; margin:0 0 10px; line-height: normal; letter-spacing: 1.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{color:var(--whitecolor); font-family: PoppinsBold; margin:0 0 20px; line-height: normal; font-size:40px; letter-spacing:0.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1 span b{ text-decoration: line-through; font-weight: normal;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1 span i{color: #39c300; margin: 0px; padding:0px 10px; font-style: normal;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content p{color:var(--whitecolor); font-size:17px; letter-spacing:0.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content .knowmore{display: flex; margin-top: 20px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content .knowmore a{display: flex; color:var(--color1); border-radius:5px; padding:8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content .knowmore a:hover{display: flex; color:var(--color1); border-radius:5px; padding: 8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .leftcontent{max-width:68%; width: 100%;  padding-top:40px; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .rightbanner{max-width: 32%; width: 100%; margin-left: 40px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .rightbanner img{max-width: 100%;}



.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper{display: flex; width: 100%; position: relative; background-position: 100%; background-image: url(../images/degreewithnaukri-herobanner.jpg); height:550px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper:before{position: absolute; content: '';  width: 33%;  height: 100%;background: linear-gradient(rgba(0,103,244,0.3) 0%,rgba(43,219,220,0.3) 100%);
    top: 0; right: 15%; -webkit-transform: skewX(20deg); -moz-transform: skewX(20deg); -ms-transform: skewX(20deg); -o-transform: skewX(20deg);
    transform: skewX(20deg);}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer{height:100%; position: relative; width:100%; justify-content: space-between; background-size: cover; background-repeat: no-repeat;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay{position: absolute; display: flex; align-items: center; justify-content: center; top:0; left:0; right:0; bottom:0; background-color:rgba(0,157,192,0.5); background-color: rgba(10 2 52 / 81%);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content{max-width: 1280px;  padding-top: 70px;  justify-content: space-between; width: 100%; margin:0 auto; display: flex;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h2{color:var(--color3); font-size:17px; margin:0 0 10px; line-height: normal; text-transform: uppercase; letter-spacing: 1.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h3{color:var(--color1); font-size:19px; margin:0 0 10px; line-height: normal; letter-spacing: 1.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1{color:var(--whitecolor); font-family: PoppinsBold; margin:0 0 20px; line-height: normal; font-size:48px; letter-spacing:0.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1 span{position: relative;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1 span:before{content: ''; top: 50%; position: absolute; height: 3px; width: 100%; background-color: #ff0000;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1 span b{ text-decoration:none; font-weight: normal;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1 span.text i{color: #39c300; margin: 0px; padding:0px 10px; font-style: normal;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1 span.text:before{background-color: transparent;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content p{color:var(--whitecolor); font-size:17px; letter-spacing:0.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content .knowmore{display: flex; margin-top: 20px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content .knowmore a{display: flex; color:var(--color1); border-radius:5px; padding:8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content .knowmore a:hover{display: flex; color:var(--color1); border-radius:5px; padding: 8px 30px; background-color: var(--whitecolor); font-size: 18px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .leftcontent{max-width:68%; width: 100%;  padding-top:40px; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .rightbanner{max-width: 32%; width: 100%; margin-left: 40px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .rightbanner img{max-width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper{display: flex; flex-direction: column; padding: 15px; border-radius: 5px; background-color: var(--color5);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper .wpforms-container{width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper .wpforms-container label{color: #0d1926; font-size: 14px; display: none; font-weight: normal;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper .title{color:var(--whitecolor); letter-spacing: normal; font-size:19px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper .seperator + div{width: 100%; margin-bottom: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper input[type="text"]{width: 100%; border-radius: 5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}




.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper{display: flex; width: 100%; position: relative; background-image: url(../images/corporate-banner.png); background-position: center; background-repeat: no-repeat; height:550px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer{height:100%; position: relative; width:100%; justify-content: space-between; background-size: cover; background-repeat: no-repeat;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay{position: absolute; display: flex; align-items: center; justify-content: center; top:0; left:0; right:0; bottom:0; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content{max-width: 1280px;  padding-top: 70px;  justify-content: space-between; width: 100%; margin:0 auto; display: flex;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h2{color:var(--color3); font-size:17px; margin:0 0 10px; line-height: normal; text-transform: uppercase; letter-spacing: 1.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h3{color:var(--color1); font-size:19px; margin:0 0 10px; line-height: normal; letter-spacing: 1.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h1{color:var(--color7); font-family: PoppinsBold; margin:0 0 20px; line-height: normal; font-size:40px; letter-spacing:0.7px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content p{color:var(--color7); font-size:17px; letter-spacing:0.7px; max-width: 500px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content .knowmore{display: flex; margin-top: 20px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content .knowmore a{display: flex; color:var(--whitecolor); border-radius:5px; padding:8px 30px; background-color: var(--color1); font-size: 18px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content .knowmore a:hover{display: flex; color:var(--whitecolor); border-radius:5px; padding: 8px 30px; background-color: var(--color1); font-size: 18px; font-family:var(--defaultfont);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .leftcontent{max-width:58%; width: 100%;  padding-top: 40px; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .rightbanner{max-width: 42%; width: 100%; margin-left: 40px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .rightbanner img{max-width: 100%;}



.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .maincontent{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .left-section{width:100%; display:flex; flex-direction: column; max-width: 40%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .headingtitle{letter-spacing: 0.7px; text-align: center; font-family: PoppinsSemiBold;  display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 24px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section .title{letter-spacing: 0.7px;  margin-bottom: 0px; font-size: 26px; font-weight: 600; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section .subtitle{letter-spacing: 0.7px;  margin-bottom: 25px; font-size:17px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section{width:100%; margin-left:0px; align-items: center; max-width: none; display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section ol{width: 100%; margin: 0; display:flex; flex-wrap: wrap;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section ol li{width: 100%; flex-direction: column; font-family: Poppins; font-size: 17px; max-width: 24%; margin: 0px; border: 1px solid #ddd; border-left: 0px none; padding: 20px; min-height: 100px; display: flex; align-items: center; justify-content: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section ol li i{width:70px; border: 0px solid #30446b; height: 70px; margin-bottom: 10px; color: #30446b; border-radius: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section ol li:hover{background-color: #f3f3f3}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .offeringsection .offeringcontainer .right-section ol li:first-child{border-left:1px solid #ddd; }

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer .maincontent{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer .left-section{width:100%; max-width:55%;  display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol{display: flex;justify-content: center; width: 100%; margin: 0; padding: 0; flex-wrap: wrap;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li{display: flex; width: 45%;     border: 1px solid #eceff8; margin: 0 10px 20px; padding:15px; background-color: #fff;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li .icon{width: 100px; height: 100px; margin-right: 20px; flex-shrink: 0; border-radius: 100%; background-color: #f4f6f7;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li .content{display: flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li .content .title{letter-spacing: 0.7px; font-family: PoppinsSemiBold; margin-bottom:5px;font-size:20px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li .content p{letter-spacing: 0.7px;  margin-bottom: 15px;font-size:15px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li:hover{box-shadow: 0 0 21px 0 rgb(152 152 152 / 23%);}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer .maincontent{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer .left-section{width:100%; max-width:55%;  display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer ol{display: flex;justify-content: center; width: 100%; margin: 0; padding: 0; flex-wrap: wrap;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer ol li{display: flex; width: 45%;     border: 1px solid #eceff8; margin: 0 10px 20px; padding:15px; background-color: #fff;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer ol li .icon{width: 100px; height: 100px; margin-right: 20px; flex-shrink: 0; border-radius: 100%; background-color: #f4f6f7;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer ol li .content{display: flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer ol li .content .title{letter-spacing: 0.7px; font-family: PoppinsSemiBold; margin-bottom:5px;font-size:20px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer ol li .content p{letter-spacing: 0.7px;  margin-bottom: 15px;font-size:15px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .featuresection .featurecontainer ol li:hover{box-shadow: 0 0 21px 0 rgb(152 152 152 / 23%);}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection{display: flex; width: 100%;  background-color: #f4f6f7;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .maincontent{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .left-section{width:100%; max-width:55%;  display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .left-section h3{letter-spacing: 0.7px;  margin-bottom: 15px;font-size: 26px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .left-section p{letter-spacing: 0.7px;  margin-bottom: 15px;font-size:15px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .right-section{width:100%; margin-left: 30px; align-items: flex-start; max-width: 45%; display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .right-section ol{display: flex; width: 100%;}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection{display: flex; width: 100%;  background-color: #30446b;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer .maincontent{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsSemiBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px; font-size: 24px; text-transform: uppercase;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer ol{display: flex; width: 100%; margin: 0;  justify-content: center; padding: 0; flex-wrap: wrap;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer ol li{display: flex; width: 100%; align-items: center; max-width: 24%; flex-direction: column; margin: 0 10px 30px; padding: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer ol li i{font-size:35px; color: var(--color3); font-family: PoppinsSemiBold; font-style: normal;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer ol li div{font-size:15px; color: #fff}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection{display: flex; width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer{display: flex; max-width: 1000px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .maincontent{display: flex; width: 100%; align-items: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .left-section{width:100%; max-width:45%;  display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .left-section h3{letter-spacing: 0.7px;  margin-bottom: 15px;font-size: 26px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .left-section img{max-width: 350px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .left-section p{letter-spacing: 0.7px;  margin-bottom: 15px;font-size:15px; color: var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .right-section{width:100%; margin-left: 30px; align-items: flex-start; max-width:55%; display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .right-section ol{display: flex; width: 100%; flex-direction: column; margin: 0; padding: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .right-section ol li{display: flex; background-color: #fff; margin: 0 0 15px; box-shadow: 0 1px 4px #ddd; border-radius: 5px;padding:20px;font-size: 17px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .right-section ol li i{margin-right: 10px; flex-shrink: 0;  width: 34px; height: 34px; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: var(--color1);}


.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection{display: flex; width: 100%; height:500px; position: relative; width:100%; background-size: cover; background-position: center; background-repeat: no-repeat;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer{display: flex; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{display: flex; width: 100%; max-width: 1280px; margin:0 auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .headingtitle{letter-spacing: 0.7px;  font-family: PoppinsBold; display: flex; justify-content: center; flex-direction: column; margin-bottom:15px;font-size: 36px;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .headingtitle span{background-color:var(--whitecolor); height:4px; width: 50px; margin:12px 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section{width:100%; justify-content: center;  max-width: 67%; display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .subtitle{display: flex; margin-bottom:5px;font-size: 36px;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-family: PoppinsBold; display: flex; margin-bottom:15px;font-size: 40px;  color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section p{letter-spacing: 0.7px; max-width: 550px; margin-bottom: 0px;font-size:15px; color: var(--whitecolor);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .right-section{width:100%; margin-left: 30px; align-items: flex-start; max-width:33%; display:flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .overlay{position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; top:0; left:0; right:0; bottom:0; background-image: linear-gradient(to right, rgba(0,0,70,0.7), rgba(28,181,224,0.5));}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper{background-color: var(--whitecolor); border-radius: 5px; padding:20px; display: flex; flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper .title{font-family: PoppinsBold; font-size: 21px; color:var(--color7);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper .seperator {margin: 15px auto;  display: flex;  height: 4px;  width: 50px;  background-color: var(--color1);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="text"]{color: var(--color1); width:100%; border:1px solid #ddd; border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="email"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input[type="number"]{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form select{color: var(--color1); border:1px solid #ddd border-radius:5px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input{transition: all 0.2s ease; }
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 150px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer  .formwrapper div.wpforms-container-full{width: 100%; margin:0;}
/*new Work intigrated page ends*/



.homepageearnwhilelearnsection{display: flex; width: 100%;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer{display: flex; max-width: 1000px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .maincontent{display: flex; width: 100%; align-items: center;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .left-section{width:100%; max-width:45%;  display:flex; flex-direction: column;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 32px;  color: var(--color7);}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .left-section h3{letter-spacing: 0.7px;  margin-bottom: 15px;font-size: 26px; color: var(--color7);}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .left-section img{max-width: 350px;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .left-section p{letter-spacing: 0.7px;  margin-bottom: 15px;font-size:15px; color: var(--color7);}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .right-section{width:100%; margin-left: 30px; align-items: flex-start; max-width:55%; display:flex; flex-direction: column;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .right-section ol{display: flex; width: 100%; flex-direction: column; margin: 0; padding: 0;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .right-section ol li{display: flex; background-color: #fff; margin: 0 0 15px; box-shadow: 0 1px 4px #ddd; border-radius: 5px;padding:20px;font-size: 17px;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .right-section ol li i{margin-right: 10px; flex-shrink: 0;  width: 34px; height: 34px; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 100%; background-color: var(--color1);}

.addbackgroundcolor{background-color: #eff1f8;}

.homepagepartnersection{display: flex; width: 100%; background-image: url(../images/partnersbg.png); background-repeat: no-repeat; background-size: cover;}
.homepagepartnersection .homepagepartnercontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.homepagepartnersection .homepagepartnercontainer ol{display: flex; width: 100%; flex-wrap: wrap; margin: 0;     justify-content: center; padding: 0; background: rgba(255, 255, 255, 1); border: solid 0px rgba(0,0,0,0);border-radius: 0px; padding: 15px;}
.homepagepartnersection .homepagepartnercontainer ol li{ list-style-type: none; width: 100%; max-width: 230px; padding:20px; margin: 0;}
.homepagepartnersection .homepagepartnercontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 36px;  color: var(--whitecolor);}
.homepagepartnersection .homepagepartnercontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}


.homepagehowdoesitworkssection{display: flex; width: 100%; background-color: #eff1f8;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer{display: flex; max-width: 1280px; margin:0 auto; flex-direction: column; width: 100%; padding:50px;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .maincontent{display: flex; flex-direction: column; width: 100%; align-items: flex-start;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .maincontent .timeline-block{display: flex; width: 100%;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .left-section{width:100%; max-width:45%;  display:flex; flex-direction: column;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .middle-section{width:100%; position: relative; max-width:10%;  display:flex; flex-direction: column;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(2)::after { content: ''; z-index: 1; position: absolute; width: 4px; background-color:transparent; border:2px dotted #07d2ffdb; top: 0; bottom: 0; left: 50%; margin-left: -3px;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .right-section{width:100%; max-width:45%;  display:flex; flex-direction: column;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .headingtitle{letter-spacing: 0.7px; font-family: PoppinsBold; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:35px;font-size: 32px;  color: var(--color7);}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .headingtitle span{background-color:var(--color1); height:4px; width: 50px; margin:12px auto;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol{display: flex; justify-content: flex-start; width: 100%; margin: 0; padding: 0;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li{display: flex; min-height: 127px; position: relative; transition: all 0.2s ease; width: 100%; border: 1px solid #eceff8; margin: 0 0px 20px; padding:15px; background-color: #fff;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(1){max-width: 45%;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(2){max-width: 100px; display: flex; align-items: center; justify-content: center; box-shadow: 0px 0px 0px 0px; background-color: transparent;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(2):hover{box-shadow: 0px 0px 0px 0px;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(2) span{width: 40px; position: relative; z-index: 2; height: 40px; display: flex; font-size: 20px; color: #fff; align-items: center; justify-content: center; font-style: normal; margin-right: 0px; flex-shrink: 0; border-radius: 100%; background-color:var(--color1);}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(3){max-width: 45%;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li i{width: 40px; height: 40px; display: flex; font-size: 25px; color: #fff; align-items: center; justify-content: center; font-style: normal; margin-right: 20px; flex-shrink: 0; border-radius: 100%; background-color: #f4f6f7;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(1) i{background-color: #d22d4a;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(2) i{background-color: #3fb3cc;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(3) i{background-color: #d59d17;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(4) i{background-color: #773344;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(5) i{background-color: #048A81;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li .title{font-size: 16px; margin-bottom: 5px; font-family: PoppinsSemiBold; color: var(--color7);}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li .mobiletitle{font-size: 16px; display: none; margin-bottom: 5px; font-family: PoppinsSemiBold; color: var(--color7);}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li p{font-size: 14px; color: #999;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:hover{box-shadow: 0 2px 29px rgb(0 0 0 / 20%)}

.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .titleblock{display: flex; width: 100%;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .titleblock li{min-height: inherit; background-color: transparent; box-shadow: 0px 0px 0px 0px;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .titleblock li:hover{box-shadow: 0px 0px 0px 0px;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .titleblock .title{font-size:25px; width: 100%; text-align: center; margin-bottom: 0; line-height: normal;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .titleblock li.seperator:after{background-color: transparent; border: 0px none;}


.listing-section.backgroundnone{background-color: transparent;}
.listing-section{display: flex; width: 100%; flex-direction: column; background-color: #eff1f8;}
.listing-section .listing-container{display: flex; width: 100%; flex-direction: column; max-width: 1280px; margin:0 auto; position:relative; padding-top: 40px;}
.listing-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center; margin:50px 0 0;}
.listing-section .heading-block .title{color:var(--color7); letter-spacing: normal; font-weight: 700; font-size:36px; font-family: PoppinsBold; text-align: center;line-height: normal; margin-bottom:0px;}
.listing-section .heading-block .desc{color:var(--color2); max-width:650px; letter-spacing: normal; font-size: 16px; text-align: center; line-height: normal; margin-bottom:0px;}
.listing-section .heading-block span { background-color: var(--color1);height: 4px; width: 50px;  margin: 12px auto;}
.listing-section .heading-block .title.colorchange{color: var(--color1); font-size: 26px;}

.degreekaro-wrapper .listing-section .navigationMenuWrapper{align-self: flex-start;display: flex; width:100%; flex-shrink: 0; padding:0px; flex-direction: column; align-self: flex-start;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol{display: flex; border-top:0px solid #ddd; justify-content: center; flex-direction: row; overflow-y:auto; padding:0px 0; margin-top:0px; }
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li{display: flex; position: relative; flex-shrink: 0; flex-direction: column; margin:0px 0 0px; padding:6px; }
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li a{color:var(--blackcolor); justify-content: space-between; width: 100%; background-color:var(--whitecolor); font-size: 17px; border-radius:5px; padding:8px 18px; display: flex; align-items: center; box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%), 0 3px 3px -2px rgb(0 0 0 / 12%), 0 3px 4px 0 rgb(0 0 0 / 14%);}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li a i{display: none;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li a:hover{color:var(--whitecolor); background-color: var(--color1);}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li span i{max-width: 15px;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li.active a{font-family:var(--defaultfont); color:var(--whitecolor); background-color:var(--color1); }
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li a.active{font-family:var(--defaultfont); color:var(--whitecolor); background-color:var(--color1); }
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li.viewLink{align-items: center; display: flex;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li.viewLink i{border:0px none; display: flex; align-items: center; justify-content: center; width: auto; height:auto; margin-left:5px; margin-top:6px; margin-right: 0}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li.viewLink a{color:var(--blackcolor); background-color:var(--color15); padding:5px 15px; margin:15px 0 0; height:auto; border-radius:5px; justify-content: center;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper .screen-reader-text{display: none;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li:last-child a{border:0px none; width:auto;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li:last-child img.imaginxp{ width:36%;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li:last-child div{ display: flex; width:100%; align-items: center; margin:0px 0;}




.degreekaro-wrapper .listing-section .right-section{display: flex; flex-direction: column; width: 100%; padding:30px;}
.degreekaro-wrapper .courses-section{display: flex; width: 100%; padding:0; flex-direction: column; justify-content: center; margin-bottom: 30px;}
.degreekaro-wrapper .courses-section.page-section{display: none;}
.degreekaro-wrapper .courses-section .heading-block{display: flex; display: none; flex-direction: column; border-left:4px solid var(--color1); padding-left: 10px;width: 100%; justify-content: flex-start; align-items: flex-start; margin-bottom:30px; margin-top: 0;}
.degreekaro-wrapper .courses-section .heading-block .title{color:var(--color7);     font-family: Poppins;  margin-bottom: 5px;  letter-spacing: normal; font-size:21px;line-height: normal;}
.degreekaro-wrapper .courses-section .heading-block .subtitle{font-size: 18px; color:var(--color2); display: none;}
.degreekaro-wrapper .courses-section .heading-block .seperator{background-color: var(--color1); display: none; width: 50px; height: 4px; margin:15px  auto;}
.degreekaro-wrapper .courses-section .heading-block .desc{color:var(--color2); letter-spacing: normal; font-size: 17px; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .courses-section .courses-container{display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column;}
.degreekaro-wrapper .courses-section .courses-container ol{display: flex; width: 100%; flex-wrap: wrap; justify-content: center; }
.degreekaro-wrapper .courses-section .courses-container ol li{display: flex; width:100%; background-color: var(--whitecolor); transition: all 0.2s ease; flex-direction: column; padding:0; border-radius:4px; box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); margin:0 15px 30px; max-width:24%; position: relative;}
.degreekaro-wrapper .courses-section .courses-container ol li.nodatafound{padding:20px; text-align: center; background-color: #fff; max-width: none; width:100%; box-shadow: 0 0 0 0}
.degreekaro-wrapper .courses-section .courses-container ol li.nodatafound:hover{transform: scale(1);}
.degreekaro-wrapper .courses-section .courses-container ol li .customwrapper{padding:15px 15px 15px; display: flex; align-items: center; justify-content: center; height: 100%;}
.degreekaro-wrapper .courses-section .courses-container ol li .customwrapper .customcontainer{display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center;}
.degreekaro-wrapper .courses-section .courses-container ol li .customwrapper .customcontainer i{max-width: 50px; margin-bottom: 20px;}
.degreekaro-wrapper .courses-section .courses-container ol li .customwrapper .customcontainer .title{display: flex; justify-content: center; font-size:16px; text-align: center; align-items: center;}
.degreekaro-wrapper .courses-section .courses-container ol li .customwrapper .customcontainer .btn-block{display: flex; justify-content: center; align-items: center; width: 100%;}
.degreekaro-wrapper .courses-section .courses-container ol li .customwrapper .customcontainer .btn-block a{color: var(--color1); border-radius: 5px; display: flex; margin: 0 auto;  padding: 10px 30px; font-weight: normal; background-color: var(--color1); color: var(--whitecolor); text-transform: uppercase; display: flex; align-items: center; margin-top: 15px;}


.degreekaro-wrapper .courses-section .courses-container ol li .course-thumb{display: flex; width: 100%; max-height: 140px;}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content{display: flex; width: 100%; padding:15px 15px 15px; flex-direction: column;}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content h3{font-size:18px; border-bottom:2px solid #ddd; font-weight: normal; color:var(--color1); margin-bottom: 10px; padding-bottom: 10px; font-family:var(--defaultfont);}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content p{margin-bottom: 10px; color: var(--color2); font-size: 16px; display: flex;}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content .fees{font-size:19px; display: none; color:var(--color1); margin-bottom: 10px; font-family:var(--defaultfont);}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content .fees ins{text-decoration: none; color:var(--color1);}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content .fees i{font-family: arial; margin-right: 4px;}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content .fees del{text-decoration: none; text-decoration: line-through;  margin-left: 10px; color:var(--color2);}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content span{font-size: 15px; width: 100%; margin-top:5px; text-align: center; color:var(--color4); margin-bottom:0px; font-family:var(--defaultfont);}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content .duration{font-size: 15px; width: 100%; margin-bottom:10px; text-align: left; color:var(--color4);  font-family:var(--defaultfont);}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content span i{margin-right: 5px;}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content .deadline{font-size: 13px; color:var(--blackcolor); margin-bottom: 10px; font-family:var(--defaultfont);}
.degreekaro-wrapper .courses-section .courses-container ol li .course-content .deadline strong{margin-left: 5px;}
.degreekaro-wrapper .courses-section .courses-container ol li .progress{height: 10px; display:none; width: 100%; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5;  border-radius: 4px;  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);}
.degreekaro-wrapper .courses-section .courses-container ol li .progress .progress-bar { float: left;  width: 0%; height: 100%; font-size: 12px; line-height: 20px; color: #fff;  text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%); box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%); transition: width .6s ease;}
.degreekaro-wrapper .courses-section .courses-container ol li .progress .progress-bar.start { background-color:rgba(248,221,21,0.6); }
.degreekaro-wrapper .courses-section .courses-container ol li .progress .progress-bar.middle {background-color:rgba(27,206,82,0.6);}
.degreekaro-wrapper .courses-section .courses-container ol li .progress .progress-bar.end {background-color:hsl(215deg 100% 25% / 70%); margin-top:0; border-radius:0;}
.degreekaro-wrapper .courses-section .courses-container ol li .bottom-block{display:flex; padding:0 15px 15px; justify-content: space-between;  flex-direction: column; align-items: flex-start; justify-content: space-between; width: 100%;}
.degreekaro-wrapper .courses-section .courses-container ol li .bottom-block span{color:var(--color1); margin-top: 6px; display: none}
.degreekaro-wrapper .courses-section .courses-container ol li .bottom-block div:first-child{font-size: 17px; color:var(--color2); margin-bottom:0px; font-family:var(--defaultfont);}
.degreekaro-wrapper .courses-section .courses-container ol li .bottom-block div:last-child{color: var(--color1); border-radius: 5px; display: flex; margin: 0 auto; padding:5px 15px; border:0px dotted var(--color2); width: 100%;  font-weight: bold; display: flex; justify-content: center; align-items: center; margin-top: 15px;}
.degreekaro-wrapper .courses-section .courses-container ol li .bottom-block div:last-child i{margin-left:5px; color: var(--color1); transition: all 0.2s ease; margin-top: 5px; opacity: 1; margin-left: 5px;}
.degreekaro-wrapper .courses-section .courses-container ol li:hover{transform: scale(1.03);}
.degreekaro-wrapper .courses-section .courses-container ol li:hover .bottom-block div:last-child{color: var(--color1);}
.degreekaro-wrapper .courses-section .courses-container ol li:hover .bottom-block div:last-child i{margin-left:5px; opacity: 1;}



.degreekaro-wrapper .upgrade-section{display: flex; width: 100%; padding:60px 0; background-color: #fff; flex-direction: column; justify-content: center;}
.degreekaro-wrapper .upgrade-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content:center; align-items:center; margin-bottom:50px;}
.degreekaro-wrapper .upgrade-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:30px; line-height: normal; margin-bottom:15px;}
.degreekaro-wrapper .upgrade-section .heading-block .desc{color:var(--color5); position: relative; letter-spacing: normal; max-width: 650px; margin:0 auto; text-align: center; font-size: 19px;  font-weight:bold; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .upgrade-section .heading-block .desc span{background-image: url(../images/quotes-bg.png); display: inline-block; width:30px; height:30px; margin-top: -15px; margin-right:-10px; background-size: cover; opacity: 0.3;}
.degreekaro-wrapper .upgrade-section .heading-block .desc i{background-image: url(../images/quotes-bg.png); display: inline-block; transform: rotate(-180deg);   width:30px; height:30px; margin-bottom: -15px; background-size: cover;  margin-left:-10px; opacity: 0.3;}

.degreekaro-wrapper .upgrade-section .upgrade-container{display: flex; width: 100%; max-width: 1280px; margin:0 auto;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol{display: flex; width: 100%; flex-wrap: wrap; justify-content: center;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li{color:var(--blackcolor); max-width: 315px; width: 100%; transition: all 0.2s ease; position: relative; padding:0px; margin:0 10px 20px; font-weight:normal; font-family:var(--fontfamilysemibold); border:1px solid #eaeaea;  border-radius:20px; letter-spacing: normal; line-height: normal;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:hover{box-shadow:0 10px 50px 0 rgb(84 110 122 / 35%);}

.degreekaro-wrapper .upgrade-section .upgrade-container ol li .title{display: flex; margin-top:0px; font-size: 17px; padding: 0 15px 15px; text-align: center;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(1) .seperator{background-color:#d82928; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(2) .seperator{background-color:#57d283; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(3) .seperator{background-color:#457bf4; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(4) .seperator{background-color:#f1a90a; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(5) .seperator{background-color:#7271ff; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(6) .seperator{background-color:#35393d; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(7) .seperator{background-color:#EF8354; height:4px; width: 100%; max-width: 60px; margin:15px auto;}

.degreekaro-wrapper .upgrade-section .upgrade-container ol li .image-thumb{max-height: 150px; overflow: hidden;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li .image-thumb img{border-radius: 20px 20px 0 0;}

.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(1){background-color:#fae3e3; color:#d82928;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(2){background-color:#e6f8ed; color:#57d283;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(3){background-color:#e3eafa; color:#457bf4;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(4){background-color:#f3ead6; color:#f1a90a;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(5){background-color:#e7e6ff; color:#7271ff;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(6){background-color:#dedede; color:#35393d;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(7){background-color:#ffccb6; color:#EF8354;}

.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(1) i{background-color:#d82928; border-radius:100%; width:40px; height: 40px; display: flex;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(2) i{background-color:#57d283; border-radius:100%; width:40px; height: 40px; display: flex;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(3) i{background-color: #457bf4; border-radius:100%; width:40px; height: 40px; display: flex;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(4) i{background-color:#f1a90a; border-radius:100%; width:40px; height: 40px; display: flex;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(5) i{background-color: #7271ff; border-radius:100%; width:40px; height: 40px; display: flex;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(6) i{background-color: #35393d; border-radius:100%; width:40px; height: 40px; display: flex;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol li:nth-child(7) i{background-color: #EF8354; border-radius:100%; width:40px; height: 40px; display: flex;}



.degreekaro-wrapper .corporate-section{display: flex; width: 100%; padding:60px 0; background-color: #fff; flex-direction: column; justify-content: center;}
.degreekaro-wrapper .corporate-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content:center; align-items:center; margin-bottom:50px;}
.degreekaro-wrapper .corporate-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:30px; line-height: normal; margin-bottom:15px;}
.degreekaro-wrapper .corporate-section .heading-block .desc{color:var(--color2); letter-spacing: normal; max-width: 650px; margin:0 auto; text-align: center; font-size: 17px; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .corporate-section .corporate-container{display: flex; width: 100%; max-width: none; margin:0 auto;}
.degreekaro-wrapper .corporate-section .corporate-container ol{display: flex; width: 100%; flex-wrap: wrap; justify-content: center;}
.degreekaro-wrapper .corporate-section .corporate-container ol li{color:var(--blackcolor); max-width: 315px; width: 100%; transition: all 0.2s ease; position: relative; padding:15px; margin:0 10px 20px; font-weight:normal; font-family:var(--fontfamilysemibold); border:1px solid #eaeaea;  border-radius:10px; letter-spacing: normal; line-height: normal;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:hover{box-shadow:0 10px 50px 0 rgb(84 110 122 / 35%);}

.degreekaro-wrapper .corporate-section .corporate-container ol li .title{display: flex; margin-top:0px; width: 100%; justify-content: center; font-size: 17px; padding:0; text-align: center;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(1) .seperator{background-color:#d82928; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(2) .seperator{background-color:#57d283; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(3) .seperator{background-color:#457bf4; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(4) .seperator{background-color:#f1a90a; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(5) .seperator{background-color:#7271ff; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(6) .seperator{background-color:#35393d; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(7) .seperator{background-color:#EF8354; height:4px; width: 100%; max-width: 60px; margin:15px auto;}

.degreekaro-wrapper .corporate-section .corporate-container ol li .image-thumb{max-height: 150px; overflow: hidden;}

.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(1) i{border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(2) i{border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(3) i{border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(4) i{border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(5) i{border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(6) i{border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .corporate-section .corporate-container ol li:nth-child(7) i{border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
 

.degreekaro-wrapper .corporate-section .corporate-container ol li .list{margin:0; padding:0;}
.degreekaro-wrapper .corporate-section .corporate-container ol li .list div{margin:10px 0 0; padding:0; padding-left: 20px; position: relative; color:var(--color2); font-family: var(--defaultfont); font-weight: normal;}
.degreekaro-wrapper .corporate-section .corporate-container ol li .list div::before{content:''; border-radius: 100%; width:8px; height: 8px; position: absolute; left:0; top:5px; display: flex; flex-shrink: 0;  background-color:#c6c6c6;}



.degreekaro-wrapper .industry-section{display: flex; width: 100%; padding:60px 0; background-color: #fff; flex-direction: column; justify-content: center;}
.degreekaro-wrapper .industry-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content:center; align-items:center; margin-bottom:50px;}
.degreekaro-wrapper .industry-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:30px; line-height: normal; margin-bottom:15px;}
.degreekaro-wrapper .industry-section .heading-block .desc{color:var(--color2); letter-spacing: normal; max-width: 650px; margin:0 auto; text-align: center; font-size: 17px; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .industry-section .industry-container{display: flex; width: 100%; max-width: none; margin:0 auto;}
.degreekaro-wrapper .industry-section .industry-container ol{display: flex; width: 100%; max-width: 1280px; flex-wrap: wrap; margin: 0 auto; justify-content: center;}
.degreekaro-wrapper .industry-section .industry-container ol li{color:var(--blackcolor); max-width: 315px; width: 100%; transition: all 0.2s ease; position: relative; padding:15px; margin:0 10px 20px; font-weight:normal; font-family:var(--fontfamilysemibold); border:1px solid #eaeaea;  border-radius:10px; letter-spacing: normal; line-height: normal;}
.degreekaro-wrapper .industry-section .industry-container ol li:hover{box-shadow:0 10px 50px 0 rgb(84 110 122 / 35%);}
.degreekaro-wrapper .industry-section .industry-container ol li:focus{outline: 0px none;}

.degreekaro-wrapper .industry-section .industry-container ol li .title{display: flex; margin-top:0px; width: 100%; justify-content: center; font-size: 17px; padding:0; text-align: center;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(1) .seperator{background-color:#d82928; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(2) .seperator{background-color:#57d283; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(3) .seperator{background-color:#457bf4; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(4) .seperator{background-color:#f1a90a; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(5) .seperator{background-color:#7271ff; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(6) .seperator{background-color:#35393d; height:4px; width: 100%; max-width: 60px; margin:15px auto;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(7) .seperator{background-color:#EF8354; height:4px; width: 100%; max-width: 60px; margin:15px auto;}

.degreekaro-wrapper .industry-section .industry-container ol li .image-thumb{max-height: 150px; overflow: hidden;}

.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(1) i{ background-color:#15a185; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(2) i{background-color:#25ae5f; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(3) i{background-color:#2b80ba; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(4) i{background-color:#2b3d4f; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(5) i{background-color:#cfa70c; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(6) i{background-color:#c44031; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(7) i{background-color:#c56c1b; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(8) i{background-color:#808d8d; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(9) i{background-color:#c56b1b; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(10) i{background-color:#834b9a; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(11) i{background-color:#537283; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(12) i{background-color:#009544; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(13) i{background-color:#808d8d; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(14) i{background-color:#2b81bb; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(15) i{background-color:#26af60; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}
.degreekaro-wrapper .industry-section .industry-container ol li:nth-child(16) i{background-color:#824c9b; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 32px; border-radius:100%; width:80px; height: 80px; display: flex; margin:0 auto 15px;}

.degreekaro-wrapper .industry-section .industry-container ol .slick-next{border:1px solid #ddd; width:50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius:100%; color:var(--color1); background-color:transparent; font-size: 0; right:0; z-index: 1}
.degreekaro-wrapper .industry-section .industry-container ol .slick-prev{border:1px solid #ddd; width:50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius:100%; color:var(--color1); background-color:transparent; font-size: 0; left:0; z-index: 1}
.degreekaro-wrapper .industry-section .industry-container ol .slick-next:focus{outline: 0px none; text-decoration: none;}
.degreekaro-wrapper .industry-section .industry-container ol .slick-prev:focus{outline: 0px none;  text-decoration: none;}

.degreekaro-wrapper .industry-section .industry-container ol .slick-prev:before, .degreekaro-wrapper .industry-section .industry-container ol .slick-next:before {color:var(--color1);}

.degreekaro-wrapper .leadform-section{display: flex; width: 100%; padding:30px 0; background-color: #eff1f8; background-repeat: no-repeat; background-position: 50%; background-size: cover; flex-direction: column; justify-content: center;}
.degreekaro-wrapper .leadform-section .heading-block{display: flex; flex-direction: column; width: 100%; justify-content: flex-start; align-items: flex-start; margin-bottom:50px;}
.degreekaro-wrapper .leadform-section .heading-block .title{color:var(--color1); letter-spacing: normal; font-weight: 700; font-size:37px; line-height: normal; margin-bottom:15px;}
.degreekaro-wrapper .leadform-section .heading-block .desc{color:var(--color2); letter-spacing: normal; font-size: 17px; line-height: normal; margin-bottom:0px;}
.degreekaro-wrapper .leadform-section .leadform-container{display: flex; width: 100%; align-items: center; max-width: 1280px; margin:0 auto;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section{display: flex; flex-direction: column; width: 100%; max-width: 50%;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section .slogan{color:var(--color5);  text-align: center; display: flex; letter-spacing: normal; font-weight: 700; font-size:24px; line-height: normal; margin-bottom:15px;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section .title{color:var(--color1); display: flex; flex-direction: column; letter-spacing: normal; font-weight: 700; font-size:48px; line-height: normal; margin-bottom:15px;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section .title span:last-child{margin-left: 50px;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section .desc{color:var(--color1);  max-width: 500px; text-align: center; letter-spacing: normal; font-size: 20px; font-family: var(--defaultfont); line-height: normal; margin-bottom:20px;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section p{color:var(--whitecolor); padding-top: 20px; letter-spacing: normal; position:relative; font-size: 17px; line-height: normal; margin-bottom:20px;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section p::before{left: 0;  content: ''; width:100px;  height:3px; top:4px; position: absolute; background-color:var(--color3);}
.degreekaro-wrapper .leadform-section .leadform-container .left-section ul{margin:0; padding:0; max-width: 550px; width: 100%; margin:0 auto; display: flex; flex-direction: column;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section ul li{margin:10px 0 0; padding:0;  color:var(--color1); font-family: var(--fontfamilysemibold); font-size: 44px; display: flex; align-items: center; position: relative;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section ul li i{margin-right: 15px;}

.degreekaro-wrapper .leadform-section .right-section{display: flex; flex-direction: column; width: 100%; max-width: 50%;}
.degreekaro-wrapper .leadform-section .right-section .title{color:var(--whitecolor); letter-spacing: normal; font-size:21px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.degreekaro-wrapper .leadform-section .right-section .formwrapper{max-width: 450px; border-radius:5px; padding:20px; background-color: var(--color5);}
.degreekaro-wrapper .leadform-section .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.degreekaro-wrapper .leadform-section .right-section .seperator + div{width: 100%; margin-bottom: 0;}
.degreekaro-wrapper .leadform-section .right-section form {width: 100%;}
.degreekaro-wrapper .leadform-section .right-section form{background-color: var(--color5); padding:0px; border-radius:0px; width: 100%;}
.degreekaro-wrapper .leadform-section .right-section > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; max-width: 450px;}
.degreekaro-wrapper .leadform-section .right-section form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.degreekaro-wrapper .leadform-section .right-section form input[type="text"]{color: var(--color1); border:0px none; border-radius:5px;}
.degreekaro-wrapper .leadform-section .right-section form input[type="email"]{color: var(--color1); border:0px none; border-radius:5px;}
.degreekaro-wrapper .leadform-section .right-section form input[type="number"]{color: var(--color1); border:0px none; border-radius:5px;}
.degreekaro-wrapper .leadform-section .right-section form select{color: var(--color1); border:0px none; border-radius:5px;}
.degreekaro-wrapper .leadform-section .right-section form input{transition: all 0.2s ease;}
.degreekaro-wrapper .leadform-section .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.degreekaro-wrapper .leadform-section .right-section form button[type=submit]{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex; padding:10px 30px; font-weight:normal; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.degreekaro-wrapper .leadform-section .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex;  padding:10px 30px; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.degreekaro-wrapper .leadform-section .right-section  .animation-block{color:var(--whitecolor); font-size:22px; margin-top:10px; display: flex; justify-content: center; align-items: center;} 
.degreekaro-wrapper .leadform-section .right-section  .animation-block ol{display: flex; margin:0; padding: 0; justify-content: center; align-items: center;}
.degreekaro-wrapper .leadform-section .right-section  .animation-block ol li{display: flex; margin:0; min-height:30px; padding: 0;}


.homepage-services{display: flex; width: 100%; background-color: var(--color26);}
.homepage-services-container{display: flex; width: 100%; max-width: 1280px; align-items: center; flex-direction: column; margin:0 auto; padding:60px 30px 0;}
.homepage-services-container h3{margin-bottom:0px; font-weight: normal;  font-weight: 700; color:var(--color1); font-size:32px; margin:0 0 25px; position: relative; padding-bottom: 10px; justify-content:center;}
.homepage-services-container h3::after { content: ''; position: absolute; display: block;  width: 50px;  height: 3px;  background: var(--color1);  bottom: 0;  left: 50%; margin-left: -25px;}
.homepage-services-container p{ font-family:var(--defaultfont); margin:0; color:var(--color25); display: flex; font-size:22px; text-align: center; max-width:800px; margin:0 auto 35px;}
.homepage-services-container p span{color:var(--color15); margin-left: 5px;}
.homepage-services-container ol{display: flex; width: 100%; margin:0; padding:0; flex-wrap: wrap;}
.homepage-services-container ol li{display: flex; border: 1px solid #eaeaea; width: 100%; flex-direction:column; margin:0 15px 30px; max-width:22%;overflow: hidden; background-color:var(--whitecolor); border-radius:5px; padding: 30px; transition: all 0.2s ease;}

.homepage-services-container ol li:hover{transform: translateY(-10px); box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);}
.homepage-services-container ol li .pic{overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color:var(--whitecolor); width: 55px; height:55px; border-radius:0%; margin:0px 0px 10px 0;}
.homepage-services-container ol li .pic i{display: flex; align-items: center; justify-content: center; color:var(--whitecolor); font-size:24px;}

.homepage-services-container ol li .services-info{display: flex; flex-direction: column;}
.homepage-services-container ol li .services-info h4{font-family:var(--fontfamilysemibold); margin:0px 0 10px; font-weight: normal; color:var(--blackcolor); font-size:16px; margin:0;}
.homepage-services-container ol li .services-info p{font-family:var(--defaultfont); margin:0 0 8px; text-align: left;  color:var(--color25); font-size:14px;}


.leadformdialogwrapper.open{display:flex;}
.leadformdialogwrapper{position: fixed; right:0;  top:0; bottom:0; left:0; background-color: rgba(0,0,0,.9); z-index: 220000; box-shadow: 0px 2px 6px -1px rgb(0 0 0 / 12%); display: flex; display: none; align-items: center; justify-content: center;}
.leadformdialogwrapper .leadformdialogcontainer{max-width: 700px; border-radius:10px; display: flex; background-color: var(--whitecolor); width: 100%;}
.leadformdialogwrapper .leadformdialogcontainer .left-section{display: flex; width: 100%; background-position: 40% 27%; background-image:url(../images/dialogbg.jpg); background-size: cover; max-width: 250px; background-color: #b696e9;}
.leadformdialogwrapper .leadformdialogcontainer .right-section{display: flex; position: relative; padding: 20px; width: 100%; max-width: 500px; flex-direction: column;}
.leadformdialogwrapper .leadformdialogcontainer .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.leadformdialogwrapper .leadformdialogcontainer .right-section .title{color:var(--color1); letter-spacing: normal; font-size:21px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form {width:100%;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form{background-color: var(--whitecolor); padding:0px; border-radius:0px; width: 100%;}
.leadformdialogwrapper .leadformdialogcontainer .right-section > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; max-width: 450px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form input[type="text"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form input[type="email"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form input[type="number"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form select{color: var(--color1); border:1px solid #ddd;  border-radius:5px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form input{transition: all 0.2s ease;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.leadformdialogwrapper .leadformdialogcontainer .right-section form button[type=submit]{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex; padding:10px 30px; font-weight:normal; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.leadformdialogwrapper .leadformdialogcontainer .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex;  padding:10px 30px; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.leadformdialogwrapper .leadformdialogcontainer .right-section .close-dialog{display: flex; position: absolute; right:15px; top:10px; width:auto; max-width: none; }
.leadformdialogwrapper .leadformdialogcontainer .right-section .close-dialog a{font-size: 19px; font-family:var(--fontfamilybold);}
.leadformdialogwrapper .leadformdialogcontainer .right-section .close-dialog a:hover{color:var(--color1);}


.blockchainleadformdialogwrapper.open{display:flex;}
.blockchainleadformdialogwrapper{position: fixed; right:0;  top:0; bottom:0; left:0; background-color: rgba(0,0,0,.9); z-index: 220000; box-shadow: 0px 2px 6px -1px rgb(0 0 0 / 12%); display: flex; display: none; align-items: center; justify-content: center;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer{max-width: 700px; border-radius:10px; display: flex; background-color: var(--whitecolor); width: 100%; }
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .left-section{display: flex; width: 100%;max-width: 300px;   background-position:5% 27%; background-image:url(../images/blockchainbg.jpg); background-size: cover;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section{display: flex; position: relative; padding: 20px; width: 100%; max-width: 450px; flex-direction: column;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section .title{color:var(--color1); letter-spacing: normal; font-size:21px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form {width:100%;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form{background-color: var(--whitecolor); padding:15px; border-radius:0px; width: 100%;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; max-width: 450px;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form input[type="text"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form input[type="email"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form input[type="number"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form select{color: var(--color1); border:1px solid #ddd;  border-radius:5px;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form input{transition: all 0.2s ease;}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form button[type=submit]{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex; padding:10px 30px; font-weight:normal; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex;  padding:10px 30px; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section .close-dialog{display: flex; position: absolute; right:15px; top:10px; width:auto; max-width: none; }
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section .close-dialog a{font-size: 19px; font-family:var(--fontfamilybold);}
.blockchainleadformdialogwrapper .blockchainleadformdialogcontainer .right-section .close-dialog a:hover{color:var(--color1);}


.timerleadformdialogwrapper.open{display:flex;}
.timerleadformdialogwrapper{position: fixed; right:0;  top:0; bottom:0; left:0; background-color: rgba(0,0,0,.9); z-index: 220000; box-shadow: 0px 2px 6px -1px rgb(0 0 0 / 12%); display: flex; display: none; align-items: center; justify-content: center;}
.timerleadformdialogwrapper .timerleadformdialogcontainer{max-width: 700px; border-radius:10px; display: flex; background-color: var(--whitecolor); width: 100%; }
.timerleadformdialogwrapper .timerleadformdialogcontainer .left-section{display: flex; width: 100%;max-width: 300px;   background-position:5% 27%; background-image:url(../images/blockchainbg.jpg); background-size: cover;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section{display: flex; position: relative; padding: 20px; width: 100%; max-width: 450px; flex-direction: column;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section .title{color:var(--color1); letter-spacing: normal; font-size:21px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form {width:100%;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form{background-color: var(--whitecolor); padding:15px; border-radius:0px; width: 100%;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; max-width: 450px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form input[type="text"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form input[type="email"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form input[type="number"]{color: var(--color1); border:1px solid #ddd; border-radius:5px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form select{color: var(--color1); border:1px solid #ddd;  border-radius:5px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form input{transition: all 0.2s ease;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form button[type=submit]{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex; padding:10px 30px; font-weight:normal; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; margin:0 auto;  max-width: 157px; display: flex;  padding:10px 30px; background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;  box-shadow: 0 4px 12px -4px rgb(0 0 0 / 20%)}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section .close-dialog{display: flex; position: absolute; right:15px; top:10px; width:auto; max-width: none; }
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section .close-dialog a{font-size: 19px; font-family:var(--fontfamilybold);}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section .close-dialog a:hover{color:var(--color1);}
/*Homepage ends here*/  


/*Blog Page*/

.blogpage-banner{display: flex; width: 100%; margin:109px 0 0px; display: none; flex-direction: row; justify-content: center; align-items:center; padding: 40px; background-image: linear-gradient(to left, var(--color4), var(--color1)); object-fit: contain;}
.blogpage-banner h3{color:var(--whitecolor); font-size:30px;display: flex; margin:0;  flex-direction: column; font-weight: normal; margin-bottom:0px; font-family:var(--defaultfont);}
.blogpage-banner h3 i{font-size: 16px; margin-top: 5px;}
.blogpage-banner div{display: flex;  justify-content: center; align-items: center;}
.blogpage-banner img{max-width: 50%;}

.blogpage-category-wrapper{display: flex; width: 100%; background-color:var(--color3); background-color:transparent; padding: 40px; margin:75px 0 30px;}


.blogpage-category-wrapper .blogpage-category-container{display: flex; flex-direction: column; width: 100%; max-width: 1280px; margin: 0 auto;}
.blogpage-category-wrapper .blogpage-category-container h3 {color:var(--blackcolor); font-size:18px; margin:0; font-weight: normal; margin-bottom:15px; font-family:var(--fontfamilybold);}

.blogpage-category-wrapper .blogpage-category-container select{border:1px solid #a3dce1; min-width: 150px; max-width: 150px; margin-left: 25px; font-family:var(--defaultfont); color:var(--color1); font-size: 14px; background-color: var(--whitecolor); padding: 5px 10px; border-radius:5px;}
.blogpage-category-wrapper .blogpage-category-container select:first-child{margin-left: 0}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper{display: flex; align-items: center;}

.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category a{ margin-left: 25px; text-decoration: none;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category a:first-child{margin-left:0px;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category a:hover{text-decoration: none;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd{display: flex; flex-direction: row;  margin-left:0px;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd .category-link{margin-left: 25px;text-transform: capitalize; display: flex; position: relative;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd .category-link .subcategory{max-width:200px;  min-width: 200px; z-index: 220000; position: absolute; opacity: 0; visibility: hidden; width: 100%; top:100%; background-color: var(--whitecolor); border-radius:5px; padding:10px; border:1px solid #a3dce1; display: flex; flex-direction: column;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd .category-link:first-child{margin-left: 0}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd span{font-family:var(--defaultfont); display: flex; align-items: center; position: relative; color:var(--color1); font-size: 14px;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd .category-link:hover .subcategory{opacity: 1; visibility: visible;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd span i{width: 15px; height: 11px; margin-left:5px; background-size: 100%; background-image:url(../images/down-arrow.png); background-repeat: no-repeat;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd ul{display: flex; flex-direction: column;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd ul li{display: flex; width: 100%; margin:0px 0; border-bottom: 1px solid var(--color18); padding:0 0 0px;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd ul li:last-child{border-bottom:0px none;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd ul li a{display: flex; font-size: 14px; text-decoration: none; width: 100%; padding:8px; color:var(--color1); margin-left: 0}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .category-dd ul li a:hover{display: flex; font-size: 14px; background-color: var(--color3); color: var(--blackcolor);}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .category .no-content-msg{ margin-left: 25px; }




.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory a{ margin-left: 10px; text-decoration: underline;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory a:hover{text-decoration: none;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd{display: flex; flex-direction: column; position: relative; margin-left:25px;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd span{border:1px solid #a3dce1; min-width: 200px; position: relative; max-width: 200px; font-family:var(--defaultfont); color:var(--color1); font-size: 14px; background-color:var(--whitecolor); padding: 5px 10px; border-radius:5px;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd:hover ul{opacity: 1; visibility: visible;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd span i{position: absolute; right:10px; top:10px; width: 15px; height: 15px; background-size: 100%; background-image:url(../images/down-arrow.png); background-repeat: no-repeat;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd ul{z-index: 220000; position: absolute; opacity: 0; visibility: hidden; width: 100%; top:100%; background-color:var(--whitecolor); border-radius:5px; padding:10px; border:1px solid #a3dce1; display: flex; flex-direction: column;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd ul li{display: flex; width: 100%; margin:0px 0; border-bottom: 1px solid var(--color18); padding:0 0 0px;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd ul li:last-child{border-bottom:0px none;}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd ul li a{display: flex; font-size: 14px; text-decoration: none; width: 100%; padding:8px; color:var(--color1); margin-left: 0}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .subcategory-dd ul li a:hover{display: flex; font-size: 14px; background-color: var(--color3); color: var(--blackcolor);}
.blogpage-category-wrapper .blogpage-category-container .category-wrapper .subcategory .no-content-msg{ margin-left: 25px; }

.blogpage-wrapper{display: flex; width: 100%; flex-direction: column;}
.blogpage-wrapper .blogpage-container{display: flex; flex-direction: column; width: 100%; max-width: 1280px; margin:0 auto;}

.blogpage-wrapper .blogpage-container .trending-block{display: flex; flex-direction: column; margin-bottom: 60px; display: none;}
.blogpage-wrapper .blogpage-container .trending-block h3{color:var(--blackcolor); font-size:18px; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .trending-block .trending-content{display: flex; width: 100%;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol{display: flex; width: 100%; flex-wrap: wrap;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li{display: flex; width: 100%; max-width: 20%; max-width: 300px; margin:0 12px 15px 0;  padding:0;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li:first-child{max-width: 25%; max-width: 300px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li a{display: flex; width: 100%; position: relative;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li .thumb-content{display: flex; flex-direction: column;  border-radius:20px; background-color: rgba(0,0,0,0.8); position: absolute; display: flex;  top:0px; right:0; left:0; bottom:0;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li .articles-thumb{display: flex; width: 100%; border-radius:20px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li .articles-thumb img{display: flex; width: 100%; border-radius:20px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li .thumb-content div{position: absolute; bottom:25px; left:25px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li .thumb-content h3{color:var(--whitecolor); font-size:16px; margin:0; font-weight: normal; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .trending-block .trending-content ol li .thumb-content p{color:var(--whitecolor); font-size:13px; margin:0; font-weight: normal; font-family:var(--defaultfont);}

.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper{display: flex; width: 100%; flex-wrap: wrap;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item{display: flex; width: 100%; max-width: 20%; max-width: 300px; margin:0 12px 15px 0;  padding:0;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item:first-child{max-width: 25%; max-width: 300px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item a{display: flex; width: 100%; position: relative;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item .thumb-content{display: flex; flex-direction: column;  border-radius:20px; background-color: rgba(0,0,0,0.8); position: absolute; display: flex;  top:0px; right:0; left:0; bottom:0;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item .articles-thumb{display: flex; width: 100%; border-radius:20px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item .articles-thumb img{display: flex; width: 100%; border-radius:20px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item .thumb-content div{position: absolute; bottom:25px; left:25px;}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item .thumb-content h3{color:var(--whitecolor); font-size:16px; margin:0; font-weight: normal; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .trending-block .trending-content .itemwrapper .item .thumb-content p{color:var(--whitecolor); font-size:13px; margin:0; font-weight: normal; font-family:var(--defaultfont);}

.blogpage-wrapper .blogpage-container .trending-block .owl-carousel .owl-item{height: 100%; display: flex; align-items: center; justify-content: center;}
.blogpage-wrapper .blogpage-container .trending-block .owl-carousel .owl-stage{display: flex; align-items: flex-start;}
.blogpage-wrapper .blogpage-container .trending-block .owl-carousel .owl-dots {z-index: 1; position: static; margin-top: 15px; bottom:15px; left:0; right:0; display: flex; width: 100%; justify-content: center; align-items: center;}
.blogpage-wrapper .blogpage-container .trending-block .owl-dots .owl-dot{opacity: 0.50; margin:5px; border-radius:10px; width: 15px; height:12px; box-shadow:0px 0px 0px 0px; background-color: var(--color2);}
.blogpage-wrapper .blogpage-container .trending-block .owl-dots .owl-dot.active{opacity: 1; width: 36px; background-color: var(--color1);}

.blogpage-wrapper .blogpage-container .trending-block .owl-prev {width:50px; height: 50px; position: absolute; top: 50%; margin-top:-25px; background-color: #fff; display: flex; align-items: center; justify-content: center; margin-left:0px; box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08); font-size:50px; border:0px solid black;}

.blogpage-wrapper .blogpage-container .trending-block .owl-next { width: 50px; height: 50px; position: absolute; top: 50%; margin-top:-25px; background-color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08); right:0px; font-size:50px;  border:0px solid black;}
.blogpage-wrapper .blogpage-container .trending-block .owl-prev span{margin-top:-15px;}
.blogpage-wrapper .blogpage-container .trending-block .owl-next span{margin-top:-15px;}
.blogpage-wrapper .blogpage-container .trending-block .owl-next:focus{outline:0px none; text-decoration: unset;}
.blogpage-wrapper .blogpage-container .trending-block .owl-prev:focus{outline:0px none; text-decoration: unset;}
.blogpage-wrapper .blogpage-container .trending-block .owl-next.disabled{opacity: 0; pointer-events: none; cursor: default;}
.blogpage-wrapper .blogpage-container .trending-block .owl-prev.disabled{opacity: 0; pointer-events: none; cursor: default;}
.blogpage-wrapper .blogpage-container .trending-block .owl-carousel .owl-stage-outer{z-index: 0}

.blogpage-wrapper .blogpage-container .latest-block{display: flex; flex-direction: column; margin-bottom: 60px;}
.blogpage-wrapper .blogpage-container .latest-block h3{color:var(--blackcolor); font-size:18px; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .latest-block .latest-content{display: flex; width: 100%;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol{display: flex; width: 100%; flex-wrap: wrap;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li{display: flex; width: 100%; box-shadow: 0 8px 22px 0 rgba(72, 145, 152, 0.1); border-radius:20px; border: solid 1px var(--color3); max-width:350px; margin:0 12px 24px 0; padding:0;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li a{display: flex; width: 100%; flex-direction: column; position: relative;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li .latest-thumb{min-height: 210px; max-height: 210px; display: flex; width: 100%;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li .latest-thumb img{ border-radius:20px 20px 0 0;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li .thumb-content{display: flex; flex-direction: column; padding:20px;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li .thumb-content h3{color:var(--color1); font-size:16px; margin:0 0 10px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li .thumb-content h3 span{color:var(--color7); font-size:13px; font-weight: normal; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .latest-block .latest-content ol li .thumb-content p{color:var(--blackcolor); font-size:13px; margin:0; font-weight: normal; font-family:var(--defaultfont);}


.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper{display: flex; width: 100%; flex-wrap: wrap;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item{display: flex; width: 100%; box-shadow: 0 8px 22px 0 rgba(72, 145, 152, 0.1); border-radius:20px; border: solid 1px var(--color2); max-width:350px; margin:0 12px 24px 0; padding:0;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item a{display: flex; width: 100%; flex-direction: column; position: relative;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item .latest-thumb{min-height: 210px; max-height: 210px; display: flex; width: 100%;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item .latest-thumb img{ border-radius:20px 20px 0 0;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item .thumb-content{display: flex; flex-direction: column; padding:20px;}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item .thumb-content h3{color:var(--color1); font-size:16px; margin:0 0 10px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item .thumb-content h3 span{color:var(--color7); font-size:13px; font-weight: normal; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .latest-block .latest-content .itemwrapper .item .thumb-content p{color:var(--blackcolor); font-size:13px; margin:0; font-weight: normal; font-family:var(--defaultfont);}




.blogpage-wrapper .blogpage-container .latest-block .owl-carousel .owl-item{height: 100%; display: flex; align-items: center; justify-content: center;}
.blogpage-wrapper .blogpage-container .latest-block .owl-carousel .owl-stage{display: flex; align-items: flex-start;}
.blogpage-wrapper .blogpage-container .latest-block .owl-carousel .owl-dots {z-index: 1; position: static; margin-top: 15px; bottom:15px; left:0; right:0; display: flex; width: 100%; justify-content: center; align-items: center;}
.blogpage-wrapper .blogpage-container .latest-block .owl-dots .owl-dot{opacity: 0.50; margin:5px; border-radius:10px; width: 15px; height:12px; box-shadow:0px 0px 0px 0px; background-color: var(--color2);}
.blogpage-wrapper .blogpage-container .latest-block .owl-dots .owl-dot.active{opacity: 1; width: 36px; background-color: var(--color1);}

.blogpage-wrapper .blogpage-container .latest-block .owl-prev {width:50px; outline:0px none; height: 50px; position: absolute; top: 50%; margin-top:-25px; background-color: #fff; display: flex; align-items: center; justify-content: center; margin-left: 0px; box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08); font-size:50px; border:0px solid black;}

.blogpage-wrapper .blogpage-container .latest-block .owl-next { width: 50px; outline:0px none; height: 50px; position: absolute; top: 50%; margin-top:-25px; background-color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08); right: 0px; font-size:50px;  border:0px solid black;}
.blogpage-wrapper .blogpage-container .latest-block .owl-prev span{margin-top:-15px;}
.blogpage-wrapper .blogpage-container .latest-block .owl-next span{margin-top:-15px;}
.blogpage-wrapper .blogpage-container .latest-block .owl-prev:focus{outline:0px none;  text-decoration: unset;}
.blogpage-wrapper .blogpage-container .latest-block .owl-next:focus{outline:0px none;  text-decoration: unset;}
.blogpage-wrapper .blogpage-container .latest-block .owl-next.disabled{opacity: 0; pointer-events: none; cursor: default;}
.blogpage-wrapper .blogpage-container .latest-block .owl-prev.disabled{opacity: 0; pointer-events: none; cursor: default;}

.blogpage-wrapper .blogpage-container .explore-block{display: flex; flex-direction: column; margin-bottom: 60px;}
.blogpage-wrapper .blogpage-container .explore-block h3{color:var(--blackcolor); font-size:18px; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .explore-block .explore-content{display: flex; width: 100%;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol{display: flex; width: 100%; flex-wrap: wrap;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li{display: flex; width: 100%; box-shadow: 0 8px 22px 0 rgba(72, 145, 152, 0.1); border-radius:15px; border: solid 1px var(--color2); max-width: 18%; margin:0 12px 15px 0; padding:0;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li a{display: flex; width: 100%; align-items: center; position: relative; padding:30px 20px;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li .explore-thumb{display: flex; background-color: var(--color2); flex-shrink: 0; margin-right: 15px; align-items: center; justify-content: center; width:75px; height:75px; border-radius:100%;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li .explore-thumb img{border-radius:100%;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li .explore-content{display: flex; flex-direction: column; padding:0px;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li .explore-content h3{color:var(--blackcolor); font-size:16px; margin:0 0 0px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li a:after{background-image:url(../images/dot_down.svg); width: 15px; height:15px; background-repeat:no-repeat;  content: ''; position: absolute; left:10px; bottom:5px;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li a:before{background-image:url(../images/dot_top.svg); width: 30px; height:15px; background-repeat:no-repeat;  content: ''; position: absolute; right:10px; top:5px;}


.blogpage-wrapper .blogpage-container .examprep-block{display: flex; flex-direction: column; margin-bottom: 60px;}
.blogpage-wrapper .blogpage-container .examprep-block h3{color:var(--blackcolor); font-size:18px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--fontfamilybold);}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content{display: flex; width: 100%;}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol{display: flex; width: 100%; flex-wrap: wrap;}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li{display: flex; width: 100%; box-shadow: 0 8px 22px 0 rgba(72, 145, 152, 0.1); border-radius:20px; border: solid 1px var(--color3); max-width: 20%; margin:0 12px 24px 0; padding:0;}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li a{display: flex; width: 100%; flex-direction: column; position: relative;}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li .examprep-thumb{min-height: 210px; max-height: 210px; display: flex; width: 100%; background-color: var(--color3); border-radius:20px 20px 0 0;}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li .examprep-thumb img{border-radius:20px 20px 0 0;}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li .thumb-content{display: flex; flex-direction: column; padding:20px;}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li .thumb-content h3{color:var(--color1); font-size:16px; margin:0 0 10px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li .thumb-content h3 span{color:var(--color7); font-size:13px; font-weight: normal; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .examprep-block .examprep-content ol li .thumb-content p{color:var(--blackcolor); font-size:13px; margin:0; font-weight: normal; font-family:var(--defaultfont);}

.blogpage-wrapper .blogpage-container .blogpage-promotion-block{ display: flex; flex-direction: column; width: 100%; align-items: center; margin: 0 0 50px; background-color:var(--color3); padding:40px ;}
.blogpage-wrapper .blogpage-container .blogpage-promotion-block h3{color: var(--color1); font-size: 31px; font-weight: normal;  margin: 0 0 40px; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .blogpage-promotion-block .promotion-content{display: flex; width: 100%; align-items: center;}
.blogpage-wrapper .blogpage-container .blogpage-promotion-block .promotion-content .text-content{display: flex; flex-direction: column; margin-left:0; width: 70%;}
.blogpage-wrapper .blogpage-container .blogpage-promotion-block .promotion-content .text-content p{color:var(--blackcolor); text-transform: none; font-style: italic;  font-size:18px; width:100%; margin:0 0 15px; font-weight: normal; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .blogpage-promotion-block .promotion-content .text-content p:last-child{margin-bottom: 0}
.blogpage-wrapper .blogpage-container .blogpage-promotion-block .promotion-content .banner-image{margin-left: 20px; width: 30%;}
.blogpage-wrapper .blogpage-container .blogpage-promotion-block .promotion-content .banner-image img{max-width: 100%;}
.blogdetail-wrapper{display: flex; width: 100%; flex-direction: column; padding:109px 0 30px;} 
.blogdetail-wrapper .back-link{display: flex; align-items: center; margin: 15px auto; width: 100%; max-width: 1280px;}
.blogdetail-wrapper .back-link a{display: flex; align-items: center; font-size: 14px; text-decoration: underline; width: 100%; padding:0px; color:var(--color1);}
.blogdetail-wrapper .back-link a span{margin:5px 5px 0; width: 15px; height: 15px; background-size: 100%; background-image:url(../images/left-arrow.png); background-repeat: no-repeat;}

.blogdetail-wrapper .social-block {display: flex; width: 100%; align-items: center; margin:15px 0 0;}
.blogdetail-wrapper .social-block a{display: flex; align-items: center; font-size: 14px; color: var(--color1); font-family:var(--defaultfont);}
.blogdetail-wrapper .social-block div{font-family:var(--defaultfont); font-size: 14px; font-weight: bold; color: var(--color1); display: flex; align-items: center; border-left:1px solid var(--color18); margin-left: 25px; padding-left: 15px;}
.blogdetail-wrapper .social-block a:first-child{margin-left: 0; padding-left: 0; border-left:0px none;}
.blogdetail-wrapper .social-block div:first-child{margin-left: 0; padding-left: 0; border-left:0px none;}
.blogdetail-wrapper .social-block div i{margin-right: 10px;}
.blogdetail-wrapper .social-block div{position: relative;}
.blogdetail-wrapper .social-block .share-icons-wrapper{display: flex; margin:0; padding:0; border:0px none; position: absolute; left:100%;  visibility: hidden; width: 120px; opacity: 0; transition: opacity 0.3s;}
.blogdetail-wrapper .social-block .share-icons-wrapper .share-icons-container{padding:4px 10px;transition: opacity 0.3s; color: var(--whitecolor); background-color: #555; border-radius:5px;}
.blogdetail-wrapper .social-block .share-icons-wrapper .share-icons-container::after {content: ""; position: absolute; top: 50%; right: 100%; margin-top: -5px; border-width: 5px; border-style: solid; border-color: transparent #555 transparent transparent;}
.blogdetail-wrapper .social-block .share-icons-wrapper .share-icons-container a{color:var(--whitecolor); margin-left: 10px; border:1px solid var(--whitecolor); width: 30px; height: 30px; border-radius:100%; display: flex; align-items: center; justify-content: center;}
.blogdetail-wrapper .social-block .share-icons-wrapper .share-icons-container a:first-child{margin-left: 0}
.blogdetail-wrapper .social-block .share-icons-wrapper .share-icons-container a i{margin-right: 0}
.blogdetail-wrapper .social-block div:hover .share-icons-wrapper{visibility: visible; opacity: 1;}

.blogdetail-wrapper .shortcode-block{margin-top: 15px;}

.blogdetail-wrapper .blogdetail-banner{display: flex; width: 100%; order:2; justify-content: center; max-width: 400px; margin: 0 auto; margin-left: 30px; }
.blogdetail-wrapper .blogdetail-banner.sticky {background-color: var(--whitecolor); position: -webkit-sticky; position: sticky; top: 110px; z-index: 220005;}
.blogdetail-wrapper .blogdetail-main{display: flex; max-width: 1280px; margin:0 auto; width: 100%; align-items: flex-start;}
.blogdetail-wrapper .blogdetail-container{display: flex; order:1; width: 100%; margin:0 auto; flex-direction:column; max-width: 1280px;}
.blogdetail-wrapper .blogdetail-container .entry-header {margin:0; padding:0; max-width: none;}
.blogdetail-wrapper .blogdetail-container .section-inner.medium{max-width: none; width: 100%;}
.blogdetail-wrapper .blogdetail-container .entry-title{color:var(--blackcolor); font-size:30px; text-align: left ;margin:0 0 10px; font-weight: normal; font-family:var(--fontfamilybold);}
.blogdetail-wrapper .blogdetail-container p{color:var(--blackcolor); font-size:13px; letter-spacing: normal; margin:0; text-align: left; line-height: 25px; font-weight: normal; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container .subtitle{font-size: 13px; text-transform: uppercase;}
.blogdetail-wrapper .blogdetail-container .intro-text{color:var(--blackcolor); font-size:14px; letter-spacing: normal; margin:0; text-align: left; line-height: 25px; font-weight: normal; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container .date-time{color:var(--color7); font-size:15px; letter-spacing: normal; margin:0; text-align: left; line-height: 25px; font-weight: normal; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container article{border: solid 1px #e0e0e0; display: flex; flex-direction: column; border-radius:10px; padding:20px; margin-top:0px;}
.blogdetail-wrapper .blogdetail-container article  .entery-content{display: block; font-size: 21px; max-width: calc(100% - 40px); width: 585px; margin: 0 auto;}
.blogdetail-wrapper .blogdetail-container article  .entery-content p{font-size: 21px; line-height:1.5; margin:1.5em 0 0;}
.blogdetail-wrapper .blogdetail-container article  .entery-content img{max-width: 100%;}
.blogdetail-wrapper .blogdetail-container article  .entery-content .alignleft{max-width: 260px; margin:0px 25px 25px 0; float:left;}
.blogdetail-wrapper .blogdetail-container article  .entery-content .alignright{max-width: 260px; margin:0px 25px 25px 25px; float:right;}
.blogdetail-wrapper .blogdetail-container article  blockquote{border-color:var(--color1); margin:15px 0; padding:0 15px;}
.blogdetail-wrapper .blogdetail-container .featured-media{display: none;}
.blogdetail-wrapper .blogdetail-container figure{margin:15px 0 0!important;}
.blogdetail-wrapper .blogdetail-container figcaption{color:var(--blackcolor); font-size:13px; letter-spacing: normal; margin:10px 0; text-align: left; line-height: 25px; font-weight: normal; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container .pagination-single{margin:15px 0; width: 100%;}
.blogdetail-wrapper .blogdetail-container .pagination-single hr{margin:0; display: none;}
.blogdetail-wrapper .blogdetail-container .pagination-single a{letter-spacing: normal; text-decoration: none; font-size:14px; font-weight: normal; display: flex; align-items: center;}
.blogdetail-wrapper .blogdetail-container .pagination-single a:hover .title{text-decoration: none;}
.blogdetail-wrapper .blogdetail-container .pagination-single-inner .title{font-size: 16px; text-align: left;}
.blogdetail-wrapper .blogdetail-container .pagination-single-inner .arrow{margin:0 15px 0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper {display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; width: 100%; margin:0; padding:0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper  hr{display: none;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper article{padding:10px; margin-top: 15px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments{width: 100%;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment .comment{padding: 0}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comments-header{padding: 0; margin-top: 15px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comments-inner .comment {padding: 0}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment .comment:first-of-type{margin-top: 0; padding:0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-content{padding: 10px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comments-header + div{max-width: none;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-meta{font-size:14px; background-color: #f8f8f8; font-family:var(--defaultfont); margin:0; padding:15px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-meta .comment-metadata{font-size:14px; background-color: #f8f8f8; font-family:var(--defaultfont); margin:0; padding:0px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-footer-meta{font-size:14px; background-color: var(--color3); background-color: transparent; font-family:var(--defaultfont); margin:0; padding:0px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-footer-meta .comment-reply{font-size:14px; font-family:var(--defaultfont); margin:0; padding:0px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-meta a{font-size:14px; font-family:var(--defaultfont); margin:0; padding:0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-meta img{position: static; max-width: 48px; max-height: 48px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-author{font-size:14px; font-weight: normal; font-family:var(--defaultfont); margin:0 15px 0 0; padding:0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-author span{display: flex; margin-top: 5px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-footer-meta .comment-reply{display: flex; margin:0; margin-right: 5px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comments .comment-footer-meta .by-post-author{display: flex; margin:0; font-size: 11px; font-weight: normal;}

.blogdetail-wrapper .blogdetail-container .comments-wrapper .comment-respond{display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; width: 100%; margin:20px 0 0; padding:0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comment-respond small a{font-size: 14px; letter-spacing: normal; font-weight: normal;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper form{display: flex; max-width: none; align-items: flex-start; justify-content: flex-start; flex-direction: column; width: 100%; margin:0; padding:0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper h2{color:var(--blackcolor); text-align: left; font-size:18px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:15px; font-family:var(--fontfamilybold);}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comment-form-comment label{color:var(--blackcolor); text-align: left; font-size:18px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--fontfamilybold);}
.blogdetail-wrapper .blogdetail-container .comments-wrapper label{font-size: 14px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comment-form-cookies-consent{display: flex; align-items: center; padding-bottom: 15px;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comment-form-cookies-consent label{margin:0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comment-form-cookies-consent input{margin:0 10px 0 0;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper textarea{color:var(--blackcolor); text-align: left; max-height: 50px; border:1px solid var(--color18); resize: none; font-size:14px; padding:10px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container .comments-wrapper input[type="text"]{color:var(--blackcolor); text-align: left; max-height: 50px; border:1px solid var(--color18); resize: none; font-size:14px; padding:10px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container .comments-wrapper input[type="email"]{color:var(--blackcolor); text-align: left; max-height: 50px; border:1px solid var(--color18); resize: none; font-size:14px; padding:10px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container .comments-wrapper input[type="url"]{color:var(--blackcolor); text-align: left; max-height: 50px; border:1px solid var(--color18); resize: none; font-size:14px; padding:10px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--defaultfont);}
.blogdetail-wrapper .blogdetail-container .comments-wrapper textarea:focus{outline: 0px none;}
.blogdetail-wrapper .blogdetail-container .comments-wrapper .comment-respond p:not(.comment-notes){max-width: none; width: 100%; margin:0;}


.blogdetail-wrapper .similar-block{display: flex; flex-direction: column; width: 100%; margin: 60px auto; max-width: 1280px; }
.blogdetail-wrapper .similar-block h3{color:var(--blackcolor); font-size:18px; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--fontfamilybold);}
.blogdetail-wrapper .similar-block .similar-content{display: flex; width: 100%;}
.blogdetail-wrapper .similar-block .similar-content ol{display: flex; width: 100%; flex-wrap: wrap;}
.blogdetail-wrapper .similar-block .similar-content ol li{display: flex; width: 100%; box-shadow: 0 8px 22px 0 rgba(72, 145, 152, 0.1); border-radius:20px; border: solid 1px var(--color2); max-width: 254px; margin:0 12px 24px; padding:0;}
.blogdetail-wrapper .similar-block .similar-content ol li a{display: flex; width: 100%; flex-direction: column; position: relative;}
.blogdetail-wrapper .similar-block .similar-content ol li .similar-thumb{min-height: 210px; max-height: 210px; display: flex; width: 100%;}
.blogdetail-wrapper .similar-block .similar-content ol li .similar-thumb img{ border-radius:20px 20px 0 0;}
.blogdetail-wrapper .similar-block .similar-content ol li .thumb-content{display: flex; flex-direction: column; padding:20px;}
.blogdetail-wrapper .similar-block .similar-content ol li .thumb-content h3{color:var(--color1); font-size:16px; margin:0 0 10px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogdetail-wrapper .similar-block .similar-content ol li .thumb-content h3 span{color:var(--color7); font-size:13px; font-weight: normal; font-family:var(--defaultfont);}
.blogdetail-wrapper .similar-block .similar-content ol li .thumb-content p{color:var(--blackcolor); font-size:13px; margin:0; font-weight: normal; font-family:var(--defaultfont);}




.blogpage-wrapper .blogpage-container .all-articles-block{display: flex; flex-direction: column; margin-bottom: 60px;}
.blogpage-wrapper .blogpage-container .all-articles-block h3{color:var(--blackcolor); font-size:18px; margin:0; font-weight: normal; margin-bottom:20px; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .all-articles-block ol{display: flex; width: 100%; flex-wrap: wrap;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li{display: flex; transition: all 0.2s ease; width: 100%; box-shadow: 0 8px 22px 0 rgba(72, 145, 152, 0.1); border-radius:5px; border: solid 1px var(--color2); margin:15px 0 0; padding:20px;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li a{display: flex; width: 100%; position: relative; align-items: flex-start;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li:first-child{margin-top: 0}
.blogpage-wrapper .blogpage-container .all-articles-block ol li:hover{transform: scale(1.01); border:1px solid var(--color1);}
.blogpage-wrapper .blogpage-container .all-articles-block ol li .all-thumb{width:100px; display: flex; flex-shrink: 0; margin-right: 20px;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li .all-thumb img{ border-radius:20px 20px;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li .thumb-content{display: flex; flex-direction: column; padding:0px;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li .thumb-content h3{color:var(--color1); font-size:16px; margin:0 0 10px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogpage-wrapper .blogpage-container .all-articles-block ol li .thumb-content h3 span{color:var(--color7); font-size:13px; font-weight: normal; font-family:var(--defaultfont);}
.blogpage-wrapper .blogpage-container .all-articles-block ol li .thumb-content p{color:var(--blackcolor); font-size:13px; margin:0; font-weight: normal; font-family:var(--defaultfont);}

/*Blog Page*/


/*Category Page*/
.blogcategory-wrapper{display: flex; width: 100%; flex-direction: column; padding: 100px 0 30px; position: relative;}
.blogcategory-wrapper .back-link{display: flex; align-items: center; margin:0px 0 0; position: absolute; left:0; top:14px;}
.blogcategory-wrapper .back-link a{display: flex; align-items: center; font-size: 14px; text-decoration: underline; width: 100%; padding:0px; color:var(--color1);}
.blogcategory-wrapper .back-link a span{margin:5px 5px 0; width: 15px; height: 15px; background-size: 100%; background-image:url(../images/left-arrow.png); background-repeat: no-repeat;}

.blogcategory-wrapper .blogcategory-container{display: flex; width: 100%; position: relative; margin:0 auto; flex-direction:column; max-width: 1280px;}
.blogcategory-wrapper .blogcategory-container .category-page-header{margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.blogcategory-wrapper .blogcategory-container .category-page-header ul{display: flex; align-items: center; margin-top: 15px;}
.blogcategory-wrapper .blogcategory-container .category-page-header ul li{margin:0; margin-left: 15px; border-left:1px solid var(--color18); padding-left: 15px;}
.blogcategory-wrapper .blogcategory-container .category-page-header ul li:first-child{margin:0;  border-left:0px solid var(--color18); padding-left: 0px;}
.blogcategory-wrapper .blogcategory-container .category-page-header ul li a{color: var(--color2); text-transform: capitalize; font-size: 15px;}
.blogcategory-wrapper .blogcategory-container h1{color:var(--blackcolor); font-size:28px; text-transform: capitalize; margin:0; font-weight: normal; margin-bottom:0px; font-family:var(--fontfamilysemibold);}
.blogcategory-wrapper .blogcategory-container h1 span{color:var(--color1);}
.blogcategory-wrapper .blogcategory-container ol{display: flex; flex-direction: column; width: 100%;}
.blogcategory-wrapper .blogcategory-container ol li{display: flex; width: 100%; margin:15px 0 0; border: 1px solid var(--color2); padding:20px; border-radius:5px; }
.blogcategory-wrapper .blogcategory-container ol li .thumb{margin-right: 15px; display: flex; width: 100%; max-width: 240px;}
.blogcategory-wrapper .blogcategory-container ol li .thumb-content{ display: flex; flex-direction: column; flex:1;}
.blogcategory-wrapper .blogcategory-container ol li .thumb-content h2{color:var(--color1); font-size:18px; margin:0 0 5px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogcategory-wrapper .blogcategory-container ol li .thumb-content small{color:var(--blackcolor); font-size:14px; margin:0 0 5px; font-weight: normal; font-family:var(--defaultfont);}
.blogcategory-wrapper .blogcategory-container ol li .thumb-content h2 a{color:var(--color1); font-size:18px; margin:0 0 0px; font-weight: normal; font-family:var(--fontfamilysemibold);}
.blogcategory-wrapper .blogcategory-container ol li .thumb-content p{color:var(--blackcolor); font-size:14px; margin:0; font-weight: normal; font-family:var(--defaultfont);}
.blogcategory-wrapper .blogcategory-container ol li .thumb-content .postmetadata{margin-top: 10px;}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link{background-color: var(--color1); font-size: 13px;}
/*Category Page*/


/*Error Page*/
#errorpage {display: flex; width: 100%; text-align: center; flex-direction: column; align-items: center; justify-content: center; border-radius:5px;    border: 1px solid #ddd; padding:30px; background-color: var(--whitecolor);}
#errorpage h1{margin-bottom: 15px; font-family:var(--defaultfont); font-size: 26px;}
#errorpage .sorrytext{font-family:var(--defaultfont); font-size: 15px; color:var(--color19); margin-bottom: 20px;}
#errorpage .bottomblock {font-size: 15px;color: var(--color19); margin-bottom: 15px;}
#errorpage .bottomblock .block {font-size: 12px; color: var(--color19); text-align: center; display: inline-block; width: 100%; text-transform: uppercase; margin: 15px 0 0}
#errorpage .buttonblock { display: inline-block; width: 100%;  text-align: center;}
#errorpage .buttonblock a { border: 0; border-radius:5px;  background-color: var(--color1); color: var(--whitecolor); float: none; display: inline-block;  font-size:14px; margin: auto; text-align: center; text-transform: uppercase; width: 160px; text-decoration: none}
#errorpage .buttonblock a:hover{opacity: 0.8; text-decoration: none;}
/*Error Page*/


/*Detail Page*/
.single-product main{padding-top:0px;}
.single-product .content-area{max-width: none; padding:0; padding-top: 71px;} 
.single-product .pagewrapper .pagecontainer{max-width: none; padding-top: 0}
.single-product .woocommerce-notices-wrapper{margin:0;}
.single-product .woocommerce-breadcrumb{display: none;}
.detailwrapper{display: flex; width: 100%; margin-top:0px; font-family: var(--defaultfont); background-color: #eff1f8}
.detailwrapper .detailcontainer{display: flex; width: 100%; flex-direction: column;}

.header-gone .detailpage-bottombar-wrapper{visibility: visible; opacity: 1; top:0;}
.single-product.header-gone.pageloaded .header-strip-wrapper{visibility: hidden; opacity: 0}
.detailpage-bottombar-wrapper{display: flex; align-items: center; z-index:2200056; border-top:0px solid var(--whitecolor); opacity: 0; visibility: hidden; box-shadow: 0px 2px 20px 0 rgba(253, 188, 75, 0.5); background-color: var(--color15); width: 100%; justify-content: center; transition: all 0.5s ease; position: fixed; top:-150px; left:0; right:0;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container{display: flex; padding:10px 20px; align-items: center; width: 100%; max-width: 1280px; margin:0 auto; justify-content: center;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-thumb{width: 100%; max-width: 100px;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .detail-bottombar-content{display: flex; flex:1; justify-content: space-between; width: 100%;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .detail-bottombar-content .bar-left{display: flex;  flex-direction: column;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .detail-bottombar-content .bar-left .bottom-content{display: flex; align-items: center;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container h4{display: flex; font-size: 18px;  font-family: var(--defaultfont); font-weight: normal; align-items: center; margin-bottom: 5px;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-price{color:var(--whitecolor); display: flex; align-items: center; font-size: 16px; font-family: var(--defaultfont);}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-price i{background-color: var(--whitecolor); order:3;  font-weight: normal; color:var(--color15); border-radius:5px; padding: 2px 10px; font-size: 14px;  margin-left: 8px; font-style: normal;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-price span{display: flex; align-items: center; font-family: var(--defaultfont);}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-price del{margin-left: 10px; order:2; color: var(--whitecolor); font-size:16px;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-price ins{color:var(--blackcolor); font-family: var(--fontfamilybold); order:1; font-size: 18px; font-weight: normal; text-decoration: none;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-price ins span{color: var(--blackcolor); font-size: 18px;}

.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-startdate{display: flex; align-items: center; margin-top:0px; margin-left: 15px; flex-direction:row; border-left:1px solid var(--whitecolor); padding-left: 10px; font-size:14px;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-startdate span{color:var(--whitecolor); font-size:16px; margin-left: 5px;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-actions{display: flex;  align-items: center; }
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-actions a{ background-color:var(--whitecolor); font-size: 0.875rem; border:0px solid var(--color1); width: auto; text-align: center; text-transform: uppercase; padding:10px 25px; color:var(--color1); border-radius:35px; }
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-actions a:last-child{margin-left: 0px;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-actions a:last-child:hover{text-decoration: none!important;}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-actions a:first-child{margin-right:15px; font-size: 0.875rem; border:0px solid var(--color1); color:var(--whitecolor); background-color: var(--color1);}
.detailpage-bottombar-wrapper .detailpage-bottombar-container .product-actions a:first-child:hover{text-decoration: none!important;}

.detailwrapper .detailcontainer .details-str{display: flex; width: 100%; flex-direction: column;}
.detailwrapper .detailcontainer .details-str .detail-top{display: flex; position: relative;  width: 100%; /*background-color: rgba(108,172,178,0.16);*/ padding:30px 30px;}
.detailwrapper .detailcontainer .details-str .detail-top .top-inner{display: flex; width:100%; max-width:1280px; position: relative; margin:0 auto; }
.detailwrapper .detailcontainer .details-str .detail-top .left-details{width: 100%; max-width: 60%; flex:1;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section{display: flex; border-radius:10px;   flex-direction: column; max-width: none; width:auto;position:relative;} 
.detailwrapper .detailcontainer .details-str .detail-top .right-section .title{color:var(--whitecolor); letter-spacing: normal; font-size:21px; text-align: center; font-family:PoppinsBold;  line-height: normal; margin-bottom: 0px;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section .formwrapper{max-width: 450px; border-radius:5px; padding:20px; background-color: var(--color5);}
.detailwrapper .detailcontainer .details-str .detail-top .right-section .formwrapper .seperator + div{width: 100%; margin-bottom: 0;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form {width: 100%;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.detailwrapper .detailcontainer .details-str .detail-top .right-section form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form input[type="text"]{color: var(--color1); width:100%; border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form input[type="email"]{color: var(--color1); border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form input[type="number"]{color: var(--color1); border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form select{color: var(--color1); border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form input{transition: all 0.2s ease; }
.detailwrapper .detailcontainer .details-str .detail-top .right-section form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 157px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.detailwrapper .detailcontainer .details-str .detail-top .right-section form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 157px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}
.detailwrapper .detailcontainer .details-str .detail-top  .animation-block{color:var(--whitecolor); font-size:22px; margin-top:10px; display: flex; justify-content: center; align-items: center;} 
.detailwrapper .detailcontainer .details-str .detail-top  .animation-block ol{display: flex; margin:0; height:30px;  padding: 0; justify-content: center; align-items: center;}
.detailwrapper .detailcontainer .details-str .detail-top  .animation-block ol li{display: flex; margin:0; padding: 0;}


.detailwrapper .detailcontainer .details-str .course-highlights{display: flex; width: 100%; justify-content: center;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container{ padding:50px; display: flex; width: 100%; max-width: 1280px; justify-content:center}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1{display:flex; flex-direction: column; background-color:#fff; box-shadow: 0px 0px 6px #ccc;  margin:0 15px; width: 30%; padding:30px;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon{display:flex; flex-direction: column; max-width: 120px; margin-bottom: 10px;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon img{margin: 0;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon-content{display:flex; flex-direction: column;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon-content .highlightstitle{color: var(--color7); letter-spacing: normal; font-size:19px; font-family:PoppinsBold;  line-height: normal; margin-bottom: 15px;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon-content ol{list-style-type: circle; list-style-position: inherit; margin: 0px; padding: 0; padding-left: 18px; display: flex; flex-direction: column;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon-content ol li{margin: 0px 0 15px; font-size: 16px; font-family: Poppins; color:#666; padding: 0;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon-content ol li:last-child{margin-bottom: 0;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1 .icon-content ol li div{display: flex; flex-direction: column;}


.detailwrapper .detailcontainer .details-str .aboutuniversity-section{display: flex; width: 100%; flex-direction: column; background-color: #fff;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container{padding:50px; display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column; justify-content:center}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .headingtitle{color: var(--color7); font-size: 37px; font-family: var(--fontfamilysemibold); font-weight: bold;  margin-bottom: 40px;display: flex; width: 100%; justify-content: center; align-items: center;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent{display: flex; width: 100%}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent .leftpart{width: 100%; max-width: 40%;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent .rightpart{width: 100%; max-width: 60%; margin-left: 30px;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent .rightpart .universitylogo{margin-bottom: 15px;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent .rightpart h2{color: var(--color7); font-size:22px; font-family: var(--fontfamilysemibold); margin-bottom: 10px;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent .rightpart p{color: var(--color7); font-size:15px; line-height: 25px; font-family: var(--defaultfont); margin-bottom: 10px;}


.detailwrapper .detailcontainer .details-str .aboutpostgraduate-section{display: flex; width: 100%; flex-direction: column; background-color: #fff;}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container{padding:50px; display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column; justify-content:center}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .headingtitle{color: var(--color7); font-size: 37px; font-family: var(--fontfamilysemibold); font-weight: bold;  margin-bottom: 40px;display: flex; width: 100%; justify-content: center; align-items: center;}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent{display: flex; width: 100%}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent .rightpart{width: 100%; max-width: 40%; margin-left: 30px;}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent .leftpart{width: 100%; max-width: 60%; }
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent .leftpart .universitylogo{margin-bottom: 15px;}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent .leftpart h3{color: var(--color7); font-size:22px; font-family: var(--fontfamilysemibold); margin-bottom: 10px;}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent .leftpart p{color: var(--color7); font-size:15px; line-height: 25px; font-family: var(--defaultfont); margin-bottom: 10px;}



.detailwrapper .detailcontainer .details-str .courseoverview-section{display: flex; width: 100%; flex-direction: column; background-color: #ff7170;}
.detailwrapper .detailcontainer .details-str .courseoverview-container{padding:50px; display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column; justify-content:center}
.detailwrapper .detailcontainer .details-str .courseoverview-container .headingtitle{color: var(--whitecolor); font-size: 37px; font-family: var(--fontfamilysemibold); font-weight: bold;  margin-bottom: 40px;display: flex; width: 100%; justify-content: center; align-items: center;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent{display: flex; width: 100%}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .leftpart{width: 100%; max-width: 35%;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .rightpart{width: 100%; max-width: 65%;  margin-left: 30px;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .rightpart ol{display: flex; align-items: flex-start; flex-wrap: wrap;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .rightpart ol li{color: var(--whitecolor); display: flex; max-width: 50%; width:100%; margin:25px 0 0; font-size:19px;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .rightpart ol li i{margin-right: 15px;}


.detailwrapper .detailcontainer .details-str .whydothiscourse-section{display: flex; width: 100%; flex-direction: column; background-color: #3f3d55;}
.detailwrapper .detailcontainer .details-str .whydothiscourse-container{padding:50px; display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column; justify-content:center}
.detailwrapper .detailcontainer .details-str .whydothiscourse-container .headingtitle{color: var(--whitecolor); font-size: 37px; font-family: var(--fontfamilysemibold); font-weight: bold;  margin-bottom: 40px;display: flex; width: 100%; justify-content: center; align-items: center;}
.detailwrapper .detailcontainer .details-str .whydothiscourse-container .whydothiscoursecontent{display: flex; width: 100%}
.detailwrapper .detailcontainer .details-str .whydothiscourse-container .whydothiscoursecontent .sliderblock{width: 100%; display:flex; flex-wrap: wrap; align-items: flex-start; justify-content: center;}
.detailwrapper .detailcontainer .details-str .whydothiscourse-container .whydothiscoursecontent .sliderblock .item{color: var(--color2); font-size: 18px; justify-content: center; align-items: center; text-align: center; height:150px; max-width: 350px; display: flex; background-color: var(--whitecolor); padding: 10px; border-radius:5px; width:100%; margin:0px 8px 15px;}


.detailwrapper .detailcontainer .details-str .detailleadmap-section{display: flex; width: 100%; flex-direction: column; background-image:url(../images/detail-course-mapbg.webp); background-repeat: no-repeat; background-position: center; background-size: cover;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container{padding:120px 50px; display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column; justify-content:center}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent{display: flex; width: 100%}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .leftpart{width: 100%; max-width: 60%; flex-direction: column; display: flex;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .leftpart span{font-size: 70px; color:#72bf44; font-family: var(--fontfamilysemibold); text-transform: uppercase;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .leftpart h3{font-size: 40px; line-height: 50px; max-width: 300px; border-bottom:2px solid #19557e; padding-bottom: 10px; color:#19557e; font-family: var(--fontfamilysemibold);}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart{width: 100%; max-width: 40%;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart .formwrapper{max-width: 450px; border-radius:5px; padding:20px; background-color: var(--color5);}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart .formwrapper .title {color: var(--whitecolor);  letter-spacing: normal; font-size: 21px; text-align: center; font-family: PoppinsBold; line-height: normal; margin-bottom: 0px;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart .formwrapper .seperator + div{width: 100%; margin-bottom: 0;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart .seperator{margin:15px  auto; display: flex; height:4px; width:50px; background-color:var(--color1);}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form {width: 100%;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form > div{width: 100%;  align-self: flex-end; display: flex; flex-direction: column; margin:0; }
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form .wpforms-field-label{color: var(--color1); margin-bottom: 5px; font-weight: normal; display: none;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form input[type="text"]{color: var(--color1); width:100%; border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form input[type="email"]{color: var(--color1); border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form input[type="number"]{color: var(--color1); border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form select{color: var(--color1); border:0px none; border-radius:5px;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form input{transition: all 0.2s ease; }
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form input:focus{outline: 0px none; box-shadow: 0 0 5px var(--color1)}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form button[type=submit]{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 157px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart form button[type=submit]:hover{border-radius:5px; border:0px none; display: flex; margin:0 auto;  max-width: 157px; padding:10px 30px; font-weight: normal;  background-color:var(--color1); color:var(--whitecolor);  text-transform: uppercase;}



.detailwrapper .detailcontainer .details-str .Jobopportunities-section{display: flex; width: 100%; flex-direction: column; background-color: #fff;}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container{padding:50px; display: flex; width: 100%; max-width: 1280px; margin:0 auto; flex-direction: column; justify-content:center}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container .headingtitle{color: var(--color7); font-size: 37px; font-family: var(--fontfamilysemibold); font-weight: bold;  margin-bottom: 40px;display: flex; width: 100%; justify-content: center; align-items: center;}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container .Jobopportunitiescontent{display: flex; width: 100%}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container .Jobopportunitiescontent .sliderblock{width: 100%; display:flex; align-items: flex-start; justify-content: center;}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container .Jobopportunitiescontent .sliderblock .item{color: var(--color2); font-size: 18px; position: relative; justify-content: center; align-items: center; flex-direction: column; text-align: center; height:auto; max-width: 250px; display: flex; width:100%; margin:0px 8px 15px;}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container .Jobopportunitiescontent .sliderblock .item .thumb{width: 100%; height: 194px; opacity: 0; visibility: hidden; overflow:hidden;}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container .Jobopportunitiescontent .sliderblock .item .overlay{ display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.7); position: absolute; right:0; left:0; bottom:0; color: var(--whitecolor); top: 0; font-size: 15px; text-align: center; padding: 10px; font-family: var(--fontfamilysemibold);}



.detailwrapper .detailcontainer .details-str .detail-top .detail-thumb{width: 100%; margin-left: 30px; max-width: 40%; display: flex; align-items:center; justify-content: flex-end;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-thumb img{max-height: 360px; width: auto; height:auto;}
.detailwrapper .detailcontainer .details-str .detail-top h4{color:var(--whitecolor); font-size:37px; font-family: var(--fontfamilysemibold); font-weight: bold; margin-bottom:10px;}
.detailwrapper .detailcontainer .details-str .detail-top .tag-line{color:var(--blackcolor); font-size:18px; font-family: var(--defaultfont); font-weight: normal; margin-bottom: 15px;}
.detailwrapper .detailcontainer .details-str .detail-top .tag-line h1{color:var(--blackcolor); font-size:18px; font-family: var(--defaultfont); font-weight: normal; margin:0; margin-bottom:0px;}
.detailwrapper .detailcontainer .details-str .detail-top .tag-line span{color:var(--color4); font-family: var(--fontfamilybold);} 
.detailwrapper .detailcontainer .details-str .detail-top  .course-desc{display: flex; margin-top: 10px; font-size: 20px; max-width: none; color: #747272;}
.detailwrapper .detailcontainer .details-str .detail-top  .course-desc p{display: flex; margin-top:0px; color:var(--whitecolor); line-height: 29px;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-price{color:var(--color2); display: flex; align-items: center; font-size: 16px; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer .details-str .detail-top .detail-price i{background-color: var(--color15); order:3; color:var(--whitecolor); background-color: var(--color3); border-radius:5px; padding: 2px 10px; font-size: 18px;  margin-left: 8px; font-style: normal;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-price span{display: flex; align-items: center; font-family: var(--defaultfont);}

.detailwrapper .detailcontainer .details-str .detail-top .detail-price del{margin-left: 10px; order:2; color: var(--color2); font-size:28px;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-price ins{color: var(--blackcolor); font-family: var(--fontfamilybold); order:1; font-size: 31px; font-weight: bold; text-decoration: none;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-price ins span{color:var(--color5); font-size: 31px;}
.detailwrapper .detailcontainer .details-str .detail-top .startingon{display: flex; margin-top: 25px; flex-direction:column; font-size:18px;}
.detailwrapper .detailcontainer .details-str .detail-top .startingon span{color:var(--color2); font-size: 21px;}
.detailwrapper .detailcontainer .details-str .detail-top .actions{display: flex;  align-items: center; margin-top: 25px;}
.detailwrapper .detailcontainer .details-str .detail-top .actions a{ background-color:var(--whitecolor); font-size: 0.875rem; border:1px solid var(--color1); width: auto; text-align: center; text-transform: uppercase; padding:10px 35px; color:var(--color1); border-radius:35px; }
.detailwrapper .detailcontainer .details-str .detail-top .actions a:first-child{margin-left: 0px;}
.detailwrapper .detailcontainer .details-str .detail-top .actions a:first-child:hover{text-decoration: none!important;}
.detailwrapper .detailcontainer .details-str .detail-top .actions a:last-child{margin-left:15px; font-size: 0.875rem; border:1px solid var(--color1); color:var(--whitecolor); background-color: var(--color1);}
.detailwrapper .detailcontainer .details-str .detail-top .actions a:last-child:hover{text-decoration: none!important;}

.detailwrapper .detailcontainer .detaildesc-section{display: flex; flex-direction: column; width: 100%;}
.detailwrapper .detailcontainer .detaildesc-section .detaildesc-container{display: flex; position: relative; align-items: center; flex-direction: column; padding:30px 30px; width: 100%; margin:0 auto; max-width: none;}
.detailwrapper .detailcontainer .detaildesc-section .detaildesc-container h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom:30px;}
.detailwrapper .detailcontainer .detaildesc-section .detaildesc-container p{display: flex; margin-top:0px; max-width: 750px; color: #747272; font-size: 15px; text-align: center;}


.detailwrapper .detailcontainer .whatistheprogram-section{display: flex; flex-direction: column; width: 100%; background-color: rgba(72, 145, 152,0.04)}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container{display: flex; position: relative; flex-direction: column; padding:30px 30px; width: 100%;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom:40px;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container .whatistheprogram-inner{display: flex; position: relative; max-width:800px; padding:0 30px; margin:0 auto; width: 100%; flex-direction: column;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ol {display: flex; flex-wrap: wrap; flex-direction: row; width:100%;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ol li{ font-size:14px;display: flex; transition: all 0.2s ease;  align-items: center;  width: 100%; max-width: 45%;   box-shadow: 0 5px 10px 0 rgba(72, 145, 152, 0.2); border-radius:10px; font-family: var(--fontfamilybold);  background-color:var(--whitecolor); position: relative; margin:5px 15px; border: dashed 0px rgba(54, 115, 121, 0.3); padding:20px;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ol li.active{background-color: var(--color3); box-shadow: 0 0 5px var(--color18); transform:scale(1.1);}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ol li span{width: 10px; height:20px; border-bottom-right-radius: 10px; border-top-right-radius: 10px; background-color: var(--color4); display: flex; position: absolute; left:-2px; top:50%; margin-top: -10px;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container .circle-shape1{animation: spin 10s linear infinite; width: 100px; height:100px; top:15%; left:0; z-index: 0; border-radius:100%; border: dashed 2px rgba(54, 115, 121, 0.5);  position: absolute;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container .circle-shape2{animation: spin 2s linear infinite; width: 30px; height:30px; border-radius:100%; border:6px solid #aed1d4;  border: dashed 2px rgba(54, 115, 121, 0.5); position: absolute; left:0; bottom:0;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container .circle-shape3{width: 100px; height:auto; position: absolute; right:0; top:0;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container .circle-shape4{width: 28px; height:auto; position: absolute; right:0; top:50%;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ol li:last-child{ border-radius:10px;  border: 0px solid var(--color1);}

.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ul {display: flex; justify-content: center; max-width: none; margin:0 0; padding:50px 0 0; flex-wrap: wrap; flex-direction: row; width:100%;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ul li{ font-size:14px; flex-direction: column; display: flex; align-items: center;  width: 100%; max-width:260px; box-shadow: 0 5px 10px 0 rgba(72, 145, 152, 0.2); border-radius:30px; font-family: var(--fontfamilybold);  background-color:var(--whitecolor);  position: relative; margin:0 15px; border: 1px solid var(--color1); padding:20px;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ul li .thumb{width:100%; margin-bottom: 30px; max-height:144px; min-height:144px; display: flex; align-items: flex-start; justify-content: center;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ul li .thumb img{height:100%; margin:0; width:auto;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ul li .title{color:var(--color1); text-align: center;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ul li .shape1{position: absolute; right:0; top:0; width: 30px; height:80px; background-color: #DAE9EA; border-radius:0 30px 0px 30px;}
.detailwrapper .detailcontainer .whatistheprogram-section .whatistheprogram-container ul li .shape2{position: absolute; left:0; bottom:0; width: 30px; height:80px; background-color: #DAE9EA; border-radius:0 30px 0 30px;}

.detailwrapper .detailcontainer .whatyouwillget-section{display: flex; flex-direction: column; width: 100%; background-color: rgba(235, 153, 110,0.04)}
.detailwrapper .detailcontainer .whatyouwillget-section .whatyouwillget-container{display: flex; flex-direction: column; padding:30px 30px; width: 100%;}
.detailwrapper .detailcontainer .whatyouwillget-section .whatyouwillget-container h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom:40px;}
.detailwrapper .detailcontainer .whatyouwillget-section .whatyouwillget-container ol {display: flex; max-width: none; justify-content: center; margin:0 auto; flex-wrap: wrap; flex-direction: row; width:100%;}
.detailwrapper .detailcontainer .whatyouwillget-section .whatyouwillget-container ol li{ font-size:14px;display: flex; flex-direction: column; align-items: center;  width: 100%; max-width:300px;  box-shadow: 0 12px 22px 0 rgba(235, 153, 110, 0.14); border: dashed 2px rgba(235, 153, 110, 0.2); border-radius:40px; font-family: var(--fontfamilybold);  background-color:var(--whitecolor); position: relative; margin:0px 20px 20px; padding:20px;}
.detailwrapper .detailcontainer .whatyouwillget-section .whatyouwillget-container ol li .thumb{width:100%; margin-bottom: 30px; max-height:100px; min-height: 100px; display: flex; align-items: flex-start; justify-content: center;}
.detailwrapper .detailcontainer .whatyouwillget-section .whatyouwillget-container ol li .thumb img{height:100%; width:auto; margin:0;}
.detailwrapper .detailcontainer .whatyouwillget-section .whatyouwillget-container ol li .title{color:var(--color4); font-size: 16px; text-align: center;}


.detailwrapper .detailcontainer .transform-section{display: flex; flex-direction: column; width: 100%;}
.detailwrapper .detailcontainer .transform-section .transform-container{display: flex; flex-direction: column; padding:30px 30px; width: 100%;}
.detailwrapper .detailcontainer .transform-section .transform-container h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom: 40px;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper{display: flex; width: 100%; flex-direction: column; max-width:600px; margin:0 auto; background-size:contain; background-position: center top; background-image:url(../images/neo-transformbg.png);  background-repeat: no-repeat; }
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul{display: flex; width: 100%; justify-content: space-between; align-items: flex-start;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul:first-child li:first-child{margin-top:50px;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul:last-child li:first-child{margin-top:50px; margin-left: 40px;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul li{display: flex; align-items: flex-start; width: 100%; max-width: 250px; margin:0; padding:0; position: relative; flex-direction: column;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul li .transform-baloon{display: flex; box-shadow: 0 0 5px var(--color18); flex-direction: column; width: 100%; padding:20px 15px; position: relative; background-color: var(--whitecolor); border-radius:20px;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul li h6{ color:var(--color4); margin:0 0 5px; font-size: 16px; font-family: var(--fontfamilybold); font-weight: normal; }
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul li p{ color: var(--blackcolor); font-size: 15px; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul li .transform-thumb{display: flex; align-self:center; margin-right: 25px;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul li .transform-thumb img{max-width: 75px; margin:0;}
.detailwrapper .detailcontainer .transform-section .transform-container .transform-wrapper ul li .transform-baloon:after { content:''; position: absolute; left: 0; right: 0; top:100%;  margin: 0 auto; width: 0;  height: 0;  border-top: 15px solid var(--whitecolor);  border-left:15px solid transparent;  border-right: 15px solid transparent;}


.detailwrapper .detailcontainer .whatyoushoulddoit-section{display: flex; flex-direction: column; width: 100%; background-color: var(--color1);}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container{display: flex; flex-direction: column; padding:30px 30px; width: 100%;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container h3{font-size: 31px; color:var(--whitecolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom: 40px;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner{display: flex; width: 100%; max-width: 1000px; margin:0 auto;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner .left-section{width: 100%; justify-content: center; align-items: flex-start; max-width: 50%; display: flex;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner .left-section img{max-width:100%;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner .right-section{width: 100%; max-width: 50%; display: flex; margin-left: 50px;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner .right-section h2{font-size:18px; color:var(--whitecolor); font-family: var(--fontfamilybold); font-weight: normal; margin-bottom: 10px;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner .right-section ul{display: flex; margin:0; padding:0; flex-direction: column;}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner .right-section ul li{display: list-item;  font-size: 14px; list-style-position: inside; list-style-type: disc; margin:20px 0; padding:0; color:var(--whitecolor);}
.detailwrapper .detailcontainer .whatyoushoulddoit-section .whatyoushoulddoit-container .whatyoushoulddoit-inner .right-section .percentage-score{width: 60px;  height:60px; margin-right: 20px;  border-radius:100%; display: flex; align-items: center; justify-content: center; font-size:18px;background-color: var(--whitecolor); box-shadow: 0 0 0 5px var(--color4)}


.detailwrapper .detailcontainer .whatisrequiredtoenroll-section{display: flex; flex-direction: column; width: 100%; background-color: rgba(72, 145, 152,0.04);}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container{display: flex; flex-direction: column; padding:30px 30px; width: 100%;}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom: 40px;}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container .whatisrequiredtoenroll-inner{display: flex; width: 100%;  max-width: 1000px; margin:0 auto;}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container .whatisrequiredtoenroll-inner .left-section{width: 100%; justify-content: center; align-items: flex-start; max-width: 35%; display: flex;}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container .whatisrequiredtoenroll-inner .left-section img{max-width: 100%;}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container .whatisrequiredtoenroll-inner .right-section{width: 100%; max-width:65%; display: flex; margin-left: 50px;}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container .whatisrequiredtoenroll-inner .right-section ul{display: flex; margin:0; padding:0; flex-direction: column;}
.detailwrapper .detailcontainer .whatisrequiredtoenroll-section .whatisrequiredtoenroll-container .whatisrequiredtoenroll-inner .right-section ul li{display: list-item; font-size:18px;  list-style-position: inside; list-style-type: disc; margin:10px 0; padding:0; color:var(--blackcolor);}

.detailwrapper .detailcontainer  .certificate-block{ border:0px solid #a3dce1; justify-content: center; align-items: center;  margin-bottom:0px; padding:15px; border-radius:5px; display: flex; width: 100%; margin: 30px auto 0; max-width: 1000px; flex-direction: column;}
.detailwrapper .detailcontainer  .certificate-block h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom: 40px;}
.detailwrapper .detailcontainer  .certificate-block p{color:var(--color19); font-size:14px; margin-bottom:15px; font-weight: normal;}
.detailwrapper .detailcontainer .certificate-block img{max-width: 75%;}

.detailwrapper .detailcontainer .testimonials-wrapper{display: flex; width: 100%;  padding:50px 30px 50px; flex-direction: column;}
.detailwrapper .detailcontainer .testimonials-wrapper h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom: 40px;}
.detailwrapper .detailcontainer .testimonials-wrapper h3 .curve-right{transform: rotate(180deg); display: flex; align-items: flex-end;}
.detailwrapper .detailcontainer .testimonials-wrapper h3 .curve-left{display: flex; align-items: flex-end;}

.detailwrapper .detailcontainer .testimonials-wrapper .testimonials-bg{display: flex; width: 100%; flex-direction: column; max-width: 1000px;  margin: 0 auto;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial{display: flex; margin: 0px; box-shadow: 0 0px 0px 0 rgba(96, 86, 158, 0.1); border: solid 1px rgba(54, 115, 121, 0.3);  border-radius: 60px; padding: 35px 35px 35px 35px;;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .testimonial-thumb{display: flex; align-items:flex-start; justify-content: center; flex-shrink: 0; width:200px; margin-right: 15px; position: relative;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .testimonial-thumb img{width: 156px; height:156px; border-radius: 100%; margin:0;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .testimonial-thumb .thumb-overlay{ display: flex; align-items: center; justify-content: center; position: absolute;right:0; top:0; bottom:0; left:0;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .testimonial-thumb .thumb-overlay img{width: auto; height:auto; border-radius: 100%;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .testimonial-content{ padding:0px; flex-direction: column; display: flex; width: 100%; margin-bottom: 0px;  position: relative;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial-content .testimonial-icon{font-size: 22px; color: var(--color1); margin-bottom: 10px;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .description{font-size: 15px; font-style: italic;color: #8a8a8a; line-height: 23px; margin: 0;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .title{display: block;font-size: 18px; max-width: none; text-align: left; font-weight: 400;color: var(--blackcolor); text-transform: capitalize; letter-spacing: 1px; margin: 15px 0 10px 0;}
.detailwrapper .detailcontainer .testimonials-wrapper .testimonial .post{display: block; font-size: 14px; color: var(--color4);}
.detailwrapper .detailcontainer .testimonials-wrapper .owl-theme .owl-controls{ margin-top: 20px;}
.detailwrapper .detailcontainer .testimonials-wrapper .owl-carousel .owl-item{height: 100%; display: flex; width: 100%; padding:0 3px; align-items: center; justify-content: center;}
.detailwrapper .detailcontainer .testimonials-wrapper .owl-carousel .owl-stage{display: flex; align-items: center;}
.detailwrapper .detailcontainer .testimonials-wrapper .owl-dots {z-index: 1; position: absolute; bottom:-40px; left:0; right:0; display: flex; width: 100%; justify-content: center; align-items: center;}
.detailwrapper .detailcontainer .testimonials-wrapper .owl-dots .owl-dot{opacity: 0.50; margin:5px; border-radius:10px; width: 15px; height:12px; box-shadow:0px 0px 0px 0px; background-color: var(--color2);}
.detailwrapper .detailcontainer .testimonials-wrapper .owl-dots .owl-dot.active{opacity: 1; width: 36px; background-color: var(--color1);}
.detailwrapper .detailcontainer .testimonials-wrapper .heading-title{display: flex; justify-content: center; color:var(--blackcolor); align-items: center; width: 100%;   font-size: 31px; flex-direction: column; margin-bottom:50px;}
.detailwrapper .detailcontainer .testimonials-wrapper .heading-title span{background-color:var(--color1); margin:10px auto 0; width: 50px; height:4px;}




.detailwrapper .detailcontainer .coursemodule-section{display: flex; flex-direction: column; width: 100%;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container{display: flex; flex-direction: column; padding:30px 30px; width: 100%;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container h3{font-size: 31px; color:var(--blackcolor); justify-content: center; width: 100%; display: flex; font-family: var(--fontfamilybold); font-weight: normal; margin-bottom:40px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner{display: flex; width: 100%; max-width: 1000px; flex-direction: column; margin:0 auto; align-items:flex-start;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .left-section{width: 100%; justify-content: center; align-items: flex-start; max-width:none; display: flex; margin-bottom: 40px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .left-section ol{display: flex; flex-direction: row; width: 100%; justify-content: center;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .left-section ol li{display: flex; flex-direction: column; align-items: center; justify-content: center; margin:0 40px 0px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .left-section ol li .value{display: flex; width: 75px; color: var(--color1); font-size: 20px; font-family: var(--fontfamilybold); height:75px; padding:0px; align-items: center; justify-content: center;  border-radius:100%; background-color: rgba(72, 145, 152,0.04); border:1px dashed var(--color1);}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .left-section ol li .title{color:var(--blackcolor); font-size: 17px; font-family: var(--fontfamilybold); margin-top: 15px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section{width: 100%; max-width:none; display: flex; margin-left:0px; padding:15px 15px 0;  border: solid 1px #a3dce1; border-radius: 10px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-wrapper{display: flex; flex-direction: column; width: 100%;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block{display: flex; flex-direction: column; width: 100%; margin-bottom:0px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .module-title{color:var(--blackcolor); font-size:15px; margin-bottom:15px; padding: 8px 15px; justify-content: space-between; border-radius:5px; background-color: var(--color3); font-weight: normal; display: flex; align-items: center;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .module-title i{color:var(--color22); margin-left: 10px; transition: all 0.2s ease;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content{display: flex; padding:0 0 15px; display: none; width: 100%; flex-direction: column;}

.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content.open{display: flex;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block.open .module-title{ box-shadow: 0 4px 12px 0 rgba(72, 145, 152, 0.14); color:var(--color22); background-color:var(--whitecolor);}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block.open .module-title i{transform: rotate(180deg);}

.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul{display: flex; width: 100%; padding:0 20px; margin:0; flex-direction: column;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li{display: flex; border: solid 1px #b2e0e4; width: 100%; margin:0; margin-top: 10px; justify-content: space-between; align-items: center;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li .chapter-name{display: flex; width: 75%;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li .chapter-image{width:60px; height:60px; margin-right: 15px; padding:0px; border-radius:5px; border:0px solid var(--color18);}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li .chapter-image img{height:auto; width: auto}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li .chapter-no-image{width: 60px; background-color:var(--color23); background-color: transparent; color: var(--color14); font-size:11px; text-align: center; margin-right: 15px; height:auto; padding: 0px; border-radius:0px; border:0px solid var(--color18);}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li:last-child{padding-bottom:0px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li:first-child{margin-top: 0}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li a{display: flex; color:var(--color21); font-size:13px; align-items: center;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li a i{margin-right: 10px; font-size: 18px; color:var(--color2)}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content ul li a span{background-color:var(--color2); margin-left: 10px; font-size: 12px; color:var(--whitecolor); padding:2px 5px; border-radius:12px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content div{display: flex; align-items: center; color: var(--color19); font-size:13px; margin-right: 10px;}
.detailwrapper .detailcontainer .coursemodule-section .coursemodule-container .coursemodule-inner .right-section .accordian-block .accordian-content div i{margin-right: 10px;}





.detailwrapper .detailcontainer .detailleft{display: flex; flex-direction: column;max-width: 350px; width: 100%;}
.detailwrapper .detailcontainer .detailleft .detailleft-inner{display: flex; flex-direction: column; padding:30px 30px 30px; border:1px solid #aa33dd; box-shadow: 0 30px 50px 0 rgba(51,51,51,.08); border-radius:15px; width: 100%;}
.detailwrapper .detailcontainer .detailleft .preview-block{border-radius:10px; min-height: 200px;     width: 100%; background-color:var(--whitecolor);  max-height:200px; display:flex; align-items: center; justify-content: center;  border:1px solid var(--color18); position: relative; margin-top: -50px;}
.detailwrapper .detailcontainer .detailleft .preview-block .bookmarked-symbol{position: absolute; display: none; right:15px; top:-6px; color: var(--color4); font-size: 28px;}
.detailwrapper .detailcontainer .detailleft .preview-block img{border-radius:10px; height:auto; max-height: 198px; width: auto;}
.detailwrapper .detailcontainer .detailleft .preview-block a{position: relative; align-items: center; justify-content: center; display: flex; flex-direction: column;}
.detailwrapper .detailcontainer .detailleft .preview-block .overlay{position: absolute; border-radius:10px; align-items: center; justify-content: center; display: flex; flex-direction: column; top:0; right:0; bottom:0; left:0; background-color: rgba(0,0,0,0.6);}
.detailwrapper .detailcontainer .detailleft .preview-block .overlay i{margin-bottom: 5px; color:var(--whitecolor); font-size:50px;}
.detailwrapper .detailcontainer .detailleft .preview-block .overlay span{color:var(--whitecolor); font-size: 16px;}
.detailwrapper .detailcontainer .detailleft .course-details{ display: flex; width: 100%; flex-direction: column; }
.detailwrapper .detailcontainer .detailleft .course-details ol{ display: flex; width: 100%; flex-direction: column; }
.detailwrapper .detailcontainer .detailleft .course-details ol li{ display: flex; border-bottom:1px solid var(--color18);padding:0; margin:0; padding-bottom: 10px; margin-top:25px; width: 100%; justify-content: space-between; align-items: center;}
.detailwrapper .detailcontainer .detailleft .course-details ol li:first-child{text-align: center; color:var(--blackcolor); border-bottom:0px none; justify-content: center;}
.detailwrapper .detailcontainer .detailleft .course-details ol li:first-child span:first-child{color:var(--color4); margin-left: 10px;}
.detailwrapper .detailcontainer .detailleft .course-details ol li:last-child{border-bottom:0px none;}
.detailwrapper .detailcontainer .detailleft .course-details ol li span:first-child{color:var(--blackcolor);}
.detailwrapper .detailcontainer .detailleft .course-details ol li span:first-child i{margin-right: 10px; color:var(--blackcolor);}
.detailwrapper .detailcontainer .detailleft .course-details ol li span{font-size:13px; color: var(--color1);}
.detailwrapper .detailcontainer .detailleft .course-details ol li span i{font-style: normal; font-size:13px; color:var(--color1);}
.detailwrapper .detailcontainer .detailleft .course-details ol li .price{color:var(--color2); font-size: 16px;}
.detailwrapper .detailcontainer .detailleft .course-details ol li .price del{margin-right: 10px; color: var(--color19); font-size: 13px;}
.detailwrapper .detailcontainer .detailleft .course-details ol li .price ins{color: var(--color2); font-size: 16px; text-decoration: none;}
.detailwrapper .detailcontainer .detailleft .course-details ol li .price ins span{color: var(--color2); font-size: 16px;}


.detailwrapper .detailcontainer .detailleft .actions{display: flex; flex-direction: column; align-items: center; margin-top: 15px;  justify-content: center;}
.detailwrapper .detailcontainer .detailleft .actions a{ background-color:var(--color1); font-size: 0.875rem; border:1px solid var(--color1); width: 100%; text-align: center; text-transform: uppercase; padding:10px 35px; color:var(--whitecolor); border-radius:35px; }
.detailwrapper .detailcontainer .detailleft .actions a:first-child{margin-left: 0px;}
.detailwrapper .detailcontainer .detailleft .actions a:first-child:hover{text-decoration: none!important;}
.detailwrapper .detailcontainer .detailleft .actions a:last-child{margin-top:10px; font-size: 0.875rem; border:1px solid var(--color1); color:var(--color1); background-color: transparent;}
.detailwrapper .detailcontainer .detailleft .actions a:last-child:hover{text-decoration: none!important;}


.detailwrapper .detailcontainer .detailright {flex-direction: column; width: 100%; padding:0 40px;}
.detailwrapper .detailcontainer .detailright .course-top{display: flex; width: 100%; flex-direction: column;}
.detailwrapper .detailcontainer .course-info{display: flex; justify-content: space-between; width: 100%; align-items: flex-start;}
.detailwrapper .detailcontainer .course-info .course-infoleft{display: flex; flex-direction: column; width: 75%;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info{display: flex; margin: 20px 0; flex-direction: column; width: 100%;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper{ display: flex; align-items: flex-start; width: 100%; flex-direction: column;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper span {margin-right: 10px; color: var(--color4); font-size: 16px;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper span:last-child {margin-right:0px;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper .tags-block{display: flex; align-items:center;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper .tags-block span{border-radius:4px; margin-left: 5px; background-color:var(--color3); color: var(--color1); font-family: var(--fontfamilybold); font-size: 13px; padding:3px 15px;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper .tags-block span a{font-family: var(--fontfamilybold); font-size: 13px; color: var(--color1);}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper .category-block{display: flex; align-items: center;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper .category-block span:first-child{margin-right:10px; color: var(--color4); font-size: 16px;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper .category-block span:last-child{color:var(--color4); font-size: 16px; margin-right: 0}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .category-wrapper .category-block span:last-child a{color:var(--color4); font-size: 16px;}
.detailwrapper .detailcontainer .course-info .course-infoleft  h4{color:var(--blackcolor); font-size:30px; font-weight: normal;}
.detailwrapper .detailcontainer .course-info .course-infoleft .sku-code{display: flex; font-size:14px; display: none; color:var(--color14); margin-top: 5px;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .thumb-wrapper{display: flex; align-items: center; color:var(--color1); width: 100%; margin-bottom: 15px;}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .thumb{width:40px; display: flex; margin-right: 15px; align-items: center; justify-content: center; height:40px; border-radius:100%; box-shadow: 0 10px 15px 0 rgba(51,51,51,.1);}
.detailwrapper .detailcontainer .course-info .course-infoleft .info .thumb img{width:100%; height:auto; border-radius:100%;}
.detailwrapper .detailcontainer .course-info .course-inforight{display: flex; flex-direction: column; align-items: flex-end;}
.detailwrapper .detailcontainer .course-info .course-inforight span{display: flex; color:var(--color1); font-size: 20px; align-items: center;}
.detailwrapper .detailcontainer .course-info .course-inforight span p{display: flex; color:var(--color22); font-size: 20px; align-items: center;}
.detailwrapper .detailcontainer .course-info .course-inforight span del{margin-right: 20px; display: flex; color:var(--color14); font-size:14px;}
.detailwrapper .detailcontainer .course-info .course-inforight span del span{display: flex; color:var(--color14); font-size:14px;}
.detailwrapper .detailcontainer .course-info .course-inforight span ins{text-decoration: none;}
.detailwrapper .detailcontainer .course-info .course-inforight .tag{display: flex; font-size: 15px; justify-content: flex-end; align-items: center; margin-top: 15px;}
.detailwrapper .detailcontainer .course-info .course-inforight .tag span{display: flex; font-size: 15px; color:var(--blackcolor);}
.detailwrapper .detailcontainer .course-info .course-inforight .tag i{margin-right: 5px;}
.detailwrapper .detailcontainer .course-meta{display: flex; width: 100%; margin:15px 0}
.detailwrapper .detailcontainer .course-meta span {margin-left: 20px;  color:var(--color19); display: flex; align-items: center;}
.detailwrapper .detailcontainer .course-meta span:first-child {margin-left:0px; }
.detailwrapper .detailcontainer .course-meta span i{margin-right:10px; color:var(--color14);}

.detailwrapper .detailcontainer .course-desc{display: flex; flex-direction: column; width: 100%;}
.detailwrapper .detailcontainer .course-desc h3{color:var(--blackcolor); font-size:16px; font-weight: bold; margin-bottom: 10px;}
.detailwrapper .detailcontainer .course-desc p{line-height: 24px; color:var(--blackcolor);}

.detailwrapper .detailcontainer  .course-detail-wrapper{display: flex; flex-direction: column; margin-top: 30px;}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block{ border:1px solid #a3dce1; margin-bottom: 15px;  padding:15px; border-radius:5px; display: flex; width: 100%; flex-direction: column; }
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block h3{color:var(--blackcolor); font-size:16px; margin-bottom:15px; font-weight: bold; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block h2{color:var(--color1); font-size:15px; margin-bottom: 5px; font-weight: bold; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block span{color:var(--blackcolor); font-size:14px; margin-bottom:0px; font-weight: normal; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block ul{display: flex; width: 100%; flex-direction: column;}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block ul li{display: flex; width: 100%; flex-direction: column; color:var(--color19); margin:0; margin-bottom:15px;}

.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block2{ border:1px solid #a3dce1;  margin-bottom: 15px; padding:15px; border-radius:5px; display: flex; width: 100%; flex-direction: column; }
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block2 h3{color:var(--blackcolor); font-size:16px; margin-bottom:15px; font-weight: bold; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block2 h2{color:var(--color1); font-size:15px; margin-bottom: 5px; font-weight: bold; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block2 span{color:var(--blackcolor); font-size:14px; margin-bottom:0px; font-weight: normal; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block2 ul{display: flex; width: 100%; flex-direction: column;}
.detailwrapper .detailcontainer  .course-detail-wrapper  .learn-block2 ul li{display: list-item; list-style-position:inside; list-style-type: disc; width: 100%; color:var(--blackcolor); font-size:14px; flex-direction: column;  margin:0; margin-bottom:15px;}




.detailwrapper .detailcontainer  .course-detail-wrapper  .whatyouneed-block{ display: flex; width: 100%; margin-top: 30px; flex-direction: column;}
.detailwrapper .detailcontainer  .course-detail-wrapper  .whatyouneed-block h3{color:var(--color22); font-size:18px; margin-bottom:15px; font-weight: normal; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .whatyouneed-block p{color:var(--color19); font-size:14px; margin-bottom:15px; font-weight: normal;}


.detailwrapper .detailcontainer  .course-detail-wrapper  .desc-block{ display: flex; width: 100%; margin-top: 30px; flex-direction: column;}
.detailwrapper .detailcontainer  .course-detail-wrapper  .desc-block h3{color:var(--color22); font-size:18px; margin-bottom:15px; font-weight: normal; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .desc-block p{color:var(--color19); font-size:14px; margin-bottom:15px; font-weight: normal;}

.detailwrapper .detailcontainer  .course-detail-wrapper  .certificate-block{ border:1px solid #a3dce1;  margin-bottom:0px; padding:15px; border-radius:5px; display: flex; width: 100%; margin-top: 30px; flex-direction: column;}
.detailwrapper .detailcontainer  .course-detail-wrapper  .certificate-block h3{color:var(--blackcolor); font-size:16px; margin-bottom:15px; font-weight: bold; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper  .certificate-block p{color:var(--color19); font-size:14px; margin-bottom:15px; font-weight: normal;}


.detailwrapper .detailcontainer  .course-detail-wrapper .coursecontent-block{border:1px solid #a3dce1; padding:15px; border-radius:5px; display: flex; width: 100%; flex-direction: column;}
.detailwrapper .detailcontainer  .course-detail-wrapper .coursecontent-block h3{color:var(--blackcolor); font-size:16px; margin-bottom:25px; font-weight: bold; font-family: var(--defaultfont);}
.detailwrapper .detailcontainer  .course-detail-wrapper .coursecontent-block .accordian-wrapper{display: flex; flex-direction: column; width: 100%;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block{display: flex; flex-direction: column; width: 100%; margin-bottom:0px;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .module-title{color:var(--blackcolor); font-size:14px; margin-bottom:15px; padding: 8px 15px; border-radius:5px; background-color:var(--color3); font-weight: normal; display: flex; align-items: center;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .module-title i{color:var(--color22); margin-left: 10px; transition: all 0.2s ease;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content{display: flex; padding: 5px; display: none; width: 100%; flex-direction: column;}

.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content.open{display: flex;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block.open .module-title{ box-shadow: 0 4px 12px 0 rgba(72, 145, 152, 0.14); color:var(--color22); background-color:var(--whitecolor);}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block.open .module-title i{transform: rotate(180deg);}

.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul{display: flex; width: 100%; padding:0 20px; margin:0; flex-direction: column;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li{display: flex; width: 100%; border-bottom:1px solid var(--color18); margin:0; padding-bottom: 10px; margin-top: 10px; justify-content: space-between; align-items: center;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li .chapter-name{display: flex; width: 75%;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li .chapter-image{width:60px; height:60px; margin-right: 15px; padding:3px; border-radius:5px; border:1px solid var(--color18);}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li .chapter-image img{height:100%;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li .chapter-no-image{width: 60px; background-color: var(--color23); color: var(--color14); font-size:11px; text-align: center; margin-right: 15px; height:auto; padding: 5px; border-radius:5px; border:1px solid var(--color18);}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li:last-child{padding-bottom: 10px; border:0px none;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li:first-child{margin-top: 0}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li a{display: flex; color:var(--color21); font-size:13px; align-items: center;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li a i{margin-right: 10px; font-size: 18px; color:var(--color2)}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content ul li a span{background-color:var(--color2); margin-left: 10px; font-size: 12px; color:var(--whitecolor); padding:2px 5px; border-radius:12px;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content div{display: flex; align-items: center; color: var(--color19); font-size:13px;}
.detailwrapper .detailcontainer  .course-detail-wrapper .accordian-block .accordian-content div i{margin-right: 10px;}

/*Detail Page*/

footer .footerAppLinks{display: flex; flex-direction: column;}
footer .footerAppLinks div{font-size: 16px; color:#fff; margin-bottom: 10px; font-family: var(--fontfamilylight);}
footer .footerAppLinks a{border: 1px solid #999; font-size: 12px; background-color: #000; display: flex; padding:5px 10px; border-radius: 5px; text-align: center;}
footer .footerAppLinks a i{margin-right: 5px; color: #fff; font-size: 20px;}
footer .footerAppLinks a:hover{background-color: #000; color: #fff;}
footer .footerAppLinks a:hover i{color: var(--color1);}



/*Responsive Css*/



  @media only screen and (max-width: 1280px) {

        .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content{padding:0 25px;}

    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content{padding: 25px;}

    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer{padding: 25px; padding-top:100px}
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer h1{text-align: center; display:inline-block; flex-direction: column;}
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer h1 span{display: inline-block;}
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer h1 span{display: inline-block;}

    .degreekaro-header .header-container{padding:0 25px;}
    .workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{max-width: none; padding:0 25px;}

    .workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content{max-width: none; padding-left: 25px; padding-right: 25px;}

    .degreekaro-wrapper .newlandingwrapper{height: auto; padding-bottom: 0;}
  
    .degreekaro-header .header-container .header-actions .business-link{margin-right: 10px;}
    .degreekaro-header .header-container .header-actions .business-link{font-size: 14px;}
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .links{flex-wrap: wrap; font-size: 16px;}
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .links i{display: none;}

    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .right-section{margin-top:15px; margin-left: auto; margin-right: auto;}

    .degreekaro-wrapper .feature-section .feature-container{flex-direction: column;}
    .degreekaro-wrapper .feature-section .feature-container span{text-align: center;}
    .degreekaro-wrapper .feature-section .feature-container .degree-btn{margin-top: 15px;}

 

    .leadformdialogwrapper .leadformdialogcontainer{max-width: 300px;}
    .leadformdialogwrapper .leadformdialogcontainer .left-section{display: none;}
    .degreekaro-wrapper .courses-section .heading-block .title{margin-bottom: 0;}

    .degreekaro-wrapper .leadform-section .right-section{max-width: none;}


    .degreekaro-wrapper .landingwrapper .landingcontainer{padding:25px; padding-top:100px;}
    .degreekaro-wrapper .landingwrapper .landingcontainer h1{display: inline-block; display: none;}

    .degreekaro-header .header-container .left-section .left-menu button.toggle{position: static; width: auto; }
    .degreekaro-header .header-container .left-section .left-menu button.toggle  .toggle-inner{width: auto; padding-top: 0;}
    .degreekaro-header .header-container .left-section .left-menu button.toggle .toggle-icon, .degreekaro-header .header-container .left-section .left-menu button.toggle svg{width: auto; height:auto;}
    .degreekaro-header .header-container .left-section .left-menu button.toggle .toggle-icon{font-size: 25px; margin-right: 10px;color:var(--color1);}
    .home .degreekaro-header .header-container .left-section .left-menu button.toggle .toggle-icon{font-size: 25px; margin-right: 10px;color:var(--color1);}
    .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a{padding:15px; color:var(--color2); letter-spacing: normal; font-size: 16px; font-weight: normal;}
    .header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top{    border-color:var(--color2);}
    .menu-wrapper{padding: 25px; max-width: none; width: calc(100% - 0px);}
    .modal-menu ul li{border-left-width:0px;}
    .modal-menu a{padding:15px;}
    .modal-menu{width:auto; left:auto; right:auto;}
    button.close-nav-toggle{padding:0; font-size: 16px; margin-bottom: 10px;}
    button.close-nav-toggle svg{width: auto; height: auto;}

    .menu-modal.show-modal{z-index: 220000}

    .blogpage-wrapper .blogpage-container {padding: 25px; max-width: none;}
    .blogcategory-wrapper .blogcategory-container{padding: 25px; max-width: none;}
    .blogcategory-wrapper .back-link{left:20px;}
    .blogdetail-wrapper .blogdetail-main{padding: 20px; max-width: none;}

    .single.woocommerce .content-area .site-main{margin:0;}

    
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section h2{line-height: normal; font-size:38px;}
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .subtitle{line-height: normal; font-size: 38px;}
    .degreekaro-wrapper .listing-section .listing-container{padding:15px 25px 25px; max-width: none}
    .degreekaro-wrapper .leadform-section .leadform-container{padding: 25px; max-width: none;}
    .degreekaro-wrapper .courses-section .courses-container ol li{max-width: 250px;}
    .workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container ol li{max-width: 250px;}

    .homepageHeroWrapper .homepageHeroContainer .left-section .block{padding-left: 25px;}

    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content{padding: 0 30px; align-items: center;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{padding: 0 30px;}
}


@media only screen and (max-width: 1100px){

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h1{font-size: 27px;}
}

@media only screen and (max-width: 1050px){

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{font-size: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-size: 36px;}
}

@media only screen and (max-width: 1000px){

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer .headingtitle{font-size: 27px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li .icon{margin: 0 0 10px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{font-size: 27px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .headingtitle{font-size: 27px;}

.listing-section .heading-block .title{font-size: 27px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer{padding: 27px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer .headingtitle{font-size: 27px;}
.homepage-trustedby-section .trustedby-container .slider-block{flex-wrap: wrap; justify-content: center;}  
.homepage-trustedby-section .trustedby-container .slider-block .items{max-width: 120px;}  

.homepageHeroWrapper .homepageHeroContainer .left-section{ max-width: 60%;}

.homepageHeroWrapper .homepageHeroContainer .left-section h2{margin-bottom:5px; line-height: normal; font-size: 35px;}
.homepageHeroWrapper .homepageHeroContainer .left-section .subtitle{font-size: 32px;}

.degreekaro-wrapper .landingwrapper .landingcontainer .left-section{max-width: none;}
.degreekaro-wrapper .landingwrapper .landingcontainer .right-section{max-width: none; margin-top:20px; margin-left: auto; margin-right: auto; align-items: center;}
.degreekaro-wrapper .landingwrapper .landingcontainer .main-section{flex-direction: column;}

.degreekaro-wrapper .listing-section .listing-container{flex-direction: column;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper{max-width: none; width: 100%; height: auto; position: static;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol{display: flex; justify-content: flex-start; flex-direction: row; order:2; margin-top:0px; margin-bottom:30px;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper .adv-section{order:1;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li a i{margin-left: 8px;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li{margin:0 0 0 0px;}
.degreekaro-wrapper .listing-section .navigationMenuWrapper ol li:first-child{margin:0;}

.degreekaro-wrapper .listing-section .right-section{width: calc(100% - 0px); padding:0;}

.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container{flex-direction: column;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .left-section{max-width: none;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .right-section{max-width: none; margin-left: 0; margin-top: 15px;}

.degreekaro-wrapper .howitworks-section .howitworks-container{flex-direction: column;}
.degreekaro-wrapper .howitworks-section .howitworks-container .left-section{max-width: none;}
.degreekaro-wrapper .howitworks-section .howitworks-container .right-section{max-width: none;  align-items: center; margin-left: 0; margin-top: 20px;}



.blogpage-category-wrapper{padding:0;}

.blogpage-wrapper{ padding:25px; padding-top:25px;}

.blogpage-wrapper .blogpage-container .explore-block .explore-content ol{flex-direction: column;}
.blogpage-wrapper .blogpage-container .explore-block .explore-content ol li{max-width: none;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li a{flex-direction: column;}
.blogpage-wrapper .blogpage-container .all-articles-block ol li .all-thumb{margin: 0 auto 15px;}

.blogdetail-wrapper{padding: 25px; padding-top: 80px;}
.blogdetail-wrapper .similar-block .similar-content ol{ justify-content: center; }

.blogcategory-wrapper{padding: 25px; padding-top: 80px;}
.blogcategory-wrapper .blogcategory-container ol li{flex-direction: column;}
.blogcategory-wrapper .blogcategory-container ol li .thumb{margin-right:auto; margin-left:auto;}
.blogcategory-wrapper .blogcategory-container ol li .thumb-content{margin-top: 15px;}

.blogcategory-wrapper .back-link{top: 0; width: 100%; position: static; margin-bottom: 10px;}

.detailwrapper .detailcontainer .details-str .detail-top{padding:25px;}
.detailwrapper .detailcontainer .details-str .detail-top .top-inner{flex-direction: column;}
.detailwrapper .detailcontainer .details-str .detail-top .left-details{max-width: none;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-thumb{max-width: none; justify-content: center; margin-left: 0; margin-top: 30px;}

.degreekaro-wrapper .upgrade-section{flex-direction: column; padding:25px;}
.degreekaro-wrapper .upgrade-section .upgrade-container ol{flex-direction: column; align-items: center;}
.degreekaro-wrapper .upgrade-section .heading-block .title{text-align: center;}

footer .footer-container { padding: 25px; margin-top: 0;}
footer .footer-container .footer-links-wrapper {flex-direction: column; padding: 0px;}
footer .footer-container .footer-social-links {justify-content: flex-start; margin-bottom: 30px;}
footer .footer-container .bottom-footer-links-wrapper .footer-column { max-width: none; width: 100%; margin: 0 0 35px;}
footer .footer-container .footer-links-wrapper .footer-column:first-child{margin:0;}
footer .footer-container .footer-links-wrapper .footer-column{margin:0 0 35px; width:100%;}
footer .footer-container .footer-links-wrapper .footer-column:first-child{width: 100%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper{height: 650px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{font-size: 33px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle{font-size: 33px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .headingtitle{font-size: 33px;}

.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section{max-width: 50%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .right-section{max-width: 50%;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-size: 34px}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{font-size: 23px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li {margin: 0 0px 20px; padding: 20px 20px 20px 55px}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(even){padding: 20px 20px 20px 55px}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li i{width: 40px; margin-right:0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li i{left: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li i {right:auto;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol{flex-direction:column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .guaranteedsection .guaranteedcontainer ol li{max-width: none; margin: 0 0 15px}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .maincontent{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .maincontent .left-section{max-width: none;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .maincontent .right-section{max-width: none;  align-items: center; margin: 30px 0 0}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li{ margin:0 0 15px; max-width: none; width: 100%; }

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer .headingtitle{text-align: center;}
.listing-section .heading-block{margin-top: 30px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper{height: auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay{position:static; padding:0px 0 30px}
.headergone.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .leftcontent{max-width:none; display: flex; flex-direction: column; align-items: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1{text-align: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .rightbanner{max-width:none; margin-left: 0; margin-top: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .formwrapper{max-width: 400px; margin: 0 auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content p{text-align: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li:nth-child(even){align-self: flex-start;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol li{width: 100%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer ol:before{display: none;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper:before{transform: skewX(0deg);}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h3{text-align: center;}


}

@media only screen and (max-width: 1370px) and (orientation: landscape){
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .block{top:0; height:auto;}
}


.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .main-section .left-section{justify-content: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .block{top:0;}
}

@media only screen and (max-width: 1024px) and (orientation: landscape){
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .main-section .left-section{justify-content: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .block{top:0;}
}


@media only screen and (max-width: 870px){
 
.homepageHeroWrapper .homepageHeroContainer .left-section .subtitle{font-size: 26px;}
.homepageHeroWrapper .homepageHeroContainer .left-section h2{font-size: 30px;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .headingtitle{text-align: center;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(1){flex-shrink: 0;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .leftcontent{display: flex; flex-direction: column; align-items: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .leftcontent{max-width: none;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .rightcontent{max-width: none; margin: 30px 0 0}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h1{text-align: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h1 br{display: none;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay{position: relative;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper{height: auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .leftcontent{padding-top: 80px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .rightbanner{margin-left: auto; margin-right: auto; margin-top: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content p{text-align: center;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li{width: 100%; margin: 0 0px 20px}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-size: 32px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .formwrapper .title{text-align: center;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h3{text-align: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h1{font-size: 24px;}

}

@media only screen and (max-width: 770px) {

        .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li .icon{width: 55px; height: 55px;}
        .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer ol li .content .title{font-size: 18px;}

        .timerleadformdialogwrapper .timerleadformdialogcontainer .left-section{display: none;}
        .timerleadformdialogwrapper .timerleadformdialogcontainer{max-width: 450px;}
        .homepageHeroWrapper{height: auto;}
        .homepageHeroWrapper .homepageHeroContainer{flex-direction: column;}
       .homepageHeroWrapper .homepageHeroContainer .left-section{ max-width: none;}
       .homepageHeroWrapper .homepageHeroContainer .left-section .rslides li{padding: 50px 0}
        .homepageHeroWrapper .homepageHeroContainer .right-section{ max-width: none; margin-bottom: 30px; margin-top: 30px;}
        .homepageHeroWrapper .homepageHeroContainer .left-section h2{font-size: 30px;}
        .homepageHeroWrapper .homepageHeroContainer .left-section .subtitle{font-size: 26px; line-height: normal;}
        .homepageHeroWrapper .homepageHeroContainer .left-section .btnblock a{padding: 8px 30px; font-size: 18px;}
        .homepageHeroWrapper .homepageHeroContainer .left-section .block{align-items: center; padding: 0 25px}

  .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .main-section{flex-direction: column;}
    .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .main-section .left-section{max-width: none;  align-items: center;}
    .degreekaro-wrapper .courses-section .courses-container ol li .course-thumb{justify-content: center;}
    .degreekaro-header .header-container .logo img{max-width: 165px;}
    .degreekaro-wrapper .leadform-section .leadform-container .left-section .slogan br{display: none;}
    .degreekaro-wrapper .leadform-section .leadform-container .left-section .title{text-align: center;}

    .degreekaro-wrapper .leadform-section .right-section{width: auto;}

    .degreekaro-wrapper .leadform-section .leadform-container{flex-direction: column; padding:25px; align-items: center;}
    .degreekaro-wrapper .leadform-section .leadform-container .left-section .title{font-size: 44px;}
    .degreekaro-wrapper .leadform-section .leadform-container .left-section{margin-bottom: 20px; max-width: none;}
    .degreekaro-wrapper .leadform-section .leadform-container .left-section ul{align-items: center; max-width: none;}
  
.degreekaro-wrapper .leadform-section .leadform-container .left-section ul li{font-size: 30px;}
.degreekaro-wrapper .leadform-section .leadform-container .left-section .title{font-size: 30px;}

.listing-section .heading-block{padding: 25px 25px 0;}
.listing-section .heading-block .title{font-size: 22px; margin-bottom: 0;}
.degreekaro-wrapper .courses-section .heading-block{padding-top: 0;}

.degreekaro-wrapper .corporate-section{padding: 25px;}
.degreekaro-wrapper .corporate-section .heading-block .title{text-align: center;}

.degreekaro-wrapper .industry-section{padding: 25px;}

.homepage-services-container ol{flex-direction: column;}
.homepage-services-container ol li{max-width: none; margin:0 0 30px;}

.degreekaro-wrapper .industry-section .heading-block{text-align: center}

.single.woocommerce .content-area .site-main{margin:0;}
.detailwrapper .detailcontainer .details-str .detail-top{padding:25px;}
.detailwrapper .detailcontainer .details-str .detail-top .top-inner{flex-direction: column;}
.detailwrapper .detailcontainer .details-str .detail-top .left-details{max-width: none;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-price span{flex-wrap: wrap;}
.detailwrapper .detailcontainer .details-str .detail-top .detail-thumb{max-width: none; margin-left: 0; margin-top: 30px;}
.degreekaro-header .header-container .header-actions{display: none;}
.degreekaro-header .header-container .header-actions-mobile{display: flex;}

.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section h2{line-height: normal; font-size:34px; text-align: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .subtitle{line-height: normal; font-size: 34px; text-align: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .bottom-column{align-items: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .block{top:0;}

.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container{flex-direction: column;}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1{width: 100%; margin:0 0 15px}
.detailwrapper .detailcontainer .details-str .course-highlights .course-highlights-container .block1:last-child{margin-bottom: 0;}



.blogpage-wrapper .blogpage-container .all-articles-block ol li .all-thumb{width:auto;}

.degreekaro-wrapper .courses-section .courses-container ol li{width:40%; max-width: none; margin:0 15px 30px}

.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent{flex-direction: column;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent .leftpart{max-width: none;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .aboutcontent .rightpart{max-width: none; margin-left:0; margin-top: 20px;}

.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent{flex-direction: column;}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent .leftpart{max-width: none;}
.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container .aboutcontent .rightpart{max-width: none; margin-left:0; margin-top: 20px;}

.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent{flex-direction: column;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .leftpart{max-width: none;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .rightpart{max-width: none; margin-left:0; margin-top: 20px;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .aboutcontent .rightpart ol li{max-width: none;}

.detailwrapper .detailcontainer .details-str .whydothiscourse-container .whydothiscoursecontent .sliderblock .item{max-width: none; height: auto; padding:15px;}

.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent{flex-direction: column;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .leftpart{max-width: none; align-items: center;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .leftpart h3{max-width: none;}
.detailwrapper .detailcontainer .details-str .detailleadmap-container .detailleadmapcontent .rightpart{ display: flex; justify-content: center; max-width: none; margin-left:0; margin-top: 20px;}

.detailwrapper .detailcontainer .details-str .Jobopportunities-container .Jobopportunitiescontent .sliderblock{flex-wrap: wrap;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .btnblock{justify-content: center;}
 
  
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{font-size:36px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper{height: 600px;}

.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{font-size:27px }
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle{font-size:27px }
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .headingtitle {font-size: 27px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .headingtitle{font-size:27px }
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .formwrapper .title{text-align: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .maincontent{flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .left-section{max-width: none;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .right-section{max-width: none; margin:15px 0 0;}


.degreekaro-wrapper .corporatesAndEnterprises-section{padding: 25px;}
.degreekaro-wrapper .corporatesAndEnterprises-section .heading-block .title{text-align: center; font-size: 19px;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block{flex-direction: column;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block .icon{    margin: 0 auto; margin-right: auto; margin-bottom: 10px;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block .title{text-align: center;}
.degreekaro-wrapper .corporatesAndEnterprises-section .corporatesAndEnterprises-container .block .desc{text-align: center;}
.degreekaro-wrapper .howitworks-section{padding: 25px;}
.degreekaro-wrapper .howitworks-section .heading-block .title{text-align: center; font-size: 19px;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block{flex-direction: column;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block .icon{margin-right: 0; margin-bottom: 10px;}
.degreekaro-wrapper .howitworks-section .howitworks-container .block .title{text-align: center;}

.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .maincontent{flex-direction: column;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .left-section{max-width: none; align-items: center;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .right-section{max-width: none; margin-left: 0; margin-top: 30px;}
.homepageearnwhilelearnsection .homepageearnwhilelearncontainer .right-section ol li:last-child{margin-bottom: 0;}

.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol{flex-direction: column;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(1){max-width: none; order: 2;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(3){max-width: none; order: 3;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(2){max-width: none; order: 1; min-height: auto;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .titleblock{display: none;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li .mobiletitle{display: flex;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li:nth-child(2)::after{left: 0; width: 100%; right:0}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li{flex-direction: column;}
.homepagehowdoesitworkssection .homepagehowdoesitworkscontainer ol li .mobiletitle{ margin-bottom: 10px; color: var(--color1)}

.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer{padding: 25px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer{padding: 25px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li{max-width:none;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer{padding: 25px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle{text-align: center;}
.listing-section .heading-block{margin: 0;}
.listing-section .heading-block .title{font-size: 30px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer{padding:0px 0px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{flex-direction: column; padding: 25px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .overlay{position: relative;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection{height:auto ;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section{max-width: none; align-items: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .right-section{max-width: none; margin: 0; margin-top: 30px; align-items: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section p{max-width: none; text-align: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section{padding: 25px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .leftcontent{max-width: none; text-align: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .rightcontent{max-width: none; margin-top: 20px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content .knowmore{justify-content: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .rightbanner{margin-left:0; margin-top:0px; max-width:43%;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper{height:  800px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section{max-width: none; align-items: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .right-section{max-width: none; margin: 30px 0 0; align-items: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{text-align: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper:before{transform: skewX(0deg);}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer .headingtitle{font-size: 27px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li i{width: 35px; height: 35px; font-size: 17px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer ol li .title{font-size: 18px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer ol{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer ol li{max-width: none; margin: 0 0 20px}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer ol li:last-child{margin-bottom: 0;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer .headingtitle{margin-bottom: 15px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .headingtitle{font-size: 27px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .maincontent{flex-direction: column;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .maincontent .left-section{max-width: none; align-items: center;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .maincontent .right-section{max-width: none; margin: 20px 0 0}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer .headingtitle{font-size: 27px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer ol li{max-width: 140px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container ol li{max-width: 250px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .headingtitle{font-size: 27px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .approach-container ol li{margin: 0 0 20px;  max-width: none;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{padding: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection{height: auto;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer{padding:0px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .overlay{position: relative;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .subtitle{font-size: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-size: 26px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title br{display: none;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{font-size: 27px;}

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .left-section img{max-width: 270px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h1{font-size: 23px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .degreewithnaukriHerowrapper .herocontainer .overlay .content h3{font-size: 17px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer .headingtitle{font-size: 34px; text-align: center;}

}  


@media only screen and (max-width:570px){
    .degreekaro-wrapper .landingwrapper .landingcontainer .left-section .businesslink ol{flex-direction: column;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{font-size: 30px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper{height:600px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer{padding:30px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer{padding: 30px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container{padding:0px 0;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section .subtitle{font-size:22px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-size: 26px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .approach-section{padding:30px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{text-align: center; font-size: 22px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle{text-align: center; font-size: 22px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .headingtitle{font-size: 22px;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{padding:30px}
  .workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .maincontent{flex-direction: column;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .maincontent .left-section{max-width: none;}
  .workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .maincontent .right-section{max-width: none; margin:20px 0 0;}
   .workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container ol li{max-width: 180px;}
   .homepageHeroWrapper .homepageHeroContainer .left-section h2{font-size: 27px; text-align: center;}
   .homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol li{ align-items: center; text-align: center;}
   .degreekaro-wrapper .courses-section .courses-container ol li{width: 250px;}
   .homepagepartnersection .homepagepartnercontainer ol li{max-width: 192px;}
   .homepageearnwhilelearnsection .homepageearnwhilelearncontainer .left-section img{max-width: 285px;}
   .homepageearnwhilelearnsection .homepageearnwhilelearncontainer .right-section ol{width: 100%;}
   .homepageearnwhilelearnsection .homepageearnwhilelearncontainer{padding:30px}
   .homepageearnwhilelearnsection .homepageearnwhilelearncontainer .headingtitle{font-size: 22px;}
   .homepagehowdoesitworkssection .homepagehowdoesitworkscontainer{padding: 30px;}
   .homepagehowdoesitworkssection .homepagehowdoesitworkscontainer .headingtitle{font-size: 22px;}
   .homepagepartnersection .homepagepartnercontainer .headingtitle{font-size: 22px;}
   .homepagepartnersection .homepagepartnercontainer{padding: 30px;}
   .degreekaro-wrapper .upgrade-section .heading-block .title{font-size: 22px;}
   .degreekaro-wrapper .upgrade-section .upgrade-container ol li{margin-left: 0; margin-right: 0;}
   .degreekaro-wrapper .leadform-section{padding: 0;}

   .workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer .headingtitle{text-align: center; font-size: 22px;}
   .workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer ol li{max-width: none; margin-left: 0; margin-right: 0;}

   .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .dwn-howdoesitworkssection .howdoesitworkscontainer .headingtitle{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .partnersection .partnercontainer .headingtitle{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .earnwhilelearnsection .earnwhilelearncontainer .headingtitle{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .countersection .countercontainer .headingtitle{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .howdoesitworkssection .howdoesitworkscontainer .headingtitle{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{font-size: 22px;}
    .listing-section .heading-block .title{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .approach-section .headingtitle{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .subtitle{font-size: 22px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .formwrapper .title{text-align: center;}

    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h3{font-size: 16px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{font-size: 21px;}

    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .rightbanner{margin-left:0; margin-top:0px; max-width:75%;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .corporateherowrapper .corporateherocontainer .overlay .content h1{font-size: 20px;}
    .newworkIntegratedPageWrapper .newworkIntegratedPageContainer .whatdoyougetsection .whatdoyougetcontainer .headingtitle{font-size: 22px;}
}

@media only screen and (max-width: 450px) {
.degreekaro-wrapper .courses-section .courses-container ol li{max-width: none; width: 100%}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section{padding: 0;}
.detailwrapper .detailcontainer .details-str .whydothiscourse-container{padding: 30px;}
.detailwrapper .detailcontainer .details-str .whydothiscourse-container .headingtitle{font-size: 23px; margin-bottom: 20px}

.detailwrapper .detailcontainer .details-str .courseoverview-container{padding: 30px;}
.detailwrapper .detailcontainer .details-str .courseoverview-container .headingtitle{font-size: 23px; margin-bottom: 20px}

.detailwrapper .detailcontainer .details-str .aboutpostgraduate-container{padding:30px;}

.detailwrapper .detailcontainer .details-str .aboutuniversity-container{padding: 30px;}
.detailwrapper .detailcontainer .details-str .aboutuniversity-container .headingtitle{font-size: 23px; margin-bottom: 20px}


.detailwrapper .detailcontainer .details-str .Jobopportunities-container{padding:30px;}
.detailwrapper .detailcontainer .details-str .Jobopportunities-container .headingtitle{font-size: 23px; margin-bottom: 20px}
.degreekaro-wrapper .courses-section .heading-block .title{font-size: 19px;}

.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{font-size: 25px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .approach-section .approach-container ol li{max-width: none;}
.homepageHeroWrapper .homepageHeroContainer .left-section h2{text-align: center;margin-bottom: 20px;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol{flex-wrap: wrap; justify-content: center;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol li{width: 50%; margin-bottom: 20px;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol li br{display: none;}
.homepageHeroWrapper .homepageHeroContainer .left-section .businesslink ol li: last-child{margin-bottom: 0;}
.homepage-trustedby-section .trustedby-container .slider-block .items{margin-bottom: 15px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section h2{font-size: 34px; line-height: normal;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section p br{display: none;}
.listing-section .heading-block .title.colorchange{font-size: 17px;}
.listing-section .heading-block .title.colorchange br{display: none;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol{flex-direction: column; align-items: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li .title{text-align: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li:first-child{margin-bottom: 15px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer{max-width: 350px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section{max-width: none;}
}

@media only screen and (max-width:350px) {
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content h1{font-size: 18px; margin-bottom: 10px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content p{font-size: 15px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content h2{font-size: 14px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper .herocontainer .overlay .content{padding-top: 60px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer .headingtitle{font-size: 19px; margin-bottom: 10px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol{flex-direction: column;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li{max-width: none; text-align: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .benefitssection .benefitscontainer ol li:first-child{margin-bottom: 20px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .herowrapper{height: 500px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{font-size: 19px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .left-section h3{font-size: 22px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle{font-size: 19px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-size: 20px}
.workIntegratedPageWrapper .workIntegratedPageContainer .leadformsection .leadformcontainer .left-section .subtitle{font-size: 21px; text-align: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .courses-container .sliderblock .item{margin-left: 0; margin-right: 0;}
.listing-section .heading-block .title{font-size: 19px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section h2{font-size: 27px; line-height: normal;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section p{font-size: 15px;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section p br{display: none;}
.timerleadformdialogwrapper .timerleadformdialogcontainer{max-width: 300px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section{max-width: none;}



}

@media only screen and (max-width:770px) and (orientation: landscape){
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .btnblock{justify-content:center}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .herowrapper .herocontainer .overlay .rightbanner{max-width: 50%;}
.degreekaro-wrapper .landingwrapper .landingcontainer .left-section p br{display: none;}


}

@media only screen and (max-width: 812px) and (orientation: landscape){
  .degreekaro-wrapper .newlandingwrapper .newlandingcontainer .main-section{flex-direction: column;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .main-section .left-section{justify-content: center; max-width: none; align-items: center;}
.degreekaro-wrapper .courses-section .courses-container ol li .course-thumb{justify-content: center;}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .block{top:0; text-align: center; height: auto}
.degreekaro-wrapper .newlandingwrapper .newlandingcontainer .left-section .btnblock{justify-content:center}
.workIntegratedPageWrapper .workIntegratedPageContainer .aboutsection .aboutcontainer .headingtitle{font-size: 30px; text-align: center;}
.workIntegratedPageWrapper .workIntegratedPageContainer .featuresection .featurecontainer .headingtitle{font-size: 30px;}
.workIntegratedPageWrapper .workIntegratedPageContainer .courses-section .headingtitle{font-size: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .left-section .title{font-size: 30px;}
.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .leadformsection .leadformcontainer .formwrapper .title{font-size: 19px; text-align: center;}
.leadformdialogwrapper .leadformdialogcontainer .right-section .title{font-size: 18px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form{overflow-y: auto; max-height: 120px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form{overflow-y: auto; max-height: 120px;}
}

@media only screen and (max-width: 1024px) and (orientation: landscape){

.newworkIntegratedPageWrapper .newworkIntegratedPageContainer .courses-section .courses-container ol li{max-width: 250px;}

}

@media only screen and (max-width: 568px) and (orientation: landscape){
.leadformdialogwrapper .leadformdialogcontainer .right-section .title{font-size: 18px;}
.leadformdialogwrapper .leadformdialogcontainer .right-section form{overflow-y: auto; max-height: 120px;}
.timerleadformdialogwrapper .timerleadformdialogcontainer .right-section form{overflow-y: auto; max-height: 120px;}
}


/*Responsive Css*/