/*quicksand*/
@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/webfont/quicksand-bold-webfont.eot');
    src: url('../fonts/webfont/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfont/quicksand-bold-webfont.woff2') format('woff2'),
         url('../fonts/webfont/quicksand-bold-webfont.woff') format('woff'),
         url('../fonts/webfont/quicksand-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandlight';
    src: url('../fonts/webfont/quicksand-light-webfont.eot');
    src: url('../fonts/webfont/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfont/quicksand-light-webfont.woff2') format('woff2'),
         url('../fonts/webfont/quicksand-light-webfont.woff') format('woff'),
         url('../fonts/webfont/quicksand-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandmedium';
    src: url('../fonts/webfont/quicksand-medium-webfont.eot');
    src: url('../fonts/webfont/quicksand-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfont/quicksand-medium-webfont.woff2') format('woff2'),
         url('../fonts/webfont/quicksand-medium-webfont.woff') format('woff'),
         url('../fonts/webfont/quicksand-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/webfont/quicksand-regular-webfont.eot');
    src: url('../fonts/webfont/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/webfont/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/webfont/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/webfont/quicksand-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{color: #333333; font-size: 16px; font-family: 'quicksandregular'; line-height: 24px;}
h1{font-size: 36px;  font-family: 'quicksandmedium';margin:0;padding:0;}
h2{font-size: 32px;  font-family: 'quicksandmedium';margin:0;padding:0;}
h3{font-size: 21px;  font-family: 'quicksandmedium';margin:20px 0 15px;padding:0;}
h5{font-size: 18px;  font-family: 'quicksandmedium';}
a{color: #333333;}
a:hover, a:focus{text-decoration: none; outline: 0;}
.btn:active:focus, .btn:focus{outline: none;}
a, hgroup, p{font-family: 'quicksandregular';}
.xlg-1{font-size: 26px;}
.xlg{font-size: 24px;}
.lg{font-size: 18px;font-family: 'quicksandmedium';}
.lg1{font-size: 18px;font-family: 'quicksandbold';}
.sm{font-size: 16px;font-family: 'quicksandmedium';}
.xs{font-size: 14px; font-family: 'quicksandlight';}
.no-padding{padding: 0!important;}
.no-margin{margin: 0!important;}
.mb-0{margin-bottom: 0;}
.mr-0{margin-right: 0 !important;}
.m-auto{margin: 0 auto;}
.mt-20{margin-top: 20px;}
.padding-right0{padding-right: 0;}
.padding-left0{padding-left: 0;}
.imgwidth-100{width: 100%;}
body.modal-open {overflow: hidden;}
.bg-image {background-size: cover;background-repeat: no-repeat;background-position: top center;}
.padding-top-bot{padding: 50px 0;}
.grey-section{background-color: #f1f2f7; }
.grey-section-2{background-color: #f3f3f3;}
.grey-section-3{background-color: #ecebeb;}
.black-section{background-color: #2a2a2a;} 
.sec-heading{margin-bottom: 30px;}
.sec-subheading{font-family: 'quicksandregular';font-size: 18px;margin-top: 10px;}
.color-white{color: #fff;}
.color-o{color:#F79A2A;} 
.color-b{color: #5E4897;}
.color-g{color: #22AB6C;}
.clr-orange{color: #f99924;}
.para-link{font-weight: bold;}
.para-link:hover{color: #f99924;}
.row{margin-left: 0;margin-right: 0;}
::-webkit-input-placeholder{ font-family: 'quicksandlight';}
::-moz-placeholder{ font-family: 'quicksandlight';}
.btn{font-family: 'quicksandmedium';border-radius: 30px;margin: 0;cursor: pointer;padding: 0;text-transform: capitalize;color: #333333;font-size: 16px;padding: 12px 48px;box-shadow: none !important;}
.modal-content{border:none;}
.join-modal .modal-dialog, .gallery-modal{margin: 13% auto;}
.carousel-control{opacity: 1;text-shadow: none;top:50%;}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {width: 100%;}
.carousel-control.right,.carousel-control.left{background-image: none;}
.form-control{height: 43px; border-radius: 5px;margin-bottom: 20px;}
.form-control:focus {border-color: #f99924;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
label{font-family: 'quicksandregular';}
textarea.form-control{height: 70px;}
select:focus, input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {  border-bottom: 1px solid #f99924;  box-shadow: 0 1px 0 0 #f99924;}
select.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search-md].valid, input[type=search-md]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.md-textarea.valid, textarea.md-textarea:focus.valid { border-bottom: 1px solid #f99924; box-shadow: 0 1px 0 0 #f99924;}
select, input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search-md], input[type=search], textarea.md-textarea {background-color: transparent;border: none;border-bottom: 1px solid #ccc;border-radius: 0;outline: none;height: 2em;width: 100%;font-size: 1rem;box-shadow: none;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;transition: all .3s;padding-top: 0.8em;padding-bottom: 0.3em;margin-bottom: 0; font-size: 18px;font-family: 'quicksandmedium';color: #333333;padding-top: 0.3em;padding-bottom: 0.1em;height: 2em;}
select{font-size: 15px;}
.fill-btn1{background-color: #f99924;border: 2px solid #f99924;color: #fff !important;}
.fill-btn1:hover{background-color: #f68a07;border-color: #f68a07;}
.fill-btn2{background-color: #fff;border: 2px solid #fff;color: #f99924 !important;font-size: 18px;}
/*.fill-btn2:hover{background-color: #f8f8f8;border: 2px solid #f8f8f8;}*/
.border-btn1{border: 2px solid #f99924;background-color: transparent;color: #909090 !important;}
.border-btn1:hover{background-color: #f99924;color: #fff !important;}
.border-btn2{border: 2px solid #a1a1a1;background-color: transparent;color: #787878 !important;}
.border-btn2:hover{background-color: #f99924;color: #fff !important;border: 2px solid #f99924;}
.fill-btn2:hover {background-color: #0b2c4b;border: 2px solid #f8f8f8;color: #fff!important;}
/*link pages*/
.banner-heading{font-size: 36px;font-family: 'quicksandbold';color: #fff;}
.link-page-banner{height: 170px;text-align: center;padding-top: 75px;margin-top: 65px;}
.breadcrumb{background-color: transparent;}
.breadcrumb a{color: #fff;}
.breadcrumb>.active {color: #fff}
.link-page .sec-subheading{text-align: left;}
label{font-weight:normal;}select:focus, input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.md-textarea{border-bottom: 1px solid #f99924;  box-shadow: 0 1px 0 0 #ffac00;}
select, input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime-local], input[type=tel], input[type=number], input[type=search-md], input[type=search], textarea.md-textarea {  border-bottom: 1px solid #acacac;  box-shadow: 0 1px 0 0 #acacac;}
input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search-md]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.md-textarea:focus:not([readonly]) + label{color: #f99924;}
.md-form label {position: absolute; top: 16px; left: 0; color: #3f3f3f; font-size: 16px; cursor: text; -webkit-transition: 0.2s ease-out;  -moz-transition: 0.2s ease-out;  -o-transition: 0.2s ease-out; -ms-transition: 0.2s ease-out; transition: 0.2s ease-out; font-family: 'quicksandregular';}
.required-field{color: red;margin: 0 3px;border: none;}
.blue-btn-banner {background-color: #018dcf;padding: 12px 30px;}
.blue-btn-banner:hover, .blue-btn-banner:focus {background-color: #045f8a;}
.bg-blue{background-color: #0f76bb !important;}
.bg-org{background-color: #f7941d !important;}
.clr-blue{color: #1880c9;}
@font-face {
  font-family: 'wkl';
  src:  url('../fonts/icon/wkl.eot?5c1jp7');
  src:  url('../fonts/icon/wkl.eot?5c1jp7#iefix') format('embedded-opentype'),
    url('../fonts/icon/wkl.ttf?5c1jp7') format('truetype'),
    url('../fonts/icon/wkl.woff?5c1jp7') format('woff'),
    url('../fonts/icon/wkl.svg?5c1jp7#wkl') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="wkl-"], [class*=" wkl-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wkl' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wkl-menu:before {
  content: "\eab3";
}
.wkl-about:before {
  content: "\eaa8";
  color: #7c888c;
}
.wkl-contact:before {
  content: "\eaa9";
  color: #7c888c;
}
.wkl-courses:before {
  content: "\eaaa";
  color: #7c888c;
}
.wkl-digtal-marketing:before {
  content: "\eaab";
  color: #7c888c;
}
.wkl-gallery:before {
  content: "\eaac";
  color: #7c888c;
}
.wkl-graphics-design:before {
  content: "\eaad";
  color: #7c888c;
}
.wkl-home:before {
  content: "\eaae";
}
.wkl-internship:before {
  content: "\eaaf";
  color: #7c888c;
}
.wkl-web-design:before {
  content: "\eab0";
  color: #7c888c;
}
.wkl-web-development:before {
  content: "\eab1";
  color: #7c888c;
}
.wkl-workshop2:before {
  content: "\eab2";
  color: #7c888c;
}
.wkl-experience-trainer:before {
  content: "\eaa1";
  color: #fff;
}
.wkl-feedback-icon2:before {
  content: "\eaa2";
  color: #fff;
}
.wkl-free-study-material:before {
  content: "\eaa3";
  color: #fff;
}
.wkl-it-corporate-training:before {
  content: "\eaa4";
  color: #fff;
}
.wkl-live-project-work:before {
  content: "\eaa5";
  color: #fff;
}
.wkl-placement-assistence:before {
  content: "\eaa6";
  color: #fff;
}
.wkl-practical-training:before {
  content: "\eaa7";
  color: #fff;
}
.wkl-digital-marketing .path1:before {
  content: "\ea91";
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing .path2:before {
  content: "\ea92";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-digital-marketing .path3:before {
  content: "\ea93";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing .path4:before {
  content: "\ea94";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing .path5:before {
  content: "\ea95";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing .path6:before {
  content: "\ea96";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing .path7:before {
  content: "\ea97";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing .path8:before {
  content: "\ea98";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing .path9:before {
  content: "\ea99";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-workshop .path1:before {
  content: "\ea9a";
  color: rgb(255, 255, 255);
}
.wkl-workshop .path2:before {
  content: "\ea9b";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-workshop .path3:before {
  content: "\ea9c";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-workshop .path4:before {
  content: "\ea9d";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-workshop .path5:before {
  content: "\ea9e";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-workshop .path6:before {
  content: "\ea9f";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
}
.wkl-workshop .path7:before {
  content: "\eaa0";
  margin-left: -1.01171875em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-feedback-icon:before {
  content: "\ea8f";
  color: #fff;
}
.wkl-youtube-1 .path1:before {
  content: "\e900";
  color: rgb(201, 0, 30);
}
.wkl-youtube-1 .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-wordpress .path1:before {
  content: "\e902";
  color: rgb(255, 255, 255);
}
.wkl-wordpress .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(0, 118, 157);
}
.wkl-wordpress .path3:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(0, 118, 157);
}
.wkl-wordpress .path4:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(0, 118, 157);
}
.wkl-wordpress .path5:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(0, 118, 157);
}
.wkl-wordpress .path6:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(0, 118, 157);
}
.wkl-web-development-icon .path1:before {
  content: "\e908";
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-web-development-icon .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path5:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-web-development-icon .path6:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path7:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-web-development-icon .path8:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path9:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path10:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path11:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path12:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-web-development-icon .path13:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path14:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-web-development-icon .path15:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path16:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-development-icon .path17:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-web-development-icon .path18:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-web-development-icon .path19:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path1:before {
  content: "\e91b";
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path2:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path3:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path4:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path5:before {
  content: "\e91f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path6:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path7:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path8:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-web-designing-icon .path9:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-web-designing-icon .path10:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path11:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path12:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-web-designing-icon .path13:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-up-arrow:before {
  content: "\e928";
}
.wkl-substract:before {
  content: "\e929";
}
.wkl-star:before {
  content: "\e92a";
  color: #32c748;
}
.wkl-sql .path1:before {
  content: "\e92b";
  color: rgb(87, 127, 162);
}
.wkl-sql .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(255, 162, 48);
}
.wkl-sql .path3:before {
  content: "\e92d";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path4:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(87, 127, 162);
}
.wkl-sql .path5:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path6:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path7:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path8:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path9:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path10:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path11:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path12:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-sql .path13:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-sql .path14:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path15:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path16:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path17:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path18:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path19:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path20:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path21:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path22:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path23:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path24:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path25:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path26:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path27:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path28:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path29:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path30:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path31:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path32:before {
  content: "\e94a";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path33:before {
  content: "\e94b";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path34:before {
  content: "\e94c";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path35:before {
  content: "\e94d";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path36:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path37:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path38:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path39:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path40:before {
  content: "\e952";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path41:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path42:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path43:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path44:before {
  content: "\e956";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path45:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path46:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path47:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path48:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path49:before {
  content: "\e95b";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path50:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path51:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path52:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path53:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path54:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path55:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path56:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path57:before {
  content: "\e963";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path58:before {
  content: "\e964";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path59:before {
  content: "\e965";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path60:before {
  content: "\e966";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path61:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path62:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path63:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path64:before {
  content: "\e96a";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path65:before {
  content: "\e96b";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path66:before {
  content: "\e96c";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path67:before {
  content: "\e96d";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path68:before {
  content: "\e96e";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path69:before {
  content: "\e96f";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path70:before {
  content: "\e970";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path71:before {
  content: "\e971";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path72:before {
  content: "\e972";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path73:before {
  content: "\e973";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path74:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path75:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path76:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path77:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path78:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path79:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path80:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-sql .path81:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(255, 206, 146);
}
.wkl-sql .path82:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-sql .path83:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path84:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path85:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-sql .path86:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-sql .path87:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-sql .path88:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(173, 192, 209);
}
.wkl-Software-course .path1:before {
  content: "\e983";
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path2:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-Software-course .path3:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path4:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path5:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-Software-course .path6:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path7:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-Software-course .path8:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path9:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path10:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path11:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path12:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-Software-course .path13:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path14:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-Software-course .path15:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path16:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path17:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Software-course .path18:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-Software-course .path19:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-smo .path1:before {
  content: "\e996";
  color: rgb(88, 154, 210);
}
.wkl-smo .path2:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.wkl-smo .path3:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.wkl-smo .path4:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(88, 154, 210);
}
.wkl-smo .path5:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(88, 154, 210);
}
.wkl-smo .path6:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(51, 51, 51);
}
.wkl-smo .path7:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(88, 155, 209);
}
.wkl-smo .path8:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(88, 154, 210);
}
.wkl-seo:before {
  content: "\e99e";
  color: #ffb600;
}
.wkl-RWD .path1:before {
  content: "\e99f";
  color: rgb(33, 166, 145);
}
.wkl-RWD .path2:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(254, 255, 255);
}
.wkl-RWD .path3:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(110, 201, 194);
}
.wkl-RWD .path4:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(110, 201, 194);
}
.wkl-RWD .path5:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(33, 166, 145);
}
.wkl-RWD .path6:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(110, 201, 194);
}
.wkl-reactjs .path1:before {
  content: "\e9a5";
  color: rgb(255, 255, 255);
}
.wkl-reactjs .path2:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(83, 193, 222);
}
.wkl-reactjs .path3:before {
  content: "\e9a7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-reactjs .path4:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(83, 193, 222);
}
.wkl-PHP-Course .path1:before {
  content: "\e9a9";
  color: rgb(255, 255, 255);
}
.wkl-PHP-Course .path2:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-PHP-Course .path3:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(252, 252, 252);
}
.wkl-PHP-Course .path4:before {
  content: "\e9ac";
  margin-left: -1em;
  color: rgb(252, 252, 252);
}
.wkl-PHP-Course .path5:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(252, 252, 252);
}
.wkl-PHP-Course .path6:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(252, 252, 252);
}
.wkl-php .path1:before {
  content: "\e9af";
  color: rgb(108, 126, 183);
}
.wkl-php .path2:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(137, 155, 211);
}
.wkl-php .path3:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(120, 138, 200);
}
.wkl-php .path4:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(108, 126, 183);
}
.wkl-php .path5:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(108, 126, 183);
}
.wkl-php .path6:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(108, 126, 183);
}
.wkl-php .path7:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.8;
}
.wkl-php .path8:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.wkl-php .path9:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.8;
}
.wkl-php .path10:before {
  content: "\e9b8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.wkl-php .path11:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(120, 138, 200);
  opacity: 0.8;
}
.wkl-php .path12:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.wkl-php .path13:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
  opacity: 0.8;
}
.wkl-php .path14:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.wkl-php .path15:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(137, 155, 211);
  opacity: 0.8;
}
.wkl-php .path16:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.8;
}
.wkl-personal-attention:before {
  content: "\e9bf";
  color: #f99924;
}
.wkl-paper:before {
  content: "\e9c0";
}
.wkl-Oopsconcept .path1:before {
  content: "\e9c1";
  color: rgb(91, 60, 126);
}
.wkl-Oopsconcept .path2:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(149, 118, 193);
}
.wkl-Oopsconcept .path3:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(91, 61, 127);
}
.wkl-Oopsconcept .path4:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(220, 189, 250);
}
.wkl-Oopsconcept .path5:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(91, 61, 127);
}
.wkl-one-year-membership:before {
  content: "\e9c6";
  color: #f99924;
}
.wkl-nodejs .path1:before {
  content: "\e9c7";
  color: rgb(145, 195, 65);
}
.wkl-nodejs .path2:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(64, 66, 56);
}
.wkl-nodejs .path3:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-nodejs .path4:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-nodejs .path5:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-nodejs .path6:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-nodejs .path7:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-nodejs .path8:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-live-practical:before {
  content: "\e9cf";
  color: #f99924;
}
.wkl-letter-x:before {
  content: "\e9d0";
}
.wkl-left-quote:before {
  content: "\e9d1";
  color: #f99924;
}
.wkl-JSnJquery .path1:before {
  content: "\e9d2";
  color: rgb(200, 68, 64);
}
.wkl-JSnJquery .path2:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(234, 234, 234);
}
.wkl-JSnJquery .path3:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(235, 70, 71);
}
.wkl-JSnJquery .path4:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(200, 68, 64);
}
.wkl-JSnJquery .path5:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(251, 225, 225);
}
.wkl-JSnJquery .path6:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(251, 225, 225);
}
.wkl-JSnJquery .path7:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(251, 225, 225);
}
.wkl-JSnJquery .path8:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(247, 178, 163);
}
.wkl-JSnJquery .path9:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(247, 181, 166);
}
.wkl-JSnJquery .path10:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(251, 225, 225);
}
.wkl-JSnJquery .path11:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(212, 184, 48);
}
.wkl-JSnJquery .path12:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(253, 216, 60);
}
.wkl-JSnJquery .path13:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(77, 77, 77);
}
.wkl-JSnJquery .path14:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.wkl-interview-prepare:before {
  content: "\e9e0";
  color: #f99924;
}
.wkl-illustrator .path1:before {
  content: "\e9e1";
  color: rgb(0, 0, 0);
}
.wkl-illustrator .path2:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(255, 127, 24);
}
.wkl-htmlncss2 .path1:before {
  content: "\e9e3";
  color: rgb(10, 113, 185);
}
.wkl-htmlncss2 .path2:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(40, 167, 222);
}
.wkl-htmlncss2 .path3:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(235, 235, 235);
}
.wkl-htmlncss2 .path4:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-htmlncss2 .path5:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(227, 79, 38);
}
.wkl-htmlncss2 .path6:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(234, 234, 234);
}
.wkl-htmlncss2 .path7:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(239, 101, 42);
}
.wkl-htmlncss2 .path8:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-htmlncss2 .path9:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(234, 234, 234);
}
.wkl-htmlncss2 .path10:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(254, 254, 254);
}
.wkl-htmlncss2 .path11:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(234, 234, 234);
}
.wkl-Graphics-design-course .path1:before {
  content: "\e9ee";
  color: rgb(255, 255, 255);
}
.wkl-Graphics-design-course .path2:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-Graphics-design-course .path3:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-google-webmaster .path1:before {
  content: "\e9f1";
  color: rgb(125, 124, 124);
}
.wkl-google-webmaster .path2:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(125, 124, 124);
}
.wkl-google-webmaster .path3:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(91, 91, 91);
}
.wkl-google-webmaster .path4:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(230, 231, 231);
}
.wkl-google-webmaster .path5:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(208, 209, 210);
}
.wkl-google-webmaster .path6:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(90, 132, 196);
}
.wkl-google-webmaster .path7:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(230, 231, 231);
}
.wkl-google-webmaster .path8:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(230, 231, 231);
}
.wkl-google-webmaster .path9:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-google-webmaster .path10:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(211, 212, 212);
}
.wkl-google-webmaster .path11:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(211, 212, 212);
}
.wkl-google-webmaster .path12:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(211, 212, 212);
}
.wkl-google-webmaster .path13:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(81, 81, 81);
}
.wkl-google-analytics .path1:before {
  content: "\e9fe";
  color: rgb(246, 153, 33);
}
.wkl-google-analytics .path2:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-google-analytics .path3:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(240, 88, 35);
}
.wkl-google-adwords .path1:before {
  content: "\ea01";
  color: rgb(60, 121, 190);
}
.wkl-google-adwords .path2:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(23, 153, 72);
}
.wkl-google-adwords .path3:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(60, 99, 174);
}
.wkl-facebook .path1:before {
  content: "\ea04";
  color: rgb(255, 255, 255);
}
.wkl-facebook .path2:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-facebook .path3:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-facebook .path4:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-facebook .path5:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-facebook .path6:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(71, 89, 147);
}
.wkl-facebook .path7:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-expert-trainers:before {
  content: "\ea0b";
  color: #f99924;
}
.wkl-employee .path1:before {
  content: "\ea0c";
  color: rgb(255, 255, 255);
}
.wkl-employee .path2:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-employee .path3:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-employee .path4:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-email-marketing .path1:before {
  content: "\ea10";
  color: rgb(242, 99, 40);
}
.wkl-email-marketing .path2:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(242, 99, 40);
}
.wkl-email-marketing .path3:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(238, 238, 239);
}
.wkl-email-marketing .path4:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(15, 48, 63);
}
.wkl-email-marketing .path5:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(15, 48, 63);
}
.wkl-email-marketing .path6:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(15, 48, 63);
}
.wkl-email-marketing .path7:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(15, 48, 63);
}
.wkl-email-marketing .path8:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(15, 48, 63);
}
.wkl-email-marketing .path9:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(82, 197, 212);
}
.wkl-email-marketing .path10:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(46, 174, 183);
}
.wkl-email-marketing .path11:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(46, 174, 183);
}
.wkl-diploma:before {
  content: "\ea1b";
}
.wkl-digital-marketing-icon .path1:before {
  content: "\ea1c";
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing-icon .path2:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-digital-marketing-icon .path3:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-digital-marketing-icon .path4:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-digital-marketing-icon .path5:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-digital-marketing-icon .path6:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-digital-marketing-icon .path7:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-daily-doubt-solving:before {
  content: "\ea23";
  color: #f99924;
}
.wkl-cprogramming .path1:before {
  content: "\ea24";
  color: rgb(153, 73, 146);
}
.wkl-cprogramming .path2:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(105, 40, 118);
}
.wkl-cprogramming .path3:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(128, 48, 130);
}
.wkl-cprogramming .path4:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-cprogramming .path5:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(153, 73, 146);
}
.wkl-cprogramming .path6:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(105, 40, 118);
}
.wkl-cplusplusprogramming .path1:before {
  content: "\ea2a";
  color: rgb(94, 149, 206);
}
.wkl-cplusplusprogramming .path2:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(4, 80, 134);
}
.wkl-cplusplusprogramming .path3:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(19, 99, 161);
}
.wkl-cplusplusprogramming .path4:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-cplusplusprogramming .path5:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(94, 149, 206);
}
.wkl-cplusplusprogramming .path6:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(4, 80, 134);
}
.wkl-cplusplusprogramming .path7:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-cplusplusprogramming .path8:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-coporate-training-icon .path1:before {
  content: "\ea32";
  color: rgb(255, 255, 255);
}
.wkl-coporate-training-icon .path2:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-coporate-training-icon .path3:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-coporate-training-icon .path4:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-coporate-training-icon .path5:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-copmany-certificate:before {
  content: "\ea37";
  color: #f99924;
}
.wkl-contact-page-arrow:before {
  content: "\ea38";
}
.wkl-check-mark-button:before {
  content: "\ea39";
  color: #32c748;
}
.wkl-cakephp .path1:before {
  content: "\ea3a";
  color: rgb(200, 35, 52);
}
.wkl-cakephp .path2:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(184, 39, 26);
}
.wkl-cakephp .path3:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(204, 180, 99);
}
.wkl-cakephp .path4:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(223, 210, 111);
}
.wkl-cakephp .path5:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(230, 210, 115);
}
.wkl-cakephp .path6:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-cakephp .path7:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-cakephp .path8:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.wkl-Boostrap_logo .path1:before {
  content: "\ea42";
  color: rgb(0, 0, 0);
}
.wkl-Boostrap_logo .path2:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-angularjs .path1:before {
  content: "\ea44";
  color: rgb(179, 179, 179);
}
.wkl-angularjs .path2:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(166, 18, 13);
}
.wkl-angularjs .path3:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(221, 27, 22);
}
.wkl-angularjs .path4:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.wkl-angularjs .path5:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(179, 179, 179);
}
.wkl-ajax:before {
  content: "\ea49";
  color: #008cdb;
}
.wkl-advance-UI .path1:before {
  content: "\ea4a";
  color: rgb(235, 94, 3);
}
.wkl-advance-UI .path2:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(255, 207, 0);
}
.wkl-advance-UI .path3:before {
  content: "\ea4c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-UI .path4:before {
  content: "\ea4d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.wkl-advance-c-icon .path1:before {
  content: "\ea4e";
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path2:before {
  content: "\ea4f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-advance-c-icon .path3:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path4:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path5:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-advance-c-icon .path6:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path7:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-advance-c-icon .path8:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path9:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path10:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path11:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path12:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-advance-c-icon .path13:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path14:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(200, 200, 200);
}
.wkl-advance-c-icon .path15:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path16:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path17:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path18:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-advance-c-icon .path19:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-Adobe_Photoshop .path1:before {
  content: "\ea61";
  color: rgb(159, 202, 253);
}
.wkl-Adobe_Photoshop .path2:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(8, 0, 63);
}
.wkl-Adobe_Photoshop .path3:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(159, 202, 253);
}
.wkl-Adobe_Photoshop .path4:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(137, 191, 251);
}
.wkl-Adobe_Photoshop .path5:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(8, 0, 73);
}
.wkl-add:before {
  content: "\ea66";
}
.wkl-percent .path1:before {
  content: "\ea67";
  color: rgb(255, 255, 255);
}
.wkl-percent .path2:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-percent .path3:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-percent .path4:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-plus .path1:before {
  content: "\ea6b";
  color: rgb(255, 255, 255);
}
.wkl-plus .path2:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-plus .path3:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.wkl-social .path1:before {
  content: "\ea6e";
  color: rgb(80, 171, 241);
}
.wkl-social .path2:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-phone-call:before {
  content: "\ea70";
}
.wkl-technology:before {
  content: "\ea71";
}
.wkl-google-plus .path1:before {
  content: "\ea72";
  color: rgb(255, 255, 255);
}
.wkl-google-plus .path2:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-google-plus .path3:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-google-plus .path4:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-google-plus .path5:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(220, 78, 65);
}
.wkl-e-mail-envelope:before {
  content: "\ea77";
}
.wkl-message:before {
  content: "\ea78";
}
.wkl-linkedin-button .path1:before {
  content: "\ea79";
  color: rgb(0, 122, 185);
}
.wkl-linkedin-button .path2:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(0, 122, 185);
}
.wkl-linkedin-button .path3:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(0, 122, 185);
}
.wkl-linkedin-button .path4:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-call-answer:before {
  content: "\ea7d";
}
.wkl-user:before {
  content: "\ea7e";
}
.wkl-right-arrow:before {
  content: "\ea7f";
}
.wkl-people:before {
  content: "\ea80";
}
.wkl-location:before {
  content: "\ea81";
}
.wkl-instagram-logo .path1:before {
  content: "\ea82";
  color: rgb(197, 54, 164);
}
.wkl-instagram-logo .path2:before {
  content: "\ea83";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-instagram-logo .path3:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-instagram-logo .path4:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-instagram-logo .path5:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.wkl-black-back-closed-envelope-shape:before {
  content: "\ea87";
}
.wkl-youtube .path1:before {
  content: "\ea88";
  color: rgb(255, 255, 255);
}
.wkl-youtube .path2:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(196, 48, 43);
}
.wkl-youtube .path3:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(196, 48, 43);
}
.wkl-placeholder:before {
  content: "\ea8b";
}
.wkl-left-arrow:before {
  content: "\ea8c";
}
.wkl-down-arrow:before {
  content: "\ea8d";
}
.wkl-calendar-page-empty:before {
  content: "\ea8e";
}
.wkl-laravel-logo:before {
  content: "\ea90";
  color: #fff;
}

