#page-loading-cover{
display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
	height: 100vh;
	width: 100%;
	overflow:hidden;
	background-color: #ffbd00; 
}
#page-loading-cover img{
	 position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin:-50px 0 0 -50px;
  
}
#page-loading-cover #loader1{
	-webkit-animation:spin 0.7s linear infinite;
    -moz-animation:spin 0.7s linear infinite;
    animation:spin 0.7s linear infinite;
}
#page-loading-cover #loader2{
	-webkit-animation:spinn 2s linear infinite;
    -moz-animation:spinn 2s linear infinite;
    animation:spinn 2s linear infinite;
}
@-moz-keyframes spinn { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinn { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spinn { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@-moz-keyframes spin { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

@font-face {
    font-family: title-menu;
    src: url(../assets/fonts/NexaBold.otf);
}
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url(../assets/fonts/4365_1.ttf);
}
.nav-up {
  top: -60px;
  transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}
.nav-down {
  transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
}
body{
	background-image: url(../assets/banner/Banner0.jpg);
	font-weight: 300;
}

*::-moz-selection { background: #ffbd00; color: #333; }
*::-webkit-selection { background: #ffbd00; color: #333; }
*::selection { background: #ffbd00; color: #333; }

.nav{
    font-family: title-menu !important;
}
.padding-left-right{
	padding-left: 5%;
	padding-right: 5%;
}

.pad-top{
	padding-top: 30px;
}
@media screen and (max-width:767px){

	#partners{ margin-bottom: 0px !important }

	.pad-top{
		padding-top: 0px !important;
	}
	.col-xs-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.partners-logo-container{ width:24% !important; }
	.pages-body{
		display: inline-block !important;
	}
}
.pages{
	width: 100%;
	display: inline-block;
	
}
.title{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	width: 100%;
	display: inline-block;
	min-height: 6vh;
	padding: 0;
	background-color: transparent;
	text-align: center;
	margin-bottom: 0%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.title-text{
	font-size: 30px;
	font-family: title-menu;
	line-height: 100px;
	text-transform: uppercase;
	color: #fff;
}
.title-underline{
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	height:5px;
	width:120px;
	background-color:#ffbd00;
}
.pages-body{
	width: 100%;
	display: block;
}
#about{
	background-image: url(../assets/About_Banner.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: center;
	background-attachment: fixed;
}
#clients{
	background-image: url(../assets/Clients_Banner.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: center;
	background-attachment: fixed;
}
#marketing{
	background-color: #222;
}
#footer{
	background-color: #1E1E1E;

}
#gallery{
	background-image: url(../assets/Gallery_Banner.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: center;
	background-attachment: fixed;
}
#partners{
	background-image: url(../assets/Partners_Banner.jpg);
	background-size: cover;
	background-repeat: none;
	background-position: center;
	margin-top: -6px;
	min-height: 100vh;
	-webkit-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.75);

}

#marketing > .pages-body{
	padding-top: 10%;
	padding-bottom: 10%;
}
#gallery > .pages-body{
	padding-top: 7%;
	padding-bottom: 7%;
	background-color: #fff;
	min-height: 76vh;
}#gallery > .title{
	margin-bottom: 10vh;
}

.gray{
	background-color:#222;
	color:#fff;
}
.pages-body-body{
	
}

.pages-body-content{
	padding-bottom: 1%;
	padding-top: 1%;
	padding-left: 5% !important;
	padding-right: 5% !important;
}.pages-body-body h3{
	font-family: title-menu;
	font-size: 22px;
}
.pages-body-body p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.btn-link-primary{
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	background-color: #1a6f96;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.btn-link-primary:hover{
	-webkit-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
}
.box-rec{
	min-height: 42.5vh;

}
.about-us-tr{
	background-image: url(../assets/About_CompanyProfilePic.jpg); 
	background-size: cover;
	background-repeat: none;
	background-position: center;
	padding: 0;
}
.about-us-bl{
	background-image: url(../assets/About_ServicesPic.jpg); 
	background-size: cover;
	background-repeat: none;
	background-position: center;
	padding: 0;
}
.clients-l{
	background-image: url(../assets/Clients_PortfolioPic.jpg); 
	background-size: cover;
	background-repeat: none;
	background-position: center;
	padding: 0;
}
.marketing-l{
	background-image: url(../assets/Marketing_EventPic.jpg); 
	background-size: cover;
	background-repeat: none;
	background-position: center;
	padding: 0;
}
.marketing-r{
	background-image: url(../assets/Marketing_BlogPic.jpg); 
	background-size: cover;
	background-repeat: none;
	background-position: center;
	padding: 0;
}

