body{
  font-family: 'Poppins';
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  font-size: 14px;
  color: #6D6D6D;
  background: #F9F9F9;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a{
	text-decoration: none !important;
	outline: none !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-bigger {
  max-width: 100%;
}

@media (min-width: 1300px) {
  .container-bigger {
    max-width: 1300px;
  }
}

.d-new{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.d-align{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.d-new-a{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
a{
	transition: all 0.3s linear;
}
p{
    line-height: 30px;
}
/*------------------ Home Page Css Start ------------------*/
header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 17px 0px;
    background: #FBFBFB;
    z-index: 10;
}
header.active,.process_header.active{
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.07);
    -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.07);
    -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.07);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.07);
}
.header_process{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.logo{
    position: relative;
    z-index: 2;
}
.logo a{
    display: block;
}
.logo img {
    width: 158px;
    margin-left: 22px;
}
.header_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu {
  padding-top: 3px;
}
.menu > ul > li{
  margin-right: 31px;
}
.menu > ul > li:last-child{
    margin-right: 0px;
}
.menu > ul > li > a{
    font-weight: 500;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
  z-index: 2;
}
.menu > ul > li > a:before{
    position: absolute;
    content: "";
    height: 3px;
    bottom: -15px;
    left: 0px;
    right: 0px;
    background: transparent;
}
.menu > ul > li:hover > a:before{
    background: #3A95F8;
}
.menu > ul > li > a:hover{
    color: #3A95F8;
}
.menu > ul > li.hasMenu > a:after{
    position: relative;
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 11px;
    font-weight: 600;
}
.header_mobile{
    display: flex;
    align-items: center;
    margin-left: 68px;
    position: relative;
    z-index: 1;
}
.header_phone{
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
  letter-spacing: 0.2px;
}

.header_phone img {
    margin-right: 8px;
    width: 16px;
    padding-top: 3px;
}

.header_phone:hover{
    color: #3A95F8;
}
.header_mobile {
  margin-right: 7px;
}

.header_mobile .btn-gray {
  transform: translate(2px,2px);
  font-size: 12px;
  letter-spacing: -0.3px;
}

.btn{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    height: 50px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    padding: 0px 33px;
    font-weight: 600;
    font-size: 18px;
}
.btn-gray{
    background: #EBEBEB;
    font-size: 15px;
    height: 32.7px;
    padding: 0px 14.3px 0px 15.3px;
    color: #0C0C0C;
}
.btn-gray:hover{
    background: #3A95F8;
    color: #fff !important;
}
.mt-122{
    margin-top: 122px;
}
.banner{
    background: #F9F9F9;
}
.home_logo{
    padding: 7px 0px 0;
}

.home_logo_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    /* max-width: 1370px; */
    margin: auto;
    padding-left: 22px;
    margin-top: -14px;
    letter-spacing: -0.8px;
}

.home_logo_inner h6 {
  font-size: 18px;
  line-height: 35px;
  margin-right: 22px;
}

.home_logo_list ul{
    display: flex;
    align-items: center;
}
.home_logo_list li{
    width: 16.66%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 132px;
}
.home_logo_list li img{
    max-width: 100%;
    max-height: 100%;
}
.communication_outer{
    overflow: hidden;
}

.communication_img {
  margin-left: -30px;
  width: 644px;
}

.communication_img img{
    width: 100%;
}
.communication_inner{
    display: flex;
    flex-wrap: wrap;
}

.title h1,.title h2,.title h3{
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  color: #000;
  padding-top: 7px;
  letter-spacing: 0.5px;
}

.communication_info {
  position: relative;
  z-index: 1;
  width: calc(100% - 600px);
  margin-left: -23px;
}

.communication_info p{
  margin-top: 25px;
  line-height: 27px;
  font-size: 16px;
}

.title h4,.title h5{
    margin-top: 24px;
    font-size: 18px;
    color: #6D6D6D;
    line-height: 33px;
}

.support_outer {
    margin: 44px 0px 36px;
}

.support_outer .title h3 {
  padding-left: 15px;
}

.support_list{
  margin-top: 37px;
}

.support_list ul{
    display: flex;
    flex-wrap: wrap;
}

.support_list li{
  width: calc(20% - 24px);
  margin-left: 24px;
  margin-bottom: 20px;
}

.support_list li:nth-child(5n + 1){
    margin-left: 0px;
}

.support_item {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
  padding: 45px 30px 30px 30px;
  -webkit-box-shadow: 0px 12px 26px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 12px 26px rgba(0,0,0,0.16);
  -ms-box-shadow: 0px 12px 26px rgba(0,0,0,0.16);
  box-shadow: 0px 12px 26px rgba(0,0,0,0.16);
  position: relative;
}

.support_item:hover {
  background: #3A95F8;
}

.support_item:after{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.support_item:hover:after{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    background: #3A95F8;
}

.support_img {
  height: 82.3px;
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
}

.support_img img {
  max-height: 100%;
  max-width: 100%;
}

.support_item:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.support_item h2 {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  min-height: 73px;
  display: block;
  color: #121212;
  letter-spacing: -0.6px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.support_item:hover h2 {
  color: #fff;
}

.support_arrow_icon{
  position: relative;
  z-index: 1;
  margin-top: 15px;
  text-align: center;
}

.graph_outer{
    margin-bottom: 73px;
}

.graph_outer .title h3 {
  font-size: 34px;
  line-height: 50px;
  letter-spacing: 0.4px;
  padding-left: 13px;
}

.graph_outer .title h5 {
  padding-left: 13px;
  letter-spacing: 0.2px;
}

.graph_list_outer{
    margin-top: 50px;
}
.graph_list{
  margin-bottom: 19px;
  display: block;
  cursor: default;
}
.graph_list[href] {
  cursor: pointer;
}
.graph_head{
    display: flex;
    align-items: center;
}

.mb-13 {
  margin-bottom: 13px;
}

.mt-26{
    margin-top: -26px;
}
.graph_head_img{
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.graph_head_img:after{
    position: absolute;
    content: "";
    right: -20px;
    top: 0px;
    width: 0; 
    height: 0; 
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 20px solid transparent;
}
.graph_head_img img{
    max-width: 100%;
    max-height: 100%;
    margin-left: 7px;
}
.bg_blue{
    background: #126CF2;
}
.bg_blue:after{
    border-left-color: #126CF2 !important;
}
.bg_orange{
    background: #FF4A1C;
}
.bg_orange:after{
    border-left-color: #FF4A1C !important;
}
.bg_green{
    background: #47CB00;
}
.bg_green:after{
    border-left-color: #47CB00 !important;
}
.bg_pink{
    background: #9812D1;
}
.bg_pink:after{
    border-left-color: #9812D1 !important;
}
.graph_head h4{
    margin-left: 34px;
    font-size: 18px;
    line-height: 36px;
    color: #0C0C0C;
}
.graph_head h4 span{
    color: #828282;
}
.graph_img_desktop img,.graph_img_mobile img{
    width: 100%;
}
.graph_img_mobile{
    display: none;
}

.audience_outer {
    display: flex;
    flex-wrap: wrap;
    background: #3A91EF;
}

.audience_img,
.audience_info {
  width: 50%;
  overflow: hidden;
}

.audience_info{
    display: flex;
    align-items: center;
}
.audience_img img{
  height: 298px;
}

.audience_text h3{
  font-size: 34px;
  font-weight: 300;
  line-height: 52px;
  color: #fff;
  margin-top: -20px;
  letter-spacing: 0.3px;
}

.audience_text {
  margin: auto 0px auto auto;
  padding-right: 119px;
}

.d-mobile{
    display: none;
}
.team_outer{
    padding: 37px 0px 40px;
}

.team_list {
  margin-top: 44px;
}

.team_item {
  width: 100%;
  height: 176px;
  background: #fff;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.team_item:hover {
    background: #3A95F8;
}

.team_item p {
    margin-left: 31px;
    /* max-width: 150px; */
    font-size: 18px;
    color: #121212;
    letter-spacing: -0.6px;
    font-weight: 500;
    line-height: 20px;
}

.team_item:hover p{
    color: #fff;
}
.team_img{
    position: absolute;
    right: 13px;
    top: 10px;
    overflow: hidden;
    height: 186px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team_img img {
  height: 100%;
}

.team_item:hover .team_img{
    transform: scale(1.06) translate(-6px , -6px);
}

.audience_reverse {
  flex-direction: row-reverse;
  height: 298px;
}

@media (max-width: 767px) {
  .audience_reverse {
    height: auto;
  } 
  
  .audience_img img {
    height: auto;
  }
}

.audience_reverse .audience_text {
  margin: auto auto auto 0px;
  padding-right: 0px !important;
  padding-left: 118px;
  padding-top: 0;
}

.video_outer {
  padding: 47px 0px 55px;
}

.video_list {
  margin-top: 85px;
}

.video_item{
    position: relative;
    width: 100%;
}
.video_placehoder_img img{
    width: 100%;
}
.video_play_icon{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.24);
}

.video_play_icon img {
  cursor: pointer;
  width: 65px;
}

.video_play_icon img:hover{
    opacity: 0.8;
}

.video_more_btn {
  margin-top: 30px;
}

.btn-gray-big{
    background: #EBEBEB;
    color: #007EF5;
}
.btn-gray-big:hover{
    background: #007EF5;
    color: #fff;
}

.btn-gray-big span {
  font-size: 14px;
}

.btn-gray-big i {
  display: block;
  margin-left: 11.5px;
  font-weight: 600;
  font-size: 18px;
}

.know_outer{
    background: url(../images/know_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.know_box {
  width: 58%;
  background: #013977;
  padding: 33px 70px 38px 118px;
}

.know_box h3 {
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: -0.2px;
}

.know_box p{
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.searchBox {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.mailerlite-form-field input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mailerlite-form .mailerlite-form-field label {
  color: #fff;
}

.mailerlite-box {
  min-height: 320px;
}

.mailerlite-subscribe-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mailerlite-form-field input,
.form-control{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border: 0px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    height: 40px;
    padding: 0px 20px;
}

.searchBox .mailerlite-form-field input,
.searchBox .form-control {
  width: calc(100% - 180px);
  margin-right: 19px;
  height: 33px;
  font-size: 14px;
}

.mailerlite-subscribe-submit,
.btn-black{
    background: #0C0C0C;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.btn-black i{
    font-size: 22px;
    margin-left: 13.6px;
}

.mailerlite-subscribe-submit:hover,
.btn-black:hover{
    background: #EBEBEB;
    color: #007EF5;
    display: inline-flex;
}

.searchBox .mailerlite-subscribe-submit, 
.searchBox .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 34px;
  font-size: 14px;
}

.serachChk{
    margin-top: 30px;
}
.chk {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.chk .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 4px;
}
.chk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chk input:checked~.checkmark:after {
    display: block;
}
.chk .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #007EF5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact_form .wpcf7-list-item {
  margin: 0;
}

.contact_form input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.contact_form .wpcf7-list-item-label {
  padding-left: 10px;
  transform: translateY(-3px);
  display: inline-block;
}

.contact_form textarea {
  padding: 10px 20px;
}

.home_contact_outer {
  padding-top: 60px;
}

.home_contact_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home_contact_img {
  width: 656px;
}

.home_contact_img img{
    width: 100%;
}

.home_contact_info {
  width: calc(100% - 799px);
  padding-left: 32px;
  margin-top: -22px;
}

.home_contact_info li{
    margin-top: 33px;
}
.home_contact_info li:first-child{
    margin-top: 24px;
}

.home_contact_info p {
  font-size: 16px;
  line-height: 33px;
  color: #6D6D6D;
}

.home_contact_info a{
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 31px;
}

.home_contact_info li:first-child a{
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
}

.home_contact_info a:hover{
    color: #3A95F8;
}

.home_contact_icon {
  width: 28px;
}

.home_contact_icon img{
    max-width: 100%;
}
.home_contact_info span{
    width: calc(100% - 35.55px);
    padding-left: 20.5px;
}
footer{
    background: #4D4D4D;
    padding: 111px 0px 160px;
}
.footer_inner{
    max-width: 1030px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
.footer_logo{
    width: 215px;
}
.footer_logo img{
    max-width: 100%;
}
.footer_add{
    margin-left: 62px;
}
.footer_add p,.footer_contact p{
    color: #fff;
    font-weight: 300;
    line-height: 31px;
}
.footer_contact{
    padding-left: 63px;
}
.footer_contact h6{
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: 31px;
}
.footer_socail{
    border-left: 1px solid #fff;
    margin-left: 64px;
    padding-left: 48px;
    display: flex;
    align-items: center;
}
.footer_socail ul{
    display: flex;
    align-items: center;
}
.footer_socail a{
    display: block;
    color: #fff;
    margin-right: 34.3px;
    font-size: 25px;
}
.footer_socail a:hover{
    color: #3A95F8;
}
.footer_socail li:last-child a{
    margin-right: 0px;
}
/*------------------ Home Page Css End ------------------*/

.has-ul ul {
  margin-top: 10px;
}

.has-ul ul li::before {
  position: absolute;
  content: "•";
  left: 0px;
  top: 0px;
  color: rgb(0, 126, 245);
  font-size: 24px;  
}

.has-ul ul li {
  line-height: 29px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  color: #6D6D6D;
}

/*------------------ Aktren offer template Page Css Start ------------------*/
.temp_outer{
    padding-left: 70px;
}
.temp_inner{
    display: flex;
    flex-wrap: wrap;
}

.temp_img {
  width: 471px;
}

.temp_img img{
    width: 100%;
}

.temp_info {
  width: calc(100% - 471px);
  padding-right: 18px;
  padding-top: 42px;
}

.temp_feature{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.temp_feature_item{
    width: 50%;
    display: flex;
    align-items: center;
}
.temp_feature_item p {
  margin-left: 23px;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #121212;
}

.temp_feature_img {
  width: 42px;
}

.temp_feature_img img {
  max-width: 100%;
}

.effect_outer{
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
}

.effect_list {
  width: 700px;
}

.effect_list h3 {
  font-size: 26px;
  line-height: 41px;
  font-weight: 600;
  color: #000;
}

.point_list li{
    line-height: 34px;
    padding-left: 28px;
    background: url(../images/icon-checked.png);
    background-repeat: no-repeat;
    background-position: left top 11px;
}
.mt-43{
    margin-top: 43px;
}

.effect_contact {
  width: calc(100% - 700px);
  margin-top: 11px;
}

.effectBox{
    width: 312px;
    margin: auto;
}
.find_out_more{
    background: #3A91EF;
    position: relative;
    padding: 21px 52px;
    text-align: center; 
}
.find_out_more:before{
    position: absolute;
    content: "";
    width: 147px;
    height: 99px;
    background: #EEEEEE;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}
.find_out_more p{
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}
.find_out_more h6{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.find_out_more img{
    position: absolute;
    top: 13.7px;
    left: 17.3px;
}
.training_outer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 72px;
    color: #6D6D6D !important;
}
.training_outer img{
    width: 48px;
}
.play-active{
    display: none;
}
.training_outer:hover img.play-normal {
    display: none;
}
.training_outer:hover img.play-active {
    display: block;
}

.training_outer h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 15px;
}

.sub_title h1,
.sub_title h2,
.sub_title h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  color: #000;
}

.block_inner {
  margin: 140px 0px;
  display: flex;
  flex-wrap: wrap;
}

.block_left {
  width: 500px;
}

.block_info .sub_title h3 {
  font-size: 26px;
  line-height: 32px;
}

.video_record_outer{
    display: flex;
    flex-wrap: wrap;
}
.video_record_icon{
    width: 36px;
    padding-top: 12px;
}
.video_record_icon img{
    max-width: 100%;
}
.video_record_info{
    width: calc(100% - 36px);
    padding-left: 30.9px;
}
.video_record_info h6{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 37px;
}
.video_record_info p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 37px;
}
.video_record_info span{
    display: block;
    font-size: 15px;
    text-align: right;
    margin-top: 12px;
    color: #7D7D7D;
}
.block_big_img{
    margin-top: 30px;
    position: relative;
}
.block_big_img:after{
    position: absolute;
    content: "";
    top: 33px;
    left: 105px;
    width: calc(100% - 105px);
    height: calc(100% + 13px);
    background: #E9E9E9;
    z-index: -1;
}
.block_big_img img{
    width: calc(100% - 44px);
    -webkit-filter: drop-shadow(0px 4px 23px rgba(0,0,0,0.11));
    filter: drop-shadow(0px 4px 23px rgba(0,0,0,0.11));
}
.block_info{
    width: calc(100% - 500px);
    padding-left: 50px;
}
.block_info p{
    margin-top: 40px;
    color: #000;
}
.training_program_outer{
    background: #EEEEEE;
    padding: 45px 0px 65px;
}
.training_program_list{
    margin-top: 63px;
}
.point_list_normal li{
    line-height: 29px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    color: #0C0C0C;
}
.point_list_normal li:before{
    position: absolute;
    content: "•";
    left: 0px;
    top: 0px;
    color: #007EF5;
    font-size: 24px;
}
.authority_outer{
    background: #3A91EF;
}

.authority_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}

.authority_img{
    width: 505px;
}
.authority_img img{
    width: 100%;
}
.authority_info{
    width: calc(100% - 605px);
    padding-left: 110px;
}

.sub_text {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  line-height: 42px;
}

.carry_outer{
    padding: 147px 0px 70px;
}
.carry_tab{
    margin-top: 56px;
}
.carry_tab ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.carry_tab li{
    width: calc(50% - 8px);
}
.carry_tab li a{
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    color: #121212;
    position: relative;
}
.carry_tab li.active a{
    background: #fff;
}
.carry_tab_text{
    display: flex;
    align-items: center;
}
.carry_tab_text span{
    margin-left: 32.8px;
}
.tab_arrow{
    position: absolute;
    right: 55.4px;
}
.carry_tab_body{
    background: #fff;
    padding: 38px 30px 45px 36px;
}

.carry_tab_body_text h6 {
  font-size: 22px;
  line-height: 28px;
  color: #0C0C0C;
}

.carry_tab_body_text h6 span{
    color: #828282;
    font-weight: 300;
}
.carry_tab_body_text img{
    max-width: 100%;
    margin-top: 28px;
}
.carry_tab_info{
    display: none;
}
.carry_tab_info.active {
    display: block;
}
.specification_outer{
    padding: 70px 0px 99px;
}
.specification_item{
    margin-top: 65px;
}
.sub_text_head{
    font-size: 27px;
    font-weight: 600;
    color: #000;
    margin-bottom: 57px;
    position: relative;
}
.sub_text_head:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -25px;
    width: 63px;
    height: 5px;
    background: #3A95F8;
}
.specification_item p{
    max-width: 270px;
    margin-bottom: 25px;
}
.specification_item p:last-child{
    margin-bottom: 0px;
}
.specification_item li{
    display: flex;
    align-items: center;
    margin-bottom: 31.9px;
}
.specification_item li:last-child{
    margin-bottom: 0px;
}
.flag_icon{
    width: 32.56px;
}
.flag_icon img{
    max-width: 100%;
}
.specification_item li span{
    width: calc(100% - 32.56px);
    padding-left: 33.8px;
}
.hr_outer{
    margin-top: 110px;
}
.hr_item{
    max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hr_info{
    width: calc(100% - 606px);
    padding-right: 73px;
}
.hr_img{
    width: 606px;
}
.hr_img img{
    width: 100%;
}
.hr_info p{
    margin-top: 40px;
}
.btn-blue{
    background: #3A95F8;
    color: #fff !important;
    display: inline-flex;
}
.btn-blue:hover{
    background: #EBEBEB;
    color: #007EF5 !important;
}
.btn-blue i{
    font-size: 22px;
    margin-left: 15.6px;
    font-weight: 600;
}
.hr_info .btn{
    margin-top: 75px;
}
.sub_title h5{
    margin-top: 10px;
    font-size: 22px;
    line-height: 33px;
}
.effectiveness_outer{
    margin: 170px 0px 115px;
}
.effectiveness_list{
    margin: 82px auto 0px;
    max-width: 1384px
}
.effectiveness_item{
    background: #FCFCFC;
    -webkit-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    -ms-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    -o-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    padding: 47px 52.4px 46px 46px;
    width: 100%;
    margin-bottom: 47px;
}
.effectiveness_item_head{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 82px;
    position: relative;
}
.effectiveness_arrow_img{
    position: absolute;
    right: 0px;
}

.effectiveness_head_img{
    width: 70px;
}

.effectiveness_head_img img{
    max-width: 100%;
}

.effectiveness_item_head h3 {
  padding-left: 25px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #121212;
}

.mlr-21{
    margin: 0px -21px;
}
.plr-21{
    padding: 0px 21px;
}
.effectiveness_body{
    margin-top: 46.7px;
}

.effectiveness_body li {
    margin-bottom: 30px;
    display: block;
}
.effectiveness_body li a {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    color: #121212;
    display: block;
    font-weight: 500;
    background: url(../images/icon-arrow_right.svg);
    background-position: top 7px right;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.effectiveness_body li:last-child{
    margin-bottom: 0px;
}
.mh-498{
    min-height: 498px;
}

.authority_reverse {
  flex-direction: row-reverse;
  padding-left: 0px !important;
  padding-right: 0px;
}

.authority_reverse .authority_info{
    padding-left: 0px !important;
    padding-right: 0px;
}
.team_outer_other{
    padding: 145px 0px 127px;
}
.mt-78{
    margin-top: 78px;
}
.customer_opinions{
    text-align: center;
}
.customer_opinions .training_outer{
    display: inline-flex;
}
.effective_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.effective_info {
  width: calc(100% - 470px);
  padding-right: 25px;
  margin-top: 0px;
}

.effective_info h3{
    font-size: 28px;
    line-height: 41px;
    font-weight: bold;
    color: #000000;
}
.effective_info .point_list{
    margin-top: 24px;
}

.hr_according {
  max-width: 290px;
  margin-top: 40px;
  margin-left: 25px;
}

.effective_img {
  width: 470px;
  margin-top: 40px;
}

.effective_img img{
    width: 100%;
}
.question_outer{
    background: #DBDBDB;
    padding: 76px 0px;
}
.question_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.question_head{
    padding-right: 30px;
}
.question_head h3{
    font-size: 42px;
    line-height: 56px;
    font-weight: 300;
    color: #000000;
}
.question_head p{
    margin-top: 21px;
    font-size: 22px;
    color: #000000;
}
.question_form{
    width: 810px;
    position: relative;
    margin-top: 12px;
}
.question_form_input{
    display: flex;
    justify-content: space-between;
    width: 553px;
}
.question_form_input .form_input{
    width: calc(50% - 5.5px);
}
.question_form_btn{
    position: absolute;
    right: 0px;
    top: 0px;
}
.question_form_chk{
    margin: 30px 0px 20px;
}
.chk_black{
    color: #000000;
}
.link{
    color: #007EF5;
}
.question_form p{
    padding-left: 35px;
    font-size: 14px;
    line-height: 25px;
    color: #000;
}
.question_form p span{
    color: #E20128;
}
.sample_videos_outer{
    padding: 147px 0px 160px;
}
.sample_videos_outer .video_list {
    margin-top: 62px;
}
.methodologies_outer{
    padding: 146px 0px;
}
.methodologies_list{
    margin: 100px auto 0px;
    max-width: 1368px
}
.methodologies_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.methodologies_item:last-child{
    margin-bottom: 0px;
}
.methodologies_head{
    height: 170px;
    width: 400px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.methodologies_head:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 170px;
    width: 140px;
    background: #E9E9E9;
    z-index: -1;
}
.methodologies_head h3{
    font-size: 68px;
    line-height: 51px;
    color: #3A95F8;
    font-weight: 800;
}
.methodologies_info{
    width: calc(100% - 400px);
    padding-left: 15px;
}
.methodologies_info p{
    color: #6D6D6D;
}
.methodologies_info p strong{
    color: #000000;
    font-weight: 600;
}
.methodologies_head h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
}
.methodologies_item_last .methodologies_head{
    width: 550px;
}
.methodologies_item_last .methodologies_info{
    width: calc(100%  - 550px);
    padding-left: 25px;
}
.methodologies_contact{
    background: #3A91EF;
    padding: 35px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.methodologies_contact:before{
    position: absolute;
    content: "";
    left: -20px;
    width: 147px;
    height: 99px;
    bottom: -20px;
    background: #EEEEEE;
    z-index: -1;
}
.methodologies_contact span{
    max-width: 468px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.methodologies_contact h5{
    font-size: 36px;
    color: #fff;
    line-height: 49px;
    font-weight: bold;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}
.methodologies_contact img{
    position: absolute;
    max-width: 100%;
    top: 15.7px;
    left: 17.8px;
}
.faq_outer{
    padding: 0px 0px 168px;
}
.faq_list{
    max-width: 1367px;
    margin: 68px auto 0px;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
}
.faq_list li{
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-left: 5px solid transparent;
}
.faq_list li:last-child{
    border-bottom: 0px;
}
.faq_list li.active{
    border-left-color: #3A95F8;
}
.faq_head{
    padding: 10px 53px;
    background: #fff;
    display: flex;
    align-items: center;
    min-height: 110px;
    justify-content: space-between;
    cursor: pointer;
}
.faq_list li.active .faq_head{
    background: #F5F5F5;
}

.faq_head h3{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  width: calc(100% - 40px);
  padding-right: 15px;
}

.faq_arrow{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #EBEBEB;
    font-size: 22px;
    color: #3A95F8;
}
.faq_list li.active .faq_arrow{
    background: #3A95F8;
    color: #fff;
    transform: rotate(-180deg);
}
.faq_body{
    background: #F5F5F5;
    padding: 20px 53px 53px;
    display: none;
}
.mobile_temp_img{
    display: none;
}
.carry_tab_head{
    display: none;
}
/*------------------ Aktren offer template Page Css End ------------------*/
/*------------------ Aktren Offer Process template Page Css Start ------------------*/
.process_header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    top: 122px;
    background: #F9F9F9;
    z-index: 9;
}
.process_header_list ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.process_header_list ul li{
    width: calc(33.33% - 11px);
    margin-left: 16px;
}
.process_header_list ul li:first-child{
    margin-left: 0px;
}
.process_header_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #E8E8E8;
    min-height: 50px;
    font-size: 19px;
    font-weight: 500;
    color: #121212;
}
.process_header_icon{
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 8px;
}
.process_header_icon:after{
    position: absolute;
    content: "";
    right: -17px;
    top: 0px;
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 17px solid transparent;
}
.icon_active{
    display: none;
}
.pro_bg_blue .process_header_icon{
    background: #126CF2;
}
.pro_bg_blue .process_header_icon:after{
    border-left-color: #126CF2;
}
.pro_bg_blue.active .process_header_item{
    background: #126CF2;
    color: #fff;
}
.pro_bg_blue.active .process_header_icon{
    background: #fff;
}
.pro_bg_blue.active .process_header_icon:after{
    border-left-color: #fff;
}

.pro_bg_green .process_header_icon{
    background: #47CB00;
}
.pro_bg_green .process_header_icon:after{
    border-left-color: #47CB00;
}
.pro_bg_green.active .process_header_item{
    background: #47CB00;
    color: #fff;
}
.pro_bg_green.active .process_header_icon{
    background: #fff;
}
.pro_bg_green.active .process_header_icon:after{
    border-left-color: #fff;
}

.pro_bg_orange .process_header_icon{
    background: #FF4A1C;
}
.pro_bg_orange .process_header_icon:after{
    border-left-color: #FF4A1C;
}
.pro_bg_orange.active .process_header_item{
    background: #FF4A1C;
    color: #fff;
}
.pro_bg_orange.active .process_header_icon{
    background: #fff;
}
.pro_bg_orange.active .process_header_icon:after{
    border-left-color: #fff;
}

.pro_bg_pink .process_header_icon{
    background: #9812D1;
}
.pro_bg_pink .process_header_icon:after{
    border-left-color: #9812D1;
}
.pro_bg_pink.active .process_header_item{
    background: #9812D1;
    color: #fff;
}
.pro_bg_pink.active .process_header_icon{
    background: #E8E8E8;
}
.pro_bg_pink.active .process_header_icon:after{
    border-left-color: #E8E8E8;
}
.process_header_item span{
    padding-left: 37px;
}
.process_header_list ul li.active .icon_active{
    display: block;
}
.process_header_list ul li.active .icon_normal{
    display: none;
}
.mt-172{
    margin-top: 172px;
}

.mw-200 {
  max-width: 200px;
}

.mw-220 {
  max-width: 220px;
}

.process_outer{
    padding: 23px 0px 50px;
}
.process_graph img{
    max-width: 100%;
}
.graph_specific{
    margin: auto;
    max-width: 1556px;
}
.graph_specific_outer{
    margin: 0px auto 0px;
    display: flex;
    flex-wrap: wrap;
}
.process_graph {
    margin-top: 56px;
}

.graph_specific_left {
  width: calc(100% - 425px);
  padding-right: 30px;
}

.graph_specific_left h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 41px;
  color: #126CF2;
  margin-bottom: 24px;
}

.graph_specific_left ul li{
    color: #000;
}

.graph_specific_right h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.graph_specific_right ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.graph_specific_right {
  width: 425px;
}

.graph_specific_right li{
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}

.icon_activity {
  width: 42px;
}

.icon_activity img{
    max-width: 100%;
}

.graph_specific_right li span {
  width: calc(100% - 42px);
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.specific_more{
    margin: 50px auto 0px;
}
.specific_more p strong{
    color: #000000;
    font-weight: 600;
}
.specific_traning_outer{
    margin-top: 65px;
}

.sub_text_bold {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #000000;
}

.specific_traning_outer .sub_text_bold{
    margin-left: 40px;
}
.specific_traning_list{
    margin-top: 46px;
}
.specific_traning_item{
    position: relative;
    min-height: 170px;
    background: #FCFCFC;
    -webkit-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    -ms-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    -o-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    width: 100%;
    box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
    margin-top: 28px;
    padding: 34px 28.5px 28.3px 37px;
}
.specific_traning_item:hover{
    background: #3A95F8;
}

.specific_traning_item h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #121212;
}

.specific_traning_item:hover h3{
    color: #fff;
}
.specific_traning_arrow{
    position: absolute;
    bottom: 28.3px;
    right: 28.5px;
}
.specific_traning_item:hover .specific_traning_arrow img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.offermenu{
    position: absolute;
    right: 63px;
    bottom: 63px;
}
.offermenu_head{
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.offermenu_head i{
    margin-left: 5px;
    font-size: 20px;
    font-weight: 500;
}
.journey_outer{
    display: flex;
    flex-wrap: wrap;
    background: #3A91EF;
}
.journey_img{
    width: 50%;
    background: #000;
    text-align: center;
}
.journey_img img{
    max-width: 100%;
}
.journey_info{
    width: 50%;
    display: flex;
    align-items: center;
}
.journey_text{
    max-width: 821px;
    padding: 10px 15px 10px 107px;
}

.journey_text h5 {
  margin-top: 48px;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  line-height: 46px;
}

.see_also_outer{
    margin-top: 82px;
}
.process_header_list{
    margin-top: 45px;
}
/*------------------ Aktren Offer Process template Page Css End ------------------*/
/*------------------ Aktren Schedule Page Css Start ------------------*/
.schedule_outer {
  padding: 13px 0px 59px;
}

.schedule_table {
  margin-top: 47px;
}

.schedule_head{
    background: #EEEEEE;
    padding: 30px 54px 30px 59px;
}
.schedule_body{
    background: #fff;
    padding: 0px 54px 0px 59px;
}
.schedule_body li{
    padding: 22px 0px 10px;
    min-height: 172px;
    border-bottom: 1px solid #ABABAB;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.schedule_body li:last-child{
    border-bottom: 0px;
}
.schedule_title span{
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0px 15px;
    font-size: 16px;
    display: inline-block;
}
.bg_green_dark{
    background: #00B857;
}
.bg_orange_dark{
    background: #FF572C;
}
.schedule_title h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}

.schedule_date {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 365px;
}

.schedule_date_part {
    width: 180px;
    padding-right: 20px;
}
.schedule_date_item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.schedule_date_item:last-child{
    margin-bottom: 0px;
}
.schedule_date_icon{
    width: 30.67px;
    text-align: center;
}
.schedule_date_icon img{
    max-width: 100%;
}
.schedule_date_item span{
    margin-left: 12px;
    font-weight: 500;
    line-height: 33px;
    color: #000;
}

.schedule_price h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}

.schedule_price h4 span{
    display: inline-block;
    margin-left: 12px;
    font-size: 18px;
    font-weight: normal;
    color: #ABABAB;
}

.schedule_title{
  width: 360px;
  padding-right: 20px;
}

.schedule_price {
    width: 180px;
    padding-right: 20px;
}

.schedule_btn .btn {
  font-size: 12px;
  padding: 0 14px;
  height: 40px;
}

/*------------------ Aktren Schedule Page Css End ------------------*/
/*------------------ Subemnu Section Css Start ------------------*/
.toggleMenu{
    display: none;
}
.subMenu{
    position: absolute;
    top: 64px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 1;
    -webkit-box-shadow: 6px 10px 12px rgba(0,0,0,0.16);
    -moz-box-shadow: 6px 10px 12px rgba(0,0,0,0.16);
    -ms-box-shadow: 6px 10px 12px rgba(0,0,0,0.16);
    -o-box-shadow: 6px 10px 12px rgba(0,0,0,0.16);
    box-shadow: 6px 10px 12px rgba(0,0,0,0.16);
    display: none;
}
.subMenu:before{
    position: absolute;
    content: "";
    left: 0px;
    top: -48px;
    height: 48px;
    background: transparent;
    width: 100%;
}
.subMenu_inner {
    max-height: calc(100vh - 66px);
    overflow: hidden;
    overflow-y: auto;
}
.hasMenu:hover .subMenu{
    display: block;
}

.about_submenu {
  display: flex;
  flex-wrap: wrap;
  min-height: 425px;
}

.about_submenu_left{
    width: 400px;
    background: #F3F3F3;
    position: relative;
}
.about_submenu_left:before{
    position: absolute;
    content: "";
    left: -200%;
    height: 100%;
    width: 200%;
    background: #F3F3F3;
}

.about_submenu_left h2 {
  padding: 47px 37px 47px 0px;
  font-size: 43px;
  font-weight: bold;
  line-height: 57px;
  color: #B2B2B2;
}

.about_submenu_right{
  width: calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
}

.about_submenu_list {
  width: calc(100% - 308px);
  padding: 47px 37px 30px 37px;
}

.about_submenu_list a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 25px;
}

.about_submenu_list a:before{
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #3A95F8;
    border-radius: 50%;
    left: 0px;
    top: 14px;
}
.about_submenu_list a:hover{
    color: #3A95F8;
}
.about_submenu_img{
    width: 308px;
}
.about_submenu_img img{
    width: 100%;
}
.offer_submenu{
    display: flex;
    flex-wrap: wrap;
}

.offer_submenu_left {
  width: 245px;
  background: #F3F3F3;
  position: relative;
  padding: 15px 20px 35px 0px;
}

.offer_submenu_left:before{
    position: absolute;
    content: "";
    top: 0px;
    left: -200%;
    width: 200%;
    background: #F3F3F3;
    height: 100%;
}

.offer_submenu_left h3 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}

