/* If you want to add your own CSS code, please do it in this file */
#Top_bar .menu > li ul li a:hover, #Top_bar .menu > li ul li.hover > a {
    text-decoration: none;
    background: rgb(235, 97, 128);
    color: #fff !important;
}
.hidden{display:none !important;}
.wpb_wrapper h2{font-size: 28px;}

.vc_btn3.vc_btn3-color-pink {
    color: #fff;
    background-color: #ed2f59 !important;
}
.vc_btn3.vc_btn3-color-pink:hover {
    color: #fff;
    background-color: #00afef !important;
}
.sub-heading {
    font-size: 28px;
    margin-bottom: 6px;
    font-family: 'Rancho', cursive;
    margin-left: 16px;
    padding-top: 5px;
	font-weight:normal;
}
.welcome-title {
    margin-bottom: 12px !important;
    display: block;
    position: relative;
    padding-right: 5px;
}
.welcome-title:before {
    content: "";
    background: #00afef;
    height: 100%;
    width: 5px;
    position: absolute;
}
.welcome-section h1 {
    font-size: 32px;
    text-transform: uppercase;
    padding: 5px 0;
    margin-left: 16px;
	font-weight: 500;
}

.page-title {
    margin-bottom: 12px !important;
    display: block;
    position: relative;
    padding-right: 5px;
}
.page-title:before {
    content: "";
    background: #00afef;
    height: 100%;
    width: 5px;
    position: absolute;
}
.page-title h2, .page-title h1 {
    font-size: 32px;
    text-transform: uppercase;
    padding: 5px 0;
    margin-left: 16px;
	font-weight: 500;
}
.welcome-section-image .vc_single_image-wrapper.vc_box_border_grey {
    margin-bottom: 0px;
}
.block-title h2, .block-title h3  {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
	position:relative;
	line-height:1.2em;
	color:#fff;
}

.block-title h2:before, 
.block-title h3:before {
    content: "";
    border-left: 6px solid #00afef;
	padding-left: 12px;
}

.courses-block {
    position: relative;
}
.courses-img {
    position: absolute;
    left: -80px;
    background: rgba(165, 162, 162, 0.65);
    border-radius: 50%;
    padding: 4px;
    height: 70px;
    width: 70px;
}

.courses-img img {
    padding: 5px;
    background: #ffffff;
    border-radius: 50%;
}

.courses-info h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 3px;
}
.courses-info{ padding:0px 20px;}
.courses-info h2 a{
    color: #ed2f59;
}

.courses-info h2 a:hover {
    color: #60d4ff;
}
.courses-info p {
    color: #e9e9e9;
}
.courses-block {
    margin-bottom: 30px !important;
}
.course-banner .vc_single_image-wrapper.vc_box_border_grey {
    margin-bottom: 0px;
}

@media screen and (min-width:1600px){
.course-desc-wrap .courses-block {
    width: 80%;
    margin-top: 3.2em !important;
    margin-bottom: 3.2em !important;
}
.courses-img {
    left: -80px;
}
}
.request-call-wrap .block-title h3{

}

.request-call-wrap {
    text-align: center;
	border-top:3px solid #e51f4a;
	border-bottom:3px solid #e51f4a;
}
.request-call-wrap input[type="text"], .request-call-wrap input[type="email"], .request-call-wrap input[type="tel"] {
    border-radius: 20px;
}
.request-call-wrap input.wpcf7-form-control.wpcf7-submit {
    border: medium none !important;
    color: #fff !important;
    width: 100%;
    border-radius: 20px;
    background: #ed2f59 !important;
}

.counter_title
{
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
    letter-spacing: 1px
}
.counter_text
{
	margin-top: 19px;
}
.counter_text p
{
	color: #FFFFFF;
}
.wpb_text_column.wpb_content_element.counter_content {
    margin-bottom: 14px;
}
.milestone:not(:last-child)::after
{
	display: block;
	position: absolute;
	top: 0;
	right: -45px;
	width: 1px;
	height: 70px;
	background: rgba(255,255,255,0.2);
	content: '';
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);

}

.call-to-action-info .counter .number-wrapper .number::after {
    content: "+";
    font-size: 35px;
    margin-left: 3px;
    vertical-align: middle;
}
.call-to-action-info .counter {
    margin-bottom: 20px;
    padding: 0px;
    background: no-repeat;
}