.gallery-l{
	background-image: url(../assets/Gallery_CDMFounderPic.jpg); 
	background-size: cover;
	background-repeat: none;
	background-position: center;
	padding: 0;
}
.gallery-r{
	background-image: url(../assets/Gallery_CampaignsPic.jpg); 
	background-size: cover;
	background-repeat: none;
	background-position: center;
	padding: 0;
}
.gallery-l:hover > .box-rec-title, .gallery-l:hover > .box-rec-title2{
	height: 42.5vh !important;
}
.gallery-l:hover > .bg-half-, .gallery-l:hover > .bg-half-{
	height: 42.5vh !important;
}
.gallery-r:hover > .box-rec-title, .gallery-r:hover > .box-rec-title2{
	height: 42.5vh !important;
}
.gallery-r:hover > .bg-half-, .gallery-r:hover > .bg-half-{
	height: 42.5vh !important;
}



.marketing-l:hover > .box-rec-title, .marketing-l:hover > .box-rec-title2{
	height: 42.5vh !important;
}
.marketing-l:hover > .bg-half-, .marketing-l:hover > .bg-half-{
	height: 42.5vh !important;
}
.marketing-r:hover > .box-rec-title, .marketing-r:hover > .box-rec-title2{
	height: 42.5vh !important;
}
.marketing-r:hover > .bg-half-, .marketing-r:hover > .bg-half-{
	height: 42.5vh !important;
}


.clients-l:hover > .box-rec-title, .clients-l:hover > .box-rec-title2{
	height: 42.5vh !important;
}
.clients-l:hover > .bg-half-, .clients-l:hover > .bg-half-{
	height: 42.5vh !important;
}

.about-us-bl:hover > .box-rec-title, .about-us-bl:hover > .box-rec-title2{
	height: 42.5vh !important;
}
.about-us-bl:hover > .bg-half-, .about-us-bl:hover > .bg-half-{
	height: 42.5vh !important;
}

.about-us-tr:hover > .box-rec-title, .about-us-tr:hover > .box-rec-title2{
	height: 42.5vh !important;
}
.about-us-tr:hover > .bg-half-, .about-us-tr:hover > .bg-half-{
	height: 42.5vh !important;
}