.offer_submenu_left ul {
  margin-top: 24px;
}

.offer_submenu_left li {
  margin-bottom: 18px;
}

.offer_submenu_left li:last-child{
    margin-bottom: 0px;
}

.timetable_item {
  margin-top: 42px;
}

.timetable_icon {
  width: 35px;
}

.offer_submenu_img h5.font-23 {
  font-size: 14px;
  line-height: 22px;
}

.path_item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
}

.path_icon {
  height: 34px;
  width: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;
}

.path_icon:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid transparent;
}

.path_icon img {
  width: 18px;
}

.path_item span{
  width: calc(100% - 50px);
  padding-left: 20px;
}

.dedicated_path {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.dedicated_path_icon {
  height: 34px;
  width: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 7px;   
  background: #fff;
}

.dedicated_path_icon:after {
  position: absolute;
  content: "";
  right: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #fff;
}

.dedicated_path_icon img {
  width: 18px;
}

.dedicated_path span {
  width: calc(100% - 35px);
  padding-left: 14px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin-top: 12px;
}

.offer_submenu_right{
    width: calc(100% - 245px);
    display: flex;
    flex-wrap: wrap;
}

.offer_submenu_list {
  width: calc(100% - 308px);
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap; 
}

.offer_submenu_list_item{
    width: 58%;
    padding-right: 30px;
}
.offer_submenu_list_item:last-child{
    padding-right: 0px;
    width: 42%;
}
.offer_menu_item{
    margin-bottom: 23px;
}
.offer_menu_item:last-child{
    margin-bottom: 0px;
}

.offer_menu_item h6 {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.offer_menu_item h6:first-child{
    margin-top: 4px;
}
.offer_menu_item h6 span{
    color: #3A95F8;
}
.offer_submenu_img{
    width: 308px;
}
.offer_submenu_img_item img{
    width: 100%;
}

.offer_menu_item h5.font-23 {
  font-size: 16px;
  line-height: 20px;
}

.timetable_item{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 62px;
}
.timetable_info{
    padding-left: 24px;
}
.font-23{
    font-size: 23px;
    color: #000;
    font-weight: 600;
    line-height: 32px;
}

.timetable_info p {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
}

.timetable_item:hover .font-23,.timetable_item:hover p{
    color: #469EFF;
}
.offer_menu_item ul{
    margin-top: 11px;
}

.offer_menu_item .subBody a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  padding-left: 14px;
}

.offer_menu_item .subBody a.btn-gray {
  transform: translate(2px,2px);
  font-size: 12px;
  letter-spacing: -0.3px;
  height: 24px;
}

.offer_menu_item .subBody li a:hover{
    color: #3A95F8;
}

.offer_menu_item .subBody li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  height: 5px;
  width: 5px;
  background: #3A95F8;
  border-radius: 50%;
}

.subBody .btn{
    margin-top: 12px;
}
/*------------------ Subemnu Section Css End ------------------*/
/*------------------ Banner Section Css Start ------------------*/
.banner{
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}

.banner.mt-122 {
  margin-top: 112px;
}

.banner_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.banner_text {
    width: 670px;
    padding: 15px 0px 56px 22px;
}
.banner_img{
    display: none;
}

.banner_text h6{
  font-size: 16px;
  line-height: 49px;
  color: #000;
  letter-spacing: 0.2px;
  transform: translate(0px,-3px);
}

.banner_text h1{
    margin-top: 17px;
    font-size: 43px;
    font-weight: bold;
    line-height: 57px;
    color: #000;
    letter-spacing: -0.4px;
}

.banner_text .btn{
  margin-top: 30px;
  padding: 0 22px;
  font-size: 17px;
}

.banner_video{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}
.star p{
    margin-left: 39px;
    color: #000000;
}
.star_list{
    margin-left: 12px;
}
.star_list i{
    font-size: 14px;
}
.star_list .star_orange{
    color: #E7711B;
  margin-right: -1px;
}
.banner_video a{
    color: #1A0DAC;
    display: inline-block;
    padding-left: 13px;
    letter-spacing: 0.5px;
}

.hero-img {
  position: absolute;
  height: 100%;
  left: 607px;
}

/*------------------ Banner Section Css End ------------------*/
/*------------------ About US 1 Page Css Start ------------------*/
.about_item_text{
    width: calc(100% - 472px);
    padding-right: 87px;
    padding-left: 70px;
}
.about_item_img{
    width: 472px;
}
.about_item_img img{
    width: 100%;
}
.about_services_item{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about_services_head{
    position: relative;
    padding-left: 55px;
    width: 495px;
    height: 160px;
    display: flex;
    align-items: center;
}
.about_services_head:before{
    position: absolute;
    content: "";
    width: 110px;
    left: 0px;
    top: 0px;
    height: 100%;
    background: #E9E9E9;
    z-index: -1;
}
.about_services_head h2{
    font-size: 98px;
    font-weight: 800;
    color: #3A95F8;
    position: absolute;
    top: -35px;
    left: -30px;
    line-height: 85px;
    font-family: 'Open Sans';
}
.about_services_head h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #000;
}
.about_services_info{
    width: calc(100% - 495px);
    padding-left: 85px;
}
.about_services_info p{
    margin-bottom: 25px;
}
.about_services_info p:last-child{
    margin-bottom: 0px;
}
.about_services_info p strong{
    color: #0C0C0C;
}
.about_services_full .about_services_head{
    width: 100%;
}
.about_services_full .about_services_info{
    width: 100%;
    max-width: 1528px;
    margin: 41px auto 0px;
    padding: 0px !important;
}
.preparation_training_outer{
    padding: 67px 0px;
}

.feature_item {
  margin-top: 70px;
  width: 100%;
  background: url(../images/block_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 20px 40px 20px 20px;
  position: relative;
}

.feature_item h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}

.feature_item p {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.mlr-7{
    margin: 0px -7.5px;
}
.plr-7{
    padding: 0px 7.5px;
}
.mt-170 {
  margin-top: 120px;
}
.mt-230 {
  margin-top: 150px;
}
/*------------------ About US 1 Page Css End ------------------*/
/*------------------ Team List Page Css Start ------------------*/
.team_info_item{
    padding: 30px 0px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.team_info_head{
    width: 450px;
    padding-left: 30px;
}
.team_info_text{
    width: calc(100% - 450px);
    padding-left: 94px;
}
.team_info_text .training_outer{
    margin-top: 48px;
}
.team_list_bottom{
    padding: 60px 0px 90px;
}
.team_list_bottom .team_list{
    margin-top: 35px;
}
/*------------------ Team List Page Css End ------------------*/
/*------------------ Team Single Page Css Start ------------------*/
.team_single_outer{
    display: flex;
    flex-wrap: wrap;
    padding: 48px 0px 85px;
}

.team_member_img{
  width: 300px;
}

.team_img_tab ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team_img_tab ul li{
    width: calc(50% - 16px);
}
.team_img_tab ul li a{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 0px 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 43px;
    color: #8E8E8E;
    background: #E8E8E8;
    position: relative;
}
.team_img_tab ul li.active a{
   background: #3A95F8;
   color: #fff;
  z-index: 2;
}
.team_img_tab ul li:first-child a:after{
    position: absolute;
    content: "";
    right: -32px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 43px solid #E8E8E8;
    border-right: 32px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team_img_tab ul li:first-child.active a:after{
    border-bottom-color: #3A95F8;
}
.team_img_tab ul li:last-child a:after{
    position: absolute;
    content: "";
    left: -16px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 21.5px solid transparent;
    border-right: 16px solid #E8E8E8;
    border-bottom: 21.5px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team_img_tab ul li:last-child.active a:after{
    border-right-color: #3A95F8;
}
.team_img_info{
    display: none;
}
.team_img_info img{
    width: 100%;
}
#tab1.team_img_info{
    display: block;
}

.team_graph {
  margin-top: 29px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0px;
}

.team_graph_img img {
  max-width: 65px;
}

.team_graph .training_outer {
  margin-left: 30px;
  max-width: 203px;
}

.team_info {
  width: calc(100% - 660px);
  padding: 0px 30px;
}

.team_name h1{
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #000000;
}
.team_name h1 span{
    font-weight: normal;
}
.team_block{
    margin-top: 25px;
}

.team_block h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

.team_block .point_list_normal{
    margin-top: 10px;
}
.team_block .point_list_normal li{
    color: #6D6D6D;
}
.team_block p{
    margin-top: 12px;
}

.team_sidebar {
  width: 360px;
  margin-top: 52px;
}

.teamBox{
    background: #EEEEEE;
    padding: 24px 24px 11px 35px;
    margin-bottom: 22px;
}
.teamBox h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    margin-bottom: 16px;
}
.teamBoxbody .point_list_normal li {
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
}
.teamBoxbody .point_list_normal li span{
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #007EF5;
    line-height: 20px;
}
.teamBoxbody .point_list_normal li::before {
    font-size: 16px;
    top: 1px;
}
.team_profile li{
    display: flex;
    flex-wrap: wrap;
}
.team_profile li label{
    margin-bottom: 0px;
    width: 80px;
    color: #0C0C0C;
    font-size: 15px;
    font-weight: 500;
}
.team_profile li label.color_blue{
    color: #007EF5;
}
.team_profile li span{
    width: calc(100% - 80px);
    padding-left: 4px;
    color: #6D6D6D !important;
}
.team_back{
    margin: 45px 0px 65px;
}

.team_back a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 27px;
  color: #000000;
  min-width: 200px;
}

.team_back a:hover{
    color: #3A95F8;
}
.team_back a img{
    margin-right: 18.4px;
}
.team_name_mobile,.user_graph_text{
    display: none;
}
/*------------------ Team Single Page Css End ------------------*/
/*------------------ Video Page Css Start ------------------*/
.video_box {
  padding: 10px 0px 90px;
}

.video_list .video_item{
    margin-bottom: 50px;
}
.video_img{
    position: relative;
}
.video_item h3 {
  margin-top: 26px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 36px;
  position: relative;
  padding-bottom: 24px;
}

.video_item h3:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 5px;
  background: #3A95F8;
  width: 63px;
}
/*------------------ Video Page Css End ------------------*/
/*------------------ Logo Page Css Start ------------------*/
.client_logo_head {
  padding: 55px 0px 119px;
}

.client_logo_outer {
  background: #fff;
  padding-bottom: 30px;
}

.client_title {
    background: #EEEEEE;
    padding: 29px 15px;
}
.client_title h2{
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
.client_logo_list ul{
    display: flex;
    flex-wrap: wrap;
}
.client_logo_list li{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5%;
    padding: 0px 5px;
    margin-top: 20px;
}
.client_logo_list li img{
    max-width: calc(100% - 20px);
    max-height: 100%;
}
.mt-16{
    margin-top: 16px;
}
/*------------------ Logo Page Css End ------------------*/
/*------------------ Join Us Page Css Start ------------------*/
.join_outer {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.join_img {
  width: 592px;
  margin-left: -55px;
}

.join_img img {
  width: 100%;
}

.join_info {
  width: calc(100% - 540px);
  padding-left: 65px;
}

.join_info .title{
    margin-bottom: 77px;
}

.join_info p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 28px;
}

.join_info .btn{
    margin-top: 35px;
}
/*------------------ Join Us Page Css End ------------------*/
/*------------------ Offer Page Css Start ------------------*/
.offer_outer{
    padding: 0px 0px 90px;
}
.title h6{
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    color: #121212;
    margin-top: 13px;
}
.title h6 span{
    color: #3A95F8;
}

.offer_list {
  margin-top: 34px;
}

/*------------------ Offer Page Css End ------------------*/
/*------------------ Process Board Member Page Css Start ------------------*/
.process_board_outer{
    padding: 43px 0px 54px;
}
.process_board_inner{
    max-width: 1556px;
    margin: auto;
}
.board_info{
    margin-top: 6px;
}
.board_info p{
    margin-top: 50px;
}
.board_info p strong{
    color: #000000;
    font-weight: 600;
}
.manag_board{
    margin-top: 0px;
}

.green .manag_board .sub_text_bold {
  color: #47CB00;
}
.blue .manag_board .sub_text_bold {
  color: #126CF2;
}
.orange .manag_board .sub_text_bold {
  color: #FF4A1C;
}
.pink .manag_board .sub_text_bold {
  color: #9812D1;
}

.manag_process_graph {
    margin-top: 35px;
}
.manag_process_graph .process_graph {
    margin-top: 35px !important;
}
.manag_board .point_list{
    margin-top: 28px;
}

.green .point_list li {
  color: #000;
  background-image: url(../images/icon-checked-green.png);
  font-size: 18px;
  line-height: 34px;
  background-position: left top 14px;
}

.blue .point_list li {
  color: #000;
  background-image: url(../images/icon-checked-blue.png);
  font-size: 18px;
  line-height: 34px;
  background-position: left top 14px;
}

.orange .point_list li {
  color: #000;
  background-image: url(../images/icon-checked-orange.png);
  font-size: 18px;
  line-height: 34px;
  background-position: left top 14px;
}

.pink .point_list li {
  color: #000;
  background-image: url(../images/icon-checked-pink.png);
  font-size: 18px;
  line-height: 34px;
  background-position: left top 14px;
}

.competence_areas_outer{
    margin-top: 98px;
    display: flex;
    flex-wrap: wrap;
}
.competence_areas_info{
    width: calc(100% - 500px);
    padding-right: 33px;
}
.competence_areas_info h3{
    font-size: 27px;
    font-weight: bold;
    color: #000;
    line-height: 37px;
}
.competence_areas_info ul{
    margin-top: 20px;
}
.competence_areas_info li{
    line-height: 36px;
    color: #000000;
}
.competence_areas_info ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 12px;
}
.competence_areas_img{
    position: relative;
    width: 500px;
}
.competence_areas_person{
    text-align: center;
}
.competence_areas_person img{
    max-width: 100%;
}
.callus_outer{
    padding: 30px 15px;
    background: #3A91EF;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.callus_outer:before{
    position: absolute;
    content: "";
    left: -19px;
    bottom: -20px;
    background: #EEEEEE;
    width: calc(100% - 32px);
    height: calc(100% - 30px);
    z-index: -1;
}

.callus_outer h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  width: 270px;
  position: relative;
  z-index: 1;
}

.callus_outer h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
}

.callus_outer img {
  top: 15.4px;
  left: 17.3px;
  position: absolute;
  max-width: 100%;
  height: 80px;
}

.structures_process_outer{
    margin-top: 45px;
}
.structures_item{
    margin-top: 38px;
}
.structures_item h3{
    margin-bottom: 19px;
    font-weight: 500;
    line-height: 36px;
    font-size: 27px;
    color: #000;
}
.structures_item img{
    max-width: 100%;
}
.structures_process_outer strong{
    color: #000;
    font-weight: 600;
    margin-top: 66px;
    display: block;
}
.work_step{
    margin: 65px 0px 0px;
}

.work_step li {
  min-height: 185px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 50px 10px 46px;
  box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
  margin-bottom: 35px;
  position: relative;
}

.work_step_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 325px;
}

.work_step_img{
  width: 70px;
}

.work_step_img img {
  max-width: 100%;
}

.work_step_head h4 {
  padding-left: 28px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  width: calc(100% - 70px);
}

.work_step_info {
  width: calc(100% - 325px);
  padding-left: 30px;
  position: relative;
}

.work_step_info strong{
    color: #0C0C0C;
    font-weight: 600;
}
.work_step_arrow{
    position: absolute;
    right: 28.1px;
    bottom: 28.3px;
}
/*------------------ Process Board Member Page Css End ------------------*/
/*------------------ Knowledge List Page Css Start ------------------*/
.knowledge_outer {
    padding: 0px 0px 50px;
    margin-top: -20px;
}

.knowledge_inner{
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
    align-items: flex-start;
}
.sidebar{
    width: 305px;
    background: #EEEEEE;
    padding: 33px 26px 45px;
}
.searchbar{
    position: relative;
}
.searchbar .form-control{
    padding: 0px 60px 0px 25px;
    color: #949494;
}
.searchbar .btn{
    background: transparent;
    position: absolute;
    top: 0px;
    right: 23px;
    padding: 0px;
    border: 0px;
}

.filter_outer {
  padding: 36px 0px 0px 18px; 
}

.filter_outer h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
}

.filter_item{
    margin-top: 49px;
}
.filter_item:first-child{
    margin-top: 30px;
}
.filter_item h4{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 33px;
}
.filter_chk ul{
    margin-top: 29px;
}
.filter_chk li{
    margin-bottom: 23px;
}
.filter_chk li:last-child{
    margin-bottom: 0px;
}

.chk_black {
  color: #0C0C0C;
  font-size: 14px;
}

.content{
    width: calc(100% - 365px);
    padding-left: 56px;
}

.knowledge_list {
  margin-bottom: 20px;
}

.knowledge_list h2{
  font-size: 20px;
  margin-bottom: 13px;
}
.knowledge_item{
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}
.knowledge_img img{
    width: 100%;
    height: 206px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.knowledge_head{
    min-height: 83px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
}
.knowledge_head h3{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  overflow: hidden;
  height: 80px;
}
.knowledge_item:hover .knowledge_head h3{
    color: #3A95F8;
}

.pagination_outer {
  text-align: center;
  margin-top: 70px;
}

.pagination_outer ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_outer a,
.pagination_outer span {
    height: 34px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #0F0F0F;
    margin-left: 10px;
}

.pagination_outer li.active a,
.pagination_outer li a:hover,
.pagination_outer li span.current {
  background: #3A95F8;
  color: #fff;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
  display: block;
}

.pagination_outer li:first-child a{
    width: auto;
    margin-left: 0px;
    margin-right: 32.4px;
    background: transparent !important;
}
.pagination_outer li:last-child a{
    width: auto;
    margin-left: 32.4px;
    background: transparent !important;
}
/*------------------ Knowledge List Page Css End ------------------*/
/*------------------ Knowledge Details Page Css Start ------------------*/
.know_details_outer{
    background: #fff;
    padding: 68px 0px 88px;
}
.know_details_inner{
    display: flex;
    flex-wrap: wrap;
}
.know_content {
  width: calc(100% - 300px);
  padding-right: 45px;
}

.know_title h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  color: #0C0C0C;
}

.user_outer{
    display: flex;
    flex-wrap: wrap;
    margin: 52px 0px 44px;
    align-items: center;
}

.user_info img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.user_outer h5 {
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.15px;
  color: #000;
}

.know_date {
  display: flex;
  align-items: center;
  margin-left: 55px;
}

.know_time {
  margin-left: 45px;
}

.know_video{
    text-align: center;
    margin-top: 60px;
}
.know_video .video_item{
    max-width: 536px;
    margin: auto;
}
.mt-50{
    margin-top: 50px;
}
.mt-35{
    margin-top: 35px;
}

.mb-50 {
  margin-bottom: 50px;
}

.know_block h3{
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    line-height: 51px;
}
.know_block p{
    margin-top: 30px;
}
.testimonial{
    margin-top: 84px;
    padding: 30px 50px;
    background: #F3F3F3;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.testimonial_user{
  width: 200px;
}

.testimonial_user_img {
  width: 50px;
}

.testimonial_user_img img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.testimonial_user h4{
    padding-left: 26px;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: -0.15px;
    color: #000;
    width: calc(100% - 71px);
}

.testimonial_info {
  width: calc(100% - 200px);
  padding-left: 55px;
}

.know_social{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 51px;
}
.know_social h6{
    color: #000;
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
}
.know_social ul{
    display: flex;
    align-items: center;
}
.know_social li a{
    margin-left: 35px;
    display: flex;
    font-size: 22px;
    color: #8E8E8E;
}
.know_social li a:hover{
    color: #000;
}

.know_sidebar{
  width: 300px;
}

.knowbar{
    background: #F3F3F3;
    margin-bottom: 23px;
}
.knowbar_head{
    background: #EBEBEB;
    padding: 19px 31px;
}

.knowbar h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}

.knowbarbody{
    padding: 19px 31px;
}
.know_releated{
    padding-right: 24px;
}
.know_releated li{
    padding: 22px 0px;
    border-bottom: 1px solid #ABABAB;
    position: relative;
}
.know_releated li:first-child{
    padding-top: 0px;
}
.know_top{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.know_part{
    display: flex;
    align-items: center;
}
.know_top span{
    font-weight: 500;
    color: #000;
    line-height: 33px;
    margin-left: 13.7px;
}
.know_part + .know_part{
    margin-left: 46px;
}

.know_releated a h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 26px;
}

.know_releated a:hover h4{
    color: #3A95F8;
}
.know_icon_arrow {
    position: absolute;
    right: -37px;
    bottom: -12px;
}
.see_all_btn{
    margin-top: 52px;
    text-align: right;
    margin-right: -15px;
}
.knowbar_socail{
    margin-top: 30px;
}

.knowbar_socail a {
  margin-right: 36px;
}

.knowledge_related {
  margin: 80px 0px 20px;
}

.knowledge_related .knowledge_list{
    margin-top: 60px;
}
.know_item{
    width: 100%;
    background: #fff;
}
.know_item_img img {
    width: 100%;
    height: 237px;
    object-fit: cover;
    object-position: center;
}
.know_item_info{
    padding: 33px 21px;   
}

.know_item_info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.know_item:hover .know_item_info h3 {
  color: #3A95F8;
}

.know_item_user{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.know_item_user img{
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.know_item_user h6 {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  letter-spacing: -0.15px;
}

/*------------------ Knowledge Details Page Css End ------------------*/
/*------------------ Video Courses Page Css Start ------------------*/
.video_course_box {
  padding-left: 50px;
}

.video_course_outer {
  padding: 32px 0px 58px;
  display: flex;
  flex-wrap: wrap;
}

.video_course_info {
  width: calc(100% - 400px);
  padding-right: 62px;
}

.video_course_img {
  width: 400px;
  margin-top: -30px;
}

.video_course_img img{
    max-width: 100%;
}
.know_cont_outer{
    display: flex;
    flex-wrap: wrap;
}

.know_cont_info {
  width: 678px;
}

.know_cont_info .point_list{
    margin-top: 28px;
}
.know_cont_btn {
  width: calc(100% - 678px);
  padding-left: 17px;
  margin-top: 80px;
}

.know_cont_btn .btn {
  font-size: 14px;
}

.btn-dark-gray{
    background: #8E8E8E;
    color: #fff !important;
}
.btn-dark-gray:hover{
    background: #000;
}
.btn-dark-gray i{
    font-size: 22px;
    margin-left: 15.6px;
    font-weight: 600;
}
.know_cont_btn .btn-dark-gray{
    margin-top: 40px;
}
.block_info_outer{
    margin: 85px 0px 95px;
}
.block_info_outer h3{
    color: #000;
    font-weight: 500;
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 30px;
}
.public_speaking_item{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.public_speaking_img {
  width: 464px;
  position: relative;
}

.public_speaking_img:before{
    position: absolute;
    content: "";
    top: 33px;
    right: -44px;
    background: #E9E9E9;
    height: 100%;
    width: calc(100% - 72px);
}
.public_speaking_img img{
    width: 100%;
    -webkit-filter: drop-shadow(0px 4px 23px rgba(0,0,0,0.11));
    filter: drop-shadow(0px 4px 23px rgba(0,0,0,0.11));
}

.public_speaking_info {
  width: calc(100% - 464px);
  padding-left: 94px;
}

.public_speaking_info p{
    color: #000;
    margin-bottom: 30px;
}
.public_speaking_info p:last-child{
    margin-bottom: 0px;
}
.module_outer{
    background: #EEEEEE;
    padding: 0px 0px 70px 0px;
}

.module_inner {
  padding-left: 60px;
}

.module_item {
  margin-top: 60px;
}

.module_item h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  color: #000;
}

.module_item h3 span{
    color: #126CF2;
}
.module_item .point_list_normal{
    margin-top: 12px;
}
.module_btn_inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 74px 0px 0px;
}

.module_btn_inner .btn {
  margin: 0px 25px;
  font-size: 14px;
}
.course_include_outer{
    display: flex;
    flex-wrap: wrap;
    padding-left: 70px;
    margin: 148px 0px 160px;
}

.course_include_info{
  width: calc(100% - 612px);
  padding-right: 10px;
}

.course_include_info ul{
    margin-top: 65px;
}
.course_include_info li{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.course_include_info li:last-child{
    margin-bottom: 0px;
}
.course_include_box{
    width: 120px;
    height: 96px;
    display: flex;
    background: #E9E9E9;
    align-items: center;
    justify-content: center;
}

.course_include_box h4 {
  font-size: 40px;
  font-weight: 800;
  line-height: 51px;
  color: #3A95F8;
}

.course_include_box img{
    max-height: 100%;
    max-width: 100%;
}

.course_include_info li p {
  width: calc(100% - 120px);
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}

.course_include_img {
  width: 612px;
  background: #E9E9E9;
  height: 311px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 120px;
}

.course_include_img img{
    max-width: 100%;
}
.autor_outer{
    padding-bottom: 120px;
}
.autor_inner{
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px;
}
.author_img {
    width: 340px;
}

.author_img img {
  width: 100%;
}

.author_info {
  width: calc(100% - 340px);
  padding-left: 36px;
  margin-top: -30px;
}

.author_info .sub_title{
    margin-top: 28px;
}

.author_info h4{
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
}

.author_info p{
    margin-top: 15px;
}

.home_logo_anohter{
    padding-bottom: 44px;
}
.effective_info.mt-42{
    margin-top: 42px;
}
.mt-160{
    margin-top: 160px;
}
/*------------------ Video Courses Page Css End ------------------*/
/*------------------ Individual Training Page Css Start ------------------*/
.individual_outer {
  padding: 48px 0px 0px 0px;
}

.individual_block{
    display: flex;
    flex-wrap: wrap;
}

.individual_head {
  width: calc(100% - 500px);
  padding-right: 50px;
}

.individual_head h4{
    margin-top: 63px;
}
.individual_head .point_list{
    margin-top: 28px;
}
.individual_info{
    width: 500px;
}

.individual_info .graph_specific_right {
  width: 100% !important;
  margin-top: 45px;
}

.individual_process{
    margin-top: 68px;
}
.individual_work_step{
    margin: 50px 0px 62px;
}
.individual_item{
    margin-top: 74.8px;
}
.carry_training_outer{
    margin-top: 60px;
}
.individual_item_head{
    display: flex;
    align-items: center;
}
.individual_shape{
    height: 50px;
    width: 28px;
    position: relative;
}
.individual_shape:after{
    position: absolute;
    content: "";
    height: 0px;
    right: -15px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid transparent;
}
.bg_shape_gray{
    background: #848484;
}
.bg_shape_gray:after{
    border-left-color: #848484 !important;
}
.bg_shape_blue{
    background: #126CF2;
}
.bg_shape_blue:after{
    border-left-color: #126CF2 !important;
}
.bg_shape_pink{
    background: #9812D1;
}
.bg_shape_pink:after{
    border-left-color: #9812D1 !important;
}

.bg_shape_brown {
  background: #c88643;
}

.bg_shape_brown:after {
  border-left-color: #c88643 !important;
}

.individual_item_head h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #121212;
  padding-left: 40px;
}

.individual_item p{
    margin-top: 32px;
}
.individual_item .point_list{
    margin-top: 13px;
}
.mrl-40{
    margin: 0px -40px;
}
.prl-40{
    padding: 0px 40px;
}
.individual_item_first .point_list li{
    background-image: url(../images/icon-checked-gray.png);
}
.business_outer{
    background: #EEEEEE;
    padding: 58px 0px 53px;
}
.business_inner ul{
    padding-left: 70px;
    margin-top: 60px;
}
.business_inner ul li{
    margin-bottom: 27px;
}
.business_inner ul li:last-child{
    margin-bottom: 0px;
}
.advantages_outer{
    margin-top: 103px;
}
.advantages_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 70px;
}

.advantages_info {
  width: calc(100% - 508px);
  padding-right: 50px;
}

.advantages_info .point_list{
    margin-top: 45px;
}

.advantages_info .point_list li {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 5px;
}

.advantages_img {
  width: 508px;
}

.advantages_img img{
    width: 100%;
}

.individual_video {
  margin: 65px 0px 70px;
}

.individual_video .video_list{
    margin-top: 62px;
}
/*------------------ Individual Training Page Css End ------------------*/
/*------------------ Multimedia Presentations Page Css Start ------------------*/
.mt-10{
    margin-top: 10px !important;
}
.multimedia_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.multimedia_img {
  width: 450px;
  margin-left: -100px;
}

.multimedia_img img{
    width: 100%;
}

.multimedia_info {
  width: calc(100% - 350px);
  padding-left: 49px;
}

.multimedia_info p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 40px;
}

