/* ===== Drupal isolation layer ===== */
.words-into-action-wrapper {  
  display: block;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  color: #000;
	font-family: saira;
}

.words-into-action-wrapper .fa,
.words-into-action-wrapper [class^="fa-"] {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

.words-into-action-wrapper p:not(.saira),
.words-into-action-wrapper ul li {  
	font-family: arial, sans-serif;
	color: #000!important;
	font-size: 20px!important;
	line-height: 1.5;
}

.words-into-action-wrapper p.text-white {
	color: #fff!important;
}

.words-into-action-wrapper * {  
box-sizing: border-box;
}
/* ===== End Drupal isolation layer ===== */

.page-title h1 {
	display: none;
}

.position-absolute {
    position: absolute !important;
}

.position-relative {
    position: relative !important;
}

.top-0 {
	top: 0!important;
}

.right-0 {
    right: 0 !important;
}

.w-100 {
    width: 100% !important;
}

.pt-30 {
	padding-top: 30px!important;
}

.pt-89 {
	padding-top: 89px!important;
}

section {
	padding: 0!important;
}

section.padding-bottom {
    padding-bottom: 153px!important;
}

section.padding-top,
.padding-top {
    padding-top: 143px!important;
}

img.main-img {
	max-width: none!important;
}

:root {    
		--dcaf-navy: #0f2652; /*rgb(15,38,82)*/
    --dcaf-grey: #8996a0; /*rgb(137,150,160)*/
		--dcaf-light-grey: #c4cacf; /*rgb(196,202,207)*/
		--dcaf-lighter-grey: #e1d4e7; /*rgb(196,202,207)*/
    --text-color: #000;
		--dcaf-yellow: #f3a616;
		--dcaf-green: #00b2a9; /*rgb(0,178,169)*/
		--dcaf-dark-green: #006a66;
}

.dcaf-navy { color: #0f2652!important;}
.dcaf-grey { color: #8996a0!important;}
.dcaf-light-grey { color: #c4cacf!important;}
.dcaf-lighter-grey { color: #e1e4e7!important;}
.dcaf-yellow { color: #f3a616!important;}
.dcaf-green { color: #00b2a9!important;}
.dcaf-dark-green { color: #006a66!important;}

.bg-dcaf-navy { background: #0f2652!important;}
.bg-dcaf-grey { background: #8996a0!important;}
.bg-dcaf-light-grey { background: #c4cacf!important;}
.bg-dcaf-lighter-grey { background: #e1e4e7!important;}
.bg-dcaf-yellow { background: #f3a616!important;}
.bg-dcaf-green { background: #00b2a9!important;}
.bg-dcaf-dark-green { background: #006a66!important;}

	
.words-into-action-wrapper .yellow-btn a,
.words-into-action-wrapper .yellow-btn button {    
		background-color: var(--dcaf-yellow);
    padding: 0 21px;
    min-width: 206px;
    height: 58px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 55px;
    text-decoration: none;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 100px;
    cursor: pointer;
}

.words-into-action-wrapper .yellow-btn a:hover,
.words-into-action-wrapper .yellow-btn button:hover {    
background-color: var(--dcaf-navy);
    color: #fff;
    transition: ease-in-out 0.6s;
}

.words-into-action-wrapper h1 {    
font-size: 58px;
    font-weight: 700;
    line-height: 63px;
    color: var(--dcaf-navy);
    margin-bottom: 20px;
}

.words-into-action-wrapper h1.special-large-font {    
font-size: 151px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 60px;
}

.words-into-action-wrapper h1.special-large-font span {    
font-size: 104px;
    line-height: 80px;
    color: var(--dcaf-yellow);
    font-weight: 700;
    padding-left: 110px;
}

.words-into-action-wrapper h2 {    
font-size 		: 46px;
    font-weight 	: 700;
    line-height 	: 53px;
    color 				: var(--dcaf-navy);
}

.words-into-action-wrapper h3 {    
font-size 		: 24px;
    font-weight 	: 700;
    line-height 	: 32px;
}

.words-into-action-wrapper h4 {    
font-size 		: 26px;
    line-height 	: 26px;
    font-weight 	: 500;
}

.words-into-action-wrapper h5 {    
		font-size 		: 22px;
    line-height 	: 22px;
    font-weight 	: 500;
    color 				: var(--dcaf-navy);
}

.words-into-action-wrapper ul li {		
margin: 0 0 8px 21px;
}

.words-into-action-wrapper .spacer {    
float: left;
    width: 100%;
    height: 100px;
}

.words-into-action-wrapper .spacer80 {    
float: left;
    width: 100%;
    height: 80px;
}

.words-into-action-wrapper .text-size-18 {    
    font-size: 18px;
		line-height: 24px;
		font-family: arial, sans-serif;
}

section.words-into-action-wrapper .padding-top { 
    padding-top: 143px!important;
}

section.words-into-action-wrapper .padding-bottom {    
	padding-bottom: 153px!important;
}

.words-into-action-wrapper .font-weight-500 {    
		font-weight: 500;
}

.words-into-action-wrapper a,
.words-into-action-wrapper button {    
outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.words-into-action-wrapper figure {    
margin: 0;
}


/* BG OUTER WRAPPER */
.words-into-action-wrapper .bg-outer-wrapper {    
		padding-top: 144px;
		height: 700px;
}

.words-into-action-wrapper .bg-outer-wrapper::after {    content: "";
    right: 0;
    top: 0;
    width: 781px;
    height: 887px;
    position: absolute;
    background-color: var(--dcaf-green);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 0; */
}

.words-into-action-wrapper .header-con {    z-index: 3;
    padding: 40px 0 0;
}

/* HEADER SECTION */

/* LOADER SECTION */
.words-into-action-wrapper .loader-mask {    
		top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.words-into-action-wrapper .loader {    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color: var(--dcaf-navy);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.words-into-action-wrapper .loader div {    
		top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--dcaf-navy);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.words-into-action-wrapper .loader div:last-child {    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
100% {        -webkit-transform: scale(0);
        transform: scale(0);
    }

50% {        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
100% {        -webkit-transform: scale(0);
        transform: scale(0);
    }

50% {        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */






/* KEY FIGURES */
.words-into-action-wrapper .key-figure {
  margin: 0;
	display: flex;
	align-items: center;
}

.words-into-action-wrapper .key-figure figure {
  margin: 0;
}

.words-into-action-wrapper .key-figure figure img {
  width: 100%;
  height: auto;
  display: block;
}

.words-into-action-wrapper .key-figure h3 {
  margin: 0 0 10px;
	font-size: 34px;
	display: inline;
}

.words-into-action-wrapper .key-figure p {
  line-height: 1.2;
	font-size: 18px!important;
	font-weight: 300!important;
	color: #000!important;
	margin-bottom: 15px!important;
	display: inline;
}

/* Optional: nicer spacing between image + text */
.words-into-action-wrapper .key-figure .col-5 {
  padding-right: 10px;
}

.words-into-action-wrapper .key-figure .col-7 {
  padding-left: 10px;
}

/* Mobile tweaks */
@media (max-width: 767px) {
.words-into-action-wrapper .key-figure {
    margin-bottom: 30px;
  }

.words-into-action-wrapper .key-figure .col-5,
.words-into-action-wrapper .key-figure .col-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

.words-into-action-wrapper .key-figure .col-7 {
    text-align: left;
  }
}
/* END KEY FIGURES */





/* BANNER SECTION */
.words-into-action-wrapper .bg-outer-wrapper .vector3 {    
		top: 0;
    left: 0;
}

.words-into-action-wrapper .bg-outer-wrapper .vector2 {   bottom 			: -144px;
   left 				: 34px;
   width 				: 377px;
}

.words-into-action-wrapper .banner-con .row {
     display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.words-into-action-wrapper .banner-con .row .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.words-into-action-wrapper .banner-con .banner-img-con .vector1 {    
		right: -306px;
    top: -56px;
}

.words-into-action-wrapper .banner-con .banner-img-con {    
		z-index: 1;
		height: 100%;
		width: 781px;
}

.words-into-action-wrapper div.icon {
    height: 130px;
    width: 130px;
    line-height: 130px;
    border: 2px solid rgba(255, 255, 255, 60%);
    border-radius: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.words-into-action-wrapper div.icon:hover {
    transform: translateY(-5px);
}

.words-into-action-wrapper div.icon:hover .video-icon {
    background-image: linear-gradient(to left, var(--dcaf-yellow) 0%, var(--dcaf-navy) 100%);
}

@media screen and (max-width: 1440px) {
.words-into-action-wrapper div.icon {
        height: 115px;
        width: 115px;
        line-height: 115px;
    }
}

@media screen and (max-width: 1199px) {
.words-into-action-wrapper div.icon {
        height: 100px;
        width: 100px;
        line-height: 100px;
}

.words-into-action-wrapper div.video-icon img {
        width: 45px;
    }
}

@media only screen and (max-width: 991px) {
.words-into-action-wrapper div.icon {
        height: 90px;
        width: 90px;
        line-height: 90px;
    }

.words-into-action-wrapper div.video-icon img {
        width: 40px;
}
		
}

@media only screen and (max-width: 767px) {
.words-into-action-wrapper div.icon {
        height: 85px;
        width: 85px;
        line-height: 85px;
    }

.words-into-action-wrapper div.video-icon img {
        width: 36px;
    }
}

@media only screen and (max-width: 575px) {
.words-into-action-wrapper div.icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

.words-into-action-wrapper div.video-icon img {
        width: 34px;
    }
		
}

.words-into-action-wrapper div.video-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: var(--dcaf-yellow);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1440px) {
.words-into-action-wrapper div.video-icon {
        height: 90px;
        width: 90px;
        line-height: 90px;
        top: 10px;
    }
}

@media only screen and (max-width: 1199px) {
.words-into-action-wrapper div.video-icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
        top: 8px;
    }
}

@media only screen and (max-width: 991px) {
.words-into-action-wrapper div.video-icon {
        height: 70px;
        width: 70px;
        line-height: 70px;
        top: 8px;
    }
}

@media only screen and (max-width: 767px) {
.words-into-action-wrapper div.video-icon {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 575px) {
.words-into-action-wrapper div.video-icon {
        height: 60px;
        width: 60px;
        line-height: 60px;
        top: 8px;
    }
}

.words-into-action-wrapper .banner-content-con .vector-line {    
		right: 50.7%;
    top: -7%;
}

.words-into-action-wrapper .banner-content-con .vector4 {    right: 61%;
    top: -50px;
}

.words-into-action-wrapper .banner-content-con .vector5 {    left: 0;
    bottom: 45%;
}

.words-into-action-wrapper .banner-con .banner-content-con p {    
		font-size: 22px!important;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 24px;
}

/* ABOUT SECTION STYLING */
.words-into-action-wrapper .box {    
		padding: 52px 27px;
    border-bottom: 3px solid var(--dcaf-navy);
    background-color: var(--dcaf-navy);
    transition: ease-in-out 0.6s;
}

.words-into-action-wrapper .box.bg-dcaf-lighter-grey {
		padding-bottom: 21px;
		min-height: 300px;
}

.words-into-action-wrapper .box img {    
		transition: ease-in-out 0.6s;
}

.words-into-action-wrapper .box:hover img {    
		transform: translateY(-3px);
}

.words-into-action-wrapper .about-us-con .col-lg-6.col-md-6 {    
		display: flex;
}

.words-into-action-wrapper .about-us-con .box {    
		width: 100%;
}

.words-into-action-wrapper .heading-title-con p {
    margin-bottom: 55px;
}

.words-into-action-wrapper .about-us-con .heading-title-con p {    
		margin-bottom: 70px;
}

.words-into-action-wrapper .heading-title-con h2 {    
		margin-bottom: 20px;
}

.words-into-action-wrapper .box img {    
		margin-bottom: 27px;
}

.words-into-action-wrapper .box h3 {    
		color: var(--dcaf-yellow);
    margin-bottom: 10px;
		font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.words-into-action-wrapper .box.bg-dcaf-lighter-grey h3 {    
		color: var(--dcaf-green);
    margin-bottom: 21px;
		font-size: 44px;
}

.words-into-action-wrapper .box.bg-dcaf-lighter-grey h3:nth-of-type(2) {
	margin-top: 34px;
}

.words-into-action-wrapper .box p {    
		margin-bottom: 16px;
}

.words-into-action-wrapper .box.bg-dcaf-lighter-grey p {
    color: var(--dcaf-navy) !important;
    font-size: 20px !important;
}

.words-into-action-wrapper .box.bg-dcaf-lighter-grey i {    
		font-size: 55px;
		text-align: center;
		margin-bottom: 34px;
		color: var(--dcaf-navy);
		float: right;
}

.words-into-action-wrapper div.expertise-grid > a {    
		font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}


/* OUR CREATIVITY SECTION STYLING */
.words-into-action-wrapper .our-creativity-con .elipse {    left: -59px;
    top: -48px;
}

.words-into-action-wrapper .our-creativity-con .vector6 {    bottom: 140px;
    left: -64px;
}

.words-into-action-wrapper .our-creativity-con img.creativity-img {    z-index: 1;
    position: relative;
}

.words-into-action-wrapper .our-creativity-con h2 {    margin-bottom: 18px;
}

.words-into-action-wrapper .our-creativity-con .creativity-content-con a {    font-weight: 700;
    margin-top: 16px;
    display: block;
    transition: ease-in-out 0.6s;
}

.words-into-action-wrapper .our-creativity-con .vector7 {    bottom: 0;
    right: 0;
}

.words-into-action-wrapper .our-creativity-con .creativity-content-con a i {    font-size: 16px;
}

.words-into-action-wrapper .our-creativity-con .creativity-content-con a:hover {    text-decoration: none;
    color: var(--dcaf-navy) !important;
}

.words-into-action-wrapper .creativity-content-con p {    font-weight: 300;
    margin-bottom: 10px;
}

.words-into-action-wrapper span.author::before {    
		content: "~ ";
}







/* SPEAKERS */

.words-into-action-wrapper div.accordion {	max-width: 80em;
	margin-left: auto;
	margin-right: auto;
}

.words-into-action-wrapper .accordion-item {	border-bottom: 1px solid var(--dcaf-navy);
	padding: 21px;
}

.words-into-action-wrapper .accordion-header {  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
  border: none;
  cursor: pointer;
  text-align: left;
	background: none;
}

.words-into-action-wrapper .accordion-header:focus {	
	outline: none;
}

.words-into-action-wrapper .speaker-summary {  
	display: flex;
  align-items: center;
  gap: 89px;
	flex: 1;
	padding-right: 89px;
}

.words-into-action-wrapper .speaker-summary img {  
	width: 144px;
  height: 144px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.words-into-action-wrapper .speaker-text {  
	display: flex;
  flex-direction: column;
}

.words-into-action-wrapper .speaker-role {  
	margin: 4px 0 0;
  font-size: 0.85rem;
  color: #555;
}
.words-into-action-wrapper .accordion-body {  
	height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  padding: 0 16px;
	text-align: left;
}

.words-into-action-wrapper .speaker-bio {  
	padding-left: calc(89px + 89px); /* photo width + gap */
  padding-right: calc(89px + 89px); /* photo width + gap */
  max-width: 100%;
}


.words-into-action-wrapper .accordion-header[aria-expanded="true"] + .accordion-body {  
	max-height: 1200px; /* large enough for longest bio */
  padding-bottom: 16px;
}
.words-into-action-wrapper .accordion-icon {  
	transition: transform 0.25s ease;
}

.words-into-action-wrapper .accordion-header[aria-expanded="true"] .accordion-icon {  
	transform: rotate(180deg);
}

/* END SPEAKERS */







/* PHOTO GALLERY */

.words-into-action-wrapper .gallery-con .nav-tabs {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 34px auto;
  gap: 28px;
}

.words-into-action-wrapper .gallery-con .nav-tabs .nav-item {
  padding: 8px;
  border-radius: 100px;
  background-color: var(--dcaf-light-grey);
}

.words-into-action-wrapper .gallery-con .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 500;
	font-family: "saira", sans-serif;
  color: var(--dcaf-navy);
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0 13px;
}

.words-into-action-wrapper .gallery-con .nav-tabs .nav-item:has(.nav-link:hover),
.words-into-action-wrapper .gallery-con .nav-tabs .nav-item:has(.nav-link.active) {
  background-color: var(--dcaf-dark-green);
}

.words-into-action-wrapper .gallery-con .nav-tabs .nav-link.active,
.words-into-action-wrapper .gallery-con .nav-tabs .nav-link:hover {
  color: #fff;
  background: transparent;
  border: none;
}


.words-into-action-wrapper .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 15px;
}

.words-into-action-wrapper .gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.words-into-action-wrapper .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 0.3s ease;
}

.words-into-action-wrapper .gallery-item:hover img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
.words-into-action-wrapper .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
.words-into-action-wrapper .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
.words-into-action-wrapper .gallery-grid {
    grid-template-columns: 1fr;
  }
}






/* OUR EXPERTISE SECTION */

.words-into-action-wrapper .our-expertise-con p {    
		margin-bottom: 26px;
}

.words-into-action-wrapper .our-expertise-con .expertise-grid {    display: grid;
    grid-template-columns: 48.5% 48.5%;
    gap: 30px 30px;
}

.words-into-action-wrapper .our-expertise-con .expertise-grid .box figure {    
		background-color: #fff;
    border-radius: 100px;
    width: 124px;
    line-height: 114px;
    height: 124px;
    text-align: center;
    margin: 0 auto 14px;
}

.words-into-action-wrapper .our-expertise-con .expertise-grid .box i {	
	font-size: 130px;
	color: var(--dcaf-yellow);
	margin-bottom: 34px;
		font-family: "Font Awesome 6 Free";
	font-style: normal;
}

.words-into-action-wrapper .our-expertise-con .expertise-grid .box {    
		border-bottom: none;
    padding: 36px;
    text-align: center;
    width: auto;
    height: 287px;
}

.words-into-action-wrapper .our-expertise-con .expertise-grid .box span {    
		color: var(--dcaf-navy);
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 5px;
}

.words-into-action-wrapper .expertise-grid .box figure img {    margin-bottom: 0;
}

.words-into-action-wrapper .our-expertise-con .vector8 {    position: absolute;
    right: -43px;
    z-index: -1;
    top: 0;
}

.words-into-action-wrapper .margin-tp {    margin-top: 38px;
}

.words-into-action-wrapper .margin-tp-ng {    margin-top: -38px;
}


/* ACKNOWLEDGEMENTS SECTION */
.words-into-action-wrapper .acknowledgements-con h2 {    
		margin-bottom: 38px;
}

.words-into-action-wrapper .acknowledgements-con .acknowledgements-box {    
		background-color: var(--dcaf-navy);
    padding: 64px 50px;
    width: 529px;
    margin-left: 10px;
    margin-top: 2px;
}

.words-into-action-wrapper .acknowledgements-con img.white-square {    
		position: absolute;
    z-index: 1;
    bottom: 46px;
    left: -4px;
}

.words-into-action-wrapper .acknowledgements-con img.agency-img {    
		z-index: 2;
}

.words-into-action-wrapper .acknowledgements-con .acknowledgements-box p {    
		font-size: 18px!important;
		line-height: 1.5;
    margin-bottom: 0;
}

.words-into-action-wrapper .acknowledgements-con .acknowledgements-box ul li {    
		padding-left: 30px;
    font-size: 18px;
    line-height: 34px;
}

.words-into-action-wrapper .acknowledgements-con .acknowledgements-box ul {    
		margin-bottom: 12px;
}

.words-into-action-wrapper .acknowledgements-con .acknowledgements-box ul li i {    
		position: absolute;
    left: 0;
    top: 9px;
    color: var(--dcaf-yellow)
}

.words-into-action-wrapper .acknowledgements-con .elipse2 {    
		right: 100px;
    bottom: 334px;
}

.words-into-action-wrapper .acknowledgements-con .pattern {    
		right: 0;
    bottom: 0;
}

.words-into-action-wrapper .acknowledgements-con .vector9 {    
		left: -9px;
    top: 89px;
}

.words-into-action-wrapper .acknowledgements-con .acknowledgements-box p.last-p {    
		margin-bottom: 30px;
}

.words-into-action-wrapper .sub-banner-con .sub-banner-img-con img.sub-img {    
		z-index: 1;
}

.words-into-action-wrapper .sub-banner-con .sub-banner-img-con {    
		text-align: right;
}

.words-into-action-wrapper .sub-banner-con .sub-content-con p {    
		font-size: 24px;
    line-height: 35px;
}

.words-into-action-wrapper .sub-content-con .vector4 {    
		left: -65px;
    top: -23px;
}

.words-into-action-wrapper .session-con ul li {    
		line-height: 34px;
    padding-left: 28px;
		margin-left: 0;
}

.words-into-action-wrapper .session-con ul li i {    
		position: absolute;
    top: 9px;
    left: 0;
    font-size: 20px;
}

.words-into-action-wrapper .session-con ul {    
		margin-bottom: 20px;
}

.words-into-action-wrapper .session-con .digital-img1 {    z-index: 1;
    top: 35px;
    left: 35px;
}

.words-into-action-wrapper .session-con .right-con {    text-align: right;
}

.words-into-action-wrapper .session-con .digital-img2 {    
		z-index: 1;
    top: 35px;
    right: 35px;
}

.words-into-action-wrapper .box h3,
.words-into-action-wrapper .box p,
.words-into-action-wrapper .box i {
		-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
	
.words-into-action-wrapper .box:hover {    
background-color: var(--dcaf-navy);
}

.words-into-action-wrapper .box:hover h3,
.words-into-action-wrapper .box:hover p,
.words-into-action-wrapper .box:hover h4,
.words-into-action-wrapper .our-expertise-con .expertise-grid .box:hover i {    
	color: var(--dcaf-green);
}

.words-into-action-wrapper .box:hover img {    
filter: grayscale(100%) brightness(1000%);
}

.words-into-action-wrapper .our-creativity-con .creativity-content-con a:hover i {    
transform: translateX(-2px);
}




/* MEDIA QUERIES */


@media screen and (max-width: 1750px) {
.words-into-action-wrapper .banner-con .banner-img-con img.main-img,
.words-into-action-wrapper .banner-con .banner-img-con {
        width: 620px;
    }
		
.words-into-action-wrapper .banner-con .banner-img-con .vector1 {
        right: -160px;
    }

.words-into-action-wrapper .bg-outer-wrapper::after {
        width: 675px;
    }

.words-into-action-wrapper .bg-outer-wrapper .vector3 {
        width: 150px;
    }

.words-into-action-wrapper .our-creativity-con .vector7 {
        width: 150px;
    }

.words-into-action-wrapper .acknowledgements-con .elipse2 {
        right: 50px;
        bottom: 334px;
        width: 100px;
    }

}

@media screen and (max-width: 1550px) {
    .words-into-action-wrapper .padding-top {
        padding-top: 120px;
    }

    .words-into-action-wrapper .padding-bottom {
        padding-bottom: 120px;
    }

    .words-into-action-wrapper .bg-outer-wrapper::after {
        width: 650px;
    }
}

@media screen and (max-width: 1440px) {
    .words-into-action-wrapper .main-box {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    .words-into-action-wrapper .padding-top {
        padding-top: 120px;
    }

    .words-into-action-wrapper .padding-bottom {
        padding-bottom: 120px;
    }

    .words-into-action-wrapper .banner-con .banner-img-con img.main-img,
		.words-into-action-wrapper .banner-con .banner-img-con {
        max-width: 100%;
    }
		
    .words-into-action-wrapper .banner-con .banner-img-con img.main-img {
        height: auto;
    }

    .words-into-action-wrapper .banner-con .banner-img-con .vector1 {
        right: 0;
        width: 90px;
    }

    .words-into-action-wrapper .bg-outer-wrapper::after {
        width: 500px;
        height: 750px;
    }

    .words-into-action-wrapper .bg-outer-wrapper {
        height: 750px;
    }

    .words-into-action-wrapper h1.special-large-font {
        font-size: 126px;
        line-height: 80px;
        margin-bottom: 40px;
    }

    .words-into-action-wrapper h1.special-large-font span {
        font-size: 90px;
        line-height: 70px;
        font-weight: 700;
        padding-left: 115px;
    }

    .words-into-action-wrapper .banner-con .banner-content-con p {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .words-into-action-wrapper .banner-content-con .vector5 {
        left: -4px;
        bottom: 53%;
    }

    .words-into-action-wrapper .banner-content-con .vector-line {
        right: 54.5%;
        width: 160px;
        top: -5%;
    }

    .words-into-action-wrapper .banner-content-con .vector4 {
        right: 63%;
        top: -49px;
    }

    .words-into-action-wrapper .banner-con .banner-img-con .vector1 {
        right: -28px;
        width: 90px;
        top: -22px;
    }

    .words-into-action-wrapper .our-expertise-con .vector8 {
        display: none;
    }

    .words-into-action-wrapper .bg-outer-wrapper .vector3 {
        display: none;
    }

    .words-into-action-wrapper .spacer80 {
        height: 40px;
    }

    .words-into-action-wrapper .spacer {
        height: 60px;
    }

    .words-into-action-wrapper h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .words-into-action-wrapper h1 {
        font-size: 50px;
        line-height: 56px;
    }

    .words-into-action-wrapper h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .words-into-action-wrapper .acknowledgements-con .vector9 {
        display: none;
    }

    .words-into-action-wrapper .heading-title-con p {
        margin-bottom: 40px;
    }

    .words-into-action-wrapper .gallery-con .nav-tabs {
        margin-bottom: 40px;
    }

    .words-into-action-wrapper .sub-content-con .vector4 {
        left: -15px;
        top: -53px;
        width: 25px;
    }

    .words-into-action-wrapper .sub-banner-con .sub-content-con p {
        font-size: 22px;
        line-height: 33px;
    }
}


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

    .words-into-action-wrapper img.yellow-square,
    .words-into-action-wrapper img.navy-square {
			display: none;
}
    .words-into-action-wrapper .padding-top {
        padding-top: 90px;
    }

    .words-into-action-wrapper .padding-bottom {
        padding-bottom: 90px;
    }

    .words-into-action-wrapper h1 {
        font-size: 44px;
        line-height: 50px;
    }

    .words-into-action-wrapper h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .words-into-action-wrapper h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .words-into-action-wrapper {
        font-size: 18px;
        line-height: 26px;
    }

    .words-into-action-wrapper .spacer {
        height: 40px;
    }

    .words-into-action-wrapper .about-us-con .spacer80 {
        height: 0;
    }

    .words-into-action-wrapper .header-con {
        padding: 25px 0 0;
    }

    .words-into-action-wrapper .bg-outer-wrapper::after {
        width: 40%;
        height: 660px;
    }

    .words-into-action-wrapper .bg-outer-wrapper {
        height: 660px;
    }

    .words-into-action-wrapper h1.special-large-font span {
        font-size: 70px;
        line-height: 45px;
    }

    .words-into-action-wrapper h1.special-large-font {
        font-size: 90px;
        line-height: 50px;
    }

    .words-into-action-wrapper .banner-con .banner-content-con p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 21px;
    }

    .words-into-action-wrapper .banner-content-con .vector4 {
        right: 63%;
        top: -49px;
        width: 24px;
    }

    .words-into-action-wrapper .banner-content-con .vector5 {
        left: -4px;
        bottom: 53%;
        width: 25px;
    }

    .words-into-action-wrapper .banner-content-con .vector-line {
        right: 54.5%;
        top: -13%;
    }

    .acknowledgements-con .acknowledgements-box {
        padding: 40px;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .words-into-action-wrapper .acknowledgements-con img.agency-img {
        max-width: 100%;
        height: auto;
    }

    .words-into-action-wrapper .acknowledgements-con img.white-square {
        bottom: 105px;
        left: -4px;
    }

    .words-into-action-wrapper .bg-outer-wrapper .vector2 {
        bottom: -42px;
        left: 0;
        width: 80px;
    }

    .words-into-action-wrapper .gallery-con .nav-tabs .nav-link {
        margin: 0 22px;
        font-size: 16px;
    }

    .words-into-action-wrapper .heading-title-con p {
        margin-bottom: 30px;
    }

    .words-into-action-wrapper .gallery-con .nav-tabs {
        margin-bottom: 30px;
    }

    .words-into-action-wrapper .gallery-con .nav-tabs li:has(a.active) {
        padding: 3px 6px 6px;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid .box span {
        font-size: 32px;
        line-height: 32px;
    }

    .words-into-action-wrapper .box {
        padding: 35px 20px;
    }

    .words-into-action-wrapper .about-us-con .heading-title-con p {
        margin-bottom: 40px;
    }

    .words-into-action-wrapper .our-creativity-con .elipse,
    .words-into-action-wrapper .our-creativity-con .vector6,
    .words-into-action-wrapper .our-creativity-con .vector7 {
        display: none;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid .box {
        padding: 30px;
        height: 255px;
    }

    .words-into-action-wrapper h5 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
    }

    .words-into-action-wrapper .session-con .digital-img1 {
        top: 30px;
        left: 30px;
        width: 450px;
    }

    .words-into-action-wrapper h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .words-into-action-wrapper .white-box {
        padding: 35px;
    }


    .words-into-action-wrapper .session-con ul li {
        font-size: 17px;
        line-height: 32px;
        padding-left: 23px;
    }

		.words-into-action-wrapper .speaker-bio {
				padding: 0 21px;
		}
}




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

.words-into-action-wrapper .banner-con .row .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

    .words-into-action-wrapper .padding-top {
        padding-top: 70px;
    }

    .words-into-action-wrapper .padding-bottom {
        padding-bottom: 70px;
    }

    .words-into-action-wrapper .bg-outer-wrapper::after {
        display: none;
    }

    .words-into-action-wrapper .bg-outer-wrapper {
        height: 500px;
    }

    .words-into-action-wrapper h1.special-large-font {
        font-size: 65px;
        line-height: 33px;
    }

    .words-into-action-wrapper .banner-con .banner-img-con img.main-img {
        position: relative !important;
    }

    .words-into-action-wrapper .header-con {
        padding: 20px 0 0;
    }

    .words-into-action-wrapper .banner-con .row {
        align-items: center;
    }

    .words-into-action-wrapper .banner-content-con .vector5 {
        left: -3px;
        bottom: 63%;
        width: 20px;
    }

    .words-into-action-wrapper .banner-content-con .vector4 {
        right: 70%;
        top: -37px;
        width: 20px;
    }

    .words-into-action-wrapper h1.special-large-font span {
        font-size: 54px;
        line-height: 30px;
        padding-left: 85px;
    }

    .words-into-action-wrapper .banner-content-con .vector-line {
        right: 62.5%;
        top: -3%;
        width: 90px;
        transform: rotate(173deg);
    }

    .words-into-action-wrapper .bg-outer-wrapper .vector2 {
        width: 65px;
    }

    .words-into-action-wrapper .banner-con .banner-content-con p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 19px;
    }

    .words-into-action-wrapper .banner-con .banner-img-con .vector1 {
        width: 65px;
    }

    /* about us con */
    .words-into-action-wrapper .box img {
        height: 45px;
    }

    .words-into-action-wrapper .box {
        padding: 25px 10px;
    }

    .words-into-action-wrapper .about-us-con .heading-title-con p {
        margin-bottom: 30px;
    }

    .words-into-action-wrapper .box a {
        font-size: 16px;
        line-height: 16px;
    }
		
		.words-into-action-wrapper .speaker-summary {
			display: block;
			text-align: center;
			padding-right: 21px;
		}

    /* creativity con */
    .words-into-action-wrapper .our-creativity-con .col-lg-5.col-md-5 {
        padding: 0;
    }

    /* gallery section */
    .words-into-action-wrapper .gallery-con .tabs-box {
        margin: 34px 0;
    }

    .words-into-action-wrapper .gallery-con .heading-title-con p br {
        display: none;
    }

    .words-into-action-wrapper .heading-title-con p {
        margin-bottom: 20px;
    }

    .words-into-action-wrapper .gallery-con .nav-tabs .nav-link {
        margin: 0 20px;
        font-size: 14px;
    }

    /* our expertise section */
    .words-into-action-wrapper .our-expertise-con .expertise-grid .box figure {
        width: 100px;
        line-height: 90px;
        height: 100px;
        margin: 0 auto 10px;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid .box span {
        font-size: 24px;
        line-height: 24px;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid .box {
        padding: 20px 15px;
        height: 227px;
    }

    .words-into-action-wrapper .expertise-grid .box figure img {
        width: 40px;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid {
        gap: 20px;
    }

    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box {
        padding: 25px 20px;
    }

    .words-into-action-wrapper .acknowledgements-con h2 {
        margin-bottom: 20px;
    }

    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box ul {
        margin-bottom: 10px;
    }

    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box p {
        margin-bottom: 8px;
    }

    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box ul li {
        padding-left: 27px;
        font-size: 16px;
        line-height: 30px;
    }

    .words-into-action-wrapper .acknowledgements-con img.white-square {
        bottom: 152px;
        left: -4px;
    }

    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box p.last-p {
        margin-bottom: 18px;
    }

    .words-into-action-wrapper h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .words-into-action-wrapper h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .words-into-action-wrapper h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .words-into-action-wrapper .text-size-18 {
        font-size: 16px;
    }

    .words-into-action-wrapper .sub-banner-con .sub-content-con p br {
        display: none;
    }

    .words-into-action-wrapper .sub-banner-con .sub-content-con p {
        font-size: 18px;
        line-height: 25px;
    }

    .words-into-action-wrapper .sub-content-con .vector4 {
        width: 20px;
    }

    .words-into-action-wrapper div.speaker-details h5 {
        font-size: 18px;
        line-height: 18px;
				margin-top: 21px;
    }

    .words-into-action-wrapper div.speaker-details p {
        text-align: left;
    }
		
		.words-into-action-wrapper .speaker-bio {
			padding: 0;
		}
		
    .words-into-action-wrapper .provider-box .img1 {
        width: 38px;
    }

    .words-into-action-wrapper .session-con .digital-img1,
		.words-into-action-wrapper .session-con .digital-img2,
		.words-into-action-wrapper .banner-con .banner-img-con img.main-img {
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 34px;
    }

    .words-into-action-wrapper .session-con ul li {
        font-size: 15px;
        line-height: 27px;
        padding-left: 24px;
    }

    .words-into-action-wrapper .digital-content-con p {
        margin-bottom: 4px;
    }

    .words-into-action-wrapper .session-con ul {
        margin-bottom: 14px;
    }

    .words-into-action-wrapper .session-con ul li i {
        font-size: 15px;
    }

    .words-into-action-wrapper .digital-content-con h2 br {
        display: none;
    }

    .words-into-action-wrapper .box p {
        line-height: 22px;
    }
		
.words-into-action-wrapper .box.bg-dcaf-lighter-grey {
		min-height: 0;
}

}



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

    .words-into-action-wrapper .padding-top {
        padding-top: 60px!important;
    }
		
		.words-into-action-wrapper .bg-outer-wrapper {
		padding-top: 0!important;
		}

    .words-into-action-wrapper .padding-bottom {
        padding-bottom: 60px!important;
    }

    /* special fonts */
    .words-into-action-wrapper h2 {
        font-size: 28px;
        line-height: 34px;
    }

    /* digital creative con */
    .words-into-action-wrapper .acknowledgements-con img.white-square {
        display: none;
    }

    .words-into-action-wrapper .acknowledgements-con {
        text-align: center !important;
    }

    .words-into-action-wrapper .acknowledgements-con img.agency-img {
        width: 350px;
        margin-bottom: 20px;
    }

    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box {
        text-align: left;
        padding: 25px;
    }

    .words-into-action-wrapper .acknowledgements-con .elipse2 {
        display: none;
    }

    /* our expertise con */
    .words-into-action-wrapper .our-expertise-con .heading-title-con {
        text-align: center !important;
    }

    .words-into-action-wrapper .heading-title-con h2 {
        margin-bottom: 14px;
    }

    .words-into-action-wrapper .margin-tp {
        margin-top: 0;
    }

    .words-into-action-wrapper .margin-tp-ng {
        margin-top: 0;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid .box {
        padding: 20px 15px;
        height: auto;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid .box figure {
        width: 90px;
        line-height: 80px;
        height: 90px;
        margin: 0 auto 10px;
    }

    .words-into-action-wrapper .expertise-grid .box figure img {
        width: 35px;
    }

    /* gallery con */
    .words-into-action-wrapper .gallery-con .tabs-box {
        margin: 21px 0;
    }

    .words-into-action-wrapper .gallery-con .nav-tabs {
        margin-bottom: 20px;
				display: block;
    }
		
    .words-into-action-wrapper .gallery-con .nav-tabs .nav-link {
        margin: 0 15px;
    }

    .words-into-action-wrapper .gallery-con .spacer {
        display: none;
    }

    /* our creativity con */
    .words-into-action-wrapper .our-creativity-con {
        text-align: center;
        padding-bottom: 60px;
    }

    .words-into-action-wrapper .our-creativity-con img.creativity-img {
        z-index: 1;
        position: relative;
        margin-bottom: 20px;
        width: 400px;
    }


    /* about us con  */
    .words-into-action-wrapper .about-us-con .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .words-into-action-wrapper .about-us-con .col-lg-4.col-md-4 {
        margin: 0 auto;
        width: 400px;
    }

    .words-into-action-wrapper .box img {
        margin-bottom: 20px;
    }

    .words-into-action-wrapper .box {
        padding: 25px 20px;
    }

    .words-into-action-wrapper .bg-outer-wrapper {
        height: auto;
        text-align: center;
    }

    .words-into-action-wrapper .banner-con .banner-img-con {
        text-align: center;
    }

    .words-into-action-wrapper .bg-outer-wrapper .vector2 {
        display: none;
    }

    .words-into-action-wrapper .banner-con .banner-content-con {
        width: 400px;
        margin: 0 auto 20px;
        z-index: 2;
    }

    .words-into-action-wrapper h1.special-large-font {
        font-size: 50px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .words-into-action-wrapper h1.special-large-font span {
        font-size: 40px;
        line-height: 35px;
        padding-left: 10px;
    }

    .words-into-action-wrapper .banner-content-con .vector-line {
        right: 55.5%;
        top: -3%;
        width: 60px;
        transform: rotate(173deg);
    }

    .words-into-action-wrapper .banner-content-con .vector5 {
        left: 56px;
        bottom: 64%;
        width: 16px;
    }

    .words-into-action-wrapper .banner-content-con .vector4 {
        right: 64%;
        top: -36px;
        width: 16px;
    }

    /* header */
    .words-into-action-wrapper .header-con {
        padding: 20px 0 0;
    }

    .words-into-action-wrapper .sub-banner-con .sub-banner-img-con {
        text-align: center;
    }

    .words-into-action-wrapper .sub-banner-con .sub-banner-img-con img.sub-img {
        width: 280px;
        text-align: center;
        padding-bottom: 30px;
    }

    .words-into-action-wrapper .sub-banner-con .sub-content-con {
        width: 400px;
        margin: 0 auto 20px;
        z-index: 2;
    }

    /* special fonts */
    .words-into-action-wrapper h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .words-into-action-wrapper .sub-banner-con h1 {
        margin-bottom: 15px;
    }

    .words-into-action-wrapper .sub-content-con .vector4 {
        display: none;
    }

    .words-into-action-wrapper .session-con {
        text-align: center;
    }

    .words-into-action-wrapper .digital-content-con {
        margin-top: 35px;
    }

    .words-into-action-wrapper h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .words-into-action-wrapper .sub-banner-con .sub-content-con p {
        font-size: 16px;
        line-height: 22px;
    }

    .words-into-action-wrapper .box img {
        margin-bottom: 16px;
    }

    .words-into-action-wrapper a.icon span {
        font-size: 16px;
    }

    .words-into-action-wrapper a.icon img {
        width: 24px;
    }

    .words-into-action-wrapper .session-con ul {
        margin-bottom: 14px;
        text-align: left;
        margin: 0 auto 16px;
    }

    .words-into-action-wrapper .session-con .right-con {
        text-align: center;
    }

}


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

    .words-into-action-wrapper .padding-top {
        padding-top: 40px;
    }

    .words-into-action-wrapper .padding-bottom {
        padding-bottom: 40px;
    }

    .words-into-action-wrapper h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .words-into-action-wrapper h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .words-into-action-wrapper h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .words-into-action-wrapper .banner-con .banner-content-con {
        width: 100%;
        margin: 0 auto 20px;
    }

    .words-into-action-wrapper .banner-con .banner-img-con .vector1 {
        display: none;
    }

    .words-into-action-wrapper .about-us-con .col-lg-4.col-md-4 {
        margin: 0 auto;
        width: 100%;
    }

    /* digital creative agency */
    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box {
        padding: 20px 18px;
    }

    .words-into-action-wrapper .acknowledgements-con .acknowledgements-box ul li {
        padding-left: 25px;
        font-size: 15px;
        line-height: 28px;
    }

    /* our expertise */
    .words-into-action-wrapper .our-expertise-con .expertise-grid {
        gap: 15px;
    }

    .words-into-action-wrapper .our-expertise-con .expertise-grid .box span {
        font-size: 21px;
        line-height: 21px;
    }

    /* gallery con */
    .words-into-action-wrapper .gallery-con .nav-tabs .nav-link {
        margin: 0 10px;
    }

    /* our creativity con  */
    .words-into-action-wrapper .our-creativity-con {
        padding-bottom: 40px;
    }

    .words-into-action-wrapper .our-creativity-con img.creativity-img {
        width: 362px;
    }


    .words-into-action-wrapper .header-con {
        padding: 15px 0 0;
    }

    .words-into-action-wrapper .banner-content-con .vector4 {
        right: 63%;
        top: -22px;
        width: 12px;
    }

    .words-into-action-wrapper .banner-content-con .vector5 {
        left: 65px;
        bottom: 66%;
        width: 12px;
    }

    .words-into-action-wrapper h1.special-large-font {
        font-size: 45px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .words-into-action-wrapper h1.special-large-font span {
        font-size: 30px;
        line-height: 32px;
        padding-left: 10px;
    }

    .words-into-action-wrapper .banner-content-con .vector-line {
        right: 53.5%;
        top: -2%;
        width: 50px;
        transform: rotate(172deg);
    }

    .words-into-action-wrapper .banner-con .banner-content-con p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    /* about page */
    .words-into-action-wrapper .sub-banner-con .sub-content-con {
        width: 100%;
    }

    .words-into-action-wrapper .sub-banner-con .sub-banner-img-con img.sub-img {
        width: 250px;
    }

		.words-into-action-wrapper .box h3 {
			font-size: 20px;
		}
}

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

    .words-into-action-wrapper .session-con ul {
        width: 100%;
    }

    .words-into-action-wrapper h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .words-into-action-wrapper li.textarea-outer-con {
        width: 100%;
    }
}