.box-rec-title{
	height: 0px;
	line-height: 1;
	padding-top: 19%;
	width: 100% !important;
	font-size: 40px;
	text-align: center;
	color: #fff;
	font-family: title-menu;
	z-index: 66;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.box-rec-title2{
	padding-top:18%;
	height: 0px;
	width: 100% !important;
	font-size: 4vh;
	text-align: center;
	color: #fff;
	font-family: title-menu;
	z-index: 66;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sm-brt{
	padding-top:36%;
}
.with-subtitle{
	line-height: 1.4;
	padding-top: 15%;
}
.with-subtitle > span { display: block; font-size: 2.5vh; font-family: 'Roboto', sans-serif;}

.bg-half-, .bg-half-{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	width: 50%;
	display: inline-block;
	position: relative;
	float: left;
	top: 0;
	height: 0px;
	z-index: 1;
}
.-red1{
	background-color: rgba(255,0,0,0.6);
}
.-red2{
	background-color: rgba(255,0,0,0.4);
}
.-blue1{
	background-color: rgba(5,70,130,0.6);
}
.-blue2{
	background-color: rgba(5,70,130,0.4);
}
.-yellow1{
	background-color: rgba(225,220,10,0.6);
}
.-yellow2{
	background-color: rgba(225,220,10,0.4);
}
.-violet1{
	background-color: rgba(102,51,153,0.6);
}
.-violet2{
	background-color: rgba(102,51,153,0.4);
}
.-green1{
	background-color: rgba(10,151,15,0.6);
}
.-green2{
	background-color: rgba(10,221,15,0.4);
}
.-orange1{
	background-color: rgba(255,153,0,0.6);
}
.-orange2{
	background-color: rgba(255,153,0,0.4);
}


.white{
	background-color: #fff;
	color:#111;
}


/* owl carousel*/

.testimonial{
    padding-left: 5%;
    padding-right: 5%;
    padding-top:2%;
    padding-bottom:2%;
}
.testimonial .pic{
    width: 24%;
    float: left;
    margin-right: 15px;
    position: relative;
}
.testimonial .pic:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    padding: 3% 0;
    display: table;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif; 
    text-shadow: rgb(0,0,0) 1px 1px 15px; 
}

.testimonial .testimonial-title{
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    float: left;
    font-family: 'Roboto', sans-serif; 

}
.testimonial .post{
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;

}
.owl-theme .owl-controls{
    position: absolute;
    top: 10px;
    right: 6%;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 50%;
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #aaa;
    display: inline-block;
    margin: 0 5px;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	border:1px solid #fff;
}
.owl-prev:before,
.owl-next:before{
    content: "\f104";
    font-family: 'FontAwesome';
    color: #fff;
    color: #aaa;
}
.owl-next:before{
    content: "\f105";
    color: #aaa;
}
@media only screen and (max-width: 479px){
    .testimonial{
        margin: 10px;
    }
    .testimonial .pic{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .owl-theme .owl-controls{
        top: 10px;
        right: 0;
    }
}

/* end owl carousel*/

.btn-link-orange{
	display: inline-block;
	padding:5px 30px;
	text-align: center;
	border:1px solid #e96504;
	font-family: 'Roboto', sans-serif;
	color: #e96504;
	z-index: 999;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.btn-link-orange:hover{
	color: #fff;
	background-color: #e96504;
	-webkit-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
}
.partners-logo-container{
	display: inline-block;
	width: 12%;
	text-align: center;
}
.partners-logo-container img{
	width: 100%;
	margin:0 auto;
	display: block;
}
.social-plugin-holder{
	height:400px;
	padding:20px 3px;
	margin-bottom: 20px !important;
}

.social-plugin-holder .fb-page{
	max-width: 100%;

}

.upper-footer{
	padding:4% 0;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.low-footer{
	padding: 10px;
	text-align: center;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.footer-left-holder{
	width: 100%;
}
.footer-left-holder img{
	width:25%;
}
.footer-left-holder table{
	width:100%;
}
.footer-left-holder table tr td{
	vertical-align: middle;
	padding: 5px 0;
	font-family: 'Roboto', sans-serif;
}
.footer-left-holder input[type="text"]{
	padding:6px 10px;
	color:#111;
	font-size: 14px;
	outline:none;
	border:none;
}
.footer-left-holder input[type="button"]{
	padding:7px 30px;
	color:#eee;
	background-color: maroon;
	font-size: 13px;
	border: 1px solid maroon;
	white-space: nowrap;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
}
.footer-left-holder input[type="button"]:hover{
	-webkit-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
}
.icon-footer{
	width:35px;
	height:35px;
	border-radius: 50%;
	background-color: #fff;
	line-height: 33px;
	text-align: center;
	color:#222;
	font-size: 18px;
}
.appointment-title{
	width: 100%;
	font-size: 23px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.appointment-note{
	width: 100%;
	font-size: 14px;
	color: #fff;
}
.form-appointment{
	padding-top:10px;
	padding-left:0px;
	padding-right:0px;
}
.form-appointment input[type="text"]{
	padding:6px 10px;
	color:#111;
	font-size: 14px;
	outline:none;
	border:1px solid #222;
	position: relative;
	float: left;

} .form-appointment select{
	padding:5px 10px;
	color:#111;
	font-size: 15px;
	outline:none;
	border:1px solid #222;
	position: relative;
	float: left;
}
.form-appointment select > option{
	background-color: #fff;
	color:#333;
	outline:none;
	text-align: right;
}

.form-appointment input[type="text"]:nth-child(1),.form-appointment input[type="text"]:nth-child(2),.form-appointment input[type="text"]:nth-child(3){
	width:100%;
}
.form-appointment input[type="text"]:nth-child(4) {
	width:60%;
}
.form-appointment select{
	width:39.9%;
}
.form-appointment textarea{
	outline:none;
	border:1px solid #222;
	padding:6px 10px;
	color:#111;
	font-size: 14px;
	min-width: 100%;
	max-width: 100%;
	min-height: 102px;
	max-height: 102px;
	display: block;
}
.form-appointment input[type="button"]{
	padding:6px;
	color:#eee;
	width: 100%;
	background-color: maroon;
	font-size: 13px;
	border: 1px solid maroon;
	white-space: nowrap;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	border:1px solid #222;
}
.form-appointment input[type="button"]:hover{
	-webkit-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
	box-shadow: 0px 5px 16px 1px rgba(0,0,0,0.55);
}
@media screen and (max-width:767px) {
	.box-rec-title, .box-rec-title2, .bg-half- {
		height:42.5vh !important;
		padding-top: 36% !important;
	}

}

/*instagram style*/
.instagram-media { 
	height:400px;overflow-y: auto; background:#FFF; border:0; border-radius:0px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);
}