.call-to-action-info .counter .number-wrapper .number {    font-size: 42px;font-weight: 700;line-height: 0.75; color: #14bdee;}
.call-to-action-info .counter .desc_wrapper .title {font-size: 16px;font-weight: 400;color: #FFFFFF;text-transform: uppercase;margin-top: 14px; }

/*** Testimonials ***/
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #00afef;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -11px;
    left: 60px;
    transform: rotate(45deg);
	border-bottom: 1px solid #00afef;
	border-right: 1px solid #00afef;
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #ed2f59;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #ce284d;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 0px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
	display:none;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #ed2f59;
}

/*** Footer ***/
.ftr-logo {
    font-size: 14px;
}
.ftr-logo p {
    margin-bottom: 2px;
}
.ftr-block-title h3::before, .ftr-block-title h4::before{
	content:"";
	border-right: 4px solid #00afef;
    margin-right: 10px;
}

.ftr-block-title h3, .ftr-block-title h4 {
    text-transform: uppercase;
    font-size: 22px;
	padding-left: 4px;
	margin-top: 16px;
    margin-bottom: 36px;
}

.ftr-logo img {
    margin-bottom: 8px;
}
ul.sociallinks {
    display: table;
    margin-top: 14px;
}
.sociallinks li {
    float: left;
    margin-right: 16px;
}
.sociallinks li a {
    padding: 10px;
    background: #ed2f59;
    color: #fff !important;
    font-size: 18px;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    display: block;
    text-align: center;
    line-height: 1.4;
}
.sociallinks li a:hover { background: #00afef;}
.ftr-contact li:first-child, .ftr-contact li:nth-child(2) { line-height: 1.8;} 
.ftr-contact li .address-title{
    display: block;
    text-transform: uppercase;
    color: #ed2f59;
}
.ftr-links li::before {
    content: "\e8a4";
	color: #ed2f59;
    margin-right: 6px;
    font-family: "mfn-icons";
}

.ftr-links li, .ftr-contact li {
   line-height: 2.2;

}
.ftr-contact li {
    display: flex;
	font-size: 15px;
}

.ftr-contact li i {
    color: #ed2f59;
    margin-right: 4px;
}
.ftr-links li a, .ftr-contact li a{ color:#cccccc !important; font-size: 15px; }
.ftr-links li a:hover, .ftr-contact li a:hover{ color:#fff !important; text-decoration:none; }

.copyright { text-align: center;font-size: 13px;}
.copyright a{ color:#cccccc !important; }

a#back_to_top {
    position: absolute;
    right: -20px;
    top: -17px;
    border: none;
    background: #00afef !important;
    display: block;
    border-radius: 50%;
    /* font-weight: 600; */
    padding: 6px;
}
a#back_to_top i{ font-size:20px !important; color:#fff !important;}
a#back_to_top.button .button_icon {
    padding: 8px 7px;
}
.cource-sectionCvr::after {
    content: "" !important;
    background: url(../images/cource-bg.png);
    position: absolute;
    height: 100%;
    width: 20%;
    display: block !important;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.08;
	right:0px;
}

/*.corporate-trainingCvr .promo_box.no_border .photo_wrapper img {
    border: 6px solid #00afef;
    border-radius: 50%;
    width: 90%;
}*/


/*** News ***/
.news_post_image
{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.news_post_image .vc_single_image-wrapper.vc_box_border_grey {
    margin-bottom: 0px;
}
.news_post_image img
{
	max-width: 100%;
}

.news_post_large_title
{
	margin-top: 23px;
}
.news_post_large_title a
{
	font-size: 20px;
	font-weight: 500;
	color: #00afef !important;
	line-height: 1.4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_large_title a:hover
{
	color: #ed2f59 !important;
	text-decoration:none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_meta
{
	margin-top: 11px;
    margin-bottom: 8px !important;
}
.news_post_meta div{color: #b3b3b3;font-size: 14px;}
.news_post_meta ul li
{
	display: inline-block;
	position: relative;
	text-transform:capitalize;
	color: #b3b3b3;
}
.news_post_meta ul li:not(:last-of-type)::after
{
	display: inline-block;
	position: relative;
	content: '|';
	margin-left: 14px;
	margin-right: 11px;
}
.news_post_meta ul li a
{
	font-size: 14px;
	font-weight: 400;
	color: #00afef;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_meta ul li a:hover
{
	color: #ed2f59;
}
.news_post_text
{
	/*margin-top: 13px;*/
}
.news_post_link
{
	/*margin-top: 19px;*/
}
.news_post_link a
{
	font-size: 14px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #00afef !important;
    transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    padding: 0px !important;
}
.news_post_link a:hover
{
	color: #ed2f59;
}
.news_posts_small
{
	margin-top: -6px;
}
.news_post_small:not(:last-child)
{
	padding-bottom: 18px;
	border-bottom: solid 1px #e5e5e5;
}
.news_post_small:not(:first-child)
{
	padding-top: 24px;
}
.news_post_small_title a
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.55;
	color:#00afef !important;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-decoration: none;
}
.news_post_small_title a:hover
{
	color: #ed2f59 !important;
}
.news_post_meta ul {
    margin: 0px;
}

.news_posts_small .news_post_small.vc-gitem-zone-height-mode-auto:before{ padding:0px;}
.news_post_large.vc-gitem-zone-height-mode-auto:before{ padding:0px;}
.news_posts_small .news_post_small.vc_gitem-zone-a .vc_gitem-row-position-top { position: relative;}
.news_post_large.vc_gitem-zone-a .vc_gitem-row-position-top{ position: relative;}
.news_posts_small .news_post_small{padding: 7px 0px 5px; border-bottom: solid 1px #e5e5e5;}
.news_posts_small .news_post_small .vc_gitem_row .vc_gitem-col{ padding:0px;}
.news_posts_small .vc_grid-item:first-child .news_post_small {
    padding-top: 0px;
}
.news_posts_small .vc_grid-item:last-child .news_post_small {
   border: medium none;
}

.vc_tta.vc_general.product-accordions .vc_tta-panel-title>a {background-color: #e41a22; color:#fff !important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before{ border-color:#fff !important;}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
   padding-left: 56px !important;
    /* text-transform: uppercase; */
    background: #ed2f59;
    color: #fff !important;
    letter-spacing: 1px;
	font-size: 15px;
	margin-bottom: 10px;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a::before {
    content: "";
    background: #004660;
    width: 49px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* padding-right: 20px; */
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{ border-color: #f5f5f5 !important; background-color: #f5f5f5 !important;}
.the_content_wrapper ul{ font-size:16px !important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #ed2f59 !important;
    background-color: #ed2f59 !important;
    color: #fff !important;
	margin-right: 15px;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #646464 !important;
    background-color: #00afef !important;
    color: #fff !important;
}
.list-contacts{margin-top:30px;border-bottom:1px solid #eee; list-style: none !important; padding: 0px !important;
margin:0px !important; }
.list-contacts__item{padding-top:16px;padding-bottom:12px;padding-left:0px;border-top:1px solid #eee;list-style: none !important; }
.list-contacts__item .icon{float:left;font-size:20px;color:#ed2f59;}
.list-contacts__inner{margin-left:35px}
.list-contacts__title{font-size:12px;color:#333;text-transform: uppercase;font-weight: bold; margin-bottom: 5px;}
.list-contacts__info{font-size:16px;color:#777;}
.subtitle{position:relative;}
.subtitle::after {
	content:"";
    position: absolute;
    top: 11px;
    left: 48%;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.testimonial .pic{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 30px 10px;
    border:3px solid #ed2f59;
    float: left;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-prof{
    text-transform: capitalize;
   margin: 0 30px 0 0px;
    position: relative;
    top: 16px;
    float: left;
}
.testimonial .testimonial-prof h4{
    color: #00afef;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.testimonial .testimonial-prof small{
    display: block;
    font-size: 14px;
    color: #1f1f1f;
}

.testimonials-wrapCvr .testimonial{ margin:0px;}
.testimonials-wrapCvr .testimonial .description{ font-style:normal; line-height:26px;}
.testimonials-wrapCvr  .testimonial .testimonial-content{margin-bottom:20px;}

.morecontent span {display: none;}
.morelink {display: block;}
.team-title h2 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-top: 6px;
	  position: relative;
}
.team-title h2::before {
    content: "";
    background: #00afef;
    height: 3px;
    width: 12%;
    position: absolute;
    bottom: -2px;
}
.team-title h2 small {
    font-size: 18px;
    color: #9a9a9a;
}
ul.foogallery-album-gallery-list li{margin-bottom:0px;}
.foogallery-album-gallery-list .foogallery-pile h3{ font-size:20px;}

#Action_bar .contact_details .phone .icon-call{
 -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
	display: inline-block;
	font-size: 18px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
ul.clients .client_wrapper{background: #ffffff !important;   box-shadow: 0px 0px 1px 1px rgba(255, 170, 189, 0.55);overflow: hidden;}

.big-size {
    font-size: 26px;
    font-weight: 500;
    color: #ed305a;
}
.footer-single p{color: #ed2f59;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    line-height: 35px;}
.corporate-training-offersinfo {
    border: 1px solid #00afef;
    width: 80%;
	margin: 0 auto;
}
.corporate-training-offersinfo h3 {
    background: #00afef;
    padding: 10px 16px;
    color: #fff;
    font-size: 20px;
}
.corporate-training-offersinfo ul {
    padding-bottom: 1.4em;
    padding-top: 8px;
}
.corporate-training-offersinfo ul li {
    list-style: none;
	display:flex;
}
.corporate-training-offersinfo ul li::before {
    content:"\e82d";
	font-family: 'mfn-icons';
	color: #ed2f59;
    margin-right: 6px;
	
}
.cource-sectionCvr {
    display: flex;
}
.course-banner {
    position: relative;
    /* display: flex; */
}
.course-banner::before {
    background: url(../images/course-banner-2.jpg);
    position: absolute;
    content: "" !important;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-position: center;
    bottom: 0;
    top: 0;
    background-size: cover;
}
.scrip-title2{font-family: Lora;
    line-height: 54px;
    font-weight: 400;
    font-style: normal;
    color: #111;
    font-size: 40px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.content_wrapper .sections_group .post.type-post {
    padding-top: 20px;
    padding-bottom: 20px;
}
.single-photo-wrapper.image.blogImg {
    text-align: left;
}
.blog-blockCvr {
    min-height: 28em !important;
    margin-bottom: 1em;
}	
.news_post_link a.btn-link {
    background: #ed2f59;
    padding: 8px 16px !important;
    display: inline-block;
    border-radius: 30px;
    margin-top: 12px;
    color: #fff !important;
}
.news_post_link a.btn-link:hover {
    background: #01afef;
}
/*** Responsive CSS ***/
@media  (min-width:1400px) and (max-width:1920px){
	#Subheader{padding: 560px 0px 40px 0;}
} 
@media(max-width:767px){
#Subheader{padding: 90px 0px 40px 0;}
#Subheader .title {font-size: 20px !important;}
#Action_bar{ display:none;}
#Top_bar .top_bar_left { margin-top: 0px; }
#Top_bar .logo #logo { padding: 0; margin: 10px 42px 14px 0; text-align: left;}
.home-welcome .vc_column-inner { padding-top: 0px !important; padding-right: 0px !important;  padding-left: 0px !important;}
.cource-sectionCvr {display:block;}	
.courses-img { position: relative;left: 0px;margin-bottom: 12px;}
.courses-info {padding: 0px;}
.corporate-trainingCvr .vc_column-inner {padding: 0px !important;}
.philosophy-aboutCvr .vc_column-inner {margin: 0px !important;}
/*.block-title h2:before {  content: "";  border-left: 6px solid #00afef; }*/
.block-title h2 { display: flex; font-size: 28px;}
.call-to-action-info .vc_column-inner{padding:40px 0px 0px !important;}
.news_post_large_title a, .news_post_small_title a { font-size: 17px;font-weight: 500;}
.testimonials-block-wrap .block-title h2, .testimonials-block-wrap .block-title p {text-align: left !important;}
.ftr-block-title h3 {padding-left: 0px; margin-bottom: 14px;}
.corporate-trainings-aboutImg .vc_column-inner {margin-top: 0px !important;}
ul.clients .client_wrapper { padding: 0px; }
.company-awardCvr.vc_custom_1566366862619{ padding-top:0px !important;}
.testimonials-wrapCvr .testimonial {position: relative;margin-bottom: 1.6em;}
.testimonial .testimonial-content:after {   left: 20px; }
.testimonial .pic {width: 60px;height: 60px;margin: 0px 0px 10px;}
.testimonial .testimonial-prof h4 {margin: 0px;}
.testimonial .testimonial-prof {margin: 0 0px 0 14px;right: 0px;top:8px;width: 70%;}
.testimonial .testimonial-prof small { font-size: 13px;}
.testimonials-wrapCvr .testimonial:last-child {margin: 0px !important;}
.roots-to-shootsImgCvr .roots-to-shootsImg{margin-top: 10px !important;}
.services-offeredImgCvr .services-offeredImg {margin-top: 20px !important;}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-color: #646464 !important;
    background-color: #00afef !important;
    color: #fff !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    border-color: #ed2f59 !important;
    background-color: #ed2f59 !important;
    color: #fff !important;
    margin-bottom: 12px;
}
.corporate-training-offersinfo { width: 100%;}
.page-title h2, .page-title h1{ font-size:28px; line-height:1.2;}
.sub-heading{font-size:24px; line-height:1.2;}
}