.multimedia_info p:last-child{
    margin-bottom: 0px;
}
.offer_support{
    padding: 59px 0px 160px;
}
.offer_support_item{
    width: 100%;
    background: #EEEEEE;
    padding: 36px 29px 38px 35px;
    margin-top: 74px;
}
.offer_support_item h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    border-left: 7px solid transparent;
    padding-left: 22px;
}
.offer_support_item p{
    margin-top: 42px;
}
.font_color_pink h3{
    color: #9812D1;
    border-left-color: #9812D1;
}
.font_color_blue h3{
    color: #126CF2;
    border-left-color: #126CF2;
}
.font_color_green h3{
    color: #47CB00;
    border-left-color: #47CB00;
}
.realizations_outer{
    padding: 54px 0px 111px;
}
.realizations_item{
    margin-top: 62px;
}
.realizations_item img{
    width: 100%;
}
.service_from_outer{
    margin-bottom: 117px;
}
.service_block{
    margin-top: 65px;
}
.service_block:first-child{
    margin-top: 85px;
}

.service_block h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 40px;
}

.service_block p{
    margin-top: 22px;
    color: #000;
}
.service_block .point_list{
    margin-top: 22px;
}
.service_block .point_list li,
.service_block.point_list li {
    color: #000;
}
.service_block .point_list li:last-child{
    /*background: none;*/
}
.costs_outer{
    background: #EEEEEE;
    padding: 58px 0px 115px;
}
.costs_inner{
    padding-left: 70px;
}
.costs_outer p{
    margin-top: 37px;
    font-size: 22px;
    color: #000;
}
.costs_outer .point_list{
    margin-top: 25px;
}
.costs_outer .point_list li{
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #000;
}
/*------------------ Multimedia Presentations Page Css End ------------------*/
/*------------------ Contact Us Page Css Start ------------------*/
.contact_outer{
  padding: 0px;
  margin-top: -40px;
}

.contact_inner {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: flex-start;
}

.contact_img{
    width: 370px;
    margin-left: 40px;
    margin-top: 16px;
}
.contact_img img{
    max-width: 100%;
}

.contact_info {
  margin-top: 50px;
  padding-left: 27px;
  width: calc(100% - 860px)
}

.contact_person h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}

.contact_person span {
  margin-top: 5px;
  font-size: 18px;
  display: block;
  color: #126CF2;
}

.contact_details {
  margin-top: 50px;
}

.contact_details li{
    margin-bottom: 30px;
}
.contact_details li:last-child{
    margin-bottom: 0px;
}

.contact_details li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}

.contact_details li a:hover{
    color: #126CF2;
}
.contact_details_img{
    width: 31.33px;
    text-align: center;
}
.contact_details_img img{
    max-width: 100%;
}
.contact_details li span{
    margin-left: 20px;
}

.contact_form {
  width: 450px;
  background: #EEEEEE;
  padding: 25px 35px;
  -webkit-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
  -ms-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
  -o-box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
  box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
}

.form_group{
    position: relative;
    margin-bottom: 26px;
}
.h-201{
    height: 201px !important;
    resize: none;
    padding: 12px 25px;
}

.contact_btn {
  margin-top: 15px;
}

.contact_btn .btn:hover{
    background: #c1c1c1;
    color: #000 !important;
}
.address_outer{
    background: #3A91EF;
    padding: 59.3px 0px 48px;
}
.address_inner{
}

.address_head {
  display: flex;
  align-items: center;
  height: 28px;
  margin-bottom: 40px;
}

.address_head img {
  max-width: 100%;
  max-height: 100%;
}

.address_head h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  margin-left: 10px;
}

.address_item p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}

.address_item p:last-child{
    margin-bottom: 0px;
}
#map{
    height: 461px;
    width: 100%;
    position: relative;
}
.address_item_center{
    margin-left: -30px;
}
.address_item_third{
    padding-left: 20px;
}
.doc_list li{
    margin-bottom: 17.8px;
}
.doc_list li:last-child{
    padding-bottom: 0px;
}

.doc_link {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}

.doc_link:hover {
  color: #fff;
  opacity: 0.8;
}

.icn_doc {
  width: 16px;
}

.icn_doc img {
  max-width: 100%;
}

.doc_link span {
  padding-left: 10px;
}

/*------------------ Contact Us Page Css End ------------------*/
.video_iframe {
    position: relative;
}
.video_iframe iframe {
    width: 100%;
    height: 500px;
    border: 0px;
    display: block;
}
.close_popup {
    position: absolute;
    top: -13px;
    right: -12px;
    height: 30px;
    width: 30px;
    background: #013977;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
}
label.error {
    color: red;
    font-size: 14px;
    margin: 3px 0px 0px;
    display: block;
    width: 100%;
}
.mb-15{
    margin-bottom: 15px;
    margin-left: 0px !important;
}
.mb-40{
    margin-bottom: 40px;
}

.bestsellers_outer{
  margin-bottom: 47px;
}

.bestsellers_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bestsellers_img {
  width: 431px;
}

.bestsellers_img img {
  width: calc(100% + 180px);
  margin-left: -107px;
  margin-top: 38px;
  max-width: 100vw;
}

.bestsellers_text {
  width: calc(100% - 431px);
  padding-left: 65px;
  margin-top: -3px;
}

.title_top{
    display: flex;
    align-items: center;
}
.title_top img{
    margin-right: 26px;
}

.bestsellers_text .title h4 {
  padding-left: 62px;
  margin-top: 13px;
}

.bestsellers_list ul{
    margin-top: 40px;
}

.bestsellers_list a {
  display: block;
  position: relative;
  font-weight: 500;
  color: #121212;
  min-height: 123px;
  box-shadow: 0px 12px 26px rgba(0,0,0,0.22);
  padding: 24px 49px 20px 37px;
  margin-bottom: 37px;
  background: #FCFCFC;
}

.bestsellers_list a h3 {
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.2px;
}

