@import "animate.css";
/*@import "responsive.css";*/
/*@import "site.css";*/

/*base color:#49a6da*/

/** == HEADING ==*/
h1 {  font-size: 35px; }
h2 {  font-size: 30px; }
h3 {  font-size: 25px; }
h4 {  font-size: 20px; }
h5 {  font-size: 16px; }
h6 {  font-size: 10px; }

/*-----------------------------------Global-------------------------------------*/
*, *:before, *:after {  position: relative;  margin: 0px;  padding: 0px;  box-sizing: border-box;}
html, body{width: 100%;height: auto;min-height: 100%; float:left;  overflow-x: hidden;background-color: #fff;}
html, body, blockquote, fieldset, lengend, button, input, textarea, select, code, var, samp, p {
  font-family: 'Open Sans', sans-serif;  font-size: 19px;    font-weight: 500;/*background: #fff;*/  -webkit-text-size-adjust: 100%; }
/*body{height: 100vh;}*/
p{ line-height: 32px;   }
dl, ol, ul{padding: 0px;}
  article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {  display: block; }

  button, input[type="submit"], input[type="reset"] {  cursor: pointer; }

  textarea {  resize: none; }
  ul li{list-style-type: none;}

  input[type="text"], input[type="password"], input[type="email"], textarea, select{border-radius:5px;border:1px solid #cbcdcd !important;   
    color:#000;font-weight: normal/*600*/;font-family: 'Open Sans', sans-serif;}
a:hover{text-decoration: none;}

*, input[type="text"]:focus,input[type="password"]:focus{box-shadow:none !important;outline: 0px !important;/*-webkit-appearance:none;*/}
button:focus{outline: none;box-shadow: 0px 3px 5px rgba(18, 187, 216, 0.5);}
textarea:focus{box-shadow:none !important;}
button:focus{outline: none;}

button, input[type="button"]{border-radius:5px; text-align: center; color:#fff;border:none;box-shadow:none;outline: none;text-transform: capitalize;font-weight: 300;}
input[type="button"]{font-weight: bold;}
.container-fluid{padding-right: 0px;padding-left: 0px;}

textarea:focus, input[type="text"]:focus,textarea[type="text"]:focus,   input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,  input[type="color"]:focus, .uneditable-input:focus, .form-control:focus, button:focus{ border-color: #ccc; -webkit-box-shadow: none; box-shadow: none;}
.form-control, .form-select{height: 38px;color:#000; font-size: 13px;}
.form-control:disabled, .form-control[readonly]{background:#e9ecef;}

label{color:#494848; font-size: 13px; font-weight: 600; text-transform: capitalize; color:#242934;}
::-webkit-input-placeholder{font-weight: 500 !important;}
:-ms-input-placeholder{font-weight: 500 !important;}
::placeholder{font-weight: 500 !important;}

select option{color: #000;}

a { color: #27a8e4; text-decoration: none;}

/** custom scroll bar **/
.scrollbox {width: 240px;height: 200px;overflow-y: scroll; background-color: #f6f6f6;}
.scrollbox::-webkit-scrollbar {background-color: transparent; width: 0px;}
.scrollbox:hover::-webkit-scrollbar {width: 8px;}
.scrollbox:hover::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.2);}
@media (hover: none) {
  .scrollbox::-webkit-scrollbar {width: 8px;}
  .scrollbox::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.2);}
}

button{min-width:110px; padding: 8px 16px; border-radius:50px; text-align: center; color:#fff; font-weight: 500; font-size: 15px; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s;  -o-transition: all ease-out .2s;  transition: all ease-out .2s;}

/* custom font size*/
.f_10{font-size: 10px !important;}
.f_12{font-size: 12px !important;}
.f_15{font-size: 15px !important;}
.f_20{font-size: 20px !important;}
.f_25{font-size: 25px !important;}

/* vh height*/

/** colorBg **/
.mango_yellow{background-color: #FFA437;}
.milky_red{background-color: #F62591;}
.navy_blue{background-color: #073481;}
.light_sky{background-color: #6AAEFF;}

.navbar-light .navbar-toggler{border-color: rgb(0, 158, 253);}
.container-fluid{padding-right: 20px; padding-left: 20px;}


/* --------------------- Project --------------------- */

/** top part **/
/*.bannerBox{width: 100%; height: 100vh; margin-bottom: 20px;}
.bannerBox .left{width:100%; height:100vh;  background-image: url("../../assets/img/banner_bg.png"); background-repeat: no-repeat; background-size:contain; background-position: left center; display: flex; align-items:center; justify-content:center; padding-left: 300px; }*/


.bannerBox{width: 100%; height: 100vh; margin-bottom: 20px;background-image: url("../../assets/img/bnner_bg.png"); background-repeat: no-repeat; background-size:100%; background-position: top left; overflow: hidden;}
.bannerBox .left{width:100%; height:100vh;   display: flex; align-items:center; /*justify-content:center; padding-left: 300px; */}
.header {position: fixed;  width: 100%; top:0px; left: 0px; z-index: 1000; -webkit-transition: all ease-out .5s; -moz-transition: all ease-out .5s;  -o-transition: all ease-out .5s;  transition: all ease-out .5s; border-bottom:1px solid #E7DEDE; /*background-color: red;*/}
.header.active {background-color: rgba(255,255,255,1);}
.navbar-brand img{width: 230px;}
.navbar-light .navbar-nav .nav-link{color:#2C99EE; font-size: 17px;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{color: #FFA437;}
.navbar-nav{ margin-left: 36px; }
.navbar-nav li{margin: 0px 6px; font-weight: normal;}
.dropdown-toggle::after{color: #000;}

/*.bannerImg{background-color: #073481; background-image: url("../../assets/img/banner-img.png"); background-repeat: no-repeat; clip-path: polygon(0 0%, 100% 0%, 100% 100%, 33% 100%); width: 50%; height: 100%; background-size: 100% 100%;}*/
button.mango_yellow:hover{background-color: #e7820a;}
button.milky_red:hover{background-color: #e00978;}
.bannerImgBox{width: 50%; height: 100%;/* height: 73%; */ position: absolute; bottom: -27px; right: 0px;}
.bannerImgBox img{width: 96%; height: 100%; object-fit: contain;}
.bannerText{width:calc(100% - 50%);}
.smallText{text-transform: uppercase; color:#005EFF; font-size: 28px;}
.mainText{font-size: 46px; color:#000000;line-height:59px;}
.mainText h1{font-size: 46px; color:#000000;line-height:59px; margin-bottom: 0;}
.mainText span{color:#FFA437; font-weight: bold;}
.bannerText p{line-height: 36px;}
.bannerText button {font-weight: normal; width: 180px;}

h2{border-bottom:1px solid #9E9C9C; font-weight: bold; font-size: 27px;}
h2 span{background-color: #fff; text-transform: uppercase;}
section{padding: 30px 0px; }

.course-wrapper {/*background: linear-gradient(to left, rgba(197,218,248,0.3), rgba(197,218,248,0.3)); background-size: 60% auto;
    background-repeat: repeat-y;*/ background-image: url(../../assets/img/enroll_bg_.jpg);background-repeat: no-repeat; background-size: 100% 109%;}
.enrollBox, .innerHeading{width: 100%; border-radius:5px; box-shadow: 0px 0px 3px #ccc; color:#fff; background-color: #073481; padding: 30px 23px; overflow: hidden; background-image: url(../../assets/img/circle.png); background-repeat: no-repeat; background-position: top -20px right -344px; background-size: cover; /*height: calc(100% + -18px)*/ margin-top: 22px;}
.enrollBox h3, .innerHeading h2{width: 100%; font-size:17px; text-transform: uppercase; padding-bottom: 6px; border-bottom:1px dotted #fff;}

.enrollForm label{color: #fff; margin-bottom: 0px; font-weight: normal;}
.enrollForm input[type="text"], .enrollForm input[type="password"], .enrollForm input[type="email"], .enrollForm textarea, .enrollForm select{background-color: transparent; border:none !important; border-bottom:1px solid #9E9C9C !important; border-radius:0px !important; color:#fff; padding: 3px; height: 30px;}
.enrollBox .enrollForm{height: calc(100% - 92px);}

.form-select {-webkit-appearance: none; -moz-appearance: none; background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat; background-position-x: 100%; background-position-y: 5px;
  border: 1px solid #dfdfdf; border-radius: 2px; margin-right: 2rem; padding: 1rem; padding-right: 2rem;}
}
form.enrollForm button{min-width: 80% !important;}
.enrollForm .btn{width:43%; padding: 11px 0px; border-radius: 50px !important; background-color: #6AAEFF !important; color: #fff; margin: 10px 0px;}
.courseLyst{width: 100%;}
.courseLyst li{border:1px solid #ccc; border-radius:8px; padding: 10px;}
.courseLyst li h4{background-image: url("../../assets/img/point.png"); background-repeat: no-repeat; background-position: left center; background-size: 38px 38px; color: #385079; font-size: 22px; font-weight: 600; line-height: 40px; padding-left: 50px;}
.courseLyst li p{padding-left: 32px;}
.courseLyst li .infoRow{padding-left: 50px; display: flex;}
.courseLyst li .infoRow span i{color:#696969;}
.courseLyst a{color:#212529;}
.courseLyst li:hover{background-color: #f4f4f4;}

.about{width: 100%;background-image: url("../../assets/img/dots2.png"); background-repeat: no-repeat; background-position: right bottom;  }
.about p{background-size: 100px;}
.about h6{color: #FFA437; font-size: 18px; font-weight: bold;}
.keyLyst li{ background-image:url("../../assets/img/tick.png"); background-repeat: no-repeat;background-position: left; background-size: 50px 50px; padding-left: 55px; line-height: 30px; }
.about .leftImg{padding-left: 20px;}
.about .leftImg img{width: 100%; object-fit: contain;}

.caseStudy{width: 100%;background-image: url("../../assets/img/dots3.png"); background-repeat: no-repeat; background-position: left bottom -54px;  }
.caseStudyBox{width: 100%; height: 300px; overflow: hidden; cursor: pointer;}
.caseStudyBox img{ width:100%; height:100%; object-fit: contain;}

footer{background-color: #09195A; color: #fff; margin-top: 30px;}
footer  h4{color: #6AA7D5; font-size: 18px;}
footer p{font-size: 16px; margin-bottom: 0px;}
.smallestText{font-size: 8px;}

.quickLyst li{ width: 100%; border-bottom:1px dotted #E5E3E3; font-size: 15px; line-height: 22px;  margin-bottom: 10px; padding-bottom: 3px;}
.quickLyst li a{color: #fff;display: block;}
.newsForm input{border-radius: 50px; border:2px solid #6AAEFF !important;}
input:placeholder-shown { font-style: italic;}

.botUl{ width: 100%;}
.botUl li{display: inline-block; border-right:1px solid #fff; font-size: 11px; padding-right: 12px; margin-right: 10px; line-height: 10px;}
.botUl li a{color: #fff}
.botUl li a:hover{color: #6AA7D5; }

.modal h5{color: #073481;}
.modal-header button{min-width: auto !important;}

.innerbannerBox{width: 100%; background-color: #ddd; overflow: hidden;}
.innerbannerBox img{width: 100%; height: 100%; object-fit: contain;}
.courseDetails button{min-width: 80px!important; border-radius: 15px;padding: 5px 10px; font-size: 13px;}

.courseLyst.courseDetails a{color:#212529;}
.courseLyst.courseDetails li:hover{background-color: #eff7f9;}
.imgHolder{width: 100%; height: 350px; overflow: hidden;}
.imgHolder img{width: 100%; height: 100%; object-fit: cover;}

.imgHolder.oddman{border: 1px solid #ddd; box-shadow: 0px 0px 6px #ddd !important;}
/*.imgHolder.oddman img{object-fit: cover;}*/

.innerSubHead{font-size: 23px; font-weight: 700; margin-bottom: 10px; color: #073481;}
.highlightbox{width: 100%; padding: 10px; border-radius:3px; /*box-shadow: 0px 0px 14px #ccc !important;*/ border:1px solid #b5d4f6; background-color: #ECF4FD; float: left;}

.courseHighlight{display: table; table-layout: fixed; width: 100%; margin-bottom: 0px;}
.courseHighlight li{ display: table-cell; color: #3c3e3f; font-size: 18px; line-height: 26px; vertical-align: middle; text-align: center;font-weight: 600; border-right: 1px dotted #ccc; }
.courseHighlight li:last-child{border-right: none;}
.courseHighlight li span{font-weight: normal; font-size: 16px; color: #000; font-weight: normal;}
.course h3{font-size: 20px;  font-weight: 600; color: #6AAEFF;}

.keyFeature.keyLyst li{ background-image: none !important; padding-left: 0px; display: table; font-size: 18px; line-height: 28px;}
.keyFeature.keyLyst li span{display: table-cell;}
.iFont{width: 15px;}
.keyCourse{padding-left: 5px;}

.accordion .keyFeature.keyLyst li{margin-bottom: 10px;}
.accordionHolder{border: 1px solid #ddd; border-radius: 3px; box-shadow: 0px 0px 10px #ddd !important;}

.contactBoxHolder{width: 100%; background-color: #e7eef7; border-radius: 5px; padding: 25px 15px; float: left;}
.contactBoxHolder textarea{height: 80px !important;}

.small-text{font-size: 12px;}
.gridView{width: 100%;}
.gridView li{width: 100%; margin-bottom: 10px; border-bottom:1px dotted #ccc; float: left; }
.gridView li:last-child{border-bottom:none;}
.gridView li p{width: calc(100% - 50px); float: left; font-weight: 700; font-size: 18px;}
.download{width: 30px; height: 30px; float: right; text-align: center; font-size: 20px; color:#F62591; cursor: pointer;}

.toolHolder{width: 100%; height: 116px; background-color: #fff; overflow: hidden; border-radius: 5px; border:3px solid #e8e5e5; box-shadow: 0px 0px 5px rgba(204,204,204,0.7) !important;}
.toolHolder img{width: 100%; height: 100%; object-fit: contain;}
/*.gridView li img{width: 100%; height: 100%; object-fit: contain;}*/

ul.logos{width: 100%; display: table; table-layout: fixed;}
ul.logos li{ padding: 5px; display: table-cell; }

/** Privacy policy  **/
.ppimg{height: 482px;}
.ppimg.imgHolder.oddman{ border:none; box-shadow: none !important; }


/************Tutorial Page_25.08.2022********************/
.border_box_tutorial{
  border: 1px solid #cbcdcd !important;
    padding: 15px;}


/************Tutorial Page********************/
/**************Home Page starts************************/
.new_box_section{
	
}
.new_box_1{
	background: #fa0541;
	padding: 25px;
	    border-radius: 10px;
	background-image: url(../../assets/img/circle2.png) !important;
    background-repeat: no-repeat;
    background-position: top -20px right;
    background-size: cover;
	cursor: pointer;
	transition: 1s ease;
	 position: relative;


  background: linear-gradient(#00FF00, #00FF00, #00FF00);
  animation: animate 1s linear infinite;
}
.new_box_1 h3{
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;

}
.nb_2{
		
	background: #f2b10a !important;
	 
}

.nb_3{
		
	background: #759b09  !important;
	   
}
.new_box_1:hover{
	
	-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}

.new_box_1 h3 .spannewbox{
	font-size: 16px;
	color: #fff;
}
.new_box_item{
    position: relative;
    display: inline-block;
    padding: 25px 30px;
    margin: 0px 0;
   
    text-decoration: none;

    transition: 0.5s;

    overflow: hidden;
    margin-right: 50px;
	    width: 100%;
	background: #fa0541;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	border-radius: 15px;
	box-shadow: 2px -1px 8px #0734816e !important;

   
}
.newspan_inneritem{
	font-size: 20px;
	width: 100%;
}
.new_box_item:hover{
   
  color: #fff;
    /*  box-shadow: 0 0 5px #03e9f4,
                0 0 25px #03e9f4,
                0 0 50px #03e9f4,
                0 0 200px #03e9f4;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);*/
	-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}
.new_box_item:nth-child(1){
   
}
.new_box_item:nth-child(2){
    filter: hue-rotate(110deg);
}
.new_box_item .spannewbox{
    position: absolute;
    display: block;
}
.new_box_item .spannewbox:nth-child(1){
  top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#00a8ff,#082189);
    animation: animate1 1.8s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.new_box_item span:nth-child(2){
    top: -100%;
    right: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#03e9f4);
    animation: animate2 1.8s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.new_box_item .spannewbox:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(270deg,transparent,#03e9f4);
    animation: animate3 1.8s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.new_box_item .spannewbox:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#03e9f4);
    animation: animate4 1.8s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
.banner_sliderimg{
	height: 100vh;
	
}
.left_top_banner {
   position: absolute;
    display: flex;
    top: 26%;
    left: 2%;
}
.price_area{
        background: #073481;
    color: #fff;
    width: 90%;
    border-radius: 5px;
    padding: 20px;
       margin: 16px 15px;
    display: block;
    float: left;

}
.price_area p{
  font-size: 25px;
  margin-bottom: 5px;
  padding-left: 0px !important;
  text-align: center;
      line-height: 8px;

}

.courseLyst li .infoRow2{
    padding-left: 50px;
  font-size: 16px;

    text-align: center;
    display: block;
    float: left;
    margin-top: 2px;
	font-size: 18px;

}
.small_box_course{
  margin-bottom: 8px;
}
.small_box_course .price_area{
	    padding: 5px 20px;
}
.small_box_course .price_area p{
	        line-height: 28px;
	    font-size: 18px;
}

.small_box_heading2{
	
    line-height: 32px!important;
font-size: 23px !important;
	
}
.bnnertext2{
  width: calc(100% - 5%);
}
.bullet_bannerimg{
  width: 3% !important;
  float: left;
    padding: 12px 8px 0 0;

}
.mainText2 h1{

  margin-bottom: 25px;
  float: left;
font-size: 40px;
}
.mainText2 span{
      float: left;
    width: 100%;
    padding: 5px 0;
        color: #005EFF;
       
}
.mainText2{
       margin-top: 22px;
    margin-bottom: 25px;
    float: left;
	font-size: 40px;
}
.bnnertext2 .smallText{
  color: #f62591;
}
.top_header1{
 font-size: 28px;
    color: #ffa437;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 15px;
}
.top_header1 i{
  padding-right: 8px;
}
.top_header1 a{
  font-size: 28px;
    color: #ffa437;
    font-weight: 600;
}
.courseLyst2 li{
  height: 240px;
}
.owl-nav{
	display: none;
}
.owl-dots button{
	    min-width: 18px;
}
.enrollBox2{
height: calc(100% + -74px);
}
.bannerTextnew .smallText{
	color: #f62591;
}
.infoRow2 span{
	width: 100%;
	float: left;
	text-align: left;
	
}
.courseLyst li .text_seperate{
	text-align: left;
}
.associates{
	width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #ccc;
    color: #fff;
    background-color: #efefef;
    padding: 30px 23px;
    overflow: hidden;
    background-image: url(../../assets/img/circle.png);
    background-repeat: no-repeat;
    background-position: top -20px right -344px;
    background-size: cover;
    /* height: calc(100% + -18px); */
    margin-top: 22px;
}
.associates h2{
	border: none;
	color: #073481;

}
.associates h2 span{

	background: transparent;
}
.trainingspan{
	    color: #FFA437 !important;
    width: auto !important;
 
    margin-right: 8px;
    font-size: 55px;
	padding: 0 !important;
}
.maintext3new span{
	margin-bottom: 10px;
}
.toolholder2{
	border: none;
    box-shadow: 0px 0px 5px rgb(7 52 129) !important;

}
.paratext1{
	width: 50%;
}
.ifont2{
	margin-right: 6px;
	left: 9px !important;
	font-size: 16px;
}
.text_gap{
	margin-bottom: 4px;
}
.left_coursenew{
	width: 48%;
	float: left;
}
.courseDetails2 li{
	width: 100%;
	float: left;
}
.courseDetails2 li:hover{
	background: #eff7f9 !important;
}

.left_coursenew p{
	line-height: 18px;
    margin-bottom: 10px;
    padding-left: 30px;
}

/**************Home Page Ends************************/

@media all and (min-width: 992px) {

  .dropdown-menu li{
    position: relative;
  }
  .dropdown-menu .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .dropdown-menu .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
} 
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
    margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

} 
/* ============ small devices .end// ============ */
/**************PHP Web Development Starts********************/

.left_course{
  width: 33%;
  float: left;
	    margin-right: 2px;
}

.course_area_1{
  width: 100%;
  float: left;
}
.innerSubhead2{
  float: left;
}
.left_course .iFont {
  margin-right: 5px; 
}
.left_course p{
  margin-bottom: 0;
	font-size: 16px;
	padding-left: 28px;
}
.module_heading{
	margin-bottom: 15px;
    float: left;
    width: 100%;
    margin: 15px 0;
    background: #6aaeff;
    padding: 5px 8px;
    color: #fff !important;
}
.iFont{
	position: absolute;
	left: 5px;
}
.l_course_big{
	width: 100%;
	
}
.inner_module{
	margin-top: 25px;
	float: left;
}
.imageHolder2{
	height: auto;
}
/******************Major_Traininf_Projects**********************/
.imgaeholder_inner{
	height: auto !important;
}
.logos_inner{
	margin-top: 25px;
	    float: left;

}
.left_coursenew2{
	width: 100%;
}
/***************************Testimonials*******************/
.testimonial {
  perspective-origin: 50% 50%;
  perspective: 100em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  counter-reset: bubble 0;
  overflow: hidden;
  margin: 0;
  background: #c5dfff;
  min-height: 400px;
  flex-grow: 1;
  transform: translateX(0) translateY(0) !important;
}

.testimonial .testimonials {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  height: 100%;
  transform: translateZ(calc(var(--distance) * -1));
  transform-style: preserve-3d;
}

.testimonial .arrow-left,
.testimonial .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  color: #0af;
  z-index: 2;
  background: white;
  padding: 5px;
}

.testimonial .arrow-left {
  left: 0px;
}

.testimonial .arrow-right {
  right: 0px;
}

.testimonial .navigation {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 3px;
  cursor: pointer;
}

.testimonial .navigation .nav-dot {
  padding: 3px;
  background: #0af;
  border: 1px solid white;
  border-radius: 50%;
}

.testimonial .navigation .focused {
  background: white;
}

.chat-bubble {
  padding: 2em;
  width: min(400px, calc(100vw - 40px));
  box-sizing: border-box;
  background-color: white;
  border-radius: 1em;
  position: absolute;
  transform: translateX(-50%) rotateY(var(--rotation)) translateZ(var(--distance));
  transition: filter 1s ease;
  backface-visibility: hidden;
  pointer-events: none;

}

.chat-bubble.focused {
  filter: blur(0px);
  pointer-events: auto;
}

.chat-bubble i {
  font-size: 30px;
  color: #aaa;
  margin-bottom: 0.5em;
}

.chat-bubble .person {
  display: grid;
  grid-template: auto auto/auto 1fr;
  grid-column-gap: 0.4em;
  margin-top: 1em;
}

.chat-bubble .person .img {
  grid-row: 1/-1;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.chat-bubble .person .name {
  font-weight: bold;
  align-self: end;
}

.chat-bubble .person .role {
  align-self: start;
}

.chat-bubble .content {
  white-space: pre-wrap;
  position: relative;
  max-height: 175px;
  padding: 5px 0;
  overflow-y: auto;
}

.chat-bubble .content:w .truncated::after {
  content: "";
  position: absolute;
  height: 3em;
  width: 3em;
  background-image: black;
  top: 0;
  left: 0;
}

.chat-bubble::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 5%;
  width: 25px;
  height: 15px;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: inherit;
}
/*************04.01.2023*******************/
.keyCourse2{
	padding-left: 30px;
}
/*******************02.03.2023**************/
.socialMediaText{
	text-align: right;
	font-size: 25px;
	margin-right: 10px;
	margin-top: 15px;
}
.socialMediaText a{
	padding: 0 2px 0 10px;
	color: #fff;
}
/***********************14.03.2023******************/
.normalBlackText{
	color: #212529;
}
/*.facbookIcon{
	color: #3b5998;
}
.instaIcon{
	color:#feda75;
}
.twitterIcon{
	color: #00acee;
}
.linkedinIcon{
	color: #0A66C2;
}
*/