/* Automatically included across all of c5 - use this file gingerly */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face
{
	font-family:'socialtxt';
    src:url(fonts/YoungSerif-Regular.ttf);
}
@font-face
{
	font-family:'socialregular';
    src:url(fonts/NotoSans-Regular.ttf)
}
@import url('https://fonts.googleapis.com/css2?family=Young+Serif&display=swap');
:root {
  --blue: #00adf0;
  --red: #ed1c24;
    --black:#000;
}

img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important}
div.ccm-pagination span.ccm-page-right span {margin-right: 0px}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}
div.ccm-pagination span {margin-right: 4px}
.ccm-ui div.ccm-pagination span {margin-right: 0px;}

/* Extra pagination styling to make code generated by C5 pagination helper look nice */
div.pagination ul strong, div.pagination ul span.ltgray {
	display:block;
	padding:0 14px;
	float:left;
	line-height:34px;
	border-right:1px solid #DDD;
	text-decoration:none;
}

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 

.ccm-input-time-wrapper select {width: 55px !important; margin-right: 4px !important;}
.ccm-input-date {width: 80px !important; margin-right: 4px !important;}

.newnav
{}
    
.newnav .main-nav__item {
    float: left;
    margin-left: 68px;
    font-weight: 200;
}

.newnav .main-nav__item.social-icons {
    float: left;
    margin-left: 28px;
    font-weight: 200;
}

.newnav .main-nav__link {
    display: inline;
    color: #fefefe;
    padding: 0;
    border-bottom: none;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 1px;
    font-size: 12px;
}

.newnav .main-nav__item .icon{
    width: 16px;
    height: 16px;
    color: #fefefe;
}



.home-section
{padding-top: 120px;
padding-bottom: 120px;
color: #000;
    font-size: 16px;
    line-height: 27px;}