/* New Icon */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/new-icon/icomoon.eot?8kp4d3');
  src:  url('../fonts/new-icon/icomoon.eot?8kp4d3#iefix') format('embedded-opentype'),
    url('../fonts/new-icon/icomoon.ttf?8kp4d3') format('truetype'),
    url('../fonts/new-icon/icomoon.woff?8kp4d3') format('woff'),
    url('../fonts/new-icon/icomoon.svg?8kp4d3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cpp-svg-01 .path1:before {
  content: "\eb8a";
  color: rgb(255, 255, 255);
}
.icon-cpp-svg-01 .path2:before {
  content: "\eb8b";
  margin-left: -1em;
  color: rgb(38, 34, 97);
}
.icon-cpp-svg-01 .path3:before {
  content: "\eb8c";
  margin-left: -1em;
  color: rgb(38, 34, 97);
}
.icon-cpp-svg-01 .path4:before {
  content: "\eb8d";
  margin-left: -1em;
  color: rgb(38, 34, 97);
}
.icon-c-svg-01 .path1:before {
  content: "\eb8e";
  color: rgb(255, 255, 255);
}
.icon-c-svg-01 .path2:before {
  content: "\eb8f";
  margin-left: -1em;
  color: rgb(38, 34, 97);
}
.icon-wordpress-svg .path1:before {
  content: "\eb90";
  color: rgb(0, 96, 142);
}
.icon-wordpress-svg .path2:before {
  content: "\eb91";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-wordpress-svg .path3:before {
  content: "\eb92";
  margin-left: -1em;
  color: rgb(0, 117, 167);
}
.icon-wordpress-svg .path4:before {
  content: "\eb93";
  margin-left: -1em;
  color: rgb(0, 117, 167);
}
.icon-wordpress-svg .path5:before {
  content: "\eb94";
  margin-left: -1em;
  color: rgb(0, 117, 167);
}
.icon-wordpress-svg .path6:before {
  content: "\eb95";
  margin-left: -1em;
  color: rgb(0, 117, 167);
}
.icon-Laravel-logo-2 .path1:before {
  content: "\eb96";
  color: rgb(123, 49, 41);
}
.icon-Laravel-logo-2 .path2:before {
  content: "\eb97";
  margin-left: -1em;
  color: rgb(165, 37, 27);
}
.icon-Laravel-logo-2 .path3:before {
  content: "\eb98";
  margin-left: -1em;
  color: rgb(152, 50, 43);
}
.icon-Laravel-logo-2 .path4:before {
  content: "\eb99";
  margin-left: -1em;
  color: rgb(152, 50, 43);
}
.icon-Laravel-logo-2 .path5:before {
  content: "\eb9a";
  margin-left: -1em;
  color: rgb(176, 53, 45);
}
.icon-Laravel-logo-2 .path6:before {
  content: "\eb9b";
  margin-left: -1em;
  color: rgb(202, 42, 30);
}
.icon-Laravel-logo-2 .path7:before {
  content: "\eb9c";
  margin-left: -1em;
  color: rgb(202, 42, 30);
}
.icon-Laravel-logo-2 .path8:before {
  content: "\eb9d";
  margin-left: -1em;
  color: rgb(202, 42, 30);
}
.icon-Laravel-logo-2 .path9:before {
  content: "\eb9e";
  margin-left: -1em;
  color: rgb(202, 42, 30);
}
.icon-Laravel-logo-2 .path10:before {
  content: "\eb9f";
  margin-left: -1em;
  color: rgb(202, 42, 30);
}
.icon-Laravel-logo-2 .path11:before {
  content: "\eba0";
  margin-left: -1em;
  color: rgb(202, 42, 30);
}
.icon-Laravel-logo-2 .path12:before {
  content: "\eba1";
  margin-left: -1em;
  color: rgb(202, 42, 30);
}
.icon-Laravel-logo-2 .path13:before {
  content: "\eba2";
  margin-left: -1em;
  color: rgb(174, 69, 59);
}
.icon-Laravel-logo-2 .path14:before {
  content: "\eba3";
  margin-left: -1em;
  color: rgb(174, 69, 59);
}
.icon-Laravel-logo-2 .path15:before {
  content: "\eba4";
  margin-left: -1em;
  color: rgb(174, 69, 59);
}
.icon-Laravel-logo-2 .path16:before {
  content: "\eba5";
  margin-left: -1em;
  color: rgb(174, 69, 59);
}
.icon-Laravel-logo-2 .path17:before {
  content: "\eba6";
  margin-left: -1em;
  color: rgb(174, 69, 59);
}
.icon-Laravel-logo-2 .path18:before {
  content: "\eba7";
  margin-left: -1em;
  color: rgb(174, 69, 59);
}
.icon-Laravel-logo-2 .path19:before {
  content: "\eba8";
  margin-left: -1em;
  color: rgb(174, 69, 59);
}
.icon-Laravel-logo-2 .path20:before {
  content: "\eba9";
  margin-left: -1em;
  color: rgb(202, 63, 66);
}
.icon-Laravel-logo-2 .path21:before {
  content: "\ebaa";
  margin-left: -1em;
  color: rgb(202, 63, 66);
}
.icon-Laravel-logo-2 .path22:before {
  content: "\ebab";
  margin-left: -1em;
  color: rgb(202, 63, 66);
}
.icon-Laravel-logo-2 .path23:before {
  content: "\ebac";
  margin-left: -1em;
  color: rgb(202, 63, 66);
}
.icon-Laravel-logo-2 .path24:before {
  content: "\ebad";
  margin-left: -1em;
  color: rgb(202, 63, 66);
}
.icon-Laravel-logo-2 .path25:before {
  content: "\ebae";
  margin-left: -1em;
  color: rgb(202, 63, 66);
}
.icon-Laravel-logo-2 .path26:before {
  content: "\ebaf";
  margin-left: -1em;
  color: rgb(213, 64, 54);
}
.icon-Laravel-logo-2 .path27:before {
  content: "\ebb0";
  margin-left: -1em;
  color: rgb(213, 64, 54);
}
.icon-Laravel-logo-2 .path28:before {
  content: "\ebb1";
  margin-left: -1em;
  color: rgb(213, 64, 54);
}
.icon-Laravel-logo-2 .path29:before {
  content: "\ebb2";
  margin-left: -1em;
  color: rgb(213, 64, 54);
}
.icon-Laravel-logo-2 .path30:before {
  content: "\ebb3";
  margin-left: -1em;
  color: rgb(213, 64, 54);
}
.icon-Laravel-logo-2 .path31:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(241, 60, 49);
}
.icon-Laravel-logo-2 .path32:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(243, 73, 63);
}
.icon-Laravel-logo-2 .path33:before {
  content: "\ebb6";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path34:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path35:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path36:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path37:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path38:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path39:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path40:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(241, 101, 92);
}
.icon-Laravel-logo-2 .path41:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-Laravel-logo-2 .path42:before {
  content: "\ebbf";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-Laravel-logo-2 .path43:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-Laravel-logo-2 .path44:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-Laravel-logo-2 .path45:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-Laravel-logo-2 .path46:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-Laravel-logo-2 .path47:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-Laravel-logo-2 .path48:before {
  content: "\ebc5";
  margin-left: -1em;
  color: rgb(253, 253, 252);
}
.icon-c-and-c-menu:before {
  content: "\eb89";
  color: #2b3990;
}
.icon-Microsoft_NET_logo .path1:before {
  content: "\eb6f";
  color: rgb(103, 42, 121);
}
.icon-Microsoft_NET_logo .path2:before {
  content: "\eb70";
  margin-left: -1.0048828125em;
  color: rgb(253, 253, 253);
}
.icon-Microsoft_NET_logo .path3:before {
  content: "\eb71";
  margin-left: -1.0048828125em;
  color: rgb(253, 253, 253);
}
.icon-Microsoft_NET_logo .path4:before {
  content: "\eb72";
  margin-left: -1.0048828125em;
  color: rgb(253, 253, 253);
}
.icon-Microsoft_NET_logo .path5:before {
  content: "\eb73";
  margin-left: -1.0048828125em;
  color: rgb(251, 250, 251);
}
.icon-Microsoft_NET_logo .path6:before {
  content: "\eb74";
  margin-left: -1.0048828125em;
  color: rgb(250, 249, 250);
}
.icon-Microsoft_NET_logo .path7:before {
  content: "\eb75";
  margin-left: -1.0048828125em;
  color: rgb(250, 249, 250);
}
.icon-Microsoft_NET_logo .path8:before {
  content: "\eb76";
  margin-left: -1.0048828125em;
  color: rgb(242, 237, 242);
}
.icon-Microsoft_NET_logo .path9:before {
  content: "\eb77";
  margin-left: -1.0048828125em;
  color: rgb(249, 248, 250);
}
.icon-Microsoft_NET_logo .path10:before {
  content: "\eb78";
  margin-left: -1.0048828125em;
  color: rgb(249, 248, 250);
}
.icon-Microsoft_NET_logo .path11:before {
  content: "\eb79";
  margin-left: -1.0048828125em;
  color: rgb(250, 248, 250);
}
.icon-Microsoft_NET_logo .path12:before {
  content: "\eb7a";
  margin-left: -1.0048828125em;
  color: rgb(252, 251, 252);
}
.icon-Microsoft_NET_logo .path13:before {
  content: "\eb7b";
  margin-left: -1.0048828125em;
  color: rgb(237, 230, 239);
}
.icon-Microsoft_NET_logo .path14:before {
  content: "\eb7c";
  margin-left: -1.0048828125em;
  color: rgb(243, 238, 244);
}
.icon-Microsoft_NET_logo .path15:before {
  content: "\eb7d";
  margin-left: -1.0048828125em;
  color: rgb(189, 159, 198);
}
.icon-Microsoft_NET_logo .path16:before {
  content: "\eb7e";
  margin-left: -1.0048828125em;
  color: rgb(237, 230, 239);
}
.icon-Microsoft_NET_logo .path17:before {
  content: "\eb7f";
  margin-left: -1.0048828125em;
  color: rgb(103, 43, 122);
}
.icon-Microsoft_NET_logo .path18:before {
  content: "\eb80";
  margin-left: -1.0048828125em;
  color: rgb(103, 43, 122);
}
.icon-Microsoft_NET_logo .path19:before {
  content: "\eb81";
  margin-left: -1.0048828125em;
  color: rgb(111, 56, 129);
}
.icon-Microsoft_NET_logo .path20:before {
  content: "\eb82";
  margin-left: -1.0048828125em;
  color: rgb(220, 203, 224);
}
.icon-Microsoft_NET_logo .path21:before {
  content: "\eb83";
  margin-left: -1.0048828125em;
  color: rgb(123, 72, 140);
}
.icon-angular-01 .path1:before {
  content: "\eb84";
  color: rgb(181, 181, 181);
}
.icon-angular-01 .path2:before {
  content: "\eb85";
  margin-left: -0.9462890625em;
  color: rgb(166, 30, 35);
}
.icon-angular-01 .path3:before {
  content: "\eb86";
  margin-left: -0.9462890625em;
  color: rgb(220, 38, 39);
}
.icon-angular-01 .path4:before {
  content: "\eb87";
  margin-left: -0.9462890625em;
  color: rgb(243, 243, 243);
}
.icon-angular-01 .path5:before {
  content: "\eb88";
  margin-left: -0.9462890625em;
  color: rgb(181, 181, 181);
}
.icon-IOT-01-01 .path1:before {
  content: "\eb6b";
  color: rgb(0, 0, 0);
}
.icon-IOT-01-01 .path2:before {
  content: "\eb6c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.icon-IOT-01-01 .path3:before {
  content: "\eb6d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.icon-IOT-01-01 .path4:before {
  content: "\eb6e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.icon-c .path1:before {
  content: "\ea8e";
  color: rgb(57, 93, 170);
}
.icon-c .path2:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-c .path3:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-c .path4:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-c-01 .path1:before {
  content: "\ea92";
  color: rgb(57, 93, 170);
}
.icon-c-01 .path2:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-iot-01 .path1:before {
  content: "\ea94";
  color: rgb(144, 199, 62);
}
.icon-iot-01 .path2:before {
  content: "\ea95";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.icon-iot-01 .path3:before {
  content: "\ea96";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.icon-iot-01 .path4:before {
  content: "\ea97";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.icon-businessman-in-apresentation-with-a-graphic-on-a-board:before {
  content: "\ebc6";
  color: #fff;
}
.icon-patent:before {
  content: "\ebc7";
  color: #fff;
}
.icon-books-stack-of-three:before {
  content: "\ebc8";
  color: #fff;
}
.icon-white-board:before {
  content: "\ebc9";
  color: #fff;
}
.icon-laptop:before {
  content: "\ebca";
  color: #fff;
}
.icon-male-job-search-symbol:before {
  content: "\ebcb";
  color: #fff;
}
.icon-computer .path1:before {
  content: "\ea98";
  color: rgb(90, 90, 90);
}
.icon-computer .path2:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(255, 216, 110);
}
.icon-computer .path3:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(255, 181, 9);
}
.icon-computer .path4:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-computer .path5:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path6:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(172, 172, 172);
}
.icon-computer .path7:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(156, 156, 156);
}
.icon-computer .path8:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(255, 87, 112);
}
.icon-computer .path9:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(255, 216, 110);
}
.icon-computer .path10:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(128, 224, 220);
}
.icon-computer .path11:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(255, 67, 95);
}
.icon-computer .path12:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(255, 181, 9);
}
.icon-computer .path13:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(0, 168, 176);
}
.icon-computer .path14:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-computer .path15:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path16:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(201, 240, 255);
}
.icon-computer .path17:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(154, 231, 253);
}
.icon-computer .path18:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path19:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path20:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path21:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path22:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path23:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path24:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path25:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path26:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path27:before {
  content: "\eab4";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path28:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path29:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path30:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path31:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path32:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path33:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path34:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path35:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path36:before {
  content: "\eabd";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path37:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path38:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path39:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-computer .path40:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(201, 240, 255);
}
.icon-computer .path41:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(154, 231, 253);
}
.icon-computer .path42:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(128, 224, 220);
}
.icon-computer .path43:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(0, 168, 176);
}
.icon-data1 .path1:before {
  content: "\eac5";
  color: rgb(90, 90, 90);
}
.icon-data1 .path2:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(255, 216, 110);
}
.icon-data1 .path3:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(255, 181, 9);
}
.icon-data1 .path4:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path5:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-data1 .path6:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(172, 172, 172);
}
.icon-data1 .path7:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(156, 156, 156);
}
.icon-data1 .path8:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path9:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(90, 90, 90);
}
.icon-data1 .path10:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path11:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path12:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path13:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path14:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path15:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path16:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path17:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path18:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path19:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path20:before {
  content: "\ead8";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path21:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path22:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path23:before {
  content: "\eadb";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path24:before {
  content: "\eadc";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path25:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path26:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(131, 131, 131);
}
.icon-data1 .path27:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(100, 220, 252);
}
.icon-data1 .path28:before {
  content: "\eae0";
  margin-left: -1em;
  color: rgb(100, 220, 252);
}
.icon-data1 .path29:before {
  content: "\eae1";
  margin-left: -1em;
  color: rgb(0, 209, 252);
}
.icon-data1 .path30:before {
  content: "\eae2";
  margin-left: -1em;
  color: rgb(0, 209, 252);
}
.icon-data1 .path31:before {
  content: "\eae3";
  margin-left: -1em;
  color: rgb(3, 150, 253);
}
.icon-data1 .path32:before {
  content: "\eae4";
  margin-left: -1em;
  color: rgb(3, 150, 253);
}
.icon-data1 .path33:before {
  content: "\eae5";
  margin-left: -1em;
  color: rgb(3, 150, 253);
}
.icon-data1 .path34:before {
  content: "\eae6";
  margin-left: -1em;
  color: rgb(0, 119, 240);
}
.icon-data1 .path35:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(0, 119, 240);
}
.icon-data1 .path36:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(0, 119, 240);
}
.icon-data1 .path37:before {
  content: "\eae9";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path38:before {
  content: "\eaea";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path39:before {
  content: "\eaeb";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path40:before {
  content: "\eaec";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path41:before {
  content: "\eaed";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path42:before {
  content: "\eaee";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path43:before {
  content: "\eaef";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path44:before {
  content: "\eaf0";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path45:before {
  content: "\eaf1";
  margin-left: -1em;
  color: rgb(231, 231, 231);
}
.icon-data1 .path46:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(255, 87, 112);
}
.icon-data1 .path47:before {
  content: "\eaf3";
  margin-left: -1em;
  color: rgb(255, 216, 110);
}
.icon-data1 .path48:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(128, 224, 220);
}
.icon-data1 .path49:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(255, 67, 95);
}
.icon-data1 .path50:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgb(255, 181, 9);
}
.icon-data1 .path51:before {
  content: "\eaf7";
  margin-left: -1em;
  color: rgb(0, 168, 176);
}
.icon-graphic-design .path1:before {
  content: "\eaf8";
  color: rgb(59, 113, 145);
}
.icon-graphic-design .path2:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(43, 97, 130);
}
.icon-graphic-design .path3:before {
  content: "\eafa";
  margin-left: -1em;
  color: rgb(189, 249, 255);
}
.icon-graphic-design .path4:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(140, 242, 255);
}
.icon-graphic-design .path5:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(67, 128, 160);
}
.icon-graphic-design .path6:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(59, 113, 145);
}
.icon-graphic-design .path7:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(67, 128, 160);
}
.icon-graphic-design .path8:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(59, 113, 145);
}
.icon-graphic-design .path9:before {
  content: "\eb00";
  margin-left: -1em;
  color: rgb(232, 145, 111);
}
.icon-graphic-design .path10:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(255, 80, 181);
}
.icon-graphic-design .path11:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(221, 63, 149);
}
.icon-graphic-design .path12:before {
  content: "\eb03";
  margin-left: -1em;
  color: rgb(255, 80, 181);
}
.icon-graphic-design .path13:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(221, 63, 149);
}
.icon-graphic-design .path14:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(188, 21, 125);
}
.icon-graphic-design .path15:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(255, 213, 79);
}
.icon-graphic-design .path16:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(255, 202, 40);
}
.icon-graphic-design .path17:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(255, 213, 79);
}
.icon-graphic-design .path18:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(0, 188, 212);
}
.icon-promotion .path1:before {
  content: "\eb0a";
  color: rgb(26, 43, 99);
}
.icon-promotion .path2:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-promotion .path3:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-promotion .path4:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-promotion .path5:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-promotion .path6:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-promotion .path7:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-promotion .path8:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(217, 234, 252);
}
.icon-promotion .path9:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-promotion .path10:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(217, 234, 252);
}
.icon-promotion .path11:before {
  content: "\eb14";
  margin-left: -1em;
  color: rgb(254, 55, 69);
}
.icon-promotion .path12:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(183, 9, 43);
}
.icon-promotion .path13:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(254, 55, 69);
}
.icon-promotion .path14:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(183, 9, 43);
}
.icon-promotion .path15:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(217, 234, 252);
}
.icon-promotion .path16:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(174, 193, 237);
}
.icon-promotion .path17:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-promotion .path18:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-promotion .path19:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(255, 175, 16);
}
.icon-promotion .path20:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(255, 208, 13);
}
.icon-promotion .path21:before {
  content: "\eb1e";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-promotion .path22:before {
  content: "\eb1f";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-promotion .path23:before {
  content: "\eb20";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-promotion .path24:before {
  content: "\eb21";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-promotion .path25:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-promotion .path26:before {
  content: "\eb23";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-promotion .path27:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-promotion .path28:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-promotion .path29:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(82, 187, 239);
}
.icon-promotion .path30:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(105, 205, 255);
}
.icon-promotion .path31:before {
  content: "\eb28";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-responsive .path1:before {
  content: "\eb29";
  color: rgb(105, 205, 255);
}
.icon-responsive .path2:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-responsive .path3:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(46, 76, 137);
}
.icon-responsive .path4:before {
  content: "\eb2c";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-responsive .path5:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(26, 43, 99);
}
.icon-responsive .path6:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-responsive .path7:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-responsive .path8:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgb(217, 234, 252);
}
.icon-responsive .path9:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-responsive .path10:before {
  content: "\eb32";
  margin-left: -1em;
  color: rgb(195, 221, 244);
}
.icon-responsive .path11:before {
  content: "\eb33";
  margin-left: -1em;
  color: rgb(174, 193, 237);
}
.icon-responsive .path12:before {
  content: "\eb34";
  margin-left: -1em;
  color: rgb(195, 221, 244);
}
.icon-responsive .path13:before {
  content: "\eb35";
  margin-left: -1em;
  color: rgb(174, 193, 237);
}
.icon-responsive .path14:before {
  content: "\eb36";
  margin-left: -1em;
  color: rgb(255, 175, 16);
}
.icon-responsive .path15:before {
  content: "\eb37";
  margin-left: -1em;
  color: rgb(255, 149, 24);
}
.icon-responsive .path16:before {
  content: "\eb38";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path17:before {
  content: "\eb39";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path18:before {
  content: "\eb3a";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path19:before {
  content: "\eb3b";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path20:before {
  content: "\eb3c";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path21:before {
  content: "\eb3d";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path22:before {
  content: "\eb3e";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-responsive .path23:before {
  content: "\eb3f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-responsive .path24:before {
  content: "\eb40";
  margin-left: -1em;
  color: rgb(217, 234, 252);
}
.icon-responsive .path25:before {
  content: "\eb41";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-responsive .path26:before {
  content: "\eb42";
  margin-left: -1em;
  color: rgb(255, 175, 16);
}
.icon-responsive .path27:before {
  content: "\eb43";
  margin-left: -1em;
  color: rgb(255, 149, 24);
}
.icon-responsive .path28:before {
  content: "\eb44";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path29:before {
  content: "\eb45";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path30:before {
  content: "\eb46";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-responsive .path31:before {
  content: "\eb47";
  margin-left: -1em;
  color: rgb(195, 221, 244);
}
.icon-responsive .path32:before {
  content: "\eb48";
  margin-left: -1em;
  color: rgb(174, 193, 237);
}
.icon-responsive .path33:before {
  content: "\eb49";
  margin-left: -1em;
  color: rgb(195, 221, 244);
}
.icon-responsive .path34:before {
  content: "\eb4a";
  margin-left: -1em;
  color: rgb(174, 193, 237);
}
.icon-technical-support .path1:before {
  content: "\eb4b";
  color: rgb(242, 73, 118);
}
.icon-technical-support .path2:before {
  content: "\eb4c";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-technical-support .path3:before {
  content: "\eb4d";
  margin-left: -1em;
  color: rgb(46, 76, 137);
}
.icon-technical-support .path4:before {
  content: "\eb4e";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-technical-support .path5:before {
  content: "\eb4f";
  margin-left: -1em;
  color: rgb(26, 43, 99);
}
.icon-technical-support .path6:before {
  content: "\eb50";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-technical-support .path7:before {
  content: "\eb51";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-technical-support .path8:before {
  content: "\eb52";
  margin-left: -1em;
  color: rgb(217, 234, 252);
}
.icon-technical-support .path9:before {
  content: "\eb53";
  margin-left: -1em;
  color: rgb(255, 149, 24);
}
.icon-technical-support .path10:before {
  content: "\eb54";
  margin-left: -1em;
  color: rgb(255, 149, 24);
}
.icon-technical-support .path11:before {
  content: "\eb55";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-technical-support .path12:before {
  content: "\eb56";
  margin-left: -1em;
  color: rgb(93, 193, 216);
}
.icon-technical-support .path13:before {
  content: "\eb57";
  margin-left: -1em;
  color: rgb(40, 165, 165);
}
.icon-technical-support .path14:before {
  content: "\eb58";
  margin-left: -1em;
  color: rgb(255, 149, 24);
}
.icon-technical-support .path15:before {
  content: "\eb59";
  margin-left: -1em;
  color: rgb(255, 175, 16);
}
.icon-technical-support .path16:before {
  content: "\eb5a";
  margin-left: -1em;
  color: rgb(255, 149, 24);
}
.icon-technical-support .path17:before {
  content: "\eb5b";
  margin-left: -1em;
  color: rgb(219, 114, 44);
}
.icon-technical-support .path18:before {
  content: "\eb5c";
  margin-left: -1em;
  color: rgb(255, 175, 16);
}
.icon-technical-support .path19:before {
  content: "\eb5d";
  margin-left: -1em;
  color: rgb(255, 149, 24);
}
.icon-technical-support .path20:before {
  content: "\eb5e";
  margin-left: -1em;
  color: rgb(219, 114, 44);
}
.icon-technical-support .path21:before {
  content: "\eb5f";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-technical-support .path22:before {
  content: "\eb60";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-technical-support .path23:before {
  content: "\eb61";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-technical-support .path24:before {
  content: "\eb62";
  margin-left: -1em;
  color: rgb(105, 205, 255);
}
.icon-technical-support .path25:before {
  content: "\eb63";
  margin-left: -1em;
  color: rgb(105, 205, 255);
}
.icon-technical-support .path26:before {
  content: "\eb64";
  margin-left: -1em;
  color: rgb(105, 205, 255);
}
.icon-technical-support .path27:before {
  content: "\eb65";
  margin-left: -1em;
  color: rgb(55, 196, 122);
}
.icon-technical-support .path28:before {
  content: "\eb66";
  margin-left: -1em;
  color: rgb(55, 196, 122);
}
.icon-technical-support .path29:before {
  content: "\eb67";
  margin-left: -1em;
  color: rgb(55, 196, 122);
}
.icon-technical-support .path30:before {
  content: "\eb68";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-technical-support .path31:before {
  content: "\eb69";
  margin-left: -1em;
  color: rgb(26, 43, 99);
}
.icon-technical-support .path32:before {
  content: "\eb6a";
  margin-left: -1em;
  color: rgb(26, 43, 99);
}
.icon-arrow:before {
  content: "\eaa9";
  color: #f99924;
}
.icon-presentation .path1:before {
  content: "\ea22";
  color: rgb(101, 109, 120);
}
.icon-presentation .path2:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(150, 83, 83);
}
.icon-presentation .path3:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(234, 198, 187);
}
.icon-presentation .path4:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(211, 177, 169);
}
.icon-presentation .path5:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(132, 71, 71);
}
.icon-presentation .path6:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgb(245, 247, 250);
}
.icon-presentation .path7:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(230, 233, 237);
}
.icon-presentation .path8:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(204, 209, 217);
}
.icon-presentation .path9:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(234, 198, 187);
}
.icon-presentation .path10:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(255, 206, 84);
}
.icon-presentation .path11:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(246, 187, 66);
}
.icon-presentation .path12:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(72, 207, 173);
}
.icon-presentation .path13:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(55, 188, 155);
}
.icon-presentation .path14:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(93, 156, 236);
}
.icon-presentation .path15:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(74, 137, 220);
}
.icon-presentation .path16:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(245, 247, 250);
}
.icon-presentation .path17:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(234, 198, 187);
}
.icon-presentation .path18:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(101, 109, 120);
}
.icon-presentation .path19:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(211, 177, 169);
}
.icon-presentation .path20:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(67, 74, 84);
}
.icon-presentation .path21:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(245, 247, 250);
}
.icon-presentation .path22:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(230, 233, 237);
}
.icon-presentation .path23:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(160, 212, 104);
}
.icon-presentation .path24:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(93, 156, 236);
}
.icon-presentation .path25:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(237, 171, 55);
}
.icon-presentation .path26:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(255, 206, 84);
}
.icon-presentation .path27:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(246, 187, 66);
}
.icon-presentation .path28:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(234, 198, 187);
}
.icon-presentation .path29:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(211, 177, 169);
}
.icon-presentation .path30:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path31:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path32:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path33:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path34:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path35:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path36:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path37:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path38:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path39:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path40:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path41:before {
  content: "\ea4a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path42:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path43:before {
  content: "\ea4c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path44:before {
  content: "\ea4d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path45:before {
  content: "\ea4e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path46:before {
  content: "\ea4f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path47:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path48:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path49:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path50:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path51:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path52:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path53:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path54:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path55:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path56:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path57:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path58:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path59:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path60:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path61:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path62:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path63:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path64:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path65:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path66:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path67:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path68:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path69:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path70:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path71:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path72:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path73:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path74:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path75:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path76:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path77:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path78:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path79:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path80:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path81:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path82:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path83:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path84:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path85:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path86:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path87:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path88:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path89:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path90:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path91:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path92:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path93:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path94:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path95:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path96:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path97:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path98:before {
  content: "\ea83";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path99:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path100:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path101:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path102:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path103:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path104:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path105:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path106:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-presentation .path107:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-alarm-clock:before {
  content: "\ea8d";
}
.icon-html:before {
  content: "\ea9d";
}
.icon-certificate:before {
  content: "\ea1f";
  color: #fff;
}
.icon-approval:before {
  content: "\ea20";
  color: #fff;
}
.icon-job:before {
  content: "\ea21";
  color: #fff;
}
.icon-letter-c .path1:before {
  content: "\ea1d";
  color: rgb(5, 119, 159);
}
.icon-letter-c .path2:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(249, 153, 36);
}
.icon-data .path1:before {
  content: "\e976";
  color: rgb(150, 151, 151);
}
.icon-data .path2:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(128, 224, 220);
}
.icon-data .path3:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(0, 168, 176);
}
.icon-data .path4:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path5:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path6:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path7:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path8:before {
  content: "\e97d";
  margin-left: -1em;
  color: rgb(255, 87, 112);
}
.icon-data .path9:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(255, 102, 0);
}
.icon-data .path10:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(0, 211, 180);
}
.icon-data .path11:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(255, 67, 95);
}
.icon-data .path12:before {
  content: "\e981";
  margin-left: -1em;
  color: rgb(255, 102, 0);
}
.icon-data .path13:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(0, 183, 160);
}
.icon-data .path14:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path15:before {
  content: "\e984";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path16:before {
  content: "\e985";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path17:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path18:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path19:before {
  content: "\e988";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path20:before {
  content: "\e989";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path21:before {
  content: "\e98a";
  margin-left: -1em;
  color: rgb(255, 102, 0);
}
.icon-data .path22:before {
  content: "\e98b";
  margin-left: -1em;
  color: rgb(255, 102, 0);
}
.icon-data .path23:before {
  content: "\e98c";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path24:before {
  content: "\e98d";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path25:before {
  content: "\e98e";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path26:before {
  content: "\e98f";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path27:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path28:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path29:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(150, 151, 151);
}
.icon-data .path30:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path31:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path32:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path33:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path34:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path35:before {
  content: "\e998";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path36:before {
  content: "\e999";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path37:before {
  content: "\e99a";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path38:before {
  content: "\e99b";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path39:before {
  content: "\e99c";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path40:before {
  content: "\e99d";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-data .path41:before {
  content: "\e99e";
  margin-left: -1em;
  color: rgb(94, 205, 246);
}
.icon-python .path1:before {
  content: "\e99f";
  color: rgb(255, 218, 68);
}
.icon-python .path2:before {
  content: "\e9a0";
  margin-left: -1em;
  color: rgb(255, 205, 0);
}
.icon-python .path3:before {
  content: "\e9a1";
  margin-left: -1em;
  color: rgb(72, 149, 255);
}
.icon-python .path4:before {
  content: "\e9a2";
  margin-left: -1em;
  color: rgb(38, 130, 255);
}
.icon-python .path5:before {
  content: "\e9a3";
  margin-left: -1em;
  color: rgb(72, 149, 255);
}
.icon-python .path6:before {
  content: "\e9a4";
  margin-left: -1em;
  color: rgb(38, 130, 255);
}
.icon-python .path7:before {
  content: "\e9a5";
  margin-left: -1em;
  color: rgb(255, 218, 68);
}
.icon-python .path8:before {
  content: "\e9a6";
  margin-left: -1em;
  color: rgb(255, 205, 0);
}
.icon-python-1 .path1:before {
  content: "\e9a7";
  color: rgb(38, 77, 111);
}
.icon-python-1 .path2:before {
  content: "\e9a8";
  margin-left: -1em;
  color: rgb(56, 118, 172);
}
.icon-python-1 .path3:before {
  content: "\e9a9";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.icon-python-1 .path4:before {
  content: "\e9aa";
  margin-left: -1em;
  color: rgb(247, 205, 0);
}
.icon-python-1 .path5:before {
  content: "\e9ab";
  margin-left: -1em;
  color: rgb(242, 242, 242);
}
.icon-drone .path1:before {
  content: "\e9ac";
  color: rgb(255, 225, 132);
}
.icon-drone .path2:before {
  content: "\e9ad";
  margin-left: -1em;
  color: rgb(255, 225, 132);
}
.icon-drone .path3:before {
  content: "\e9ae";
  margin-left: -1em;
  color: rgb(255, 225, 132);
}
.icon-drone .path4:before {
  content: "\e9af";
  margin-left: -1em;
  color: rgb(0, 146, 199);
}
.icon-drone .path5:before {
  content: "\e9b0";
  margin-left: -1em;
  color: rgb(0, 61, 92);
}
.icon-drone .path6:before {
  content: "\e9b1";
  margin-left: -1em;
  color: rgb(255, 225, 132);
}
.icon-drone .path7:before {
  content: "\e9b2";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-drone .path8:before {
  content: "\e9b3";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-drone .path9:before {
  content: "\e9b4";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-drone .path10:before {
  content: "\e9b5";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-drone .path11:before {
  content: "\e9b6";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-drone .path12:before {
  content: "\e9b7";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-digital-campaign .path1:before {
  content: "\e9b8";
  color: rgb(145, 224, 232);
}
.icon-digital-campaign .path2:before {
  content: "\e9b9";
  margin-left: -1em;
  color: rgb(68, 94, 160);
}
.icon-digital-campaign .path3:before {
  content: "\e9ba";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-digital-campaign .path4:before {
  content: "\e9bb";
  margin-left: -1em;
  color: rgb(238, 246, 255);
}
.icon-digital-campaign .path5:before {
  content: "\e9bc";
  margin-left: -1em;
  color: rgb(254, 55, 69);
}
.icon-digital-campaign .path6:before {
  content: "\e9bd";
  margin-left: -1em;
  color: rgb(183, 9, 43);
}
.icon-digital-campaign .path7:before {
  content: "\e9be";
  margin-left: -1em;
  color: rgb(238, 246, 255);
}
.icon-digital-campaign .path8:before {
  content: "\e9bf";
  margin-left: -1em;
  color: rgb(217, 234, 252);
}
.icon-digital-campaign .path9:before {
  content: "\e9c0";
  margin-left: -1em;
  color: rgb(254, 55, 69);
}
.icon-digital-campaign .path10:before {
  content: "\e9c1";
  margin-left: -1em;
  color: rgb(183, 9, 43);
}
.icon-digital-campaign .path11:before {
  content: "\e9c2";
  margin-left: -1em;
  color: rgb(82, 187, 239);
}
.icon-digital-campaign .path12:before {
  content: "\e9c3";
  margin-left: -1em;
  color: rgb(30, 153, 214);
}
.icon-digital-campaign .path13:before {
  content: "\e9c4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-digital-campaign .path14:before {
  content: "\e9c5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-digital-campaign .path15:before {
  content: "\e9c6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-digital-campaign .path16:before {
  content: "\e9c7";
  margin-left: -1em;
  color: rgb(254, 55, 69);
}
.icon-digital-campaign .path17:before {
  content: "\e9c8";
  margin-left: -1em;
  color: rgb(183, 9, 43);
}
.icon-digital-campaign .path18:before {
  content: "\e9c9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-digital-campaign .path19:before {
  content: "\e9ca";
  margin-left: -1em;
  color: rgb(254, 55, 69);
}
.icon-digital-campaign .path20:before {
  content: "\e9cb";
  margin-left: -1em;
  color: rgb(183, 9, 43);
}
.icon-digital-campaign .path21:before {
  content: "\e9cc";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-digital-campaign .path22:before {
  content: "\e9cd";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-digital-campaign .path23:before {
  content: "\e9ce";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-digital-campaign .path24:before {
  content: "\e9cf";
  margin-left: -1em;
  color: rgb(41, 61, 124);
}
.icon-digital-campaign .path25:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(26, 43, 99);
}
.icon-digital-campaign .path26:before {
  content: "\e9d1";
  margin-left: -1em;
  color: rgb(174, 193, 237);
}
.icon-digital-campaign .path27:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-digital-campaign .path28:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-digital-campaign .path29:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(255, 226, 184);
}
.icon-digital-campaign .path30:before {
  content: "\e9d5";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-digital-campaign .path31:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-digital-campaign .path32:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-digital-campaign .path33:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(255, 201, 135);
}
.icon-digital-campaign .path34:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(255, 175, 16);
}
.icon-digital-campaign .path35:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(239, 150, 20);
}
.icon-digital-campaign .path36:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(255, 208, 13);
}
.icon-digital-campaign .path37:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(255, 175, 16);
}
.icon-digital-campaign .path38:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(239, 150, 20);
}
.icon-digital-campaign .path39:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(255, 208, 13);
}
.icon-editor .path1:before {
  content: "\e9df";
  color: rgb(70, 70, 85);
}
.icon-editor .path2:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-editor .path3:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-editor .path4:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path5:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(175, 187, 208);
}
.icon-editor .path6:before {
  content: "\e9e4";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path7:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path8:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path9:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path10:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path11:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path12:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path13:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path14:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path15:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path16:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path17:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path18:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path19:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path20:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path21:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path22:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path23:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path24:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path25:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path26:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path27:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path28:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path29:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path30:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path31:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(190, 200, 220);
}
.icon-editor .path32:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path33:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path34:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path35:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path36:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path37:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path38:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path39:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path40:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path41:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path42:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path43:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path44:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path45:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgb(228, 234, 246);
}
.icon-editor .path46:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(255, 100, 105);
}
.icon-editor .path47:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path48:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path49:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path50:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path51:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path52:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path53:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path54:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path55:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path56:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path57:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path58:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path59:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path60:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(150, 165, 185);
}
.icon-editor .path61:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(70, 70, 85);
}
.icon-c-logo:before {
  content: "\ea1c";
  color: #05779f;
}
.icon-graduate .path1:before {
  content: "\e900";
  color: rgb(232, 176, 148);
}
.icon-graduate .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: rgb(247, 211, 96);
}
.icon-graduate .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(229, 142, 19);
}
.icon-graduate .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(255, 219, 204);
}
.icon-graduate .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(232, 176, 148);
}
.icon-graduate .path6:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-graduate .path7:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(247, 211, 96);
}
.icon-graduate .path8:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(59, 69, 79);
}
.icon-graduate .path9:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(84, 93, 104);
}
.icon-graduate .path10:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(59, 69, 79);
}
.icon-graduate .path11:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-graduate .path12:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-graduate .path13:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-graduate .path14:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-graduate .path15:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-graduate .path16:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-graduate .path17:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-college .path1:before {
  content: "\e911";
  color: rgb(254, 219, 65);
}
.icon-college .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(244, 184, 68);
}
.icon-college .path3:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(254, 219, 65);
}
.icon-college .path4:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(244, 184, 68);
}
.icon-college .path5:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(0, 172, 234);
}
.icon-college .path6:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(75, 93, 99);
}
.icon-college .path7:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(247, 202, 165);
}
.icon-college .path8:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(237, 178, 136);
}
.icon-college .path9:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(0, 239, 209);
}
.icon-college .path10:before {
  content: "\e91a";
  margin-left: -1em;
  color: rgb(75, 93, 99);
}
.icon-college .path11:before {
  content: "\e91b";
  margin-left: -1em;
  color: rgb(8, 56, 99);
}
.icon-college .path12:before {
  content: "\e91c";
  margin-left: -1em;
  color: rgb(8, 56, 99);
}
.icon-college .path13:before {
  content: "\e91d";
  margin-left: -1em;
  color: rgb(8, 56, 99);
}
.icon-college .path14:before {
  content: "\e91e";
  margin-left: -1em;
  color: rgb(8, 56, 99);
}
.icon-online-course .path1:before {
  content: "\e91f";
  color: rgb(40, 53, 147);
}
.icon-online-course .path2:before {
  content: "\e920";
  margin-left: -1em;
  color: rgb(63, 81, 181);
}
.icon-online-course .path3:before {
  content: "\e921";
  margin-left: -1em;
  color: rgb(207, 216, 220);
}
.icon-online-course .path4:before {
  content: "\e922";
  margin-left: -1em;
  color: rgb(96, 125, 139);
}
.icon-online-course .path5:before {
  content: "\e923";
  margin-left: -1em;
  color: rgb(96, 125, 139);
}
.icon-online-course .path6:before {
  content: "\e924";
  margin-left: -1em;
  color: rgb(207, 216, 220);
}
.icon-online-course .path7:before {
  content: "\e925";
  margin-left: -1em;
  color: rgb(96, 125, 139);
}
.icon-online-course .path8:before {
  content: "\e926";
  margin-left: -1em;
  color: rgb(255, 235, 58);
}
.icon-online-course .path9:before {
  content: "\e927";
  margin-left: -1em;
  color: rgb(76, 175, 80);
}
.icon-online-course .path10:before {
  content: "\e928";
  margin-left: -1em;
  color: rgb(46, 125, 50);
}
.icon-online-course .path11:before {
  content: "\e929";
  margin-left: -1em;
  color: rgb(76, 175, 80);
}
.icon-online-course .path12:before {
  content: "\e92a";
  margin-left: -1em;
  color: rgb(0, 105, 92);
}
.icon-online-course .path13:before {
  content: "\e92b";
  margin-left: -1em;
  color: rgb(0, 150, 136);
}
.icon-online-course .path14:before {
  content: "\e92c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-classroom .path1:before {
  content: "\e92d";
  color: rgb(70, 115, 140);
}
.icon-classroom .path2:before {
  content: "\e92e";
  margin-left: -1em;
  color: rgb(255, 140, 70);
}
.icon-classroom .path3:before {
  content: "\e92f";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path4:before {
  content: "\e930";
  margin-left: -1em;
  color: rgb(52, 62, 107);
}
.icon-classroom .path5:before {
  content: "\e931";
  margin-left: -1em;
  color: rgb(65, 75, 130);
}
.icon-classroom .path6:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(37, 45, 92);
}
.icon-classroom .path7:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(27, 34, 74);
}
.icon-classroom .path8:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path9:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-classroom .path10:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-classroom .path11:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path12:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-classroom .path13:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(255, 60, 60);
}
.icon-classroom .path14:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(37, 45, 92);
}
.icon-classroom .path15:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(128, 57, 27);
}
.icon-classroom .path16:before {
  content: "\e93c";
  margin-left: -1em;
  color: rgb(128, 57, 27);
}
.icon-classroom .path17:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(85, 199, 166);
}
.icon-classroom .path18:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path19:before {
  content: "\e93f";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path20:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(37, 45, 92);
}
.icon-classroom .path21:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path22:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path23:before {
  content: "\e943";
  margin-left: -1em;
  color: rgb(120, 190, 255);
}
.icon-classroom .path24:before {
  content: "\e944";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path25:before {
  content: "\e945";
  margin-left: -1em;
  color: rgb(255, 182, 158);
}
.icon-classroom .path26:before {
  content: "\e946";
  margin-left: -1em;
  color: rgb(120, 190, 255);
}
.icon-classroom .path27:before {
  content: "\e947";
  margin-left: -1em;
  color: rgb(186, 103, 70);
}
.icon-classroom .path28:before {
  content: "\e948";
  margin-left: -1em;
  color: rgb(186, 103, 70);
}
.icon-classroom .path29:before {
  content: "\e949";
  margin-left: -1em;
  color: rgb(255, 60, 60);
}

.icon-adobexd:before {
  content: "\e903";
  color: #ff2bc2;
}