.bestsellers_list a:hover{
    background: #3A95F8;
    color: #fff;
}
.bestsellers_list a:hover .specific_traning_arrow img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.bestsellers_list li:last-child a{
    margin-bottom: 0px;
}
.bestsellers_list .specific_traning_arrow{
    bottom: 23px !important;
    line-height: 15px;
}
.hr_img_mobile{
    display: none;
}
.mt-19{
    margin-top: 22px;
}
/*@media(min-width: 1860px) and (max-width: 2200px){
  
    .banner {
        background-position: top right -170px !important;
    }
  
}
@media(min-width: 1760px) and (max-width: 1859px){
  
    .banner {
        background-position: top right -170px !important;
    }

}
@media(min-width: 1660px) and (max-width: 1759px){
    .banner {
        background-position: top right -200px !important;
    }
    .support_item {
        padding: 45px 35px 30.3px 35px;
    }
    .schedule_title {
        width: 498px;
    }
    .schedule_date_part {
        width: 270px;
    }
    .schedule_date {
        width: 540px;
    }
    .schedule_price {
        width: 200px;
        padding-right: 15px;
    }
    .schedule_body {
        padding: 0px 40px;
    }
    .schedule_head {
        padding: 40px;
    }
}
@media(min-width: 1560px) and (max-width: 1659px){

    .header_mobile {
        margin-left: 108.7px;
    }
    .offer_submenu_left {
        width: 325px;
    }
    .offer_submenu_right {
        width: calc(100% - 325px);
    }
    .path_item {
        font-size: 20px;
    }
    .offer_menu_item .subBody li a {
        font-size: 16px;
    }
    .offer_submenu_list_item {
        padding-right: 16px;
    }
    .offer_submenu_img {
        width: 365px;
    }
    .offer_submenu_list {
        width: calc(100% - 365px);
        padding: 34px 28px;
    }
    .about_submenu_left {
        width: 550px;
    }
    .about_submenu_right {
        width: calc(100% - 550px);
    }
    .about_submenu_left h2 {
        font-size: 54px;
    }
    .about_submenu_list a {
        font-size: 22px;
    }
    .about_submenu_list {
        padding: 47px 40px 30px 50px;
    }
    .title h1, .title h2, .title h3 {
        font-size: 52px;
        line-height: 71px;
    }
    .communication_info p {
        margin-top: 35px;
    }
    .banner {
        background-position: top right -200px !important;
    }
    .support_item {
        padding: 45px 30px 30.3px 30px;
    }
    .audience_img img {
        min-height: 250px;
        object-fit: cover;
    }
    .audience_text {
        width: 765px;
        padding-right: 150px;
    }
    .audience_text h3 {
        font-size: 42px;
        line-height: 58px;
    }
    .team_item {
        height: 185px;
    }
    .team_img {
       height: 230px;
       display: flex;
    }
    .team_img img{
        max-height: 100%;
    }
    .audience_reverse .audience_text {
        padding-left: 150px;
    }
    .know_box h3 {
        font-size: 36px;
    }

    .temp_outer {
        padding-left: 40px;
    }
    .temp_img {
        width: 700px;
    }
    .temp_info {
        width: calc(100% - 700px);
        padding-right: 40px;
        padding-top: 42px;
    }
    .authority_inner {
        padding-left: 100px;
    }
    .sub_text {
        font-size: 42px;
        line-height: 61px;
    }
    .authority_info {
        padding-left: 85px;
    }
    .authority_reverse {
        padding-right: 100px;
    }

    .process_header_item {
        font-size: 18px;
    }
    .process_header_item span {
        padding-left: 31px;
    }

    .schedule_title {
        width: 498px;
    }
    .schedule_date_part {
        width: 270px;
    }
    .schedule_date {
        width: 540px;
    }
    .schedule_price {
        width: 200px;
        padding-right: 15px;
    }
    .schedule_body {
        padding: 0px 40px;
    }
    .schedule_head {
        padding: 40px;
    }

    .team_info_head {
        width: 650px;
        padding-left: 40px;
    }
    .team_info_text {
        width: calc(100% - 650px);
        padding-left: 100px;
    }
    .team_sidebar {
        width: 450px;
    }
    .team_member_img {
        width: 365px;
    }
    .team_info {
        width: calc(100% - 815px);
        padding: 0px 35px;
    }
    .team_graph {
        padding-left: 10px;
    }
    .team_graph .training_outer {
        margin-left: 43px;
    }

    .know_item_img img {
        height: 217px;
    }

    .video_course_img {
        width: 540px;
    }
    .video_course_info {
        width: calc(100% - 540px);
        padding-right: 70px;
    }
    .know_cont_info {
        width: 890px;
    }
    .know_cont_btn {
        width: calc(100% - 890px);
    }
    .public_speaking_info {
        padding-left: 145px;
    }
    .course_include_info li p {
        padding-left: 48px;
        font-size: 24px;
        line-height: 39px;
    }

    .contact_form {
        width: 550px;
    }
    .contact_info {
        width: calc(100% - 1036px);
    }
}
@media(min-width: 1460px) and (max-width: 1559px){

    body{
        font-size: 17px;
    }
    .header_mobile {
        margin-left: 80.7px;
    }
    .offer_submenu_left {
        width: 300px;
        padding: 20px 20px 20px 0px;
    }
    .offer_submenu_left h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .offer_submenu_left ul {
        margin-top: 17.7px;
    }
    .path_icon,.dedicated_path_icon{
        height: 42px;
        width: 42px;
        padding-left: 2px;
    }
    .path_icon:after,.dedicated_path_icon:after{
        right: -15px;
        border-top-width: 21px;
        border-bottom-width: 21px;
        border-left-width: 15px;
    }
    .path_item span {
        width: calc(100% - 42px);
        padding-left: 27px;
    }
    .path_item {
        font-size: 18px;
        line-height: 30px;
    }
    .dedicated_path span {
        width: calc(100% - 42px);
        padding-left: 27px;
        font-size: 13px;
        line-height: 25px;
        margin-top: 10px;
    }
    .dedicated_path {
        margin-top: 40px;
    }
    .offer_submenu_right {
        width: calc(100% - 300px);
    }
    .offer_submenu_img {
        width: 300px;
    }
    .offer_submenu_list {
        width: calc(100% - 300px);
        padding: 20px;
    }
    .font-23 {
        font-size: 18px;
        line-height: 27px;
    }
    .offer_menu_item h6 {
        margin-top: 15px;
        font-size: 15px;
    }
    .offer_menu_item .subBody li a {
        font-size: 15px;
        line-height: 27px;
    }
    .offer_menu_item .subBody li a:before {
        top: 12px;
    }
    .offer_menu_item {
        margin-bottom: 15px;
    }
    .offer_menu_item ul {
        margin-top: 7px;
    }
    .timetable_info p {
        font-size: 13px;
    }
    .timetable_info {
        padding-left: 15px;
    }
    .timetable_item {
        margin-top: 30px;
    }
    .subMenu {
        top: 110px;
    }
    .subMenu_inner {
        max-height: calc(100vh - 110px);
    }
    .subBody .btn {
        margin-top: 6px;
        font-size: 13px !important;
        height: 27px;
        line-height: 27px !important;
    }
    .about_submenu_left {
        width: 500px;
    }
    .about_submenu_left h2 {
        padding: 30px 13px 20px 0px;
        font-size: 53px;
        line-height: 67px;
    }
    .about_submenu_right {
        width: calc(100% - 500px);
    }
    .about_submenu_img {
        width: 330px;
    }
    .about_submenu_list {
        width: calc(100% - 330px);
    }
    .about_submenu_list a:before {
        top: 11px;
    }
    .about_submenu {
        min-height: 400px;
    }
    .about_submenu_list a {
        font-size: 21px;
    }
    .banner_text h1 {
        font-size: 54px;
        line-height: 70px;
    }
    .btn {
        height: 45px;
        padding: 0px 25px;
        font-size: 16px;
    }
    .btn-gray {
        font-size: 15px;
        height: 32.7px;
        padding: 0px 14.3px 0px 15.3px;
    }
    .banner_text .btn {
        margin-top: 40px;
    }
    .banner_video {
        margin-top: 55px;
    }
    .star p {
        margin-left: 30px;
    }
    .star_list i {
        font-size: 18px;
    }
    .banner_text {
        width: 650px;
    }
    .banner_inner {
        height: 620px;
    }
    .banner {
        background-position: top right -150px !important;
        background-size: auto 620px !important;
    }
    .title h1, .title h2, .title h3 {
        font-size: 47px;
        line-height: 69px;
    }
    .communication_info p {
        margin-top: 25px;
        line-height: 27px;
    }
    .support_item {
        padding: 45px 25px 30.3px 25px;
    }
    .support_item h2 {
        font-size: 25px;
    }
    .audience_img img {
        min-height: 240px;
        object-fit: cover;
    }
    .audience_text {
        width: 715px;
        padding-right: 80px;
    }
    .audience_text h3 {
        font-size: 40px;
        line-height: 55px;
    }
    .team_item {
        height: 175px;
    }
    .team_img {
        height: 215px;
        display: flex;
    }
    .team_img img{
        max-height: 100%;
    }
    .team_item p {
        max-width: 129px;
        font-size: 21px;
    }
    .team_outer {
        padding: 120px 0px 170px;
    }
    .audience_reverse .audience_text {
        padding-left: 100px;
    }
    .know_box h3 {
        font-size: 34px;
        line-height: 50px;
    }

    .temp_outer {
        padding-left: 0px;
    }
    .temp_img {
        width: 600px;
    }
    .temp_info {
        width: calc(100% - 600px);
        padding-right: 50px;
        padding-top: 30px;
    }
    .temp_feature_img img{
        max-width: 40px;
    }
    .temp_feature_item p {
        margin-left: 24px;
        font-size: 22px;
        line-height: 31px
    }
    .effect_list {
        width: 760px;
    }
    .effect_contact {
        width: calc(100% - 760px);
    }
    .block_info {
        padding-left: 50px;
    }
    .authority_inner {
        padding-left: 0px;
    }
    .authority_info {
        padding-left: 75px;
    }
    .sub_text {
        font-size: 37px;
        line-height: 52px;
    }
    .sub_text_head {
        font-size: 23px;
    }
    .home_offer_logo{
        padding: 7px 0px 0px;
    }
    .authority_reverse {
        padding-right: 0px;
    }
    .effective_info .point_list {
        margin-top: 25px;
    }
    .hr_according {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .question_form {
        width: 730px;
    }
    .question_head {
        width: calc(100% - 730px);
    }
    .question_head h3 {
        font-size: 37px;
        line-height: 49px;
    }
    .question_head p {
        margin-top: 14px;
        font-size: 20px;
    }
    .question_form_input .form-control {
        height: 45px;
    }
    .question_form_input {
        width: 510px;
    }
    .sample_videos_outer {
        padding: 100px 0px 110px;
    }
    .methodologies_item_last .methodologies_head {
        width: 500px;
    }
    .methodologies_item_last .methodologies_info {
        width: calc(100% - 500px);
    }

    .process_header_item {
        font-size: 16px;
        min-height: 45px;
    }
    .specific_traning_item h3 {
        font-size: 25px;
    }

    .schedule_title {
        width: 485px;
    }
    .schedule_date_part {
        width: 250px;
    }
    .schedule_date {
        width: 500px;
    }
    .schedule_price {
        width: 180px;
        padding-right: 15px;
    }
    .schedule_body {
        padding: 0px 30px;
    }
    .schedule_head {
        padding: 30px;
    }

    .about_services_info {
        padding-left: 70px;
    }
    .about_item_img {
        width: 700px;
    }
    .about_item_text {
        width: calc(100% - 700px);
        padding-right: 75px;
        padding-left: 55px;
    }
    .feature_item {
        padding: 35px 39px 30px 25px;
    }
    .feature_item h3 {
        font-size: 23px;
        line-height: 35px;
    }
    .feature_item p {
        margin-top: 25px;
    }

    .team_info_head {
        width: 600px;
        padding-left: 30px;
    }
    .team_info_text {
        width: calc(100% - 600px);
        padding-left: 60px;
    }
    
    .team_member_img {
        width: 330px;
    }
    .team_graph {
        padding-left: 0px;
    }
    .team_graph_img img{
        max-width: 80px;
    }
    .team_graph .training_outer {
        margin-left: 47px;
    }
    .team_sidebar {
        width: 385px;
        margin-top: 60px;
    }
    .team_info {
        width: calc(100% - 715px);
        padding: 0px 30px;
    }
    .team_name h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .team_single_outer {
        padding: 48px 0px 60px;
    }
    .team_back {
        margin: 50px 0px 75px;
    }
    
    .client_logo_head {
        padding: 80px 0px 100px;
    }
    .client_logo_list li {
        width: 16.66%;
    }
    .client_logo_outer {
        padding-bottom: 120px;
    }
    
    .knowledge_img img {
        height: 165px;
    }
    
    .know_item_img img {
        height: 201px;
    }
    
    .video_course_img {
        width: 490px;
    }
    .video_course_info {
        width: calc(100% - 490px);
        padding-right: 75px;
    }
    .know_cont_info {
        width: 830px;
    }
    .know_cont_btn {
        width: calc(100% - 830px);
    }
    .public_speaking_info {
        padding-left: 110px;
    }
    .course_include_img {
        width: 690px;
    }
    .course_include_info {
        width: calc(100% - 690px);
    }
    .course_include_info li p {
        padding-left: 45px;
        font-size: 25px;
        line-height: 38px;
    }
    
    .individual_outer {
        padding: 48px 0px 0px 0px;
    }
    .business_inner ul {
        padding-left: 0px;
    }
    .advantages_inner {
        padding-left: 0px;
    }
    
    .contact_inner {
        padding-left: 0px;
    }
    .contact_img {
        width: 430px;
    }
    .contact_form {
        width: 550px;
    }
    .contact_info {
        width: calc(100% - 1060px);
    }
    .address_head h3 {
        font-size: 23px;
    }

    .work_step {
        margin: 85px 0px 0px;
    }
    .know_date,.know_time{
        margin-left: 0px;
    }
    .user_outer {
        justify-content: space-between;
    }
    .bestsellers_img {
        width: 650px;
    }
    .bestsellers_text {
        width: calc(100% - 650px);
        padding-left: 40px;
    }
}
@media(min-width: 1360px) and (max-width: 1459px){

    .container{
        padding: 0px 30px;
    }
    body{
        font-size: 16px;
    }
    .header_phone {
        font-size: 17px;
    }
    .header_mobile {
        margin-left: 62px;
    }
    .offer_submenu_left {
        width: 300px;
        padding: 20px 20px 20px 0px;
    }
    .offer_submenu_left h3 {
        font-size: 19px;
        line-height: 25px;
    }
    .offer_submenu_left ul {
        margin-top: 17.7px;
    }
    .path_icon,.dedicated_path_icon{
        height: 42px;
        width: 42px;
        padding-left: 2px;
    }
    .path_icon:after,.dedicated_path_icon:after{
        right: -15px;
        border-top-width: 21px;
        border-bottom-width: 21px;
        border-left-width: 15px;
    }
    .path_item span {
        width: calc(100% - 42px);
        padding-left: 27px;
    }
    .path_item {
        font-size: 18px;
        line-height: 30px;
    }
    .dedicated_path span {
        width: calc(100% - 42px);
        padding-left: 27px;
        font-size: 13px;
        line-height: 25px;
        margin-top: 10px;
    }
    .dedicated_path {
        margin-top: 40px;
    }
    .offer_submenu_right {
        width: calc(100% - 300px);
    }
    .offer_submenu_img {
        width: 300px;
    }
    .offer_submenu_list {
        width: calc(100% - 300px);
        padding: 20px;
    }
    .font-23 {
        font-size: 18px;
        line-height: 27px;
    }
    .offer_menu_item h6 {
        margin-top: 15px;
        font-size: 15px;
    }
    .offer_menu_item .subBody li a {
        font-size: 14px;
        line-height: 26px;
    }
    .offer_menu_item .subBody li a:before {
        top: 11px;
    }
    .offer_menu_item {
        margin-bottom: 15px;
    }
    .offer_menu_item ul {
        margin-top: 7px;
    }
    .timetable_info p {
        font-size: 13px;
    }
    .timetable_info {
        padding-left: 15px;
    }
    .timetable_item {
        margin-top: 30px;
    }
    .subMenu {
        top: 110px;
    }
    .subMenu_inner {
        max-height: calc(100vh - 110px);
    }
    .offer_submenu_list_item {
        padding-right: 30px;
        width: 57%;
    }
    .offer_submenu_list_item:last-child {
        width: 43%;
    }
    .subBody .btn {
        margin-top: 6px;
        font-size: 13px !important;
        height: 27px;
        line-height: 27px !important;
    }
    .about_submenu_left {
        width: 400px;
    }
    .about_submenu_left h2 {
        padding: 20px 13px 20px 0px;
        font-size: 40px;
        line-height: 54px;
    }
    .about_submenu_right {
        width: calc(100% - 400px);
    }
    .about_submenu_img {
        width: 300px;
    }
    .about_submenu_list {
        width: calc(100% - 300px);
        padding: 20px 20px 22px 50px;
    }
    .about_submenu_list a {
        font-size: 22px;
        line-height: 36px;
    }
    .about_submenu_list a:before {
        top: 14px;
    }
    .about_submenu {
        min-height: 400px;
    }
    .banner_text h6 {
        font-size: 20px;
        line-height: 40px;
    }
    .banner_text h1 {
        margin-top: 13px;
        font-size: 50px;
        line-height: 66px;
    }
    .btn {
        height: 45px;
        padding: 0px 25px;
        font-size: 16px;
    }
    .btn-gray {
        font-size: 15px;
        height: 32.7px;
        padding: 0px 14.3px 0px 15.3px;
    }
    .banner_text .btn {
        margin-top: 40px;
    }
    .banner_video {
        margin-top: 55px;
    }
    .star p {
        margin-left: 30px;
    }
    .star_list i {
        font-size: 18px;
    }
    .banner_text {
        width: 650px;
        padding-left: 30px;
    }
    .banner_inner {
        height: 580px;
    }
    .banner {
        background-position: top right -140px !important;
        background-size: contain !important;
    }
    .home_logo_inner h6 {
        font-size: 20px;
        margin-right: 50px;
    }
    .communication_img {
        margin-left: 0px;
        width: 650px;
    }
    .communication_info {
        width: calc(100% - 623px);
    }
    .title h1, .title h2, .title h3 {
        font-size: 46px;
        line-height: 65px;
    }
    .communication_info p {
        margin-top: 19px;
        line-height: 27px;
    }
    .support_outer {
        margin: 100px 0px 80px;
    }
    .support_item {
        padding: 30px;
    }
    .support_item h2 {
        margin-top: 40px;
        font-size: 22px;
        line-height: 34px;
        min-height: 67px;
    }
    .support_arrow_icon {
        margin-top: 30.3px;
    }
    .audience_text {
        width: 660px;
        padding-right: 50px;
    }
    .audience_img img {
        min-height: 230px;
        object-fit: cover;
    }
    .audience_text h3 {
        font-size: 40px;
        line-height: 55px;
    }
    .team_outer {
        padding: 100px 0px 140px;
    }
    .team_item {
        height: 165px;
    }
    .team_img {
        height: 215px;
        display: flex;
    }
    .team_img img{
        max-height: 100%;
    }
    .team_item p {
        margin-left: 21px;
        max-width: 117px;
        font-size: 19px;
        line-height: 26px;
    }
    .team_list {
        margin-top: 56px;
    }
    .audience_reverse .audience_text {
        padding-left: 50px;
    }
    .video_outer {
        padding: 100px 0px 90px;
    }
    .video_play_icon img {
        height: 80px;
    }
    .know_box {
        padding: 38px 60px 38px 60px;
    }
    .know_box h3 {
        font-size: 34px;
        line-height: 45px;
    }
    .know_box p {
        margin-top: 35px;
    }
    .home_contact_img {
        width: 650px;
    }
    .home_contact_info {
        width: calc(100% - 650px);
    }
    .home_contact_outer {
        padding-top: 75px;
    }
    
    .temp_outer {
        padding-left: 30px;
    }
    .temp_img {
        width: 600px;
    }
    .temp_info {
        width: calc(100% - 600px);
        padding-right: 50px;
        padding-top: 30px;
    }
    .temp_feature_img img{
        max-width: 40px;
    }
    .temp_feature_item p {
        margin-left: 24px;
        font-size: 22px;
        line-height: 31px
    }
    .effect_list {
        width: 760px;
    }
    .effect_contact {
        width: calc(100% - 760px);
    }
    .block_info {
        padding-left: 50px;
    }
    .authority_inner {
        padding-left: 30px;
    }
    .authority_info {
        padding-left: 75px;
    }
    .sub_text {
        font-size: 37px;
        line-height: 52px;
    }
    .sub_text_head {
        font-size: 23px;
    }
    .home_offer_logo{
        padding: 7px 0px 0px;
    }
    .authority_reverse {
        padding-right: 30px;
    }
    .effective_info .point_list {
        margin-top: 25px;
    }
    .hr_according {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .question_form {
        width: 730px;
    }
    .question_head {
        width: calc(100% - 730px);
    }
    .question_head h3 {
        font-size: 37px;
        line-height: 49px;
    }
    .question_head p {
        margin-top: 14px;
        font-size: 20px;
    }
    .question_form_input .form-control {
        height: 45px;
    }
    .question_form_input {
        width: 510px;
    }
    .sample_videos_outer {
        padding: 100px 0px 110px;
    }
    .methodologies_item_last .methodologies_head {
        width: 500px;
    }
    .methodologies_item_last .methodologies_info {
        width: calc(100% - 500px);
    }
    
    .process_header_item {
        font-size: 16px;
        min-height: 45px;
    }
    .process_header {
        top: 110px;
    }
    .specific_traning_item h3 {
        font-size: 23px;
        line-height: 34px;
    }
    .specific_traning_item {
        min-height: 150px;
    }
    .offermenu {
        bottom: 53px;
    }
    .specific_traning_arrow {
        bottom: 20.3px;
        right: 20.5px;
    }
    .journey_text {
        padding: 10px 15px 10px 70px;
    }
    
    .schedule_head {
        padding: 25px;
    }
    .schedule_body {
        padding: 0px 25px;
    }
    .schedule_title {
        width: 435px;
    }
    .schedule_date_part {
        width: 250px;
    }
    .schedule_date {
        width: 500px;
    }
    .schedule_price {
        width: 179px;
    }
    .schedule_btn .btn {
        font-size: 15px;
        padding: 0px 17px;
    }
    
    .about_item_img {
        width: 650px;
    }
    .about_item_text {
        width: calc(100% - 650px);
        padding-right: 40px;
        padding-left: 40px;
    }
    .about_services_item {
        padding-left: 30px;
    }
    .about_services_head h3 {
        font-size: 30px;
        line-height: 47px;
    }
    .about_services_head {
        padding-left: 60px;
        width: 555px;
    }
    .about_services_info {
        width: calc(100% - 555px);
        padding-left: 70px;
    }
    .feature_item h3 {
        font-size: 20px;
        line-height: 34px;
    }
    .feature_item p {
        margin-top: 30px;
    }
    .feature_item {
        padding: 25px 40px 20px 17px;
    }
    .mt-230 {
        margin-top: 150px;
    }
    .mt-170 {
        margin-top: 135px;
    }
    
    .team_info_head {
        width: 645px;
        padding-left: 0px;
    }
    .team_info_text {
        width: calc(100% - 645px);
        padding-left: 60px;
    }
    .team_list_bottom {
        padding: 110px 0px 175px;
    }
    
    .team_member_img {
        width: 330px;
    }
    .team_graph {
        padding-left: 0px;
    }
    .team_graph_img img{
        max-width: 80px;
    }
    .team_graph .training_outer {
        margin-left: 47px;
    }
    .team_sidebar {
        width: 385px;
        margin-top: 60px;
    }
    .team_info {
        width: calc(100% - 715px);
        padding: 0px 30px;
    }
    .team_name h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .team_single_outer {
        padding: 48px 0px 60px;
    }
    .team_back {
        margin: 50px 0px 75px;
    }
    
    .video_item h3 {
        margin-top: 30px;
        font-size: 23px;
        line-height: 37px;
    }
    .video_box {
        padding: 60px 0px 80px;
    }
    
    .client_logo_head {
        padding: 80px 0px 100px;
    }
    .client_logo_list li {
        width: 16.66%;
    }
    .client_logo_outer {
        padding-bottom: 120px;
    }
    
    .join_outer {
        padding-top: 80px;
    }
    .join_img {
        width: 720px;
        margin-left: -15px;
    }
    .join_info {
        width: calc(100% - 705px);
        padding-left: 40px;
    }
    .join_info p {
        margin-bottom: 35px;
        font-size: 20px;
        line-height: 36px;
    }
    
    .offer_outer {
        padding: 60px 0px 150px;
    }
    
    .sidebar {
        width: 325px;
        padding: 21px;
    }
    .filter_outer {
        padding: 40px 0px 0px 13px;
    }
    .content {
        width: calc(100% - 325px);
        padding-left: 30px;
    }
    .knowledge_head {
        min-height: 65px;
        padding: 5px 15px
    }
    .knowledge_head h3 {
        font-size: 19px;
    }
    .knowledge_img img {
        height: 156px;
    }
    
    .know_title h1 {
        font-size: 39px;
        line-height: 57px;
    }
    .testimonial {
        padding: 38px 40px 29px 35px;
    }
    .testimonial_info {
        padding-left: 55px;
    }
    .knowledge_related {
        margin: 135px 0px 20px;
    }
    .knowledge_related .knowledge_list{
        margin-bottom: 0px;
    }
    .know_item_img img {
        height: 187px;
    }
    
    .video_course_box {
        padding-left: 30px;
    }
    .video_course_img {
        width: 450px;
    }
    .video_course_info {
        width: calc(100% - 450px);
        padding-right: 60px;
    }
    .know_cont_info {
        width: 815px;
    }
    .know_cont_btn {
        width: calc(100% - 815px);
    }
    .public_speaking_info {
        padding-left: 115px;
    }
    .block_info_outer {
        margin: 100px 0px 115px;
    }
    .module_inner {
        padding-left: 30px;
    }
    .course_include_outer {
        padding-left: 30px;
        margin: 95px 0px 110px;
    }
    .course_include_img {
        width: 650px;
        height: 245px;
    }
    .course_include_info {
        width: calc(100% - 650px);
    }
    .course_include_box {
        width: 120px;
        height: 75px;
        padding: 10px;
    }
    .course_include_box h4 {
        font-size: 40px;
        line-height: 45px;
    }
    .course_include_info li p {
        width: calc(100% - 120px);
        padding-left: 35px;
        font-size: 21px;
        line-height: 37px;
    }
    .autor_inner {
        padding-left: 30px;
    }
    .author_info p {
        margin-top: 20px;
    }
    .autor_outer {
        padding-bottom: 90px;
    }
    .mt-160 {
        margin-top: 111px;
    }
    .faq_list {
        max-width: 1210px;
    }
    
    .individual_head {
        padding-right: 30px;
    }
    .individual_outer {
        padding: 48px 0px 0px 30px;
    }
    .individual_head h4 {
        font-size: 32px;
    }
    .prl-40 {
        padding: 0px 15px;
    }
    .mrl-40 {
        margin: 0px -15px;
    }
    .individual_item_head h3 {
        font-size: 24px;
        padding-left: 34px;
    }
    .business_inner .sub_text_bold br{
        display: none;
    }
    .business_inner ul {
        padding-left: 30px;
    }
    .advantages_inner {
        padding-left: 30px;
    }
    .advantages_outer {
        margin-top: 60px;
    }
    .individual_video {
        margin: 100px 0px 110px;
    }
    
    .offer_support_item h3 {
        font-size: 25px;
        line-height: 32px;
    }
    
    .contact_inner {
        padding-left: 30px;
    }
    .contact_img {
        width: 350px;
    }
    .contact_form {
        width: 500px;
        padding: 35px;
    }
    .contact_info {
        width: calc(100% - 930px);
    }
    .h-201 {
        height: 115px !important;
    }
    .address_head h3 {
        font-size: 21px;
        line-height: 33px;
        margin-left: 20px;
    }
    .address_item_third {
        padding-left: 10px;
    }
    
    .sub_title h1, .sub_title h2, .sub_title h3 {
        font-size: 33px;
        line-height: 48px;
    }
    .work_step {
        margin: 85px 0px 0px;
    }
    .user_outer h5 {
        font-size: 18px;
    }
    .know_date,.know_time{
        margin-left: 0px;
    }
    .user_outer {
        justify-content: space-between;
    }
    .bestsellers_img {
        width: 550px;
    }
    .bestsellers_text {
        width: calc(100% - 550px);
        padding-left: 40px;
    }
    .bestsellers_list a h3 {
        font-size: 23px;
        line-height: 33px;
    }
    .bestsellers_list a {
        min-height: 120px;
        padding: 20px 48px 20px 30px;
    }
    .bestsellers_list ul {
        margin-top: 30px;
    }
    .graph_specific,.process_board_inner{
        padding-left: 30px;
    }
    .multimedia_img {
        width: 600px;
    }
    .multimedia_info {
        width: calc(100% - 600px);
        padding-left: 50px;
    }
    .multimedia_info p {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .costs_inner {
        padding-left: 30px;
    }
}
@media(min-width: 1200px) and (max-width: 1359px){

    .container {
      max-width: 1120px;
    }
    body{
        font-size: 12px;
    }
    p{
        line-height: 20px;
    }
    header {
        padding: 14px 0px;
    }
    .menu > ul > li {
      margin-right: 22px;
    }
    .header_phone {
        font-size: 12px;
        margin-left: 14px;
    }
    .header_phone img {
        width: 14px;
    }
    .btn-gray {
        font-size: 10px;
    }
    .header_mobile {
        margin-left: 30px;
    }
    .menu > ul > li > a {
        font-size: 12px;
    }
    .mt-122 {
        margin-top: 70px;
    }
    .banner_text {
        width: 500px;
    }
    .banner_text h6 {
        font-size: 16px;
        line-height: 30px;
    }
    .banner_text h1 {
        margin-top: 16px;
        font-size: 36px;
        line-height: 45px;
    }
    .banner_text .btn {
        margin-top: 30px;
    }
    .banner_video {
        margin-top: 40px;
    }
    .banner_inner {
        height: 520px;
    }
    .banner {
        background-position: top right -170px !important;
        background-size: contain !important;
    }
    .home_logo_inner {
        flex-wrap: initial;
    }
    .home_logo_inner h6 {
        font-size: 14px;
        margin-right: 30px;
    }
  .home_logo.home_logo_anohter {
      padding: 0px 0px 45px;
  }
  .home_logo_anohter .container {
    max-width: 920px;
  }
  .home_logo.home_logo_anohter .home_logo_list li {
    max-width: 90px;
  }
    .communication_img {
        margin-left: 0px;
        width: 430px;
    }
    .communication_info {
        width: calc(100% - 474px);
        margin-left: -27px;
    }
    .title h1, .title h2, .title h3 {
        font-size: 34px;
        line-height: 44px;
    }
    .title h4, .title h5 {
      font-size: 16px;
      line-height: 25px;
    }
    .support_list {
      margin-top: 59px;
    }
    .communication_info p {
        margin-top: 10px;
        line-height: 20px;
    }
    .communication_inner {
        align-items: center;
    }
    .support_list li {
        width: calc(20% - 12px);
        margin-left: 12px;
    }
    .support_outer {
        margin: 80px 0px 60px;
    }
    .support_item {
        padding: 20px;
    }
    .support_img {
        height: 50px;
    }
    .support_item h2 {
        margin-top: 28px;
        font-size: 15px;
        line-height: 22px;
        min-height: 45px;
    }
    .support_arrow_icon {
        margin-top: 20px;
    }
    .audience_text {
        width: 505px;
        padding-right: 30px;
    }
    .audience_img img {
        min-height: 180px;
        object-fit: cover;
    }
    .audience_text h3 {
        font-size: 27px;
        line-height: 39px;  
    }
    .video_more_btn {
      margin-top: 52px;
    }
    .btn {
      height: 30px;
      border-radius: 4px;
      padding: 0 15px;
      font-size: 12px;
    }
    .team_outer {
        padding: 85px 0px 105px;
    }
    .team_item {
        height: 120px;
    }
    .team_img {
        display: flex;
        height: 150px;
    }
    .team_img img{
        max-height: 100%;
    }
    .team_item p {
        margin-left: 14px;
        max-width: 75px;
        font-size: 14px;
        line-height: 20px;
    }
    .team_list {
        margin-top: 35px;
    }
    .audience_reverse .audience_text {
        padding-left: 120px;
    }
    .video_outer {
        padding: 80px 0px 60px;
    }
    .video_list {
        margin-top: 45px;
    }
    .video_play_icon img {
        height: 60px;
    }
    .know_box {
        padding: 24px;
    }
    .know_box h3 {
        font-size: 23px;
        line-height: 33px;
    }
    .know_box p {
        margin-top: 20px;
    }
    .form-control {
      height: 30px;
      padding: 0 20px;
      font-size: 12px;
      border-radius: 4px;
    }
    .searchBox {
      margin-top: 33px;
    }
    .searchBox .form-control {
      width: calc(100% - 130px);
    }
    .serachChk {
      margin-top: 24px;
    }
    .chk {
      font-size: 11px;
    }
    .home_contact_img {
        width: 450px;
    }
    .home_contact_info {
        width: calc(100% - 450px);
    }
    .home_contact_outer {
        padding-top: 60px;
    }
    .home_contact_info li:first-child {
        margin-top: 18px;
    }
    .home_contact_info p {
        font-size: 12px;
        line-height: 18px;
    }
    .home_contact_info li:first-child a {
        font-size: 20px;
        line-height: 30px;
    }
    .footer_contact h6 {
      font-size: 20px;
      line-height: 25px;
    }
    .footer_socail a {
      font-size: 20px;
      margin-right: 28px;
    }
    .home_contact_icon {
      width: 28px;
    }
    .home_contact_info a {
      font-size: 20px;
    }
    
    .temp_outer {
        padding-left: 0px;
    }
    .temp_img {
        width: 550px;
    }
    .temp_info {
        width: calc(100% - 550px);
        padding-right: 20px;
        padding-top: 35px;
    }
    .effect_list {
        width: 650px;
    }
    .temp_feature_img img {
        max-width: 45px;
    }
    .temp_feature_item p {
        margin-left: 16px;
        font-size: 16px;
        line-height: 20px;
    }
    .temp_feature {
        margin-top: 25px;
    }
    .effect_contact {
        width: calc(100% - 650px);
    }
    .effect_list h3 {
        font-size: 29px;
        line-height: 43px;
    }
    .effect_outer {
        margin-top: 50px;
    }
    .block_inner {
        margin: 85px 0px 110px;
    }
    .block_left {
        width: 560px;
    }
    .block_info {
        width: calc(100% - 560px);
        padding-left: 40px;
    }
    .video_record_info h6 {
        font-size: 23px;
        line-height: 34px;
    }
    .video_record_info p {
        font-size: 23px;
        line-height: 32px;
    }
    .video_record_info span {
        font-size: 13px;
    }
    .block_info p {
        margin-top: 25px;
    }
    .training_program_outer {
        padding: 65px 0px 80px;
    }
    .authority_inner {
        padding-left: 0px;
    }
    .authority_img {
        width: 430px;
    }
    .authority_info {
        width: calc(100% - 500px);
        padding-left: 50px;
    }
  .authority_outer .container {
    max-width: 1080px;
  }
  .author_img {
    width: 300px;
  }
    .sub_text {
        font-size: 30px;
        line-height: 51px;
    }
    .authority_reverse {
        padding-right: 0px;
    }
    .authority_reverse .authority_info {
        padding-right: 50px;
    }
    .carry_outer {
        padding: 100px 0px 70px;
    }
    .specification_outer {
        padding: 20px 0px 80px;
    }
    .home_offer_logo{
        padding: 7px 0px 35px;
    }
    .hr_outer {
        margin-top: 65px;
    }
    .hr_img {
        width: 560px;
    }
    .hr_info {
        width: calc(100% - 560px);
        padding-right: 35px;
    }
    .hr_info .btn {
        margin-top: 45px;
    }
    .effectiveness_outer {
        margin: 110px 0px 65px;
    }
    .effectiveness_list {
        margin: 55px auto 0px;
    }
    .effectiveness_head_img {
        width: 70px;
    }
    .effectiveness_item_head h3 {
        padding-left: 28.6px;
        font-size: 23px;
    }
    .effectiveness_body li {
        margin-bottom: 25px;
        font-size: 18px;
    }
    .team_outer_other {
        padding: 100px 0px 85px;
    }
    .effective_img {
        width: 500px;
    }
    .effective_info {
        width: calc(100% - 500px);
        padding-right: 10px;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .effective_info .point_list {
        margin-top: 25px;
    }
    .hr_according {
        margin-top: 30px;
    }
    .question_form {
        width: 700px;
    }
    .question_head {
        width: calc(100% - 700px);
    }
    .question_head h3 {
        font-size: 37px;
        line-height: 54px;
    }
    .question_head p {
        margin-top: 18px;
        font-size: 20px;
    }
    .question_form_input {
        width: 448px;
    }
    .sample_videos_outer {
        padding: 110px 0px 100px;
    }
    .methodologies_outer {
        padding: 110px 0px;
    }
    .methodologies_head h4 {
        font-size: 25px;
    }
    .methodologies_head {
        width: 350px;
    }
    .methodologies_info {
        width: calc(100% - 350px);
    }
    .methodologies_item_last .methodologies_head {
        width: 455px;
    }   
    .methodologies_item_last .methodologies_info {
        width: calc(100% - 455px);
    }
    .methodologies_contact span {
        max-width: 420px;
        font-size: 19px;
        line-height: 34px;
    }
    .methodologies_contact h5 {
        font-size: 27px;
        line-height: 40px;
    }
    .faq_head h3 {
        font-size: 18px;
    }
    .faq_head {
        padding: 10px 35px;
        min-height: 80px;
    }
    .faq_body {
        padding: 10px 35px 30px;
    }
    .faq_outer {
        padding: 0px 0px 110px;
    }
  .faq_arrow {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
    
    .process_header {
        top: 89px;
    }
    .process_outer {
        padding: 45px 0px 70px;
    }
    .graph_specific_left h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .graph_specific_right li span {
        padding-left: 19.6px;
        font-size: 18px;
    }
    .sub_text_bold {
        font-size: 24px;
        line-height: 32px;
    }
  .point_list li {
    line-height: 30px;
    margin-bottom: -4px;
    padding-left: 28px;
  }
  .block_info_outer h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .point_list_normal li {
    line-height: 18px;
  }
  .module_btn_inner {
    margin-top: 55px;
  }
  
  .sub_title h1, .sub_title h2, .sub_title h3 {
    font-size: 24px;
    line-height: 30px;
  }
    .specific_traning_item h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .specific_traning_item {
        min-height: 150px;
    }
    .journey_text {
        padding: 10px 15px 10px 75px;
    }
    .process_header_item span {
        padding-left: 29px;
    }
    .process_header_item {
        font-size: 18px
    }
    
    .schedule_head {
        padding: 20px 25px;
    }
    .schedule_body {
        padding: 0px 25px;
    }
    .schedule_title {
        width: 385px;
        padding-right: 20px;
    }
    .schedule_title h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .schedule_date {
        width: 410px;
    }
    .schedule_date_part {
        width: 205px;
        padding-right: 15px;
    }
    .schedule_date_icon {
        width: 23.67px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .schedule_date_icon img{
        max-width: 100%;
        max-height: 100%;
    }
    .schedule_date_item span {
        margin-left: 10px;
        line-height: 33px;
        font-size: 14px;
    }
    .schedule_price h4 {
        font-size: 22px;
        line-height: 29px;
    }
    .schedule_price h4 span {
        margin-left: 6px;
        font-size: 15px;
    }
    .schedule_price {
        width: 150px;
        padding-right: 15px;
    }
    .schedule_btn .btn {
        padding: 0px 15px;
        font-size: 17px;
        height: 45px;
    }
    
    .about_item_img {
        width: 600px;
    }
    .about_item_text {
        width: calc(100% - 600px);
        padding-right: 40px;
        padding-left: 0px;
    }
    .about_services_item {
        margin-top: 70px;
        margin-left: 30px;
    }
    .about_services_head h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 45px;
    }   
    .about_services_head {
        padding-left: 57px;
        width: 510px;
    }
    .about_services_info {
        width: calc(100% - 510px);
        padding-left: 50px;
    }
    .feature_item {
        margin-top: 60px;
        padding: 25px 40px 15px 15px;
    }
    .feature_item h3 {
        font-size: 19px;
        line-height: 30px;
    }
    .feature_item p {
        margin-top: 20px;
    }
    .mt-230 {
        margin-top: 150px;
    }
    
    .team_info_head {
        width: 500px;
        padding-left: 0px;
    }
    .team_info_text {
        width: calc(100% - 500px);
        padding-left: 50px;
    }
    .team_list_bottom {
        padding: 68px 0px;
    }
    
    .team_member_img {
        width: 260px;
    }
    .team_img_tab ul li a {
        font-size: 12px;
      height: 30px;
    }
    .team_sidebar {
        width: 350px;
        margin-top: 0px;
    }
    .teamBox {
        padding: 12px;
    }
    .teamBox h3 {
        font-size: 12px;
        line-height: 20px;
    }
    .team_info {
        width: calc(100% - 610px);
        padding: 0px 20px;
    }
    .team_name h1 {
        font-size: 35px;
        line-height: 42px;
    }
.team_block h3 {
  font-size: 14px;
  line-height: 20px;
}
  .teamBoxbody .point_list_normal li {
    font-size: 12px;
    line-height: 20px;
  }
  .teamBoxbody .point_list_normal li span {
    font-size: 12px;
    line-height: 20px;
  }
  .team_profile li label {
    font-size: 12px;
    width: 55px;
  }
  .team_profile li span {
    width: calc(100% - 55px);
  }
  .point_list_normal li {
    padding-left: 12px;
  }
  .teamBoxbody .point_list_normal li::before {
    top: -1px;
  }
  .point_list_normal li:before {
    font-size: 16px;
  }
  .team_img_tab ul li:first-child a:after {
    right: -24px;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #E8E8E8;
    border-right: 24px solid transparent;
  }
  .team_img_tab ul li:last-child a:after {
    position: absolute;
    content: "";
    left: -16px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 16px solid #E8E8E8;
    border-bottom: 0px solid transparent;
  }
  .team_img_tab ul li {
    width: calc(50% - 10px);
  }
    .team_block {
        margin-top: 15px;
    }
    .team_graph {
        padding-left: 0px;
    }
    .team_graph_img img {
        width: 65px;
    }
    .team_graph .training_outer {
        margin-left: 15px;
        max-width: 150px;
    }
    .team_graph .training_outer h5 {
        font-size: 12px;
        line-height: 20px;
        padding-left: 7px;
    }
    .team_single_outer {
        padding: 48px 0px 30px;
    }
    .team_back {
        margin: 40px 0px 70px;
    }
    
    .video_box {
        padding: 60px 0px 50px;
    }
    .video_box .video_list .video_item {
        margin-bottom: 45px;
    }
.video_item h3 {
    margin-top: 24px;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
}
  .temp_feature_item img {
    max-width: 36px;
  }
    
    .client_logo_head {
        padding: 70px 0px;
    }
    .client_logo_list li {
        width: 16.6%;
    }
    .client_logo_outer {
        padding-bottom: 70px;
    }
  .client_logo_list li {
    height: 100px;
  }
.journey_text h5 {
    margin-top: 68px;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    line-height: 38px;
}
    
    .join_img {
        width: 600px;
        margin-left: -15px;
    }
    .join_info {
        width: calc(100% - 615px);
        padding-left: 30px;
    }
    .join_outer {
        padding-top: 80px;
    }
    .join_info .title {
        margin-bottom: 40px;
    }
    .join_info p {
        margin-bottom: 30px;
        font-size: 19px;
        line-height: 35px;
    }
    
    .offer_outer {
        padding: 60px 0px 100px;
    }
    
    .competence_areas_img {
        width: 500px;
    }
    .competence_areas_info {
        width: calc(100% - 500px);
        padding-right: 30px;
    }
    .mt-172 {
        margin-top: 130px;
    }
    .process_board_outer {
        padding: 45.6px 0px 60px;
    }
    .callus_outer h4 {
        font-size: 18px;
        line-height: 28px;
        width: 300px;
    }
    .callus_outer h3 {
        font-size: 21px;
        line-height: 41px;
    }
    .work_step_img {
        width: 80px;
    }
    .work_step_head h4 {
        padding-left: 29.5px;
        font-size: 24px;
        line-height: 34px;
    }
    .work_step_head {
        width: 315px;
    }
    .work_step_info {
        width: calc(100% - 315px);
        padding-left: 40px;
    }
    
    .knowledge_outer {
        padding: 49px 0px 100px;
    }
    .sidebar {
        width: 300px;
        padding: 20px;
    }
    .filter_outer {
        padding: 30px 0px 0px 0px;
    }
    .content {
        width: calc(100% - 300px);
        padding-left: 20px;
    }
    .knowledge_head {
        min-height: 60px;
        padding: 5px 15px;
    }
    .knowledge_head h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .pagination_outer {
        margin-top: 50px;
    }
    .knowledge_img img {
        height: 137px;
    }
    
    .know_sidebar {
        width: 365px;
    }
    .know_content {
        width: calc(100% - 365px);
        padding-right: 30px;
    }
    .know_title h1 {
        font-size: 36px;
        line-height: 50px;
    }
    .user_outer {
        margin: 40px 0px;
    }
    .know_block h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .testimonial {
        margin-top: 55px;
        padding: 27px 30px 20px 30px;
    }
    .testimonial_user_img {
        width: 60px;
    }
    .testimonial_user_img img {
        height: 60px;
        width: 60px;
    }
    .testimonial_user h4 {
        padding-left: 16px;
        font-size: 18px;
        line-height: 25px;
    }
    .testimonial_user {
        width: 250px;
    }
    .testimonial_info {
        width: calc(100% - 250px);
        padding-left: 30px;
    }
    .knowbar_head {
        padding: 25px 23px;
    }
    .knowbarbody {
        padding: 26px 30px 31px;
    }
    .know_details_outer {
        padding: 68px 0px 100px;
    }
    .knowledge_related {
        margin: 120px 0px 20px;
    }
    .know_item_img img {
        height: 165px;
    }
    .know_item_info {
        padding: 25px 21px;
    }
    .know_item_info h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .know_item_user h6 {
        padding-left: 19px;
        font-size: 17px;
    }
    .knowledge_related .knowledge_list {
        margin-bottom: 0px;
    }
    
    .video_course_box {
        padding-left: 0px;
    }
    .video_course_img {
        width: 390px;
    }
    .video_course_info {
        width: calc(100% - 390px);
        padding-right: 30px;
    }
    .know_cont_info {
        width: 700px;
    }
    .know_cont_btn {
        width: calc(100% - 700px);
    }
    .know_cont_btn .btn {
        font-size: 12px;
    }
  .know_cont_btn .btn-dark-gray {
    margin-top: 30px;
  }
  
    .block_info_outer {
        margin: 100px 0px 120px;
    }
    .public_speaking_img {
        width: 475px;
    }
    .public_speaking_info {
        width: calc(100% - 475px);
        padding-left: 84px;
    }
    .module_inner {
        padding-left: 0px;
    }
    .module_item h3 {
        font-size: 25px;
    }
    .course_include_outer {
        padding-left: 0px;
        margin: 100px 0px 115px;
    }
    .course_include_img {
        width: 550px;
        height: 220px;
    }
    .course_include_info {
        width: calc(100% - 600px);
        padding-right: 30px;
    }
    .course_include_box {
        width: 85px;
        height: 55px;
        padding: 10px;
    }
    .course_include_box h4 {
        font-size: 30px;
        line-height: 30px;
    }
    .course_include_info li p {
        width: calc(100% - 85px);
        padding-left: 27px;
        font-size: 18px;
        line-height: 28px;
    }
    .autor_inner {
        padding-left: 0px;
    }
    .author_info p {
        margin-top: 20px;
    }
.author_info h4 {
  margin-top: 20px;
  font-size: 16px;
}
    .mt-160 {
        margin-top: 84px;
    }
    
    .individual_outer {
        padding: 48px 0px 0px 0px;
    }
    .individual_info {
        width: 565px;
    }
    .individual_head {
        width: calc(100% - 565px);
        padding-right: 20px;
    }
    .individual_head h4 {
        font-size: 26px;
    }
    .mrl-40 {
        margin: 0px -10px;
    }
    .prl-40 {
        padding: 0px 10px;
    }
    .individual_item_head h3 {
        font-size: 23px;
        padding-left: 30px;
    }
    .business_inner ul {
        padding-left: 0px;
        margin-top: 45px;
    }
    .advantages_inner {
        padding-left: 0px;
    }
    .advantages_img {
        width: 500px;
    }
    .advantages_info {
        width: calc(100% - 500px);
        padding-right: 30px;
    }
    .individual_video {
        margin: 100px 0px 105px;
    }
    
    .multimedia_img {
        width: 500px;
    }
    .multimedia_info {
        width: calc(100% - 500px);
        padding-left: 40px;
    }
    .multimedia_info p {
        font-size: 19px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .offer_support_item {
        padding: 30px 25px 25px 25px;
        margin-top: 60px;
    }
    .offer_support_item h3 {
        font-size: 23px;
        line-height: 32px;
        border-left-width: 5px;
        padding-left: 19px;
    }
    .offer_support_item p {
        margin-top: 28px;
    }
    .offer_support {
        padding: 59px 0px 100px;
    }
    
    .contact_img {
        width: 350px;
        margin-left: 0px;
    }
    .contact_form {
        width: 400px;
        padding: 25px;
    }
    .contact_inner {
        padding-left: 0px;
    }
    .contact_info {
        padding-left: 20px;
        width: calc(100% - 750px);
    }
    .h-201 {
        height: 115px !important;
    }
    .address_head h3 {
        font-size: 17px;
        margin-left: 13px;
    }
    .address_head {
        height: 35px;
        margin-bottom: 30px;
    }
    .address_item p {
        font-size: 15px;
    }
    .doc_link {
        font-size: 15px;
    }
    
    .subMenu {
        top: 70px;
    }
    .subMenu_inner {
        max-height: calc(100vh - 70px);
    }
    .subMenu:before {
        top: -38px;
        height: 38px;
    }
  .about_submenu_list a:before {
      top: 11px;
    }
    .about_submenu_left {
        width: 360px;
    }
    .about_submenu_left h2 {
        padding: 35px 60px 35px 0px;
        font-size: 32px;
        line-height: 44px;
    }
    .about_submenu_right {
        width: calc(100% - 360px);
    }
    .about_submenu_img {
        width: 260px;
    }
    .about_submenu_list {
        width: calc(100% - 260px);
        padding: 30px 35px 25px 30px;
    }
    .about_submenu_list a {
      font-size: 16px;
      line-height: 26px;
    }
    .about_submenu {
        min-height: 410px;
    }
.menu > ul > li > a:before {
  bottom: -12px;
}
.offer_menu_item .subBody a {
  font-size: 12px;
  line-height: 20px;
}
.font-23 {
    font-size: 16px;
    line-height: 23px;
}
.path_item {
    font-size: 13px;
    line-height: 23px;
}
.path_icon:after, .dedicated_path_icon:after {
    right: -8px;
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 8px;
}
.path_icon, .dedicated_path_icon {
    height: 32px;
    width: 32px;
    padding-left: 4px;
}
.dedicated_path span {
    width: calc(100% - 40px);
    padding-left: 14px;
    font-size: 11px;
    line-height: 18px;
    margin-top: 7px;
}
.timetable_info p {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 600;
    color: #000;
    line-height: 12px;
}
    .offer_submenu_left {
        width: 240px;
        padding: 15px 15px 15px 0px;
    }
    .offer_submenu_left h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .offer_submenu_left ul {
        margin-top: 15.7px;
    }
    .dedicated_path {
        margin-top: 15px;
    }
    .offer_submenu_left li {
        margin-bottom: 15px;
    }
    .path_icon,.dedicated_path_icon{
        height: 40px;
        width: 40px;
        padding-left: 4px;
    }
    .path_icon:after,.dedicated_path_icon:after{
        right: -12px;
        border-top-width: 20px;
        border-bottom-width: 20px;
        border-left-width: 12px;
    }
    .path_item span {
        width: calc(100% - 40px);
        padding-left: 22px;
    }
    .path_item {
        font-size: 17px;
        line-height: 25px;
    }
    .dedicated_path span {
        width: calc(100% - 40px);
        padding-left: 20px;
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .offer_submenu_right {
        width: calc(100% - 240px);
    }
    .offer_submenu_img {
        width: 300px;
    }
    .offer_submenu_list {
        width: calc(100% - 300px);
        padding: 20px 15px;
    }
    .timetable_icon img {
        width: 33px;
    }
    .timetable_info {
        padding-left: 15px;
    }
    .font-23 {
        font-size: 18px;
        line-height: 26px;
    }
    .offer_menu_item h6 {
        margin-top: 15px;
        font-size: 15px;
    }
    .offer_submenu_list_item {
        padding-right: 30px;
    }
    .offer_menu_item .subBody li a:before {
        top: 8px;
    }
    .offer_menu_item {
        margin-bottom: 10px;
    }
    .offer_menu_item .subBody a.btn{
        height: 25px;
    }
    .offer_menu_item ul {
        margin-top: 5px;
    }
    
    .work_step {
        margin: 85px 0px 0px;
    }
    .user_outer h5 {
        margin-left: 15px;
        font-size: 17px;
    }
    .user_info img {
        height: 50px;
        width: 50px;
    }
    .know_date img,.know_time img{
        width: 24px;
    }
    .know_date {
        padding: 0px 15px;
        margin-left: 0px;
    }
    .know_time {
        margin-left: 0px;
    }
    .user_outer {
        justify-content: space-between;
    }
    .bestsellers_img {
        width: 450px;
    }
    .bestsellers_text {
        width: calc(100% - 500px);
        padding-left: 30px;
    }
    .bestsellers_list a h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .bestsellers_list a {
        min-height: 100px;
        padding: 15px 40px 15px 25px;
    }
    .graph_outer .title h3 {
      font-size: 34px;
      line-height: 44px;
    }
    .graph_head h4 {
      margin-left: 34px;
      font-size: 22px;
      line-height: 32px;
    }
.client_title h2 {
  font-size: 22px;
}
.autor_outer {
  padding-bottom: 80px;
}
.effective_info h3 {
  font-size: 22px;
  line-height: 40px;
}
.effective_img {
    width: 450px;
}
.training_outer img {
  width: 40px;
}
.training_outer h5 {
  font-size: 16px;
  line-height: 22px;
}
.team_info_text .training_outer {
  margin-top: 50px;
}
.schedule_title span {
  line-height: 25px;
  font-size: 12px;
}
.schedule_title h3 {
  font-size: 16px;
  line-height: 22px;
}
.schedule_title {
  width: 350px;
}
.schedule_date_item span {
  font-size: 12px;
}
.schedule_date {
  width: 360px;
}
.schedule_date_part {
  width: 180px;
}
.schedule_btn .btn {
    padding: 0px 25px;
    font-size: 12px;
    height: 35px;
}
.schedule_body li {
    padding: 10px 0px 5px;
    min-height: 125px;
}
.schedule_date_item {
  margin-bottom: 8px;
}
.schedule_price h4 {
    font-size: 18px;
}
.manag_board .point_list li { 
  font-size: 16px;
  line-height: 36px;
}
.board_info p {
  margin-top: 38px;
}
.structures_item .d-desktop img {
  max-height: 60px;
}
.competence_areas_info h3 {
    font-size: 24px;
}
.competence_areas_info li {
    line-height: 30px;
}
.callus_outer h4 {
  font-size: 14px;
  width: 250px;
}
.competence_areas_img {
    width: 450px;
}
.work_step_img {
  width: 60px;
}
.work_step_head h4 {
  font-size: 18px;
  line-height: 26px;
}
.work_step_head {
    width: 280px;
}
.work_step_info {
    width: calc(100% - 280px);
}
.work_step li {
    min-height: 125px;
    padding: 10px 115px 10px 46px;
}
.process_header_icon {
    height: 40px;
    width: 40px;
}
.process_header_item {
    min-height: 40px;
}
.process_header_icon:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.process_header_item {
    font-size: 14px;
}
.title h6 {
  font-size: 22px;
}
.specific_traning_item {
  min-height: 120px;
  padding: 24px;
}
.specific_traning_item h3 {
  font-size: 18px;
  line-height: 28px;
}
.effect_list h3 {
    font-size: 23px;
    line-height: 38px;
}
.mt-43 {
  margin-top: 33px;
}
.find_out_more p {
  font-size: 18px;
}
.find_out_more h6 {
    font-size: 30px;
}
.training_outer h5 {
  font-size: 14px;
  line-height: 20px;
}
.methodologies_head h4 {
    font-size: 22px;
}
.methodologies_contact span {
    max-width: 350px;
    font-size: 15px;
}
.methodologies_head h3 {
  font-size: 60px;
}
.methodologies_head:before {
  width: 110px;
  height: 110px;
}
.methodologies_head {
  height: 110px;
  width: 300px;
}
.sub_title h5 {
  font-size: 16px;
  line-height: 22px;
}
.question_form {
    width: 615px;
}
.question_head p {
  font-size: 14px;
}
.question_head h3 {
    font-size: 24px;
    line-height: 42px;
}
.question_form p {
    padding-left: 35px;
    font-size: 12px;
    line-height: 10px;
}
.question_outer {
  padding: 45px 0;
}
.effectiveness_head_img {
    width: 50px;
}
.effectiveness_item_head h3 {
    padding-left: 20.6px;
    font-size: 20px;
}
.effectiveness_body li {
    margin-bottom: 18px;
    font-size: 14px;
}
.effectiveness_item {
    padding: 30px;
    margin-bottom: 40px;
}
.sub_text_head {
    font-size: 18px;
}
.carry_tab li a {
    height: 90px;
    font-size: 18px;
}
.carry_tab_text img {
  max-width: 40px;
}
.video_record_info h6 {
    font-size: 18px;
      line-height: 26px;
}
.video_record_info p {
    font-size: 18px;
      line-height: 26px;
}
.block_left {
    width: 510px;
}
.graph_specific_left h2 {
    font-size: 24px;
    line-height: 30px;
}
.graph_specific_right h3 {
    font-size: 18px;
}
.graph_specific_right {
    width: 450px;
}
.icon_activity {
  width: 42px;
}
.graph_specific_left {
  width: calc(100% - 450px);
}
.graph_specific_right li {
  margin-top: 35px;
}
.graph_specific_right li span {
    padding-left: 18px;
    font-size: 16px;
  line-height: 22px;
}
.multimedia_info p {
    font-size: 14px;
    line-height: 26px;
}
.individual_info {
    width: 465px;
}
.individual_head {
    width: calc(100% - 465px);
}
.offermenu {
    position: absolute;
    right: 20px;
    bottom: 58px;
    font-size: 12px;
}
.callus_outer img {
    top: 15.4px;
    left: 17.3px;
    position: absolute;
    max-height: calc(100% - 33px);
}
.offer_support_item h3 {
    font-size: 16px;
    line-height: 26px;
}
.service_block h3 {
    font-size: 24px;
  line-height: 35px;
}
.costs_outer p {
    margin-top: 30px;
    font-size: 16px;
}
.costs_outer .point_list li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}
.filter_outer h3 {
    font-size: 22px;
}
.filter_item h4 {
    font-size: 14px;
    line-height: 18px;
}
.filter_chk ul {
    margin-top: 20px;
}
.knowledge_head h3 {
    font-size: 14px;
    line-height: 22px;
}
.pagination_outer a {
    height: 26px;
    width: 22px;
    font-size: 12px;
}
.know_title h1 {
    font-size: 24px;
    line-height: 36px;
}
.user_outer h5 {
    margin-left: 10px;
    font-size: 15px;
}
.know_social h6 {
    line-height: 22px;
    font-size: 18px;
}
.know_social li a {
  font-size: 18px;
  margin-left: 28px;
}
.know_item_info h3 {
    font-size: 16px;
    line-height: 20px;
}
.know_item_user h6 {
    padding-left: 14px;
    font-size: 14px;
}
.know_item_user img {
    height: 45px;
    width: 45px;
}
.join_img {
    width: 500px;
}
.join_info {
    width: calc(100% - 515px);
}
.join_info p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
}
.individual_info .graph_specific_right {
  margin-top: 57px;
}
.graph_specific_right li {
    margin-top: 25px;
}

.carry_tab_body_text h6 {
    font-size: 18px;
    line-height: 30px;
}
.individual_item_head h3 {
    font-size: 18px;
}
.individual_shape {
    height: 40px;
    width: 25px;
}
.individual_shape:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.advantages_info .point_list li {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}
.advantages_img {
    width: 450px;
}
.advantages_info {
    width: calc(100% - 450px);
}
.contact_person h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
.contact_person span {
    margin-top: 5px;
    font-size: 16px;
}
.contact_details_img {
    width: 20px;
}
.contact_details li span {
    margin-left: 22px;
  font-size: 12px;
}
.contact_details li {
  margin-bottom: 10px;
}
.contact_img {
    width: 300px;
    margin-left: 50px;
}
.address_item p {
    font-size: 12px;
}
.doc_link {
    font-size: 12px;
}
.address_head img {
  max-width: 20px;
}
.about_services_head h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}
.about_services_head {
    height: 170px;
}
.about_services_head h2 {
    font-size: 120px;
    font-weight: 800;
    color: #3A95F8;
    position: absolute;
    top: -20px;
    left: -45px;
    line-height: 90px;
}
.btn-blue i {
    font-size: 18px;
}
.home_contact_icon {
  max-width: 20px;
}
.know_releated a h4 {
    font-size: 14px;
    line-height: 22px;
}
.know_part img {
  max-height: 16px;
}
.know_icon_arrow {
  bottom: -10px;
}
.know_top span {
  margin-left: 10px;
}
.knowbar h3 {
    font-size: 18px;
    line-height: 26px;
}
.mh-498 {
  min-height: 350px;
}
.effectiveness_body {
    margin-top: 10px;
}
.effectiveness_item {
    padding: 10px 30px;
    margin-bottom: 30px;
}
.training_outer h5 {
    width: auto;
  max-width: 220px;
}
.schedule_date_item {
    margin-bottom: 0;
}
.schedule_title h3 {
  margin-top: 10px;
}
.team_back a span {
  min-width: 150px;
}
.video_item h3 {
  font-size: 18px;
}
.offer_list {
    margin-top: 0px;
}
}
*/
@media(min-width: 992px) and (max-width: 1199px){
    /*------------------ Home Page Css Start ------------------*/
    body{
        font-size: 15px;
    }
    p{
        line-height: 26px;
    }
    header {
        padding: 20px 0px;
    }
    .logo img{
        width: 150px;
    }
    .header_mobile {
        margin-left: 30px;
        flex-direction: column;
        justify-content: center
    }
    .header_phone {
        font-size: 16px;
        order: -1;
        margin-bottom: 11px;
        margin-left: 0px;
    }
    .menu > ul > li > a {
        font-size: 15px;
    }
    .btn-gray {
        font-size: 13px;
    }
    .header_phone img {
        width: 20px;
    }
    .mt-122 {
        margin-top: 108px;
    }
    .banner_text {
        width: 500px;
        padding: 24px 0px;
    }
    .banner_text h6 {
        font-size: 20px;
        line-height: 40px;
    }
    .banner_text h1 {
        margin-top: 13px;
        font-size: 40px;
        line-height: 57px;
    }
    .banner_text .btn {
        margin-top: 35px;
    }
    .banner_video {
        margin-top: 45px;
    }
    .banner_inner {
       height: 530px;
    }
    .banner {
        background-size: contain !important;
        background-position: top right -170px !important;
    }
    .home_logo_inner h6 {
        font-size: 19px;
        line-height: 30px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        margin-top: 35px;
    }
    .home_logo_list{
        width: 100%;
    }
    .home_logo_list li {
        height: 115px;
    }
    .home_logo {
        padding: 7px 0px 40px;
    }
    .communication_img {
        width: 500px;
        margin-left: 0px;
    }
    .communication_info {
        width: calc(100% - 527px);
        margin-left: -27px;
    }
    .title h1, .title h2, .title h3 {
        font-size: 34px;
        line-height: 45px;
    }
    .title h1 br, .title h2 br, .title h3 br{
        display: none;
    }
    .communication_info p {
        margin-top: 15px;
        line-height: 26px;
    }
    .communication_inner {
        align-items: center;
    }
    .support_outer {
        margin: 80px 0px 60px;
    }
    .support_list li {
        width: calc(33.33% - 14px);
        margin-left: 20px !important;
    }
    .support_list li:nth-child(3n + 1) {
        margin-left: 0px !important;
    }
    .support_item {
        padding: 35px;
    }
    .support_item h2 {
        margin-top: 40px;
        font-size: 22px;
        line-height: 32px;
        min-height: 65px;
    }
    .support_arrow_icon {
        margin-top: 35.3px;
    }
    .support_list {
        margin-top: 45px;
    }
    .graph_outer {
        margin-bottom: 70px;
    }
    .audience_text {
        width: 100%;
        padding-right: 0px;
        padding: 10px 15px;
    }
    .audience_text h3 {
        font-size: 33px;
        line-height: 46px;
        margin-top: 0px;
    }
    .audience_img img {
        min-height: 250px;
        object-fit: cover;
    }
    .audience_reverse .audience_text {
        padding-left: 15px;
    }
    .team_outer {
        padding: 80px 0px;
    }
    .team_item {
        height: 160px;
    }
    .team_img {
        display: flex;
        height: 225px;
    }
    .team_img img{
        max-height: 100%;
    }
    .team_item p {
        margin-left: 15px;
        max-width: 100px;
        font-size: 18px;
        line-height: 24px;
    }
    .team_list {
        margin-top: 55px;
    }
    .video_outer {
        padding: 80px 0px;
    }
    .video_play_icon img {
        height: 65px;
    }
    .video_list {
        margin-top: 50px;
    }
    .video_more_btn {
        margin-top: 55px;
    }
    .know_box {
        width: 55%;
        padding: 25px;
    }
    .know_box h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .know_box p {
        margin-top: 18px;
    }
    .searchBox {
        margin-top: 30px;
    }
    .serachChk {
        margin-top: 20px;
    }
    .home_contact_img {
        width: 450px;
    }
    .home_contact_info {
        width: calc(100% - 450px);
        padding-left: 25px;
    }
    .home_contact_info li {
        margin-top: 20px;
    }
    .home_contact_info li:first-child {
        margin-top: 20px;
    }
    .home_contact_outer {
        padding-top: 60px;
    }
    .home_contact_info p {
        font-size: 19px;
        line-height: 28px;
    }
    .home_contact_info a {
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }
    .home_contact_info li:first-child a {
        font-size: 26px;
        line-height: 35px;
    }
    .home_contact_icon {
        width: 27.55px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Aktren offer template Page Css Start ------------------*/
    .temp_outer {
        padding-left: 0px;
    }
    .temp_img {
        width: 450px;
    }
    .temp_info {
        width: calc(100% - 450px);
        padding-right: 20px;
        padding-top: 25px;
    }
    .temp_feature_img img {
        max-width: 38px;
    }
    .temp_feature_item p {
        margin-left: 14px;
        font-size: 19px;
        line-height: 29px;
    }
    .temp_feature {
        margin-top: 25px;
    }
    .effect_outer {
        margin-top: 40px;
    }
    .effect_list {
        width: 570px;
    }
    .effect_list h3 {
        font-size: 26px;
        line-height: 39px;
    }
    .effect_contact {
        width: calc(100% - 570px);
        margin-top: 10px;
    }
    .mt-43 {
        margin-top: 20px;
    }
    .point_list li {
        line-height: 30px;
        padding-left: 28px;
    }
    .effectBox {
        width: 290px;
    }
    .find_out_more {
        padding: 17px 30px;
    }
    .find_out_more p {
        font-size: 18px;
    }
    .find_out_more h6 {
        font-size: 29px;
    }
    .find_out_more img {
        width: 80px;
    }
    .training_outer h5 {
        font-size: 19px;
    }
    .training_outer {
        margin-top: 60px;
    }
    .block_inner {
        margin: 100px 0px 100px;
    }
    .block_left {
        width: 450px;
    }
    .block_info {
        width: calc(100% - 450px);
        padding-left: 30px;
    }
    .video_record_info h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .video_record_info {
        width: calc(100% - 30px);
        padding-left: 19.9px;
    }
    .video_record_icon {
        width: 30px;
        padding-top: 12px;
    }
    .video_record_info p {
        font-size: 18px;
        line-height: 30px;
    }
    .video_record_info span {
        font-size: 13px;
        margin-top: 11px;
    }
    .block_big_img {
        margin-top: 20px;
    }
    .block_big_img:after {
        top: 28px;
        left: 85px;
        width: calc(100% - 85px);
    }
    .block_info .sub_title h1,.block_info .sub_title h2,.block_info .sub_title h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .block_info p {
        margin-top: 20px;
    }
    .training_program_outer {
        padding: 65px 0px;
    }
    .authority_inner {
        padding-left: 0px;
    }
    .authority_img {
        width: 400px;
    }
    .authority_info {
        width: calc(100% - 400px);
        padding-left: 30px;
    }
    .sub_text {
        font-size: 29px;
        line-height: 44px;
    }
    .authority_reverse {
        padding-right: 0px;
    }
    .authority_reverse .authority_info {
        padding-right: 30px;
    }
    .carry_tab_text img {
        max-width: 40px;
    }
    .carry_tab li a {
        height: 95px;
        font-size: 20px;
    }
    .carry_tab_text span {
        margin-left: 17.8px;
    }
    .carry_tab_body_text h6 {
        font-size: 23px;
        line-height: 33px;
    }
    .tab_arrow {
        right: 35.4px;
    }
    .carry_tab_body {
        padding: 38px 15px 25px 15px;
    }
    .carry_outer {
        padding: 90px 0px 0px;
    }
    .specification_outer {
        padding: 70px 0px;
    }
    .specification_item {
        margin-top: 50px;
    }
    .sub_text_head {
        font-size: 17px;
        margin-bottom: 50px;
    }
    .sub_text_head:after {
        bottom: -18px;
        width: 55px;
        height: 4px;
    }
    .specification_item li {
        margin-bottom: 20px;
    }
    .home_offer_logo .home_logo_inner h6 {
        margin-top: 0px;
    }
    .hr_outer {
        margin-top: 40px;
    }
    .hr_img {
        width: 400px;
    }
    .hr_info {
        width: calc(100% - 400px);
        padding-right: 30px;
    }
    .hr_info p {
        margin-top: 15px;
    }
    .hr_info .btn {
        margin-top: 30px;
    }
    .effectiveness_outer {
        margin: 80px 0px;
    }
    .effectiveness_item {
        padding: 30px;
        margin-bottom: 30px;
    }
    .effectiveness_head_img {
        width: 60px;
    }
    .effectiveness_item_head h3 {
        padding-left: 20.6px;
        font-size: 21px;
        line-height: 33px;
    }
    .effectiveness_body {
        margin-top: 25px;
    }
    .effectiveness_body li {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .mh-498 {
        min-height: 345px;
    }
    .mlr-21 {
        margin: 0px -10px;
    }
    .plr-21 {
        padding: 0px 10px;
    }
    .effectiveness_item_head {
        height: 58px;
    }
    .effectiveness_list {
        margin: 45px auto 0px;
    }
    .team_outer_other {
        padding: 90px 0px 75px;
    }
    .effective_img {
        width: 400px;
    }
    .effective_info {
        width: calc(100% - 400px);
        padding-right: 20px;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .question_form {
        width: 500px;
        margin-top: 5px;
    }
    .question_head {
        padding-right: 20px;
        width: calc(100% - 500px);
    }
    .question_head h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .question_head p {
        margin-top: 11px;
        font-size: 18px;
    }
    .question_form_input {
        width: 500px;
    }
    .question_form_btn {
        position: relative;
        top: 20px;
        padding-left: 34px;
    }
    .sample_videos_outer {
        padding: 100px 0px 90px;
    }
    .methodologies_outer {
        padding: 90px 0px;
    }
    .methodologies_head {
        width: 300px;
    }
    .methodologies_info {
        width: calc(100% - 300px);
    }
    .methodologies_head h4 {
        font-size: 22px;
        line-height: 33px;
    }
    .methodologies_head h3 {
        font-size: 72px;
    }
    .methodologies_item_last .methodologies_head {
        width: 420px;
    }
    .methodologies_item_last .methodologies_info {
        width: calc(100% - 420px);
        padding-left: 10px;
    }
    .methodologies_contact span {
        max-width: 270px;
        font-size: 17px;
        line-height: 28px;
    }
    .methodologies_contact h5 {
        font-size: 25px;
        line-height: 35px;
    }
    .faq_head h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .faq_head {
        padding: 0px 25px;
        min-height: 85px;
    }
    .faq_body {
        padding: 10px 25px 25px;
    }
    .faq_arrow {
        height: 34px;
        width: 34px;
        font-size: 19px;
    }
    .faq_outer {
        padding: 0px 0px 100px;
    }
    /*------------------ Aktren offer template Page Css End ------------------*/
    /*------------------ Aktren Offer Process template Page Css Start ------------------*/
    .process_header {
        top: 107px;
    }
    .process_graph {
        margin-top: 35px;
    }
    .process_header_icon {
        height: 40px;
        width: 40px;
        padding-left: 2px;
    }
    .process_header_icon:after {
        right: -14px;
        border-top-width: 20px;
        border-bottom-width: 20px;
        border-left-width: 15px;
    }
    .process_header_item span {
        padding-left: 24px;
    }
    .process_header_item {
        min-height: 40px;
        font-size: 15px;
    }
    .process_outer {
        padding: 40px 0px 60px;
    }
    .mt-172 {
        margin-top: 143px;
    }
    .graph_specific_right {
        width: 460px;
    }
    .graph_specific_left {
        width: calc(100% - 460px);
        padding-right: 20px;
    }
    .graph_specific_left h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .graph_specific_right h3 {
        font-size: 18px;
    }
    .icon_activity {
        width: 41.17px;
    }
    .graph_specific_right li span {
        width: calc(100% - 41.17px);
        padding-left: 19.6px;
        font-size: 16px;
        line-height: 25px;
    }
    .specific_more {
        margin: 40px auto 0px;
    }
    .specific_traning_outer .sub_text_bold {
        margin-left: 0px;
    }
    .sub_text_bold {
        font-size: 29px;
        line-height: 41px;
    }
    .specific_traning_outer {
        margin-top: 50px;
    }
    .specific_traning_list {
        margin-top: 10px;
    }
    .specific_traning_item {
        padding: 20px;
        min-height: 130px;
    }
    .specific_traning_item h3 {
        font-size: 17px;
        line-height: 30px;
    }
    .offermenu{
        display: none;
    }
    .journey_text {
        padding: 10px 15px 10px 65px;
    }
    .sub_text {
        font-size: 25px;
        line-height: 40px;
    }
    .journey_text h5 {
        margin-top: 50px;
        font-size: 25px;
        line-height: 40px;
    }
    /*------------------ Aktren Offer Process template Page Css End ------------------*/
    /*------------------ Aktren Schedule Page Css Start ------------------*/
    .schedule_head {
        padding: 25px;
    }
    .schedule_body {
        padding: 0px 25px;
    }
    .schedule_title span {
        line-height: 29px;
        padding: 0px 15px;
        font-size: 13px;
    }
    .schedule_title h3 {
        font-size: 18px;
        line-height: 29px;
    }
    .schedule_title {
        width: 304px;
        padding-right: 15px;
    }
    .schedule_date {
        width: 335px;
        align-items: flex-start;
    }
    .schedule_date_icon {
        width: 20px;
        height: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .schedule_date_icon img{
        max-height: 100%;
        max-width: 100%;
    }
    .schedule_date_item span {
        margin-left: 8px;
        line-height: 18px;
        font-size: 13px;
        width: calc(100% - 28px);
    }
    .schedule_date_part {
        width: 50%;
        padding-right: 10px;
    }
    .schedule_price h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .schedule_price h4 span {
        margin-left: 5px;
        font-size: 13px;
    }
    .schedule_price {
        width: 125px;
        padding-right: 10px;
    }
    .schedule_btn .btn {
        height: 35px;
        font-size: 14px;
        padding: 0px 15px;
    }
    .schedule_btn .btn i{
        font-size: 14px;
        margin-left: 8px;
    }
    /*------------------ Aktren Schedule Page Css End ------------------*/
    /*------------------ About US 1 Page Css Start ------------------*/
    .about_item_text {
        width: calc(100% - 500px);
        padding-right: 20px;
        padding-left: 0px;
    }
    .about_item_img {
        width: 500px;
    }
    .about_services_head h3 {
        font-size: 22px;
        line-height: 37px;
    }
    .about_services_head {
        padding-left: 40px;
        width: 400px;
        height: 175px;
    }
    .about_services_head h2 {
        font-size: 110px;
        top: -35px;
        left: -28px;
        line-height: 87px;
    }
    .about_services_head:before {
        width: 115px;
    }
    .about_services_info {
        width: calc(100% - 400px);
        padding-left: 30px;
    }
    .feature_item {
        margin-top: 50px;
    }
    .feature_item h3 {
        font-size: 21px;
        line-height: 34px;
    }
    .feature_item p {
        margin-top: 30px;
    }
    .mt-170 {
        margin-top: 100px;
    }
    /*------------------ About US 1 Page Css End ------------------*/
    /*------------------ Team List Page Css Start ------------------*/
    .team_info_item {
        padding: 50px 0px 0px;
    }
    .team_info_head {
        width: 400px;
        padding-left: 0px;
    }
    .team_info_text {
        width: calc(100% - 400px);
        padding-left: 30px;
    }
    .team_info_text .training_outer {
        margin-top: 35px;
    }
    /*------------------ Team List Page Css End ------------------*/
    /*------------------ Team Single Page Css Start ------------------*/
    .team_member_img {
        width: 230px;
    }
    .team_img_tab ul li a {
        font-size: 15px;
    }
    .team_sidebar {
        width: 250px;
        margin-top: 0px;
    }
    .teamBox {
        padding: 15px;
    }
    .teamBox h3 {
        font-size: 15px;
        line-height: 24px;
    }
    .team_info {
        width: calc(100% - 480px);
        padding: 0px 20px;
    }
    .team_name h1 {
        font-size: 39px;
        line-height: 45px;
    }
    .team_block h3 {
        font-size: 20px;
        line-height: 33px;
    }
    .team_block {
        margin-top: 15px;
    }
    .team_graph {
        padding-left: 0px;
    }
    .team_graph_img img {
        width: 65px;
    }
    .team_graph .training_outer {
        margin-left: 15px;
        max-width: 150px;
    }
    .team_graph .training_outer h5 {
        font-size: 16px;
        line-height: 23px;
        padding-left: 7px;
    }
    .team_single_outer {
        padding: 48px 0px 30px;
    }
    .team_back {
        margin: 40px 0px 70px;
    }
    /*------------------ Team Single Page Css End ------------------*/
    /*------------------ Video Page Css Start ------------------*/
    .video_box {
        padding: 60px 0px 50px;
    }
    .video_box .video_list .video_item {
        margin-bottom: 45px;
    }
    .video_item h3 {
        margin-top: 24px;
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    /*------------------ Video Page Css End ------------------*/
    /*------------------ Logo Page Css Start ------------------*/
    .client_logo_head {
        padding: 80px 0px;
    }
    .client_logo_list li {
        width: 25%;
    }
    .client_logo_outer {
        padding-bottom: 70px;
    }
    /*------------------ Logo Page Css End ------------------*/
    /*------------------ Join Us Page Css Start ------------------*/
    .join_outer {
        padding-top: 60px;
    }
    .join_img {
        width: 500px;
        margin-left: -15px;
    }
    .join_info {
        width: calc(100% - 515px);
        padding-left: 20px;
    }
    .join_info .title {
        margin-bottom: 20px;
    }
    .join_info p {
        margin-bottom: 28px;
        font-size: 17px;
        line-height: 30px;
    }
    .join_info .btn {
        margin-top: 0px;
    }
    /*------------------ Join Us Page Css End ------------------*/
    /*------------------ Offer Page Css Start ------------------*/
    .title h6 {
        font-size: 23px;
        line-height: 31px;
        margin-top: 10px;
    }
    .offer_list {
        margin-top: 20px;
    }
    .offer_outer {
        padding: 50px 0px 70px;
    }
    /*------------------ Offer Page Css End ------------------*/

    /*------------------ Process Board Member Page Css Start ------------------*/
    .manag_board .point_list li {
        font-size: 18px;
        line-height: 38px;
    }  
    .competence_areas_img {
        width: 450px;
    }
    .competence_areas_info {
        width: calc(100% - 450px);
        padding-right: 20px;
    }
    .competence_areas_info h3 {
        font-size: 23px;
        line-height: 25px;
    }
    .callus_outer h4 {
        font-size: 19px;
        line-height: 28px;
    }
    .callus_outer h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .work_step li {
        min-height: 185px;
        padding: 10px 70px 10px 25px;
    }
    .work_step_img {
        width: 70px;
    }
    .work_step_head h4 {
        padding-left: 21.5px;
        font-size: 22px;
        line-height: 30px;
        width: calc(100% - 70px);
    }
    .work_step_head {
        width: 285px;
    }
    .work_step_info {
        width: calc(100% - 285px);
        padding-left: 30px;
    }
    .work_step {
        margin: 80px 0px 0px;
    }
    .process_board_outer {
        padding: 62.6px 0px 100px;
    }
    /*------------------ Process Board Member Page Css End ------------------*/

    /*------------------ Knowledge List Page Css Start ------------------*/
    .knowledge_outer {
      padding: 0px 0px 50px;
      margin-top: 0px;
    }
    .sidebar {
        width: 300px;
        padding: 20px;
    }
    .filter_outer {
        padding: 30px 0px 0px 0px;
    }
    .content {
        width: calc(100% - 300px);
        padding-left: 20px;
    }
    .knowledge_head {
        min-height: 60px;
        padding: 5px 15px;
    }
    .knowledge_head h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .pagination_outer {
        margin-top: 50px;
    }
    .knowledge_img img {
        height: 156px;
    }
    /*------------------ Knowledge List Page Css End ------------------*/

    /*------------------ Knowledge Details Page Css Start ------------------*/
    .know_sidebar {
        width: 330px;
    }
    .know_content {
        width: calc(100% - 330px);
        padding-right: 20px;
    }
    .know_details_outer {
        padding: 45px 0px 100px;
    }
    .know_title h1 {
        font-size: 28px;
        line-height: 42px;
    }
    .user_outer {
        margin: 30px 0px;
    }
    .user_info img {
        height: 60px;
        width: 60px;
    }
    .user_outer h5 {
        margin-left: 20px;
        font-size: 17px;
        line-height: 31px;
    }
    .know_date {
        margin-left: 75px;
    }
    .know_block h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .know_block p {
        margin-top: 20px;
    }
    .mt-50 {
        margin-top: 30px;
    }
    .testimonial {
        margin-top: 45px;
        padding: 25px;
    }
    .testimonial_user {
        width: 100%;
    }
    .testimonial_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 25px;
    }
    .knowbar_head {
        padding: 20px;
    }
    .knowbar h3 {
        font-size: 20px;
        line-height: 31px;
    }
    .knowbarbody {
        padding: 20px 28px 25px;
    }
    .know_releated a h4 {
        font-size: 16px;
        line-height: 27px;
    }
    .see_all_btn {
        margin-top: 35px;
    }
    .knowledge_related {
        margin: 80px 0px 20px;
    }
    .know_item_img img {
        height: 131px;
    }
    .know_item_info h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .know_item_info {
        padding: 20px 15px;
    }
    .know_item_user {
        margin-top: 25px;
    }
    .know_item_user img {
        height: 45px;
        width: 45px;
    }
    .know_item_user h6 {
        padding-left: 15px;
        font-size: 16px;
        line-height: 20px;
    }
    /*------------------ Knowledge Details Page Css End ------------------*/

    /*------------------ Video Courses Page Css Start ------------------*/
    .video_course_box {
        padding-left: 0px;
    }
    .video_course_outer {
        align-items: center;
    }
    .video_course_img {
        width: 325px;
    }
    .video_course_info {
        width: calc(100% - 325px);
        padding-right: 10px;
    }
    .know_cont_info {
        width: 570px;
    }
    .know_cont_btn {
        width: calc(100% - 570px);
        padding-left: 14px;
        margin-top: 63px;
    }
    .know_cont_btn .btn {
        font-size: 14px;
        padding: 0px 21px;
        justify-content: space-between;
    }
    .know_cont_btn .btn-dark-gray {
        margin-top: 25px;
    }
    .block_info_outer {
        margin: 100px 0px;
    }
    .block_info_outer h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .public_speaking_img {
        width: 445px;
    }
    .public_speaking_info {
        width: calc(100% - 445px);
        padding-left: 60px;
    }
    .public_speaking_info p {
        margin-bottom: 21px;
    }
    .public_speaking_img:before {
        top: 30px;
        right: -30px;
    }
    .module_inner {
        padding-left: 0px;
    }
    .module_item h3 {
        font-size: 22px;
        line-height: 33px;
    }
    .module_item {
        margin-top: 45px;
    }
    .module_outer {
        padding: 0px 0px 45px 0px;
    }
    .module_btn_inner {
        margin: 60px 0px 0px;
    }
    .course_include_outer {
        padding-left: 0px;
        margin: 90px 0px 100px;
    }
    .course_include_img {
        width: 530px;
        height: 224px;
        margin-top: 180px;
    }
    .course_include_info {
        width: calc(100% - 530px);
        padding-right: 30px;
    } 
    .course_include_info ul {
        margin-top: 40px;
    }
    .course_include_box {
        width: 80px;
        height: 59px;
        padding: 10px 5px;
    }
    .course_include_box h4 {
        font-size: 30px;
        line-height: 36px;
    }
    .course_include_info li p {
        width: calc(100% - 80px);
        padding-left: 20px;
        font-size: 19px;
        line-height: 28px;
    }
    .autor_inner {
        padding-left: 0px;
    }
    .author_img {
        width: 290px;
    }
    .author_info {
        width: calc(100% - 290px);
        padding-left: 30px;
    }
    .author_info p {
        margin-top: 15px;
    }
    .author_info h4 {
        margin-top: 20px;
        font-size: 24px;
        line-height: 26px;
    }
    .autor_outer {
        padding-bottom: 40px;
    }
    .mt-160 {
        margin-top: 45px;
    }
    /*------------------ Video Courses Page Css End ------------------*/

    /*------------------ Individual Training Page Css Start ------------------*/
    .individual_outer {
        padding: 48px 0px 0px 0px;
    }
    .individual_info {
        width: 465px;
    }
    .individual_head {
        width: calc(100% - 465px);
        padding-right: 20px;
    }
    .individual_head h4 {
        font-size: 22px;
    }
    .individual_info .graph_specific_right {
        margin-top: 50px;
    }
    .mrl-40 {
        margin: 0px -7.5px;
    }
    .prl-40 {
        padding: 0px 7.5px;
    }
    .individual_item_head h3 {
        font-size: 19px;
        line-height: 32px;
        padding-left: 27px;
    }
    .business_outer .sub_text_bold br{
        display: none;
    }
    .business_inner ul {
        padding-left: 0px;
        margin-top: 40px;
    }
    .advantages_img {
        width: 350px;
    }
    .advantages_info {
        width: calc(100% - 350px);
        padding-right: 30px;
    }
    .advantages_inner {
        padding-left: 0px;
    }
    .advantages_info .point_list li {
        font-size: 18px;
        line-height: 30px;
    }
    .individual_video {
        margin: 90px 0px;
    }
    /*------------------ Individual Training Page Css End ------------------*/

    /*------------------ Multimedia Presentations Page Css Start ------------------*/
    .multimedia_img {
        width: 350px;
    }
    .multimedia_info {
        width: calc(100% - 350px);
        padding-left: 30px;
        margin-top: 40px;
    }
    .multimedia_info p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .offer_support_item {
        padding: 25px 20px;
        margin-top: 50px;
    }
    .offer_support_item h3 {
        font-size: 19px;
        line-height: 29px;
        border-left-width: 3px;
        padding-left: 14px;
    }
    .offer_support_item p {
        margin-top: 25px;
    }
    .offer_support {
        padding: 40px 0px 90px;
    }
    .realizations_outer {
        padding: 65px 0px 90px;
    }
    .costs_inner {
        padding-left: 0px;
    }
    .costs_outer .point_list li {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .costs_outer p {
        margin-top: 30px;
        font-size: 18px;
    }
    .costs_outer {
        padding: 50px 0px 80px;
    }
    .service_block h3 {
        font-size: 30px;
        line-height: 44px;
    }
    /*------------------ Multimedia Presentations Page Css End ------------------*/

    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_inner {
        padding-left: 0px;
    }
    .contact_form {
        width: 100%;
    }
    .contact_info {
        width: calc(100% - 535px);
    }
    .address_head h3 {
        font-size: 16px;
        line-height: 30px;
        margin-left: 10px;
    }
    .address_head img {
        max-width: 28px;
        max-height: 25px;
    }
    .address_head {
        height: 30px;
        margin-bottom: 30px;
    }
    .address_item p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .address_item_third {
        padding-left: 0px;
    }
    .doc_link {
        font-size: 14px;
    }
    /*------------------ Contact Us Page Css End ------------------*/
    /*------------------ Sub Menu Section Css Start ------------------*/
    .subMenu {
        top: 108px;
    }
    .subMenu_inner {
        max-height: calc(100vh - 108px);
    }
    .about_submenu {
        min-height: 325px;
    }
    .about_submenu_left {
        width: 330px;
    }
    .about_submenu_left h2 {
        padding: 30px 40px 20px 0px;
        font-size: 33px;
        line-height: 50px;
    }
    .about_submenu_right {
        width: calc(100% - 330px);
    }
    .about_submenu_img {
        width: 260px;
    }
    .about_submenu_list {
        width: calc(100% - 260px);
        padding: 25px 20px 15px 20px;
    }
    .about_submenu_list a {
        font-size: 17px;
        line-height: 28px;
    }
    .about_submenu_list a:before {
        top: 11px;
    }
    .subMenu:before {
        top: -42px;
    }
    .header_mobile {
        position: relative;
        z-index: 2;
    }
    .offer_submenu_left {
        width: 240px;
        padding: 15px 15px 15px 0px;
    }
    .offer_submenu_left h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .offer_submenu_left ul {
        margin-top: 15.7px;
    }
    .dedicated_path {
        margin-top: 15px;
    }
    .offer_submenu_left li {
        margin-bottom: 15px;
    }
    .path_icon,.dedicated_path_icon{
        height: 40px;
        width: 40px;
        padding-left: 4px;
    }
    .path_icon:after,.dedicated_path_icon:after{
        right: -12px;
        border-top-width: 20px;
        border-bottom-width: 20px;
        border-left-width: 12px;
    }
    .path_item span {
        width: calc(100% - 40px);
        padding-left: 22px;
    }
    .path_item {
        font-size: 17px;
        line-height: 25px;
    }
    .dedicated_path span {
        width: calc(100% - 40px);
        padding-left: 20px;
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .offer_submenu_right {
        width: calc(100% - 240px);
    }
    .offer_submenu_img {
        width: 55%;
        padding: 10px;
        margin-top: -70px;
    }
    .offer_submenu_list {
        width: 100%;
        padding: 10px;
    }
    .offer_submenu_list_item {
        width: 55%;
        padding-right: 10px;
    }
    .font-23 {
        font-size: 14px;
        line-height: 25px;
    }
    .offer_submenu_list_item:last-child {
        width: 45%;
    }
    .offer_menu_item h6 {
        margin-top: 10px;
        font-size: 13px;
    }
    .offer_menu_item .subBody a {
        font-size: 12px;
        line-height: 17px;
        padding-left: 10px;
    }
    .offer_menu_item .subBody li a:before {
        top: 6px;
    }
    .offer_menu_item .subBody a.btn{
        height: 20px;
        margin-top: 0px;
    }
    .timetable_icon img {
        width: 20px;
    }
    .timetable_info {
        padding-left: 15px;
    }
    .timetable_info p {
        margin-top: 1px;
        font-size: 12px;
        line-height: 14px;
    }
    .timetable_item {
        margin-top: 23px;
    }
    .offer_menu_item {
        margin-bottom: 10px;
    }
    .offer_menu_item ul {
        margin-top: 6px;
    }
    .offer_submenu_img_item{
        display: none;
    }
    /*------------------ Sub Menu Section Css End ------------------*/
    .competence_areas_outer {
        margin-top: 60px;
    }
    .user_outer h5 {
        margin-left: 15px;
        font-size: 15px;
    }
    .user_info img {
        height: 50px;
        width: 50px;
    }
    .know_date img,.know_time img{
        width: 24px;
    }
    .know_date {
        padding: 0px 15px;
        margin-left: 0px;
    }
    .know_time {
        margin-left: 0px;
    }
    .user_outer {
        justify-content: space-between;
    }
    .bestsellers_img {
        width: 400px;
    }
    .bestsellers_text {
        width: calc(100% - 400px);
        padding-left: 26px;
    }
    .bestsellers_list a h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .bestsellers_list a {
       min-height: 94px;
        padding: 12px 51px 12px 15px;
        margin-bottom: 15px;
    }
    .bestsellers_list ul {
        margin-top: 20px;
    }
    .bestsellers_outer {
        margin-bottom: 70px;
    }
    .footer_add {
        margin-left: 40px;
    }
    .footer_contact {
        padding-left: 40px;
    }
    .footer_socail a {
        margin-right: 22.3px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    /*------------------ Home Page Css Start ------------------*/
    body.active{
        overflow: hidden;
    }
    body{
        font-size: 16px;
    }
    .mt-122 {
        margin-top: 68px;
    }
    .banner{
        background: none !important;
    }
    .banner_text {
        width: 100%;
        padding: 23px 0px;
        text-align: center;
    }
    .banner_inner {
        height: initial;
    }
    .banner_text h6 {
        font-size: 20px;
        line-height: 39px;
    }
    .banner_text h1 {
        margin-top: 10px;
        font-size: 39px;
        line-height: 58px;
    }
    .banner_text .btn {
        margin-top: 30px;
    }
    .banner_video {
        margin-top: 50px;
        justify-content: center;
    }
    .banner_img {
        display: block;
        margin-top: 40px;
    }
    .banner_img img{
        width: 70%;
    }
    .home_logo {
        padding: 7px 0px 60px;
    }
    .home_logo_inner h6 {
        font-size: 17px;
        line-height: 30px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }
    .home_logo_list li {
        height: 110px;
    }
    .communication_info {
        width: 100%;
        margin-left: 0px;
        order: -1;
    }
    .title h1, .title h2, .title h3 {
        font-size: 40px;
        line-height: 57px;
    }
    .title h1 br, .title h2 br, .title h3 br{
        display: none;
    }
    .communication_info p {
        margin-top: 20px;
    }
    .communication_img {
        margin-left: 0px;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .communication_img img{
        width: auto;
        max-width: 100%;
    }
    .title h4, .title h5 {
        margin-top: 5px;
        font-size: 18px;
        line-height: 27px;
    }
    .support_list li {
        width: calc(33.33% - 14px);
        margin-left: 20px !important;
    }
    .support_list li:nth-child(3n + 1) {
        margin-left: 0px !important;
    }
    .support_item {
        padding: 15px;
    }
    .support_item h2 {
        margin-top: 40px;
        font-size: 22px;
        line-height: 32px;
        min-height: 65px;
    }
    .support_arrow_icon {
        margin-top: 35.3px;
    }
    .support_outer {
        margin: 65px 0px;
    }
    .audience_img, .audience_info {
        width: 100%;
    }
    .audience_text {
        width: 100%;
        padding: 10px 15px !important;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .graph_outer {
        margin-bottom: 60px;
    }
    .audience_text h3 {
        font-size: 34px;
        line-height: 51px;
        margin-top: 0px;
    }
    .team_outer {
        padding: 50px 0px 40px;
    }
    .team_item {
        height: 165px;
        margin-top: 63px;
    }
    .team_img {
        display: flex;
        height: 210px;
    }
    .team_img img{
        max-height: 100%;
    }
    .team_list {
        margin-top: 30px;
    }
    .team_item p {
        max-width: 103px;
        font-size: 17px;
        line-height: 26px;
    }
    .video_outer {
        padding: 60px 0px 50px;
    }
    .video_list {
        margin-top: 50px;
    }
    .video_play_icon img {
        height: 50px;
    }
    .video_more_btn {
        margin-top: 40px;
    }
    .know_box {
        width: 60%;
        padding: 20px;
    }
    .know_box h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .know_box p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 25px;
    }
    .searchBox {
        margin-top: 17px;
    }
    .searchBox .btn {
        font-size: 14px;
        padding: 0px 15px;
        height: 45px;
    }
    .searchBox .form-control {
        width: calc(100% - 138px);
        height: 45px;
        padding: 0px 15px;
        font-size: 15px;
    }
    .serachChk {
        margin-top: 13px;
    }
    .home_contact_outer {
        padding-top: 60px;
    }
    .home_contact_img {
        width: 100%;
    }
    .home_contact_info {
        order: -1;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .home_contact_info span {
        width: initial;
    }
    .home_contact_info a {
        justify-content: center;
    }
    .home_contact_info li:first-child {
        margin-top: 35px;
    }
    .footer_logo {
        width: 125px;
    }
    footer {
        padding: 40px 0px 100px;
    }
    .footer_add {
        margin-left: 35px;
    }
    .footer_contact {
        padding-left: 35px;
    }
    .footer_contact h6 {
        font-size: 19px;
    }
    .footer_socail a {
        margin-right: 18.3px;
        font-size: 17px;
    }
    .footer_socail {
        margin-left: 30px;
        padding-left: 30px;
    }
    .footer_add p, .footer_contact p {
        font-size: 15px;
        line-height: 27px;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Aktren offer template Page Css Start ------------------*/
    .temp_outer {
        padding-left: 0px;
    }
    .temp_info {
        width: 100%;
        padding-right: 0px;
        padding-top: 20px;
    }
    .temp_feature_item p {
        margin-left: 30px;
        font-size: 23px;
    }
    .temp_feature_img img{
        max-width: 40px;
    }
    .temp_img{
        display: none;
    }
    .effect_outer {
        margin-top: 44px;
    }
    .effect_list h3 {
        font-size: 28px;
        line-height: 43px;
    }
    .mt-43 {
        margin-top: 25px;
    }
    .effect_list {
        width: 100%;
    }
    .effect_contact {
        width: 100%;
        margin-top: 31px;
    }
    .training_outer {
        margin-top: 59px;
    }
    .block_left {
        width: 100%;
    }
    .block_inner {
        margin: 70px 0px;
    }
    .block_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 80px;
    }
    .sub_title h1, .sub_title h2, .sub_title h3 {
        font-size: 30px;
        line-height: 44px;
    }
    .block_info p {
        margin-top: 30px;
    }
    .mobile_temp_img {
        display: block;
        margin-top: 40px;
    }
    .mobile_temp_img img{
        width: 100%;
    }
    .training_program_outer {
        padding: 60px 0px;
    }
    .training_program_list {
        margin-top: 35px;
    }
    .authority_inner {
        padding-left: 0px;
    }
    .authority_img {
        width: 300px;
    }
    .authority_info {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
    .sub_text {
        font-size: 22px;
        line-height: 37px;
    }
    .authority_reverse {
        padding-right: 0px;
    }
    .effectiveness_outer {
        margin: 70px 0px 50px;
    }
    .mh-498 {
        min-height: initial;
    }
    .effectiveness_item {
        padding: 30px;
        margin-bottom: 30px;
    }
    .effectiveness_head_img {
        width: 75px;
    }
    .effectiveness_item_head h3 {
        padding-left: 25px;
        font-size: 22px;
    }
    .effectiveness_body li {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 23px;
    }
    .effectiveness_body {
        margin-top: 15.7px;
    }
    .effectiveness_item_head {
        height: 63px;
    }
    .team_outer_other {
        padding: 70px 0px;
    }
    .effective_info {
        width: 100%;
        padding-right: 0px;
        margin-top: 0px;
    }
    .effective_info h3 {
        font-size: 30px;
        line-height: 44px;
    }
    .effective_info .point_list {
        margin-top: 20px;
    }
    .hr_according {
        margin-top: 32px;
    }
    .effective_img{
        display: none;
    }
    .effective_outer {
        margin-bottom: 70px;
    }
    .carry_outer {
        padding: 70px 0px 20px;
    }
    .carry_tab_text img{
        max-width: 42px;
    }
    .carry_tab_text span {
        margin-left: 13.8px;
    }
    .carry_tab li a {
        height: 76px;
        font-size: 18px;
        line-height: 33px;
    }
    .tab_arrow {
        right: 20px;
    }
    .carry_tab_body {
        padding: 20px;
    }
    .carry_tab_body_text h6 {
        font-size: 23px;
        line-height: 30px;
    }
    .specification_outer {
        padding: 60px 0px;
    }
    .specification_item {
        margin-top: 50px;
    }
    .sub_text_head {
        font-size: 21px;
        margin-bottom: 48px;
    }
    .hr_outer {
        margin-top: 0px;
    }
    .hr_info {
        width: 100%;
        padding-right: 0px;
    }
    .hr_info p {
        margin-top: 25px;
    }
    .hr_img_mobile{
        display: block;
        margin-top: 20px;
    }
    .hr_img_mobile img{
        width: 100%;
    }
    .hr_btn_outer{
        text-align: center;
    }
    .hr_info .btn {
        margin-top: 35px;
    }
    .hr_img{
        display: none;
    }
    .question_outer {
        padding: 55px 0px;
    }
    .question_head {
        padding-right: 0px;
        width: 100%;
    }
    .question_head h3 {
        font-size: 36px;
        line-height: 50px;
        font-weight: 500;
    }
    .question_head p {
        margin-top: 12px;
        font-size: 20px;
    }
    .question_form {
        width: 100%;
    }
    .question_form_input {
        width: 435px;
    }
    .sample_videos_outer {
        padding: 70px 0px;
    }
    .sample_videos_outer .video_list {
        margin-top: 40px;
    }
    .methodologies_outer {
        padding: 70px 0px;
    }
    .methodologies_list {
        margin: 60px auto 0px;
    }
    .methodologies_head {
        height: 130px;
        width: 300px;
        padding-left: 15px;
    }
    .methodologies_head:before {
        height: 130px;
        width: 100px;
    }
    .methodologies_head h3 {
        font-size: 65px;
        line-height: 40px;
    }
    .methodologies_head h4 {
        font-size: 22px;
        line-height: 28px;
    }
    .methodologies_info {
        width: calc(100% - 300px);
        padding-left: 5px;
    }
    .methodologies_item_last .methodologies_head {
        width: 300px;
    }
    .methodologies_item_last .methodologies_info {
        width: calc(100% - 300px);
        padding-left: 5px;
    }
    .methodologies_contact span {
        max-width: 100%;
        font-size: 18px;
        line-height: 30px;
    }
    .methodologies_contact h5 {
        font-size: 30px;
        line-height: 45px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .methodologies_contact {
        padding: 20px;
    }
    .faq_list {
        margin: 45px auto 0px;
    }
    .faq_head {
        padding: 7px 25px;
        min-height: 85px;
    }
    .faq_head h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .faq_arrow {
        height: 35px;
        width: 35px;
        font-size: 19px;
    }
    .faq_body {
        padding: 10px 25px 25px;
    }
    .faq_outer {
        padding: 0px 0px 85px;
    }
    /*------------------ Aktren offer template Page Css End ------------------*/
    /*------------------ Aktren Offer Process template Page Css Start ------------------*/
    .process_header_list ul li {
        width: calc(50% - 8px);
        margin-left: 10px !important;
        margin-bottom: 10px;
    }
    .process_header_list ul li:nth-child(2n + 1){
        margin-left: 0px !important;
    }
    .process_header_item {
        font-size: 16px;
    }
    .process_header_item span {
        padding-left: 28px;
    }
    .process_header {
        top: 0px;
        position: relative;
        margin-top: 68px;
        padding-top: 44px;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -ms-box-shadow: none !important;
        -o-box-shadow: none !important;
        box-shadow: none !important;
    }
    .mt-172 {
        margin-top: 0px;
    }
    .process_outer {
        padding: 35px 0px 50px;
    }
    .graph_specific_outer {
        margin: 0px auto 0px;
    }
    .see_also_outer {
        margin-top: 50px;
    }
    .process_header_list {
        margin-top: 30px;
    }
    .graph_specific_left {
        width: 100%;
        padding-right: 0px;
    }
    .graph_specific_right {
        width: 100%;
        margin-top: 25px;
    }
    .sub_text_bold {
        font-size: 30px;
        line-height: 46px;
    }
    .specific_traning_outer .sub_text_bold {
        margin-left: 0px;
    }
    .specific_traning_list {
        margin-top: 20px;
    }
    .specific_traning_item {
        padding: 25px;
        min-height: 140px;
    }
    .specific_traning_item h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .specific_traning_arrow {
        bottom: 20px;
        right: 20px;
    }
    .journey_text {
        padding: 10px 15px 10px 30px;
    }
    .journey_text h5 {
        margin-top: 30px;
        font-size: 25px;
        line-height: 35px;
    }
    /*------------------ Aktren Offer Process template Page Css End ------------------*/
    /*------------------ Aktren Schedule Page Css Start ------------------*/
    .schedule_outer {
        padding: 40px 0px 100px;
    }
    .schedule_table {
        margin-top: 40px;
    }
    .schedule_head {
        padding: 20px;
    }
    .schedule_body {
        padding: 0px 20px;
    }
    .schedule_title {
        width: 100%;
        padding-right: 0px;
    }
    .schedule_date_outer {
        width: 100%;
    }
    .schedule_date {
        width: 100%;
        margin-top: 14px;
    }
    .schedule_price {
        margin-top: 30px;
    }
    .schedule_btn {
        margin-top: 30px;
    }
    .schedule_body li {
        padding: 25px 0px;
    }
    /*------------------ Aktren Schedule Page Css End ------------------*/
    /*------------------ About US 1 Page Css Start ------------------*/
    .about_item_text {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
        margin-top: 22px;
    }
    .about_item_img {
        width: 100%;
        margin-top: 25px;
    }
    .about_services_head h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .about_services_head {
        padding-left: 40px;
        width: 100%;
        height: 160px;
    }
    .about_services_head h2 {
        font-size: 113px;
        top: -35px;
        left: -35px;
        line-height: 87px;
    }
    .about_services_head:before {
        width: 100px;
    }
    .about_services_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .about_services_item {
        margin-top: 65px;
    }
    .preparation_training_outer {
        padding: 50px 0px 0px;
    }
    .feature_item {
        margin-top: 45px;
        padding: 30px 46px 24px 25px;
    }
    .feature_item h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .feature_item p {
        margin-top: 25px;
    }
    .mt-230 {
        margin-top: 100px;
    }
    .mt-170 {
        margin-top: 120px;
    }
    /*------------------ About US 1 Page Css End ------------------*/
    /*------------------ Team List Page Css Start ------------------*/
    .team_info_item {
        padding: 40px 0px 0px;
    }
    .team_info_head {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .team_info_text {
        width: 100%;
        padding-left: 0px;
        margin-top: 25px;
    }
    .team_info_text .training_outer {
        margin-top: 45px;
    }
    /*------------------ Team List Page Css End ------------------*/
    /*------------------ Team Single Page Css Start ------------------*/
    .team_name_mobile {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .team_name_mobile h1{
        font-size: 34px;
        font-weight: bold;
        line-height: 52px;
        color: #000;
    }
    .team_name_mobile h1 span{
        font-weight: normal;
    }
    .team_single_outer {
        padding: 29px 0px 10px;
    }
    .team_member_img {
        width: 100%;
    }
    .team_img_tab ul li a {
        font-size: 13px;
        line-height: 18px;
        height: 32px;
    }
    .team_img_tab ul li:first-child a:after {
        right: -31px;
        border-bottom-width: 32px;
        border-right-width: 31px;
    }
    .team_img_tab ul li:last-child a:after {
        left: -14px;
        border-top-width: 16px;
        border-right-width: 14px;
        border-bottom-width: 16px;
    }
    .team_graph_img {
        width: 69px;
    }
    .team_graph_img img{
        width: 100%;
    }
    .team_graph .training_outer {
        margin-left: 35px;
        max-width: 155px;
    }
    .team_graph {
        margin-top: 20px;
        padding-left: 0px;
        justify-content: center;
    }
    .team_name {
        display: none;
    }
    .user_graph_text{
        display: block;
        margin-top: 20px;
    }
    .team_info {
        width: 100%;
        padding: 0px;
        order: 2;
    }
    .team_sidebar {
        width: calc(100% + 30px);
        margin-top: 21px;
        margin: 21px -15px 0px;
    }
    .teamBox {
        padding: 0px;
        margin-bottom: 0px;
    }
    .teamBoxbody .point_list_normal li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 0px;
        padding-bottom: 12px;
    }
    .teamBox h3{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
        padding: 18px 15px;
        border: 1px solid #CECECE;
        border-left: 0px;
        padding-right: 50px;
        border-right: 0px;
        position: relative;
    }
    .teamBox h3:after{
        position: absolute;
        content: "\f107";
        top: 0px;
        right: 15px;
        bottom: 0px;
        margin: auto;
        height: 19px;
        width: 19px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3A95F8;
        font-size: 14px;
        font-weight: 500;
        font-family: FontAwesome;
    }
    .teamBoxbody {
        padding: 0px 15px 15px;
        display: none;
    }
    .teamBox.active h3{
        border-color: transparent;
    }
    .teamBox.active .teamBoxbody{
        display: block;
    }
    .teamBox.active h3:after{
        transform: rotate(-180deg);
        background:#3A95F8;
        color: #fff; 
    }
    .team_block {
        margin-top: 20px;
    }
    .team_block h3 {
        font-size: 18px;
        line-height: 29px;
    }
    .team_back {
        margin: 10px 0px 42px;
    }
    /*------------------ Team Single Page Css End ------------------*/
    /*------------------ Video Page Css Start ------------------*/
    .video_box {
        padding: 60px 0px 50px;
    }
    .video_box .video_list .video_item {
        margin-bottom: 45px;
    }
    .video_item h3 {
        margin-top: 24px;
        font-size: 22px;
        line-height: 34px;
        padding-bottom: 30px;
    }
    /*------------------ Video Page Css End ------------------*/
    /*------------------ Logo Page Css Start ------------------*/
    .client_logo_head {
        padding: 60px 0px;
    }
    .client_logo_list li {
        width: 33.33%;
    }
    .client_logo_outer {
        padding-bottom: 70px;
    }
    /*------------------ Logo Page Css End ------------------*/
    /*------------------ Join Us Page Css Start ------------------*/
    .join_outer {
        padding-top: 25px;
    }
    .join_info {
        width: 100%;
        padding-left: 0px;
        order: -1;
    }
    .join_info .title{
        text-align: center;
    }
    .join_info p {
        margin-bottom: 35px;
        font-size: 18px;
        line-height: 34px;
    }
    .join_info .title {
        margin-bottom: 35px;
    }
    .join_info .btn {
        margin-top: 0px;
    }
    .join_img {
        width: 100%;
        margin-left: 0px;
        margin-top: 38px;
    }
    /*------------------ Join Us Page Css End ------------------*/
    /*------------------ Offer Page Css Start ------------------*/
    .title h6 {
        font-size: 23px;
        line-height: 31px;
        margin-top: 10px;
    }
    .offer_list {
        margin-top: 20px;
    }
    .offer_outer {
        padding: 50px 0px 70px;
    }
    /*------------------ Offer Page Css End ------------------*/

    /*------------------ Process Board Member Page Css Start ------------------*/
    .process_board_outer {
        padding: 50px 0px 60px;
    }
    .manag_board .point_list li {
        font-size: 17px;
        line-height: 36px;
        background-position: left top 11px;
    }
    .manag_board .point_list {
        margin-top: 18px;
    }
    .board_info p {
        margin-top: 30px;
    }
    .competence_areas_outer {
        margin-top: 50px;
    }
    .competence_areas_info {
        width: 100%;
        padding-right: 0px;
    }
    .competence_areas_img {
        width: 100%;
        margin-top: 30px;
    }
    .structures_item h3 {
        margin-bottom: 14px;
        line-height: 30px;
        font-size: 23px;
    }
    .work_step_head {
        width: 100%;
    }
    .work_step_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }
    .work_step li {
        padding: 35px;
    }
    .authority_reverse .authority_info {
        padding-right: 30px;
    }
    .work_step {
        margin: 80px 0px 50px;
    }
    /*------------------ Process Board Member Page Css End ------------------*/

    /*------------------ Knowledge List Page Css Start ------------------*/
    .knowledge_outer {
        padding: 23px 0px 67px;
    }
    .knowledge_inner {
        margin-top: 30px;
    }
    .sidebar {
        width: 100%;
        background: #EEEEEE;
        padding: 22px 15px 12px;
    }
    .searchbar .form-control {
        padding: 0px 50px 0px 17px;
        font-size: 12px;
    }
    .searchbar .btn img {
        width: 14.5px;
    }
    .searchbar .btn {
        height: 34px;
    }
    .filter_outer {
        padding: 15px 0px 0px 0px;
    }
    .filter_body {
        padding-left: 15px;
        display: none;
    }
    .filter_chk li {
        margin-bottom: 10px;
    }
    .filter_chk ul {
        margin-top: 15px;
    }
    .filter_item {
        margin-top: 26px;
    }
    .filter_item:first-child {
        margin-top: 24px;
    }
    .filter_outer h3 {
        font-size: 20px;
        line-height: 34px;
        position: relative;
        cursor: pointer;
    }
    .filter_outer h3:after{
        position: absolute;
        content: "\f107";
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        height: 19px;
        width: 19px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3A95F8;
        font-size: 14px;
        font-weight: 500;
        font-family: FontAwesome;
    }
    .filter_outer h3.active:after{
        background: #3A95F8;
        color: #fff;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .content {
        width: 100%;
        padding-left: 0px;
    }
    .knowledge_list h2 {
        margin-bottom: 0px;
        font-size: 18px;
    }
    .knowledge_list {
        margin-top: 55px;
        margin-bottom: 0px;
    }
    .knowledge_item {
        margin-top: 27px;
    }
    .knowledge_head {
        min-height: 57px;
        padding: 5px 14px;
    }
    .knowledge_head h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .pagination_outer {
        margin-top: 30px;
    }
    .pagination_outer a {
        height: 29px;
        width: 25px;
        font-size: 16px;
        margin-left: 4px;
    }
    .pagination_outer li:first-child a {
        margin-right: 20.4px;
    }
    .pagination_outer li:last-child a {
        margin-left: 20.4px;
    }
    .knowledge_img img {
        height: 178px;
    }
    /*------------------ Knowledge List Page Css End ------------------*/

    /*------------------ Knowledge Details Page Css Start ------------------*/
    .know_content {
        width: 100%;
        padding-right: 0px;
    }
    .know_sidebar {
        width: 100%;
        margin-top: 30px;
    }
    .know_details_outer {
        padding: 48px 0px 40px;
    }
    .know_title h1 {
        font-size: 33px;
        line-height: 50px;
    }
    .know_block h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .testimonial_user {
        width: 100%;
    }
    .testimonial_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 30px;
    }
    .testimonial {
        margin-top: 45px;
    }
    .user_outer {
        margin: 45px 0px 40px;
    }
    .knowledge_related {
        margin: 60px 0px 0px;
    }
    .knowledge_related .knowledge_list{
        margin-top: 0px;
    }
    .knowledge_related .know_item {
        margin-top: 50px;
    }
    .know_social {
        margin-top: 35px;
    }
    .know_item_img img {
        height: 150px;
    }
    .know_item_info {
        padding: 22px 21px;
    }
    .know_item_info h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .know_item_user {
        margin-top: 25px;
    }
    .knowbarbody h3 {
        text-align: center;
    }
    .knowbar_socail ul{
        justify-content: center;
    }
    .knowbar_socail a {
        margin: 0px 21px;
    }
    /*------------------ Knowledge Details Page Css End ------------------*/

    /*------------------ Video Courses Page Css Start ------------------*/
    .video_course_box {
        padding-left: 0px;
    }
    .video_course_outer {
        padding: 30px 0px 40px;
    }
    .video_course_info {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    .video_course_info .temp_feature {
        margin-top: 30px;
        justify-content: center;
    }
    .video_course_info .temp_feature_item {
        width: 100%;
        justify-content: center;
    }
    .video_course_img {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
    .know_cont_info {
        width: 100%;
    }
    .know_cont_info .sub_text_bold{
        text-align: center;
    }
    .know_cont_btn {
        width: 100%;
        padding-left: 0px;
        margin-top: 50px;
        text-align: center;
    }
    .know_cont_btn .btn-dark-gray {
        margin-top: 20px;
    }
    .block_info_outer {
        margin: 80px 0px 80px;
    }
    .block_info_outer h3 {
        font-size: 22px;
        line-height: 33px;
        text-align: center;
    }
    .public_speaking_img {
        width: 100%;
    }
    .public_speaking_img:before {
        right: -39px;
    }
    .public_speaking_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 55px;
    }
    .module_inner {
        padding-left: 0px;
    }
    .module_item h3 {
        font-size: 21px;
        line-height: 33px;
    }
    .module_item {
        margin-top: 45px;
    }
    .module_outer {
        padding: 0px 0px 40px 0px;
    }
    .module_btn_inner {
        margin: 45px 0px 0px;
    }
    .module_btn_inner .btn,.know_cont_btn .btn {
        margin: 0px 8px;
        font-size: 14px;
    }
    .course_include_outer {
        margin: 80px 0px 80px;
        padding-left: 0px;
    }
    .course_include_info {
        width: 100%;
        padding-right: 0px;
    }
    .course_include_info .sub_title{
        text-align: center;
    }
    .course_include_info li {
        margin-bottom: 30px;
    }
    .course_include_info ul {
        margin-top: 50px;
    }
    .course_include_box {
        width: 115px;
        height: 75px;
        padding: 10px;
    }
    .course_include_box h4 {
        font-size: 40px;
        line-height: 45px;
    }
    .course_include_info li p {
        width: calc(100% - 115px);
        padding-left: 40px;
        font-size: 22px;
        line-height: 35px;
    }
    .course_include_img {
        width: 100%;
    }
    .author_img{
        display: none;
    }
    .author_info {
        width: 100%;
        padding-left: 0px;
    }
    .autor_inner {
        padding-left: 0px;
    }
    .author_info .sub_title {
        margin-top: 0px;
        text-align: center;
    }
    .author_info h4 {
        margin-top: 25px;
        font-size: 25px;
        line-height: 26px;
    }
    .autor_outer {
        padding-bottom: 70px;
    }
    .effective_info.mt-42 {
        margin-top: 0px;
    }
    .mt-160 {
        margin-top: 0px;
    }
    /*------------------ Video Courses Page Css End ------------------*/

    /*------------------ Individual Training Page Css Start ------------------*/
    .individual_outer {
        padding: 30px 0px 0px 0px;
    }
    .individual_head {
        width: 100%;
        padding-right: 0px;
    }
    .individual_head h4 {
        margin-top: 20px;
    }
    .individual_info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .individual_info .graph_specific_right {
        width: 100% !important;
        margin-top: 50px;
        order: -1;
    }
    .individual_info .callus_outer{
        margin-top: 30px;
    }
    .individual_process {
        margin-top: 60px;
    }
    .mrl-40 {
        margin: 0px -10px;
    }
    .prl-40 {
        padding: 0px 10px;
    }
    .individual_item_head h3 {
        font-size: 23px;
        line-height: 31px;
        padding-left: 25px;
    }
    .individual_item p {
        margin-top: 24.3px;
    }
    .individual_item  .point_list li {
        line-height: 31px;
        padding-left: 35px;
    }
    .individual_item {
        margin-top: 50px;
    }
    .business_inner ul {
        padding-left: 0px;
        margin-top: 45px;
    }
    .advantages_outer {
        margin-top: 80px;
    }
    .advantages_inner {
        padding-left: 0px;
    }
    .advantages_info {
        width: 100%;
        padding-right: 0px;
    }
    .advantages_info .point_list li {
        font-size: 18px;
        line-height: 31px;
    }
    .advantages_img {
        width: 100%;
    }
    .individual_video {
        margin: 80px 0px 95px;
    }
    /*------------------ Individual Training Page Css End ------------------*/

    /*------------------ Multimedia Presentations Page Css Start ------------------*/
    .multimedia_img {
        width: 100%;
    }
    .multimedia_info {
        width: 100%;
        padding-left: 0px;
        order: -1;
        margin-top: 30px;
    }
    .multimedia_info p {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .offer_support_item {
        padding: 25px 20px 25px 20px;
        margin-top: 45px;
    }
    .offer_support_item h3 {
        font-size: 20px;
        line-height: 30px;
        border-left-width: 5px;
        padding-left: 18px;
    }
    .offer_support_item p {
        margin-top: 20px;
    }
    .offer_support {
        padding: 55px 0px 70px;
    }
    .realizations_outer {
        padding: 60px 0px 90px;
    }
    .service_block {
        margin-top: 40px;
    }
    .service_block h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .costs_outer {
        padding: 50px 0px 65px;
    }
    .costs_inner {
        padding-left: 0px;
    }
    .costs_outer p {
        margin-top: 30px;
        font-size: 18px;
    }
    .costs_outer .point_list li {
        font-size: 18px;
        line-height: 31px;
        margin-bottom: 10px;
    }
    .callus_outer {
        width: 100%;
    }
    /*------------------ Multimedia Presentations Page Css End ------------------*/

    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_outer {
        padding: 25px 0px 0px;
      margin-top: -20px;
    }
    .contact_inner {
        margin-top: 40px;
        padding-left: 0px;
    }
    .contact_info {
        margin-top: 0px;
        padding-left: 0px;
        width: 100%;
        order: 1;
    }
    .contact_person h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .contact_person {
        text-align: center;
    }
    .contact_person span {
        font-size: 17px;
    }
    .contact_details {
        margin-top: 35px;
    }
    .contact_details li a {
        font-size: 16px;
        line-height: 25px;
        justify-content: center;
    }
    .contact_details li {
        margin-bottom: 20px;
    }
    .contact_details li span {
        margin-left: 18.7px;
    }
    .contact_details_img {
        width: 24px;
    }
    .contact_img {
        width: 100%;
        order: 2;
        text-align: center;
        margin-left: 0px;
    }
    .contact_form {
        width: calc(100% + 30px);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        margin: 30px -15px;
        padding: 15px;
    }
    .contact_btn {
        margin-top: 20px;
        text-align: center !important;
    }
    .h-201 {
        height: 150px !important;
        padding: 12px 15px;
    }
    .address_outer {
        padding: 0px 0px 40px;
    }
    .address_item {
        margin-top: 40px;
    }
    .address_head h3 {
        font-size: 18px;
        line-height: 30px;
        margin-left: 15px;
    }
    .address_item_center {
        margin-left: 0px;
    }
    .address_head img {
        max-width: 30px;
        max-height: 24px;
    }
    .address_head {
        height: 33px;
        margin-bottom: 30px;
    }
    .address_item p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    #map {
        height: 300px;
    }
    .address_item_third {
        padding-left: 0px;
    }
    /*------------------ Contact Us Page Css End ------------------*/
    /*------------------ Header Section Css Start ------------------*/
    header {
        padding: 19px 0px;
    }
    .logo img{
        width: 108px;
    }
    .toggleMenu{
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .toggleMenu span{
        width: 20.54px;
        background: #3A95F8;
        height: 2px;
        margin: 2px 0px;
        display: block;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .toggleMenu.active span:nth-child(1) {
        background: transparent;
    }
    .toggleMenu.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center;
        margin-left: -2px;
        margin-top: -4px;
    }
    .toggleMenu.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: center;
        margin-left: -2px;
        margin-top: -4px;
    }
    .header_menu {
        display: none;
        position: fixed;
        top: 68px;
        background: #F9F9F9;
        width: 100%;
        left: 0px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
    .menu > ul{
        padding-top: 15px;
        display: block;
    }
    .menu > ul > li {
        margin-right: 0px;
    }
    .menu > ul > li:first-child > a{
        padding-top: 0px;
    }
    .menu > ul > li > a {
        padding: 11px 15px;
        font-weight: 700;
    }
    .header_mobile {
        margin-left: 0px;
        margin-top: 24px;
        flex-direction: column;
    }
    .header_phone {
        font-size: 15px;
        margin-left: 0px;
        order: -1;
    }
    .btn-gray {
        font-size: 12px;
        height: 30.6px;
        padding: 0px 27.6px 0px 20px;
        margin-top: 15.7px;
    }
    .header_phone img {
        width: 16px;
    }
    .subMenu {
        position: relative;
        top: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .subMenu .container{
        padding: 0px;
        max-width: 100%;
    }
    .about_submenu {
        display: block;
        min-height: initial;
    }
    .about_submenu_left {
        width: 100%;
        background: transparent;
        padding: 0px 15px;
    }
    .about_submenu_left:before {
        content: none;
    }
    .about_submenu_left h2 {
        padding: 15px 0px 22px 0px;
        font-size: 18px;
        line-height: 27px;
        max-width: 160px;
    }
    .about_submenu_right {
        width: 100%;
    }
    .about_submenu_list {
        width: 100%;
        padding: 0px 15px 24px 24px;
    }
    .about_submenu_list a {
        font-size: 16px;
        line-height: 28px;
        padding-left: 15px;
    }
    .about_submenu_list a:before {
        top: 11px;
    }
    .about_submenu_img {
        width: 100%;
    }
    li.hasMenu.active > a {
        background: #fff;
    }
    .offer_submenu_right {
        width: 100%;
        order: -1;
    }
    .offer_submenu_list {
        width: 100%;
        padding: 11px 15px 0px 34px;
    }
    .offer_submenu_img_item{
        display: none;
    }
    .offer_submenu_list_item {
        width: 100%;
        padding-right: 0px;
    }
    .font-23 {
        font-size: 16px;
        font-weight: 700;
        line-height: 17px;
        position: relative;
        cursor: pointer;
    }
    .offer_menu_item .font-23:after{
        position: relative;
        content: "\f107";
        right: 0px;
        font-family: FontAwesome;
        color: #000000;
        font-weight: 600;
        padding-left: 10px;
    }
    .offer_menu_item .font-23.active:after{
        content: "\f106";
    }
    .offer_menu_item h6 {
        margin-top: 15px !important;
        font-size: 14px;
    }
    .offer_menu_item .subBody a {
        font-size: 16px;
        line-height: 28px;
        padding-left: 14px;
    }
    .offer_menu_item .subBody a.btn {
        font-size: 12px;
    }
    .offer_menu_item {
        margin-bottom: 22px !important;
    }
    .offer_submenu_list_item:last-child {
        width: 100%;
    }
    .timetable_item {
        margin-top: 0px;
        padding: 0px 15px 0px 34px;
    }
    .timetable_icon {
        width: 26.29px;
    }
    .timetable_icon img{
        max-width: 100%;
    }
    .timetable_info {
        padding-left: 14px;
    }
    .timetable_info .font-23{
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }
    .timetable_info p {
        font-size: 11px;
        line-height: 16px;
    }
    .offer_submenu_left {
        width: 100%;
        background: transparent;
        padding: 29px 15px 23px 34px;
    }
    .offer_submenu_left h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
    .path_item {
        font-size: 14px;
        line-height: 19px;
    }
    .path_icon,.dedicated_path_icon{
        height: 30px;
        width: 30px;
        padding: 5px;
    }
    .path_icon img,.dedicated_path_icon img{
        max-width: 100%;
        max-height: 100%;
        padding-left: 3px;
    }
    .path_icon:after,.dedicated_path_icon:after{
        right: -10px;
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 10px;
    }
    .dedicated_path_icon{
        background: #EBEBEB;
    }
    .dedicated_path_icon:after{
        border-left-color: #EBEBEB;
    }
    .dedicated_path {
        margin-top: 25px;
    }
    .path_item span {
        width: calc(100% - 30px);
        padding-left: 19px;
    }
    .dedicated_path span {
        width: calc(100% - 50px);
        padding-left: 19px;
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
    }
    .subBody {
        display: none;
    }
    .hasMenu:hover .subMenu{
        display: none;
    }
    .subMenu_inner {
        max-height: initial;
    }
    .menu > ul > li > a:before {
        content: none;
    }
    .subMenu:before{
        content: none;
    }
    .menu > ul > li.hasMenu.active > a:after{
        content: "\f106";
    }
    /*------------------ Header Section Css End ------------------*/
    .header_process.active{
        -webkit-box-shadow: 0px 2px 2px rgb(0,0,0,0.7) !important;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.07) !important;
        -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.07) !important;
        -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.07) !important;
        box-shadow: 0px 2px 2px rgb(0,0,0,0.07) !important;
    }
    .process_header.active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .video_iframe iframe {
        height: 400px;
    }
    .user_outer h5 {
        margin-left: 15px;
        font-size: 17px;
    }
    .user_info img {
        height: 50px;
        width: 50px;
    }
    .know_date img,.know_time img{
        width: 24px;
    }
    .know_date {
        padding: 0px 15px;
        margin-left: 0px;
    }
    .know_time {
        margin-left: 0px;
    }
    .user_outer {
        justify-content: space-between;
    }
    .bestsellers_outer {
        margin-bottom: 60px;
    }
    .bestsellers_text {
        width: 100%;
        padding-left: 0px;
        order: -1;
    }
    .bestsellers_img {
        width: 100%;
    }
    .bestsellers_list a h3 {
        font-size: 23px;
        line-height: 34px;
    }
}
@media(max-width: 767px) {
    /*------------------ Home Page Css Start ------------------*/
    body.active {
      overflow: hidden;
    }
  
    body{
        font-size: 14px;
    }
    .mt-122 {
        margin-top: 68px;
    }
    .banner{
        background: none !important;
    }
    .banner_text {
        width: 100%;
        padding: 17px 0px;
        text-align: center;
    }
    .banner_text h6 {
        font-size: 14px;
        line-height: 25px;
    }
    .banner_text h1 {
        margin-top: 14px;
        font-size: 22px;
        line-height: 31px;
    }
    .banner_text .btn {
        margin-top: 14px;
    }
    .btn {
        height: 45px;
        padding: 0px 25px;
        font-size: 14px;
    }
    .btn-blue i {
        font-size: 19px;
    }
    .banner_inner {
        height: initial;
    }
    .banner_video {
        margin-top: 18px;
        justify-content: center;
    }
    .banner_video .training_outer img {
        width: 38px;
    }
    .star p {
        margin-left: 16px;
        font-size: 14px;
    }
    .banner_video a {
        font-size: 14px;
    }
    .star_list {
        display: flex;
    }
    .star_list i {
        font-size: 13px;
        margin-left: 1px;
    }
    .banner_img {
        display: block;
        margin-top: 38px;
    }
    .banner_img img{
        width: 100%;
    }
    .home_logo {
        padding: 18px 0px 35px;
    }
    .home_logo_inner h6 {
        font-size: 14px;
        line-height: 32px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }
    .home_logo_list ul {
        width: 100%;
        flex-wrap: wrap;
    }
    .home_logo_list li {
        width: 33.33%;
        padding: 5px;
        height: 80px;
    }
    .communication_img {
        margin-left: 0px;
        width: 100%;
        margin-top: 15px;
    }
    .communication_info {
        width: 100%;
        margin-left: 0px;
        order: -1;
    }
    .title h1, .title h2, .title h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .title h1 br,.title h2 br ,.title h2 br{
        display: none;
    }
    .communication_info .title h1,.communication_info .title h2,.communication_info .title h3{
        font-size: 18px;
    }
    .communication_info p {
        margin-top: 20px;
    }
    .support_outer {
        margin: 56px 0px 64px;
    }
    .title h4, .title h5 {
        margin-top: 6px;
        font-size: 16px;
        line-height: 30px;
    }
    .support_list {
        margin-top: 24px;
    }
    .support_list li {
        width: calc(50% - 7.5px);
        margin-left: 15px !important;
        margin-bottom: 0px;
        margin-top: 34px;
    }
    .support_list li:nth-child(2n + 1) {
        margin-left: 0px !important;
    }
    .support_img {
        height: 52.3px;
        justify-content: center;
    }
    .support_item h2 {
        margin-top: 18px;
        font-size: 15px;
        line-height: 22px;
        min-height: 40px;
        justify-content: center;
        text-align: center;
    }
    .support_item h2 br{
        display: none;
    }
    .support_arrow_icon {
        margin-top: 19px;
        text-align: center;
    }
    .support_item {
        padding: 24px 20px 27px 20px;
    }
    .support_list ul {
        justify-content: center;
    }
    .graph_outer .title h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .graph_list_outer {
        background: #fff;
        margin: 25px -15px 0px;
    }
    .graph_head_img {
        height: 28px;
        width: 28px;
        padding: 4px;
    }
    .graph_head_img img {
        margin-left: 2px;
    }
    .graph_head_img:after {
        right: -10px;
        border-top-width: 14px;
        border-bottom-width: 14px;
        border-left-width: 10px;
    }
    .graph_head{
        cursor: pointer;
    }
    .graph_head h4 {
        margin-left: 20px;
        font-size: 16px;
        line-height: 25px;
        padding-right: 25px;
        position: relative;
        width: calc(100% - 48px);
    }
    .graph_head h4:after{
        position: absolute;
        content: "\f105";
        right: 0px;
        top: 0px;
        height: 19px;
        width: 19px;
        background: #EBEBEB;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        bottom: 0px;
        margin: auto;
        color: #3A95F8;
        font-family: FontAwesome;
        font-weight: 600;
        font-size: 13px;
    }
    .graph_img_desktop{
        display: none;
    }
    .graph_list {
        margin-bottom: 0px;
        padding: 15px;
        border-bottom: 1px solid #F5F5F5;
    }
    .mb-13 {
        margin-bottom: 0px;
    }
    .mt-26 {
        margin-top: 0px;
    }
    .graph_img_mobile{
        margin-top: 26px;
    }
    .graph_outer {
        margin-bottom: 60px;
    }
    .audience_info {
        width: 100%;
        min-height: 245px;
        justify-content: center;
        padding: 10px 15px;
    }
    .audience_img{
        width: 100%;
    }
    .audience_img img {
        width: 100%;
    }
    .audience_text {
        width: 100%;
        padding-right: 0px;
    }
    .audience_text h3 {
        font-size: 18px;
        line-height: 41px;
        margin-top: 0px;
        text-align: center;
    }
    .audience_reverse .audience_text {
        padding-left: 0px;
    }
    .d-desktop{
        display: none;
    }
    .d-mobile{
        display: block;
    }
    .team_outer {
        padding: 30px 0px 74px;
    }
    .team_item {
        height: 119px;
        margin-top: 72px;
    }
    .team_img {
        height: 175px;
        display: flex;
    }
    .team_img img{
        max-height: 100%;
    }
    .team_list {
        margin-top: 25px;
    }
    .team_item p {
        margin-left: 43px;
        max-width: 97px;
        font-size: 16px;
    }
    .video_outer {
        padding: 66px 0px 55px;
    }
    .video_list .video_item {
        margin-bottom: 33px !important;
    }
    .video_list {
        margin-top: 33px;
    }
    .video_play_icon img{
        height: 55px;
        width: 55px;
    }
    .btn-gray-big i {
        font-size: 18px;
    }
    .video_more_btn {
        margin-top: 15px;
    }
    .know_outer{
        background: #013977;
    }
    .know_box {
        width: 100%;
        padding: 33px 0px 41px;
    }
    .know_box h3 {
        font-size: 18px;
        line-height: 37px;
        font-weight: normal;
        text-align: center;
    }
    .know_box p {
        margin-top: 23px;
        font-weight: 300;
    }
    .searchBox {
        margin-top: 31px;
    }
    .searchBox .form-control {
        width: 100%;
        margin-right: 0px;
    }
    .form-control {
        font-size: 15px;
        height: 34px;
        padding: 0px 15px;
    }
    .chk .checkmark {
        height: 14px;
        width: 14px;
        top: 2px;
    }
    .serachChk {
        margin-top: 15px;
        margin-left: 10px;
    }
    .chk {
        font-size: 12px;
        padding-left: 24px;
    }
    .chk .checkmark:after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 9px;
    }
    .searchBox .btn {
        position: relative;
        right: 0px;
        top: 0px;
        height: 34px;
        font-size: 12px;
        padding: 0px 19px;
        width: 121px;
        margin: 12px auto 0px;
    }
    .searchBox .btn i {
        font-size: 18px;
    }
    .home_contact_outer {
        padding-top: 86px;
    }
    .home_contact_info {
        width: 100%;
        padding-left: 0px;
        order: -1;
        text-align: center;
    }
    .home_contact_info li:first-child {
        margin-top: 28px;
    }
    .home_contact_info p {
        font-size: 16px;
        line-height: 25px;
    }
    .home_contact_info a {
        margin-top: 9px;
        font-size: 18px;
        line-height: 24px;
        justify-content: center;
    }
    .home_contact_info li:first-child a {
        font-size: 24px;
        line-height: 36px;
    }
    .home_contact_info span {
        width: initial;
        padding-left: 14.5px;
    }
    .home_contact_icon {
        width: 24.55px;
    }
    .home_contact_img {
        width: 100%;
        margin-top: 30px;
    }
    footer {
        padding: 40px 0px 100px;
    }
    .footer_logo {
        width: 100%;
        text-align: center;
    }
    .footer_logo img{
        width: 170px;
    }
    .footer_add {
        margin-left: 0px;
        width: 168px;
        margin: 41px auto 32px;
    }
    .footer_inner {
        display: block;
    }
    .footer_contact {
        width: 190px;
        margin: auto;
        padding-left: 0px;
    }
    .footer_contact h6 {
        font-size: 22px;
    }
    .footer_socail {
        border-left: 0px;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 37px;
        justify-content: center;
    }
    .footer_socail a {
        margin: 0px 17.5px;
    }
    .d-mobile img{
        width: 100%;
    }
    /*------------------ Home Page Css End ------------------*/
    /*------------------ Aktren offer template Page Css Start ------------------*/
    .temp_outer {
        padding-left: 0px;
    }
    .temp_info {
        width: 100%;
        padding-right: 0px;
        padding-top: 22px;
    }
    .temp_info .title{
        text-align: center;
    }
    .temp_feature {
        margin-top: 25px;
    }
    .temp_feature_item {
        display: block;
        text-align: center;
    }
    .temp_feature_img{
        height: 30px;
        width: 29px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .temp_feature_img img{
        max-height: 100%;
        max-width: 100%;
    }
    .temp_feature_item p {
        margin-left: 0px;
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px;
    }
    .temp_img{
        display: none;
    }
    .effect_outer {
        margin-top: 31px;
    }
    .effect_list h3 {
        font-size: 16px;
        line-height: 31px;
    }
    .mt-43 {
        margin-top: 25px;
    }
    .point_list li {
        line-height: 30px;
        padding-left: 25px;
    }
    .effect_contact {
        width: 100%;
        margin-top: 23px;
    }
    .effectBox {
        width: 254px;
    }
    .find_out_more {
        padding: 17px 40px;
        text-align: left;
    }
    .find_out_more p {
        font-size: 18px;
    }
    .find_out_more h6 {
        font-size: 28px;
        margin-top: 6px;
    }
    .find_out_more img{
        height: 78.5px;
        width: 78.5px;
        top: 12.9px;
        left: 14.3px
    }
    .find_out_more:before {
        width: 120px;
        height: 81px;
        left: -17px;
        bottom: -17px;
    }
    .training_outer {
        margin-top: 60px;
    }
    .training_outer img {
        width: 47px;
    }
    .training_outer h5 {
        width: calc(100% - 47px);
        font-size: 16px;
        line-height: 22px;
        padding-left: 17px;
    }
    .mobile_temp_img {
        display: block;
        margin-top: 20px;
    }
    .mobile_temp_img img {
        width: 100%;
        height: 222px;
        object-fit: cover;
    }
    .block_inner {
        margin: 58px 0px 18px;
    }
    .video_record_icon {
        width: 31px;
    }
    .video_record_info {
        width: calc(100% - 31px);
        padding-left: 21px;
    }
    .video_record_info h6 {
        font-size: 16px;
        line-height: 25px;
    }
    .video_record_info p {
        font-size: 16px;
        line-height: 25px;
    }
    .video_record_info span {
        font-size: 10px;
        margin-top: 10px;
    }
    .block_big_img {
        margin-top: 20px;
    }
    .block_big_img img {
        width: 100%; 
    }
    .block_big_img:after {
        top: 15px;
        left: 25px;
        width: calc(100% - 10px);
        height: calc(100% + 12px);
    }
    .block_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 61px;
    }
    .sub_title h1, .sub_title h2, .sub_title h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .block_info .sub_title h3{
        text-align: center;
    }
    .block_info p {
        margin-top: 29px;
    }
    .training_program_outer {
        padding: 36px 0px 44px;
    }
    .training_program_list {
        margin-top: 25px;
    }
    .point_list_normal li:before {
        font-size: 16px;
    }
    .point_list_normal li {
        padding-left: 15px;
    }
    .authority_outer .container{
        padding: 0px;
    }
    .authority_inner {
        padding: 0px !important;
    }
    .authority_info {
        width: 100%;
        padding: 10px 15px !important;
        order: -1;
        min-height: 204px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .sub_text {
        font-size: 18px;
        line-height: 41px;
    }
    .carry_outer {
        padding: 90px 0px 0px;
    }
    .carry_tab {
       margin: 30px -15px 0px;
    }
    .carry_tab li {
        width: calc(50% - 16px);
    }
    .carry_tab_text span {
        margin-left: 7.8px;
    }
    .carry_tab li a {
        height: 31.06px;
        font-size: 14px;
        line-height: 20px;
        position: relative;
        background: #E8E8E8;
    }
    .carry_tab ul li:first-child a:after {
        position: absolute;
        content: "";
        right: -31px;
        top: 0px;
        width: 0;
        height: 0;
        border-bottom: 31px solid #E8E8E8;
        border-right: 31px solid transparent;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .carry_tab ul li.active:first-child a:after{
        border-bottom-color: #3A95F8;
    }
    .carry_tab ul li:last-child a:after {
        position: absolute;
        content: "";
        left: -14px;
        top: 0px;
        width: 0;
        height: 0;
        border-top: 15.5px solid transparent;
        border-right: 14px solid #E8E8E8;
        border-bottom: 15.5px solid transparent;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .carry_tab ul li.active:last-child a:after{
            border-right-color: #3A95F8;
    }
    .carry_tab_text img{
        height: 16px;
    }
    .carry_tab li.active a {
        background: #3A95F8;
        color: #fff;
    }
    .carry_tab li.active a img{
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .tab_arrow {
        display: none;
    }
    .carry_tab_head_img{
        width: 30px;
    }
    .carry_tab_head_img img{
        max-width: 100%;
    }
    .carry_tab_head h3{
        padding-left: 32px;
        font-weight: 600;
        font-size: 16px;
        color: #000000;
    }
    .carry_tab_info.active .carry_tab_head{
        background: #fff;
        border-color: #fff;
    }
    .carry_tab_info.active .carry_tab_head:after{
        background: #3A95F8;
        color: #fff;
        transform: rotate(-180deg);
    }
    .carry_tab_body {
        margin: 0px -15px 0px;
        padding: 15px;
    }
    .carry_tab_body_text h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .carry_tab ul {
         background: #fff;
        padding: 27px 15px 0px;
    }
    .carry_tab_body_text img {
        margin-top: 0px;
    }
    .carry_tab_info.active .carry_tab_body_text{
        display: block;
    }
    .carry_tab_info {
        display: block;
    }
    .specification_outer {
        padding: 70px 0px 40px;
    }
    .specification_item {
        margin-top: 38px;
    }
    .sub_text_head {
        font-size: 18px;
        margin-bottom: 42px;
    }
    .sub_text_head:after {
        bottom: -19px;
        width: 44px;
        height: 4px;
    }
    .specification_item p {
        max-width: 100%;
        margin-bottom: 16px;
    }
    .specification_item li {
        margin-bottom: 16.9px;
    }
    .home_offer_logo .home_logo_inner h6 {
        font-size: 16px;
        line-height: 32px;
        color: #000;
    }
    .home_offer_logo .home_logo_list li {
        width: 50%;
        height: 95px;
    }
    .hr_outer {
        margin-top: 0px;
    }
    .hr_info {
        width: 100%;
        padding-right: 0px;
    }
    .hr_info .title{
        text-align: center;
    }
    .hr_info p {
        margin-top: 23px;
    }
    .hr_img {
        display: none;
    }
    .hr_img_mobile{
        display: block;
        margin-top: 16px;
    }
    .hr_btn_outer{
        text-align: center;
    }
    .hr_info .btn {
        margin-top: 26px;
    }
    .hr_img_mobile img{
        width: 100%;
    }
    .effectiveness_outer {
        margin: 35px 0px 58px;
    }
    .effectiveness_list {
        margin: 38px auto 0px;
    }
    .effectiveness_item {
        padding: 22px 15px;
        margin-bottom: 19px;
        margin: 0px -15px 19px;
        width: calc(100% + 30px);
    }
    .mh-498 {
        min-height: initial;
    }
    .mlr-21 {
        margin: 0px;
    }
    .plr-21 {
        padding: 0px;
    }
    .effectiveness_head_img {
        width: 47px;
    }
    .effectiveness_item_head h3 {
        padding-left: 12.6px;
        font-size: 16px;
        line-height: 28px;
    }
    .effectiveness_body li {
        margin-bottom: 25px;
        font-size: 16px;
        padding-right: 0px;
        line-height: 19px;
        background-position: bottom 0px right;
        padding-bottom: 12px;
        background-size: 18px;
    }
    .effectiveness_item_head {
        height: 49px;
    }
    .effectiveness_arrow_img {
        bottom: 0px;
    }
    .team_outer_other {
        padding: 65px 0px;
    }
    .customer_opinions .training_outer {
        margin-top: 40px;
        max-width: 193px;
        text-align: left;
    }
    .effective_info {
        width: 100%;
        padding-right: 0px;
        margin-top: 0px;
    }
    .effective_info h3 {
        font-size: 22px;
        line-height: 31px;
        text-align: center;
    }
    .effective_info .point_list {
        margin-top: 20px;
    }
    .effective_info .point_list li{
        margin-bottom: 10px;
    }
    .hr_according {
        max-width: 225px;
        margin: 28px auto 0px;
    }
    .effective_img{
        display: none;
    }
    .effective_outer {
        margin-bottom: 50px;
    }
    .question_outer {
        padding: 31px 0px 34px;
    }
    .question_head {
        padding-right: 0px;
        width: 100%;
        text-align: center;
    }
    .question_head h3 {
        font-size: 18px;
        line-height: 37px;
    }
    .question_head p {
        margin-top: 5px;
        font-size: 16px;
    }
    .question_form {
        width: 100%;
        margin-top: 18px;
    }
    .question_form_input {
        width: 100%;
        flex-wrap: wrap;
    }
    .question_form_input .form_input {
        width: 100%;
        margin-top: 10px;
    }
    .question_form_chk {
        margin: 17px 0px 11px;
    }
    .question_form p {
        padding-left: 24px;
        font-size: 11px;
        line-height: 21px;
    }
    .question_form_btn {
        position: relative;
        text-align: center;
        margin-top: 17px;
    }
    .sample_videos_outer {
        padding: 50px 0px 20px;
    }
    .sample_videos_outer .video_list {
        margin-top: 39px;
    }
    .methodologies_outer {
        padding: 38px 0px 54px;
    }
    .methodologies_list {
        margin: 65px auto 0px;
    }
    .methodologies_head {
        height: 81px;
        width: 100%;
        padding-left: 13px;
    }
    .methodologies_head:before {
        height: 81px;
        width: 67px;
    }
    .methodologies_head h3 {
        font-size: 38px;
        line-height: 40px;
    }
    .methodologies_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 16px;
    }
    .methodologies_head h4 {
        font-size: 16px;
        line-height: 23px;
    }
    .methodologies_item_last .methodologies_head {
        width: 100%;
    }
    .methodologies_item_last .methodologies_info {
        width: 100%;
        padding-left: 0px;
    }
    .methodologies_contact {
        padding: 35px 27px;
    }
    .methodologies_contact span {
        max-width: 100%;
        font-size: 18px;
        line-height: 27px;
    }
    .methodologies_contact h5 {
        font-size: 25px;
        line-height: 35px;
        margin-left: 0px;
        margin-top: 24px;
    }
    .methodologies_contact img {
        top: 16.7px;
        height: 68px;
    }
    .methodologies_contact:before {
        left: auto;
        width: 100%;
        right: -15px;
    }
    .faq_list {
        margin: 14px auto 0px;
    }
    .faq_outer .container{
        padding: 0px;
    }
    .faq_list li {
        border-left: 4px solid transparent;
    }
    .faq_head h3 {
        font-size: 16px;
        width: 100%;
        font-weight: 600;
        padding-right: 19px;
        line-height: 24px;
        letter-spacing: -0.15px;
    }
    .faq_head {
        padding: 18px 15px;
        min-height: initial;
    }
    .faq_arrow {
        height: 19px;
        width: 19px;
        font-size: 14px;
    }
    .faq_body {
        padding: 10px 15px 24px;
    }
    .faq_outer {
        padding: 0px 0px 70px;
    }
    /*------------------ Aktren offer template Page Css End ------------------*/
    /*------------------ Aktren Offer Process template Page Css Start ------------------*/
    .process_header {
        position: relative;
        top: 0px;
        padding-top: 44px;
        margin-top: 68px;
    }
    .process_header_list ul {
        display: block;
    }
    .process_header_list ul li {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 23px;
    }
    .process_header_icon {
        height: 34px;
        width: 34px;
        padding: 3px;
    }
    .process_header_icon img{
        max-width: 100%;
        max-height: 100%;
    }
    .process_header_icon:after {
        right: -12px;
        border-top-width: 17px;
        border-bottom-width: 17px;
        border-left-width: 12px;
    }
    .process_header_item {
        min-height: 34px;
        font-size: 13px;
    }
    .process_header_item span {
        padding-left: 25px;
    }
    .mt-172 {
        margin-top: 0px;
    }
    .process_outer {
        padding: 29px 0px 31px;
    }
    .graph_specific_outer {
        margin: 0px auto 0px;
    }
    .graph_specific_left {
        width: 100%;
        padding-right: 0px;
    }
    .graph_specific_left h2 {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }
    .graph_specific_right {
        width: 100%;
        margin-top: 34px;
    }
    .graph_specific_right h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .graph_specific_right li {
        width: 50%;
        display: block;
        margin-top: 35px;
        text-align: center;
    }
    .icon_activity {
        width: 32px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 10px;
    }
    .graph_specific_right li span {
        width: 100%;
        padding-left: 0px;
        font-size: 14px;
        line-height: 20px;
    }
    .graph_specific_right li span br{
        display: none;
    }
    .specific_more {
        margin: 35px auto 0px;
    }
    .specific_traning_outer {
        margin-top: 30px;
    }
    .specific_traning_outer .sub_text_bold {
        margin-left: 0px;
        text-align: center;
    }
    .sub_text_bold {
        font-size: 22px;
        line-height: 31px;
    }
    .specific_traning_list {
        margin-top: 10px;
    }
    .specific_traning_item {
        min-height: 115px;
        padding: 23px 25px 10px 25px;
    }
    .specific_traning_item h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .specific_traning_arrow img{
        width: 16px;
    }
    .specific_traning_arrow {
        bottom: 19px;
        right: 19px;
    }
    .offermenu{
        display: none;
    }
    .journey_info {
        width: 100%;
        order: -1;
        min-height: 210px;
        justify-content: center;
    }
    .journey_text {
        max-width: 100%;
        padding: 10px 15px;
        text-align: center;
    }
    .journey_text h5 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 25px;
    }
    .journey_img {
        width: 100%;
    }
    .see_also_outer {
        margin-top: 43px;
    }
    .see_also_outer h3 {
        text-align: center;
    }
    .process_header_list {
        margin-top: 27px;
    }
    /*------------------ Aktren Offer Process template Page Css End ------------------*/
    /*------------------ Aktren Schedule Page Css Start ------------------*/
    .schedule_outer {
        padding: 22px 0px 41px;
    }
    .schedule_table {
        margin-top: 29px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .schedule_head {
        padding: 15px 10px 15px 29px;
    }
    .schedule_head .sub_text_bold{
        font-size: 18px;
    }
    .schedule_body {
        padding: 0px 15px 0px 15px;
    }
    .schedule_body li {
        padding: 23px 0px;
        min-height: initial;
        position: relative;
    }
    .schedule_title span {
        line-height: 22px;
        padding: 2px 10px 0px;
        font-size: 10px;
    }
    .schedule_title {
        width: 100%;
        padding-right: 0px;
    }
    .schedule_title h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 17px;
    }
    .schedule_date_part {
        width: 100%;
        margin-top: 14px;
        padding-right: 0px;
    }
    .schedule_date_icon {
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 17px;
    }
    .schedule_date_icon img{
        max-height: 100%;
        max-height: 100%;
    }
    .schedule_date_item span {
        margin-left: 8.5px;
        line-height: 15px;
        font-size: 12px;
        width: calc(100% - 28.5px);
    }
    .schedule_date {
        width: 100%;
    }
    .schedule_date_part {
        width: 50%;
        margin-top: 13px;
    }
    .schedule_price h4 {
        font-size: 18px;
        line-height: 21px;
    }
    .schedule_price h4 span {
        margin-left: 6px;
        font-size: 12px;
    }
    .schedule_price {
        width: initial;
        padding-right: 0px;
        position: absolute;
        top: 25px;
        right: 0px;
    }
    .schedule_btn {
        width: 100%;
        text-align: center;
        margin-top: 19px;
    }
    .schedule_btn .btn{
        height: 35px;
        font-size: 12px;
        padding: 0px 16px;
    }
    .schedule_btn .btn i{
        font-size: 14px;
    }
    .schedule_date_outer {
        width: 100%;
    }
    /*------------------ Aktren Schedule Page Css End ------------------*/
    /*------------------ About US 1 Page Css Start ------------------*/
    .about_item{
        padding-top: 28px;
    }
    .about_item_text {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
    }
    .about_item_img {
        width: 100%;
        margin-top: 19px;
    }
    .about_services_item {
        margin-top: 50px;
    }
    .about_services_head {
        padding-left: 26px;
        width: calc(100% - 23px);
        height: 91px;
        margin-left: 23px;
    }
    .about_services_head:before {
        width: 61px;
    }
    .about_services_head h3 {
        font-size: 16px;
        line-height: 21px;
    }
    .about_services_head h2 {
        font-size: 63px;
        top: -25px;
        left: -21px;
        line-height: 63px;
    }
    .about_services_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .about_services_full .about_services_info {
        margin: 20px auto 0px;
    }
    .preparation_training_outer {
        padding: 40px 0px 10px;
    }
    .feature_item{
        background-image: url(../images/mibile_block_arrow.png);
        background-position: center bottom;
        padding: 22px 30px 60px 30px;
        text-align: center;
        margin-top: 12px;
    }
    .feature_list{
        margin-top: 20px;
    }
    .feature_item h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .feature_item p {
        margin-top: 23px;
    }
    .mt-230 {
        margin-top: 107px;
    }
    .mlr-7 {
        margin: 0px;
    }
    .plr-7 {
        padding: 0px;
    }
    /*------------------ About US 1 Page Css End ------------------*/
    /*------------------ Team List Page Css Start ------------------*/
    .team_info_item {
        padding: 22px 0px 0px;
    }
    .team_info_head {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .team_info_text {
        width: 100%;
        padding-left: 0px;
        margin-top: 35px;
    }
    .team_info_text .training_outer {
        margin-top: 19px;
    }
    .team_list_bottom{
        margin-top: 73px;
    }   
    /*------------------ Team List Page Css End ------------------*/
    /*------------------ Team Single Page Css Start ------------------*/
    .team_name_mobile {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
    .team_name_mobile h1{
        font-size: 34px;
        font-weight: bold;
        line-height: 52px;
        color: #000;
    }
    .team_name_mobile h1 span{
        font-weight: normal;
    }
    .team_single_outer {
        padding: 29px 0px 10px;
    }
    .team_member_img {
        width: 100%;
    }
    .team_img_tab ul li a {
        font-size: 13px;
        line-height: 18px;
        height: 32px;
    }
    .team_img_tab ul li:first-child a:after {
        right: -31px;
        border-bottom-width: 32px;
        border-right-width: 31px;
    }
    .team_img_tab ul li:last-child a:after {
        left: -14px;
        border-top-width: 16px;
        border-right-width: 14px;
        border-bottom-width: 16px;
    }
    .team_graph_img {
        width: 69px;
    }
    .team_graph_img img{
        width: 100%;
    }
    .team_graph .training_outer {
        margin-left: 35px;
        max-width: 155px;
    }
    .team_graph {
        margin-top: 20px;
        padding-left: 0px;
        justify-content: center;
    }
    .team_name {
        display: none;
    }
    .user_graph_text{
        display: block;
        margin-top: 20px;
    }
    .team_info {
        width: 100%;
        padding: 0px;
        order: 2;
    }
    .team_sidebar {
        width: calc(100% + 30px);
        margin-top: 21px;
        margin: 21px -15px 0px;
    }
    .teamBox {
        padding: 0px;
        margin-bottom: 0px;
    }
    .teamBoxbody .point_list_normal li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 0px;
        padding-bottom: 12px;
    }
    .teamBox h3{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
        padding: 18px 15px;
        border: 1px solid #CECECE;
        border-left: 0px;
        padding-right: 50px;
        border-right: 0px;
        position: relative;
    }
    .teamBox h3:after{
        position: absolute;
        content: "\f107";
        top: 0px;
        right: 15px;
        bottom: 0px;
        margin: auto;
        height: 19px;
        width: 19px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3A95F8;
        font-size: 14px;
        font-weight: 500;
        font-family: FontAwesome;
    }
    .teamBoxbody {
        padding: 0px 15px 15px;
        display: none;
    }
    .teamBox.active h3{
        border-color: transparent;
    }
    .teamBox.active .teamBoxbody{
        display: block;
    }
    .teamBox.active h3:after{
        transform: rotate(-180deg);
        background:#3A95F8;
        color: #fff; 
    }
    .team_block {
        margin-top: 20px;
    }
    .team_block h3 {
        font-size: 18px;
        line-height: 29px;
    }
    .team_back {
        margin: 10px 0px 42px;
    }
    /*------------------ Team Single Page Css End ------------------*/
    /*------------------ Video Page Css Start ------------------*/
    .video_box {
        padding: 22px 0px 0px;
    }
    .video_item h3:after {
        height: 3px;
        width: 36px;
    }
    .video_item h3 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 23px;
        padding-bottom: 25px;
    }
    .video_box .video_list .video_item {
        margin-bottom: 52px !important;
    }
    /*------------------ Video Page Css End ------------------*/
    /*------------------ Logo Page Css Start ------------------*/
    .client_logo_head {
        padding: 49px 0px 57px;
    }
    .client_title {
        padding: 18px 15px;
    }
    .client_title h2 {
        font-size: 18px;
    }
    .client_logo_list li {
        height: 82px;
        width: calc(33.33% - 14px);
        margin-left: 20px;
        padding: 0px 0px;
    }
    .client_logo_list li:nth-child(3n + 1){
        margin-left: 0px;
    }
    .client_logo_outer {
        padding-bottom: 35px;
    }
    /*------------------ Logo Page Css End ------------------*/
    /*------------------ Join Us Page Css Start ------------------*/
    .join_outer {
        padding-top: 25px;
    }
    .join_info {
        width: 100%;
        padding-left: 0px;
        order: -1;
    }
    .join_info .title{
        text-align: center;
    }
    .join_info p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .join_info .title {
        margin-bottom: 30px;
    }
    .join_info .btn {
        margin-top: 0px;
    }
    .join_img {
        width: 100%;
        margin-left: 0px;
        margin-top: 38px;
    }
    /*------------------ Join Us Page Css End ------------------*/
    /*------------------ Offer Page Css Start ------------------*/
    .offer_outer {
        padding: 49px 0px 52px;
    }
    .title h6 {
        font-size: 18px;
        line-height: 25px;
        margin-top: 10px;
    }
    .offer_list {
        margin-top: 15px;
    }
    /*------------------ Offer Page Css End ------------------*/

    /*------------------ Process Board Member Page Css Start ------------------*/
    .process_board_outer {
        padding: 30px 0px 20px;
    }
    .board_info p {
        margin-top: 25px;
    }
    .manag_board .sub_text_bold{
        text-align: center;
    }
    .manag_process_graph {
        margin-top: 20px;
    }
    .manag_board .point_list {
        margin-top: 15px;
    }
    .manag_board .point_list li {
        font-size: 16px;
        line-height: 30px;
        background-position: left top 11px;
    }
    .competence_areas_outer {
        margin-top: 40px;
    }
    .competence_areas_info {
        width: 100%;
        padding-right: 0px;
    }
    .competence_areas_info h3 {
        font-size: 22px;
        line-height: 31px;
    }
    .competence_areas_info li {
        line-height: 30px;
        margin-bottom: 5px;
    }
    .competence_areas_img {
        width: 100%;
        margin-top: 30px;
    }
    .callus_outer {
        padding: 25px;
    }
    .callus_outer h4 {
        font-size: 18px;
        line-height: 28px;
        width: 100%;
    }
    .callus_outer h3 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 9px;
    }
    .callus_outer img {
        width: 75px;
    }
    .callus_outer:before {
        left: auto;
        right: -15px;
    }
    .structures_process_outer {
        margin-top: 55px;
    }
    .structures_process_outer .sub_text_bold {
        text-align: center;
        font-size: 18px;
        line-height: 26px;
    }
    .structures_item h3 {
        margin-bottom: 22px;
        line-height: 24px;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }
    .structures_item {
        margin-top: 49px;
    }
    .structures_process_outer strong {
        margin-top: 40px;
    }
    .work_step {
        margin: 45px -15px 20px;
    }
    .work_step li {
        padding: 26px 15px 39px;
        margin-bottom: 33px;
    }
    .work_step_head {
        width: 100%;
        justify-content: center;
    }
    .work_step_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 27px;
    }
    .work_step_img {
        width: 55px;
    }
    .work_step_head h4 {
        padding-left: 22.5px;
        font-size: 16px;
        line-height: 25px;
        width: initial;
        max-width: 153px;
    }
    .work_step_head {
        justify-content: center;
    }
    .work_step_arrow {
        right: 20px;
        bottom: 14px;
        max-width: 16px;
    }
    .authority_reverse .authority_info {
        padding-left: 15px !important;
    }
    /*------------------ Process Board Member Page Css End ------------------*/
    .knowledge_outer {
        padding: 23px 0px 67px;
    }
    .knowledge_inner {
        margin-top: 30px;
    }
    .sidebar {
        width: 100%;
        background: #EEEEEE;
        padding: 22px 15px 12px;
    }
    .searchbar .form-control {
        padding: 0px 50px 0px 17px;
        font-size: 12px;
    }
    .searchbar .btn img {
        width: 14.5px;
    }
    .searchbar .btn {
        height: 34px;
    }
    .filter_outer {
        padding: 15px 0px 0px 0px;
    }
    .filter_body {
        padding-left: 15px;
        display: none;
    }
    .filter_chk li {
        margin-bottom: 10px;
    }
    .filter_chk ul {
        margin-top: 15px;
    }
    .filter_item {
        margin-top: 26px;
    }
    .filter_item:first-child {
        margin-top: 24px;
    }
    .filter_outer h3 {
        font-size: 20px;
        line-height: 34px;
        position: relative;
        cursor: pointer;
    }
    .filter_outer h3:after{
        position: absolute;
        content: "\f107";
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        height: 19px;
        width: 19px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #3A95F8;
        font-size: 14px;
        font-weight: 500;
        font-family: FontAwesome;
    }
    .filter_outer h3.active:after{
        background: #3A95F8;
        color: #fff;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .content {
        width: 100%;
        padding-left: 0px;
    }
    .knowledge_list h2 {
        margin-bottom: 0px;
        font-size: 18px;
    }
    .knowledge_list {
        margin-top: 55px;
        margin-bottom: 0px;
    }
    .knowledge_item {
        margin-top: 27px;
    }
    .knowledge_head {
        min-height: 57px;
        padding: 5px 14px;
    }
    .knowledge_head h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .pagination_outer {
        margin-top: 30px;
    }
    .pagination_outer a {
        height: 29px;
        width: 25px;
        font-size: 16px;
        margin-left: 4px;
    }
    .pagination_outer li:first-child a {
        margin-right: 20.4px;
    }
    .pagination_outer li:last-child a {
        margin-left: 20.4px;
    }
    .knowledge_img img {
        height: initial;
    }
    /*------------------ Knowledge List Page Css Start ------------------*/
    /*------------------ Knowledge List Page Css End ------------------*/

    /*------------------ Knowledge Details Page Css Start ------------------*/
    .know_details_outer {
        background: transparent;
        padding: 25px 0px 15px;
    }
    .know_content {
        width: 100%;
        padding-right: 0px;
    }
    .know_title h1 {
        font-size: 18px;
        line-height: 31px;
    }
    .know_title h1 br{
        display: none;
    }
    .user_outer {
        margin: 14px 0px 23px;
        justify-content: space-between;
    }
    .know_time {
      margin-left: 0px;
    }
    .know_time img {
      width: 12.78px;
    }
    .user_info img {
        height: 32px;
        width: 32px;
    }
    .user_outer h5 {
        margin-left: 12px;
        font-size: 14px;
        line-height: 23px;
    }
    .know_date {
        margin-left: 0px;
    }
    .know_date img {
        width: 13.17px;
    }
    .know_time h5 {
        font-size: 11px;
        margin-left: 10px;
    }
    .know_date h5{
        margin-left: 10px;
        font-size: 10px;
    }
    .know_video {
        margin-top: 27px;
    }
    .mt-50 {
        margin-top: 36px;
    }
    .know_block h3 {
        font-size: 18px;
        line-height: 34px;
    }
    .know_block p {
        margin-top: 15px;
    }
    .testimonial_socail_outer{
        display: flex;
        flex-wrap: wrap;
    }
    .know_social {
        margin-top: 23px;
        order: -1;
    }
    .know_social h6 {
        line-height: 21px;
        font-size: 15px;
    }
    .know_social li a {
        margin-left: 23px;
        font-size: 17px;
    }
    .testimonial {
        margin-top: 48.5px;
        padding: 24px 15px 61px;
        margin: 48.5px -15px 0px;
    }
    .testimonial_user {
        width: 100%;
    }
    .testimonial_user_img {
        width: 32px;
    }
    .testimonial_user_img img{
        width: 32px;
        height: 32px;
    }
    .testimonial_user h4 {
        padding-left: 12px;
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 32px);
    }
    .testimonial_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 19px;
    }
    .know_sidebar {
        width: calc(100% + 30px);
        margin: 27px -15px 0px;
    }
    .knowbar_head {
        padding: 17px 70px 20px 41px;
    }
    .knowbar h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .knowbarbody {
        padding: 16px 41px 24px;
    }
    .know_part img{
        width: 14.27px;
    }
    .know_top span {
        margin-left: 8px;
        font-size: 12px;
        line-height: 20px;
    }
    .know_releated a h4 {
        margin-top: 7px;
        font-size: 14px;
        line-height: 20px;
    }
    .know_releated li {
        padding: 15px 0px;
    }
    .see_all_btn {
        margin-top: 30px;
        text-align: left;
    }
    .see_all_btn .btn{
        width: 100%;
        font-size: 16px;
        justify-content: space-between;
    }
    .knowbarbody h3 {
        text-align: center;
    }
    .knowbar_socail {
        margin-top: 21px;
    }
    .knowbar_socail ul{
        justify-content: center;
    }
    .knowbar_socail a {
        margin: 0px 18px;
    }
    .knowledge_related {
        margin: 60px 0px 0px;
    }
    .knowledge_related .knowledge_list {
        margin-top: 0px;
    }
    .knowledge_related .know_item {
        margin-top: 50px;
    }
    .know_item_info {
        padding: 19px 14px;
    }
    .know_item_info h3 {
        font-size: 18px;
        line-height: 18px;
    }
    .know_item_user {
        margin-top: 28px;
        justify-content: flex-start;
    }
    .know_item_user img {
        height: 38px;
        width: 38px;
    }
    .know_item_user h6 {
        padding-left: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .know_item_img img {
        height: initial;
    }
    /*------------------ Knowledge Details Page Css End ------------------*/

    /*------------------ Video Courses Page Css Start ------------------*/
    .video_course_box {
        padding-left: 0px;
    }
    .video_course_outer {
        padding: 36px 0px 25px;
    }
    .video_course_info {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    .video_course_info .temp_feature {
        margin-top: 36px;
    }
    .video_course_info .temp_feature_item {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .video_course_info .temp_feature_item img{
        width: 40px;
    }
    .video_course_info .temp_feature_item p {
        margin-top: 0px;
        margin-left: 22px;
    }
    .video_course_img {
        width: 100%;
        margin-top: 26px;
    }
    .know_cont_info {
        width: 100%;
    }
    .know_cont_info .sub_text_bold {
        text-align: center;
        display: none;
    }
    .know_cont_info .point_list {
        margin-top: 0px;
    } 
    .know_cont_btn {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }
    .know_cont_btn .btn,.module_btn_inner .btn{
        width: 100%;
        justify-content: space-between;
        font-size: 11px;
        padding: 0px 17px;
        margin: 11px 0px 0px;
    }
    .know_cont_btn .btn i,.module_btn_inner .btn i{
        font-size: 14px;
    }
    .block_info_outer {
        margin: 74px 0px 31px;
    }
    .block_info_outer h3 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .public_speaking_img {
        width: calc(100% + 30px);
        margin: 0px -15px;
    }
    .public_speaking_img:before {
        top: 25px;
        right:0px;
    }
    .public_speaking_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 49px;
    }
    .public_speaking_info p {
        margin-bottom: 20px;
    }
    .module_outer {
        padding:7px 0px 44px;
    }
    .module_inner {
        padding-left: 0px;
    }
    .module_item {
        margin-top: 30px;
    }
    .module_item h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .module_btn_inner {
        margin: 31px 0px 0px;
    }
    .course_include_outer {
        padding-left: 0px;
        margin: 56px 0px 30px;
    }
    .course_include_info {
        width: 100%;
        padding-right: 0px;
    }
    .course_include_info .sub_title{
        text-align: center;
    }
    .course_include_info ul {
        margin-top: 43px;
    }
    .course_include_info li {
        margin-bottom: 20px;
    }
    .course_include_box {
        width: 72px;
        height: 49px;
        padding: 10px 5px;
    }
    .course_include_box h4 {
        font-size: 25px;
        line-height: 26px;
    }
    .course_include_info li p {
        width: calc(100% - 72px);
        padding-left: 16px;
        font-size: 16px;
        line-height: 25px;
    }
    .course_include_img {
        width: calc(100% + 30px);
        height: 123px;
        margin: 80px -15px 0px;
    }
    .course_include_img img {
        max-width: 267px;
    }
    .autor_inner {
        padding-left: 0px;
    }
    .author_info {
        width: 100%;
        padding-left: 0px;
        order: -1;
    }
    .author_info .sub_title {
        margin-top: 0px;
        text-align: center;
    }
    .author_info h4 {
        margin-top: 25px;
        font-size: 24px;
        line-height: 25px;
        text-align: center;
    }
    .author_info p {
        margin-top: 18px;
    }
    .author_img {
        width: 100%;
        display: none;
    }
    .autor_outer {
        padding-bottom: 40px;
    }
    .effective_info.mt-42 {
        margin-top: 10px;
    }
    .mt-160 {
        margin-top: 0px;
    }
    /*------------------ Video Courses Page Css End ------------------*/
    
    /*------------------ Individual Training Page Css Start ------------------*/
    .individual_outer {
        padding: 34px 0px 0px 0px;
    }
    .individual_head {
        width: 100%;
        padding-right: 0px;
    }
    .individual_head h4 {
        margin-top: 16px;
        font-size: 18px;
        line-height: 24px;
    }
    .individual_head .point_list{
        margin-top: 33px;
    }
    .individual_head .point_list li{
        margin-bottom: 16px;
        color: #000;
    }
    .individual_info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .individual_info .graph_specific_right {
        width: 100% !important;
        margin-top: 33px;
        order: -1;
    }
    .individual_info .graph_specific_right h3 {
        text-align: center;
    }
    .individual_info .callus_outer {
        margin-top: 33px;
        width: 254px;
        margin: 33px auto 0px;
        padding: 21px 10px 11px;
    }
    .individual_info .callus_outer h4 {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .individual_info .callus_outer h3 {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        width: 100%;
    }
    .individual_info .callus_outer:before {
        right: auto;
        left: -15px;
        width: 120px;
        height: 81px;
    }
    .individual_process {
        margin-top: 32px;
    }
    .individual_process .sub_text_bold{
        text-align: center;
        font-size: 18px;
    }
    .mrl-40 {
        margin: 0px;
    }
    .prl-40 {
        padding: 0px;
    }
    .individual_item {
        margin-top: 45px;
    }
    .individual_shape {
        height: 35px;
        width: 20px;
    }
    .individual_shape:after {
        right: -12px;
        border-top-width: 17.5px;
        border-bottom-width: 17.5px;
        border-left-width: 12px;
    }
    .individual_item_head h3 {
        font-size: 16px;
        line-height: 24px;
        padding-left: 27px;
    }
    .individual_item p {
        margin-top: 27.7px;
    }
    .business_outer {
        background: transparent;
        padding: 27px 0px 39px;
    }
    .business_inner .sub_text_bold {
        font-size: 18px;
        line-height: 28px;
    }
    .business_inner .sub_text_bold br{
        display: none;
    }
    .business_inner ul {
        padding-left: 0px;
        margin-top: 35px;
    }
    .advantages_outer {
        margin-top: 0px;
    }
    .advantages_inner {
        padding-left: 0px;
    }
    .advantages_info {
        width: 100%;
        padding-right: 0px;
    }
    .advantages_info .sub_text_bold{
        text-align: center;
        font-size: 18px;
    }
    .advantages_info .point_list {
        margin-top: 20px;
    }
    .advantages_info .point_list li {
        font-size: 14px;
        line-height: 24px;
    }
    .advantages_img {
        width: 100%;
    }
    .individual_video {
        margin: 47px 0px 13px;
    }
    .individual_video .video_list {
        margin-top: 39px;
    }
    /*------------------ Individual Training Page Css End ------------------*/
    
    /*------------------ Multimedia Presentations Page Css Start ------------------*/
    .multimedia_img {
        width: 100%;
    }
    .multimedia_info {
        width: 100%;
        padding-left: 0px;
        order: -1;
        margin-top: 30px;
    }
    .multimedia_info p {
        font-size: 14px;
        line-height: 24px;
        color: #000;
        margin-bottom: 25px;
    }
    .offer_support {
        padding: 40px 0px 40px;
    }
    .offer_support_item {
        padding: 20px 20px 20px 15px;
        margin-top: 40px;
    }
    .offer_support_item h3 {
        font-size: 20px;
        line-height: 28px;
        border-left-width: 5px;
        padding-left: 16px;
    }
    .offer_support_item p {
        margin-top: 20px;
    }
    .realizations_outer {
        padding: 45px 0px 60px;
    }
    .realizations_item {
        margin-top: 25px;
    }
    .service_block {
        margin-top: 40px;
    }
    .service_block h3 {
        font-size: 19px;
        line-height: 34px;
        text-align: center;
    }
    .service_block p {
        margin-top: 19px;
    }
    .service_from_outer {
        margin-bottom: 50px;
    }
    .costs_outer {
        padding: 50px 0px 60px;
    }
    .costs_inner {
        padding-left: 0px;
    }
    .costs_outer p {
        margin-top: 25px;
        font-size: 14px;
    }
    .costs_outer .point_list li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px;
    }
    .costs_outer .point_list {
        margin-top: 15px;
    }
    /*------------------ Multimedia Presentations Page Css End ------------------*/

    /*------------------ Contact Us Page Css Start ------------------*/
    .contact_outer {
        padding: 25px 0px 0px;
      margin-top: -10px;
    }
    .contact_inner {
        margin-top: 40px;
        padding-left: 0px;
    }
    .contact_info {
        margin-top: 0px;
        padding-left: 0px;
        width: 100%;
        order: -1;
    }
    .contact_person h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .contact_person {
        text-align: center;
    }
    .contact_person span {
        font-size: 17px;
    }
    .contact_details {
        margin-top: 35px;
    }
    .contact_details li a {
        font-size: 16px;
        line-height: 25px;
        justify-content: center;
    }
    .contact_details li {
        margin-bottom: 20px;
    }
    .contact_details li span {
        margin-left: 18.7px;
    }
    .contact_details_img {
        width: 24px;
    }
    .contact_img {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }
    .address_item_third {
        padding-left: 0px;
    }
  
    .contact_form {
      width: calc(100% + 30px);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      margin: 0px -15px;
      padding: 15px;
      order: 3;
    }
  
    .contact_btn {
        margin-top: 20px;
        text-align: center !important;
    }
    .h-201 {
        height: 150px !important;
        padding: 12px 15px;
    }
    .address_outer {
        padding: 0px 0px 40px;
    }
    .address_item {
        margin-top: 40px;
    }
    .address_head h3 {
        font-size: 18px;
        line-height: 30px;
        margin-left: 15px;
    }
    .address_item_center {
        margin-left: 0px;
    }
    .address_head img {
        max-width: 30px;
        max-height: 24px;
    }
    .address_head {
        height: 33px;
        margin-bottom: 30px;
    }
    .address_item p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 25px;
    }
    #map {
        height: 300px;
    }
    /*------------------ Contact Us Page Css End ------------------*/
    /*------------------ Header Section Css Start ------------------*/
    header {
        padding: 19px 0px;
    }
    .logo img{
        width: 108px;
    }
    .toggleMenu{
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .toggleMenu span{
        width: 20.54px;
        background: #3A95F8;
        height: 2px;
        margin: 2px 0px;
        display: block;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .toggleMenu.active span:nth-child(1) {
        background: transparent;
    }
    .toggleMenu.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center;
        margin-left: -2px;
        margin-top: -4px;
    }
    .toggleMenu.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: center;
        margin-left: -2px;
        margin-top: -4px;
    }
    .header_menu {
        display: none;
        position: fixed;
        top: 68px;
        background: #F9F9F9;
        width: 100%;
        left: 0px;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
    .menu > ul{
        padding-top: 15px;
        display: block;
    }
    .menu > ul > li {
        margin-right: 0px;
    }
    .menu > ul > li:first-child > a{
        padding-top: 0px;
    }
    .menu > ul > li > a {
        padding: 11px 15px;
        font-weight: 700;
    }
    .header_mobile {
        margin-left: 0px;
        margin-top: 24px;
        flex-direction: column;
    }
    .header_phone {
        font-size: 15px;
        margin-left: 0px;
        order: -1;
    }
    .btn-gray {
        font-size: 12px;
        height: 30.6px;
        padding: 0px 27.6px 0px 20px;
        margin-top: 15.7px;
    }
    .header_phone img {
        width: 16px;
    }
    .subMenu {
        position: relative;
        top: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .subMenu .container{
        padding: 0px;
        max-width: 100%;
    }
    .about_submenu {
        display: block;
        min-height: initial;
    }
    .about_submenu_left {
        width: 100%;
        background: transparent;
        padding: 0px 15px;
    }
    .about_submenu_left:before {
        content: none;
    }
    .about_submenu_left h2 {
        padding: 15px 0px 22px 0px;
        font-size: 18px;
        line-height: 27px;
        max-width: 160px;
    }
    .about_submenu_right {
        width: 100%;
    }
    .about_submenu_list {
        width: 100%;
        padding: 0px 15px 24px 24px;
    }
    .about_submenu_list a {
        font-size: 16px;
        line-height: 28px;
        padding-left: 15px;
    }
    .about_submenu_list a:before {
        top: 11px;
    }
    .about_submenu_img {
        width: 100%;
    }
    li.hasMenu.active > a {
        background: #fff;
    }
    .offer_submenu_right {
        width: 100%;
        order: -1;
    }
    .offer_submenu_list {
        width: 100%;
        padding: 11px 15px 0px 34px;
    }
    .offer_submenu_img_item{
        display: none;
    }
    .offer_submenu_list_item {
        width: 100%;
        padding-right: 0px;
    }
    .font-23 {
        font-size: 16px;
        font-weight: 700;
        line-height: 17px;
        position: relative;
        cursor: pointer;
    }
    .offer_menu_item .font-23:after{
        position: relative;
        content: "\f107";
        right: 0px;
        font-family: FontAwesome;
        color: #000000;
        font-weight: 600;
        padding-left: 10px;
    }
    .offer_menu_item .font-23.active:after{
        content: "\f106";
    }
    .offer_menu_item h6 {
        margin-top: 15px !important;
        font-size: 14px;
    }
    .offer_menu_item .subBody a {
        font-size: 16px;
        line-height: 28px;
        padding-left: 14px;
    }
    .offer_menu_item .subBody a.btn {
        font-size: 12px;
    }
    .offer_menu_item {
        margin-bottom: 22px !important;
    }
    .offer_submenu_list_item:last-child {
        width: 100%;
    }
    .timetable_item {
        margin-top: 0px;
        padding: 0px 15px 0px 34px;
    }
    .timetable_icon {
        width: 26.29px;
    }
    .timetable_icon img{
        max-width: 100%;
    }
    .timetable_info {
        padding-left: 14px;
    }
    .timetable_info .font-23{
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }
    .timetable_info p {
        font-size: 11px;
        line-height: 16px;
    }
    .offer_submenu_left {
        width: 100%;
        background: transparent;
        padding: 29px 15px 23px 34px;
    }
    .offer_submenu_left h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }
    .path_item {
        font-size: 14px;
        line-height: 19px;
    }
    .path_icon,.dedicated_path_icon{
        height: 30px;
        width: 30px;
        padding: 5px;
    }
    .path_icon img,.dedicated_path_icon img{
        max-width: 100%;
        max-height: 100%;
        padding-left: 3px;
    }
    .path_icon:after,.dedicated_path_icon:after{
        right: -10px;
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 10px;
    }
    .dedicated_path_icon{
        background: #EBEBEB;
    }
    .dedicated_path_icon:after{
        border-left-color: #EBEBEB;
    }
    .dedicated_path {
        margin-top: 25px;
    }
    .path_item span {
        width: calc(100% - 30px);
        padding-left: 19px;
    }
    .dedicated_path span {
        width: calc(100% - 50px);
        padding-left: 19px;
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
    }
    .subBody {
        display: none;
    }
    .hasMenu:hover .subMenu{
        display: none;
    }
    .subMenu_inner {
        max-height: initial;
    }
    .menu > ul > li > a:before {
        content: none;
    }
    .subMenu:before{
        content: none;
    }
    .menu > ul > li.hasMenu.active > a:after{
        content: "\f106";
    }
    /*------------------ Header Section Css End ------------------*/
    .header_process.active{
        -webkit-box-shadow: 0px 2px 2px rgb(0,0,0,0.7) !important;
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.07) !important;
        -ms-box-shadow: 0px 2px 2px rgba(0,0,0,0.07) !important;
        -o-box-shadow: 0px 2px 2px rgba(0,0,0,0.07) !important;
        box-shadow: 0px 2px 2px rgb(0,0,0,0.07) !important;
    }
    .process_header.active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }
    .modal-body {
        padding: 5px;
    }
    .video_iframe iframe {
        height: 350px;
    }
    .close_popup {
        top: -25px;
        right: 0px;
        height: 25px;
        width: 25px;
        font-size: 13px;
    }
    .team_list_slider {
        padding: 0px 10px;
        margin: 0px;
    }
    .team_list_slider .col-md-6{
        padding: 0px;
    }
    .team_list_slider button{
        position: absolute;
        top: 50%;
        margin-top: 22px;
        left: -10px;
        outline: none !important;
    }
    .team_list_slider button i {
        font-size: 30px !important;
        color: #000;
        line-height: 30px;
    }
    .team_list_slider button.owl-next{
        left: auto;
        right: -10px;
    }
    .mb-40 {
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .bestsellers_outer {
        margin-bottom: 35px;
    }
    .bestsellers_text {
        width: 100%;
        padding-left: 0px;
        order: -1;
    }
    .title_top {
        display: block;
        text-align: center;
    }
    .title_top img {
        margin-right: 0px;
        width: 30px;
        margin-bottom: 18.8px;
    }
    .bestsellers_text .title h4 {
        padding-left: 0px;
        text-align: center;
        margin-top: 15px;
    }
    .bestsellers_list ul {
        margin-top: 30px;
    }
    .bestsellers_list a h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .bestsellers_list a {
       min-height: 94px;
        padding: 12px 51px 12px 15px;
        margin-bottom: 15px;
    }
    .bestsellers_img {
        width: 100%;
        margin-top: 15px;
    }
  .schedule_date_item {
    margin-bottom: 8px;
  }
}
@media(min-width: 576px) and (max-width: 767px){
    .team_list_slider  .team_item p {
        margin-left: 12px !important;
    }
}
@media (max-width: 575px){
  .user_info,
  .know_date, 
  .know_time {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .know_date img,
  .know_time img {
    width: auto;
  }
  
  .know_time h5 {
    font-size: 14px;
    margin-left: 16px;
  }
  
  .know_date h5 {
    font-size: 14px;
    margin-left: 14px;
  }
  
  .user_outer {
    margin-bottom: 8px;
  }
}

.text-page h1 {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.text-page h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.text-page h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.text-page h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

.text-page h5 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.text-page h6 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.text-page {
  font-size: 16px;
  color: #000;
}

.text-page p {
  margin-bottom: 30px;
}