.home-section h2
{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0.05em;
}
.home-section h2:after
{
    content: "";
    width: 10%;
    height: 1px;
    background-color: red;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.hp-video
{height: 100vh;
    overflow: hidden;
    position: relative;}.hp-video video {
    object-fit: fill;
}


.welcome-note
{
}



.welcome-note h1
{
        font-size: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 72px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}
 
.welcome-note .welcome-text a 
{    font-size: 15px;
    text-decoration: none;
    color: #000;
    padding: 13px 40px;
    border: #000 solid 1px;
}
.welcome-note .welcome-text a:hover{
    background-color: #000;
    color: #fff;
}

.welcome-note .whatwedo
{
    margin-top: 120px;
}

.welcome-note .whatwedo ul
{
 display: flex;
  flex-flow: row;
margin: 0;
    padding: 0;    
}
.welcome-note .whatwedo ul li{
  background-color: #fff;
  margin: 10px;
    list-style: none;
  width: 100%;
    text-align: center;
}
.welcome-note .whatwedo ul li a
{
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 13px 10px;
    border: rgba(0,0,0,0.3) solid 1px;
    border-left-color: var(--red);
}
.welcome-note .whatwedo ul li a:hover{
    background-color: #000;
    color: #fff;
     border-left-color: #000;
}

.client-logos-hp
{
    background-color: #000;
}

.client-logos-hp.home-section h2
{color: #fff;;
border-bottom-color: rgba(255,255,255,0.5); }


.client-logos-hp ul
{
 display: flex;
  flex-flow: row;
margin: 0;
    padding: 0; 
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.client-logos-hp ul li{
  margin: 10px;
    list-style: none;
  width: 100%;
    text-align: center;
animation: float 6s ease-in-out infinite;    
}
.client-logos-hp ul li a
{
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 13px 10px;
    border: rgba(0,0,0,0.3) solid 1px;
    border-left-color: var(--red);
}
.client-logos-hp ul li a:hover{
    background-color: #000;
    color: #fff;
     border-left-color: #000;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.spotlight-hp
{}

.spotlight-hp.home-section h2
{ 
font-size: 63px;
    text-transform: inherit;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 30px;
    /* font-family: 'Playfair Display'; */
    font-family: "Space Grotesk", sans-serif;
}


.spotlight-hp .spot-section {
  display: flex;
  flex-wrap: wrap;
    margin-top: 50px;
}

.spotlight-hp .spot-section .spot-items{
  flex-basis: 50%;
  box-sizing: border-box;  
}
.spotlight-hp .spot-section .spot-items.spot-pad{
    padding-right: 70px;
    border-right: rgba(0,0,0,0.2) solid 1px;
    position: relative;
}
.spotlight-hp .spot-section .spot-items.spot-pad:after
{
    content: "";
    width: 1px;
    height: 100px;
    background-color: red;
    position: absolute;
    right: -1px;
    top: 37%;
}
.spotlight-hp .spot-section .spot-items.spot-img{
    padding-left: 70px;
}

.spotlight-hp .spot-section .spot-items.spot-img img
{
    border-radius: 20px;
}

.spotlight-hp .spot-section .spot-items.spot-iteam-2.spot-pad{
    padding-left: 70px;
    border-left: rgba(0,0,0,0.2) solid 1px;
    position: relative;
    border-right: 0;
}
.spotlight-hp .spot-section .spot-items.spot-iteam-2.spot-pad:after
{
    content: "";
    width: 1px;
    height: 100px;
    background-color: red;
    position: absolute;
    left: -1px;
    top: 37%;
}
.spotlight-hp .spot-section .spot-items.spot-iteam-2.spot-img{
    padding-right: 70px;
        padding-left: 0;
}

.spotlight-hp .spot-section .spot-items ul
{
 display: flex;
  flex-flow: column;
margin: 0;
    padding: 0; 
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-family: "Space Grotesk", sans-serif;    
}
.spotlight-hp .spot-section .spot-items ul li{
    margin: 19px 10px;
    list-style: none;
    width: 100%;
    font-size: 22px;
    color: rgba(0,0,0,0.5);
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    padding-bottom: 34px;
    display: flex;
}
.spotlight-hp .spot-section .spot-items ul li:last-child
{
    border-bottom: 0;
}
.spotlight-hp .spot-section .spot-items ul li strong
{
font-size: 40px;
    color: #000;
    font-weight: 400;
    margin-right: 15px;
}
.spotlight-hp .spot-section .spot-items ul li a
{
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 13px 10px;
    border: rgba(0,0,0,0.3) solid 1px;
    border-left-color: var(--red);
}
.spotlight-hp .spot-section .spot-items ul li a:hover{
    background-color: #000;
    color: #fff;
     border-left-color: #000;
}

.spotlight-hp .spot-section .spot-items h3{
    font-size: 22px;
    line-height: 30px;
    color: #000;
    letter-spacing: 0.05em;
    font-family: "Space Grotesk", sans-serif;
}
.spotlight-hp .spot-section .spot-items h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #000;
}

.stats-hp
{
    background-color: #000;
    color: rgba(255,255,255,0.7);
    font-size: 20px;
}

.stats-hp ul
{
 display: flex;
  flex-flow: row;
margin: 0;
    padding: 0; 
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.stats-hp ul li{
margin: 0 50px;
    list-style: none;
    width: 100%;
    text-align: left;
}
.section.home-section
{
    padding-top: 120px;
    padding-bottom: 120px;
}
.stats-hp h2
{
    font-size: 65px;
    border-bottom: rgba(255,255,255,0.5) solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}
.stats-hp .row {max-width: 1200px;}


/* events stats */

.events-stats
{
color: #000;
    font-size: 17px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 300;
    padding-top: 0;
}

.events-stats ul
{
     display: inline-flex;
  flex-flow: row;
margin: 0;
    padding: 0; 
    /*justify-content: center;*/
    align-items: center;
    margin-top:0px;
}
.events-stats ul li{
    margin: 0 9px;
    list-style: none;
    width: 100%;
    text-align: left;
    min-width: 40%;
}
.section.home-section
{
    padding-top: 120px;
    padding-bottom: 120px;
}
.events-stats h2
{
    font-size: 56px;
    border-bottom: #000 solid 1px;
    padding-bottom: 5px;
    margin-bottom: 9px;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    margin-top: 0; 
}


.spotlight-inner
{padding-top: 0;}

.spotlight-inner.home-section h2
{ 
font-size: 63px;
    text-transform: inherit;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 30px;
    /* font-family: 'Playfair Display'; */
    font-family: "Space Grotesk", sans-serif;
}
.spotlight-inner.home-section h4
{ 
        font-family: 'Open Sans';
}


.spotlight-inner .spot-section {
  display: flex;
  flex-wrap: wrap;
    margin-top:0px;
}

.spotlight-inner .spot-section .spot-items{
  flex-basis: 50%;
  box-sizing: border-box;  
}
.spotlight-hp .spot-section .spot-items.spot-pad{
    padding-right: 70px;
    border-right: rgba(0,0,0,0.2) solid 1px;
    position: relative;
}
.spotlight-inner .spot-section .spot-items.spot-pad:after
{
    content: "";
    width: 1px;
    height: 100px;
    background-color: red;
    position: absolute;
    right: -1px;
    top: 37%;
}
.spotlight-inner .spot-section .spot-items.spot-img{
    padding-left: 70px;
}

.spotlight-inner .spot-section .spot-items.spot-img img
{
    border-radius: 20px;
}

.spotlight-inner .spot-section .spot-items.spot-iteam-2.spot-pad{
    padding-left: 70px;
    border-left: rgba(0,0,0,0.2) solid 1px;
    position: relative;
    border-right: 0;
}
.spotlight-inner .spot-section .spot-items.spot-iteam-2.spot-pad:after
{
    content: "";
    width: 1px;
    height: 100px;
    background-color: red;
    position: absolute;
    left: -1px;
    top: 37%;
}
.spotlight-inner .spot-section .spot-items.spot-iteam-2.spot-img{
    padding-right: 70px;
        padding-left: 0;
}

.events-photographs
{}
.events-photographs img,.events-photographs video
{
    margin-bottom: 40px;
}

.home-section.events-stats h2:after {
    display: none;
}
.events-stats .row
{max-width: 1200px;}
.our-work-hp
{

}

.our-work-hp .titlerow { 
display: flex;
    flex-flow: column;
        } 
          
.our-work-hp .titlerow > div { 
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
        } 

.our-work-hp .titlerow ul
{
display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    /* column-count: 2; */
    line-height: 32px;
    margin: 0;
    padding: 0;
    justify-content: space-around;
}
.our-work-hp .titlerow ul li{
    margin: 10px;
    list-style: none;
    /* width: 100%; */
    text-align: center; 
}
.our-work-hp .titlerow ul li a
{
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    padding: 3px 16px;
    border: rgba(0,0,0,0.3) solid 1px;
    border-left-color: var(--red);
    word-break: break-all;
    width: 100%;
}
.our-work-hp .titlerow ul li a:hover{
    background-color: #000;
    color: #fff;
     border-left-color: #000;
}


.our-work-hp h2
{  
    font-size: 63px;
    text-transform: inherit;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 30px;
    /* font-family: 'Playfair Display'; */
    font-family: "Space Grotesk", sans-serif;
}


.footer-new
{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 15px;
    color: #666;
}

.footer-new.contactpage-left
{
    padding-top: 0px;
    padding-bottom: 50px;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.aboutpage .contactpage-right{ text-align: left;}
.aboutpage .contactpage-right .form input[type="text"], .aboutpage .contactpage-right .form input[type="email"],.aboutpage .contactpage-right .form textarea {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 17px 16px;
    height: auto;
    color: #0a0a0a;
    margin-bottom: 0;
    font-size: 14px;
    box-shadow: none;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    border: rgba(0,0,0,0.2) solid 1px;
}

.aboutpage .contactpage-right .form .btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    margin: 0;
    overflow: visible;
    box-shadow: none;
    border: 1px solid #0a0a0a;
    background-color: transparent;
    position: relative;
    text-align: center;
    padding: 16px 30px;
    color: #0a0a0a;
    -webkit-transition: background-color 0.2s ease, color 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 0 !important;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    font-style: inherit;
    text-transform: uppercase;
}


.footer-new.contactpage-left .company-adddress,.footer-new.contactpage-left .company-phone, .footer-new.contactpage-left .company-email
{    background-position: 0 8px;
    background-repeat: no-repeat;
    text-align: left; color: #000;}

.footer-new.contactpage-left a{color: #000; text-decoration: none; font-size: 16px;}

.footer-new h2
{     font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: "Space Grotesk", sans-serif;
    color: #000;
    letter-spacing: 1px;}

.footer-new .company-adddress
{
    margin-top: 15px;
    padding-left: 30px;
    background-image:url(../images/new-images/map.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.backtotop.newback {
    position: fixed ;
    z-index: 999;    
    background-color: #333;
    bottom: 50px;
    background-image: url(../images/icon-chevron-up-white.svg);
}
.footer-new .company-phone
{
    margin-top: 15px;
    padding-left: 30px;
    background-image:url(../images/new-images/phone-call.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.footer-new .company-email
{
    margin-top: 15px;
    padding-left: 30px;
    background-image:url(../images/new-images/email.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.footer-new ul 
{
    margin: 0;
    padding: 0;
}
.footer-new ul li{    list-style: none;
    margin-bottom: 13px}
.footer-new a{color: #666; text-decoration: none; font-size: 16px;}
.footer-new a:hover{color:#000; text-decoration: none;}
.footer-new .socialnew
{
    margin-top: 30px;
}
.copyright .copynew {
    font-size: 18px;
    color: #000;
    opacity: 0.8;
}
.inner-title
{  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
z-index: 999;width: 100%;
    text-align: center; font-size: 45x;
    text-transform: inherit;
    font-weight: 400; 
    /* font-family: 'Playfair Display'; */
    font-family: "Space Grotesk", sans-serif;}

.inner-title h1
{   
    font-size: 55x;
    text-transform: inherit;
    font-weight: 400; 
    /* font-family: 'Playfair Display'; */
    font-family: "Space Grotesk", sans-serif;
}
.aboutpage .newrow
{
    margin: 0 auto;
    max-width: 1200px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.aboutpage 
{

    color: #000;
    text-align: center;
    font-style: normal;
    line-height: 33px;
    font-size: 20px;
    padding-top: 120px;
    padding-bottom: 0;
}
.brd
{border-top: rgba(0,0,0,0.2) solid 1px;    position: relative;}

.brd:before {
    content: "";
    width: 5%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -1px;
    left: 0;
}
.aboutpage img
{border-radius: 15px;}

.aboutpage.clientlogos
{
    display: flex;
    flex-flow: row nowrap;
}

.aboutpage.clientlogos img
{width: auto;
    max-height:80px;
    border-radius: 0;
    margin-bottom: 35px;
height: auto;}
.aboutpage h1
{
     font-size: 60px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 72px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}
.aboutpage h3
{font-size: 20px; line-height: 30px; font-family: "Space Grotesk", sans-serif;}

.aboutpage.whatwedo
{
    display: flex;
    background-color: #000;
    color: #fff;
    padding-top: 60px;
    margin-top: 80px;
    padding-bottom: 100px;
}
.aboutpage.whatwedo h1
{
    color: #fff;
}
.aboutpage.whatwedo ul{margin: 0;
padding: 0;}
.aboutpage.whatwedo ul li
{
    list-style: none;
    margin: 20px 0;
}
.why-choose-page
{
    text-align: left;
}
.why-choose-page ul li
{
    margin-bottom: 20px;
}
h1.newtitle {
    font-size: 60px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 72px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}

.social-vision-main
{}
.social-vision-main .vision-blocks
{    border: rgba(0,0,0,0.2) solid 1px;
    padding: 40px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0 10px 0 10px;
    border-bottom-color: rgba(0,0,0,0.5);
}

.aboutpage .social-vision-main .vision-blocks h3{
    font-size: 23px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    margin-top: 23px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    line-height: 24px;
}

.aboutpage .aboutbrand
{
    text-align: left;
}
.aboutpage .aboutbrand img {
    border-radius: 290px 290px 10px 10px;
}
.aboutpage .companyservies
{}
.aboutpage .companyservies .service-blocks
{border: rgba(0,0,0,0.2) solid 1px;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 0 10px 0 10px;
    border-bottom-color: rgba(0,0,0,0.5); margin-bottom: 30px;}
.aboutpage .companyservies .service-blocks h3 {
    font-size: 18px;
    line-height: 30px;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 0;
    font-weight: 500;
}

.aboutpage .companyservies .service-blocks [class*="column"]+[class*="column"]:last-child,.aboutpage .companyservies .column:last-child, {
    float: inherit;
}
.aboutpage .companyservies .column, .aboutpage .companyservies .columns:last-child {
    float: left;
}

.social-slider
{font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;}

.social-slider .inner-title h1{font-family: "Young Serif", serif; color: #fff;}
.social-slider .inner-title h2{font-family: "Young Serif", serif; color: #fff;}

.social-slider .inner-title a.scallback
{
    padding: 12px 30px;
    background-color: #000;
    color: #ffff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
}
.social-slider .inner-title a.scallback:hover{background-color: #91003a;}

.socialblack
{
    color: #000;
    text-align: center;
    font-style: normal;
    line-height: 33px;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 0;
    font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.socialblack.lastblack
{
    padding-bottom: 40px;
}

.socialblack .srow {
margin: 0 auto;
    max-width: 1200px;
    font-family: "Young Serif", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 23px;
    line-height: 34px;
}

.srow h1 {
    font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;
    color: #000;
    font-size: 43px;
}
.srow.srv h1
{color: #fff;}

.services-main-social
{    color: #fff;
    text-align: center;
    font-style: normal;
    line-height: 33px;
    font-size: 23px;
    padding-top:40px;
    padding-bottom: 0;background-color: #000;    font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;}

.services-social-row{
    margin: 0 auto;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.armour-affair
{
    background-color: #000;
    color: #ffff;
    font-family:'socialregular';
    
}

.gallery-row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.gallery-row .gallery-item {
  flex: 1 0 25%;
}

.services-main-social .columns.nopad
{
    padding: 0;
    position: relative;
    overflow: hidden;
}
.services-main-social .columns.nopad img
{border-radius: 0;}


.services-main-social .columns.nopad a.caption-social {
    display: block;
    position: absolute;
    top: 0;
    max-width: 100%;
    height: 100%;
    padding: 40px;
    text-decoration: none;
    left: -100%;
    -webkit-transition: all 720ms cubic-bezier(0.52, 0.01, 0.16, 1);
    transition: all 720ms cubic-bezier(0.52, 0.01, 0.16, 1);
    background-color: rgba(0,0,0,0.8);
    color: #fff;
        font-size: 15px;
    line-height: 29px;
}

.services-main-social .columns.nopad:hover a.caption-social {

    left: 0;
}
.services-main-social .columns.nopad a.caption-social h3
{
    color: #fff;
    font-family: "Young Serif", serif;
  font-weight: 400;
  font-style: normal;    
}

.decoration-social
{    color: #fff;
    text-align: center;
    font-style: normal;
    line-height: 33px;
    font-size: 20px;
    background-image:url(../images/new-images/decoration.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 100px;
    padding-bottom:100px;
}

.decoration-social .services-social-row{
    margin: 0 auto;
    max-width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.workto-gether-social
{    color: #fff;
    text-align: center;
    font-style: normal;
    line-height: 33px;
    font-size: 20px;
    background-image:url(../images/new-images/work-together.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding:50px 100px;
    font-size: 30px;
    text-align: left;
    
}
.workto-gether-social h3
{color: #fff;    margin: 0 0 12px 0;}
.social-page-form
{}
.social-form-row
{margin: 0 auto; padding: 40px;}
.social-form-row h1 {
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 43px;
    text-align: center;
    margin-bottom:50px;
}


.social-form-row h3{
    font-size: 26px;
    font-weight: bold;
    color: #91003a;
        margin-bottom: 10px;
    margin-top: 0;    
}
.social-form-row h4{
    font-weight: 400;
    font-style: normal;
    color: #0a0a0a;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-top: 0px;
    margin-top: 0;
}

.social-form-row .form .field {
    position: relative;
    margin-bottom: 17px;
    line-height: 1;
}

.social-form-row .form input[type="text"], .social-form-row .form input[type="email"],.social-form-row .form input[type="date"], .social-form-row .form input[type="number"],.social-form-row .form textarea
{border-radius: 5px; border: #000 solid 2px; color: #666;
    text-align: center;
    font-size: 20px;
    background-color: #f5f5f5;
    padding: 12px 16px;
    height: auto;
    position: relative;
    width: 100%;
}

.social-form-row .form .btn{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 25px;
    color: #fff;
    background-color: #91003a;
    border: 0;
    border-radius: 5px !important;
}
.social-form-row .form .btn:hover{
    background-color: #000;
}

.fedrow{
            display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    flex-direction: row;}
.fedrow a{ 
			    flex: 1 0 30%;
    padding:2px 2px;
		}
        .fedrow a img{     width: 100%;
    height: 300px !important;
    border-radius: 0;}

.photogallery
{
     padding-top: 28px;   
}
.photogallery h1 {
    font-size: 60px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Young Serif", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 43px;
    font-weight: 400;
    margin: 9px 0 0 0;
    padding-bottom: 0;
}