/* Custom CSS
----------------------------- */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue.eot');
    src: url('fonts/bebasneue.eot') format('embedded-opentype'),
         url('fonts/bebasneue.woff') format('woff'),
         url('fonts/bebasneue.ttf') format('truetype'),
         url('fonts/bebasneue.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;	 
}
@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/bebas__regular.eot');
    src: url('fonts/bebas__regular.eot') format('embedded-opentype'),
         url('fonts/bebas__regular.woff') format('woff'),
         url('fonts/bebas__regular.ttf') format('truetype'),
         url('fonts/bebas__regular.svg#BebasRegular') format('svg');
	font-weight: normal;
	font-style: normal;	
}

/*
font-family: 'Poppins', sans-serif;
*/


html{}
body{
	overflow-x: hidden;
	}
.navbar-brand{
	height:auto;
	}
.navbar-default .navbar-brand{
	padding-top:12px;
	padding-bottom:0px;
	}
.navbar-default{
	background:#fff;
	position:relative;
	top: 20px;
    /* padding: 20px 0 0 0;*/
	}
nav .navigation-list {
  height: 50px;
  line-height: 50px;
  margin-top:25px;
}
nav .navigation-list li {
  display: inline-block;
  margin: 0 18px;
  font-size: 16px;
}
nav .navigation-list li a {
  color: #29aae2;
}
nav .toggle {
  display: none;
}

.nav-collsaped {
  position: fixed !important;
  background-color: #0f0f0f;
  right: 0 !important;
  transition: 0.5s;
}

.overlay {
  display: none;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 50px;
  background-color: rgba(0, 0, 0, 0);
  transition: 5s;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline !important;
  transition: 5s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 0px);
  -moz-transform: rotate(-45deg) translate(-5px, 0px);
  -o-transform: rotate(-45deg) translate(-5px, 0px);
  -ms-transform: rotate(-45deg) translate(-5px, 0px);
  transform: rotate(-45deg) translate(-5px, 0px);
  width: 15px;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, 0px);
  -moz-transform: rotate(45deg) translate(-5px, 0px);
  -o-transform: rotate(45deg) translate(-5px, 0px);
  -ms-transform: rotate(45deg) translate(-5px, 0px);
  transform: rotate(45deg) translate(-5px, 0px);
  width: 15px;
}
header .tpSocialIcon {
	float:right !important;
	margin-left:20px;
	margin-top:24px;
	}
/*============ Home Page Style================*/
.pgtpcmn_sec{ margin-bottom: 86px; }
h2 strong.pgtphdng { color: #29aae2; font-family: 'Roboto'; font-weight:900; font-size: 56px; padding: 0px !important; margin-bottom: 0px !important; }
h2.pgsmittl { font-size: 56px; color: #18143e; font-family: 'Roboto'; font-weight:900; margin-top: 0px !important;  padding: 0px !important; }
h2.pgsmittl strong { color: #d96233; animation: animatedot 0.5s infinite; }
.pgtpgtstrd_btn button,
.pgtpgtstrd_btn a {color: #18143e !important; font-family: 'Roboto'; font-weight: bold; font-size: 20px !important; background: #62d1fb !important; border-radius: 50px !important; padding: 17px 32px !important; }
.srcldwn_img { margin-bottom: 0px !important; }
h3.vc_custom_heading.scrldwntxt { font-size: 20px; font-family: 'Roboto'; font-weight: 400; color: #18143e; }
h2.cntnt_ttl{ font-size: 60px; line-height: 60px; font-family: 'Roboto'; font-weight:900; color: #2c294f; }
h2.cntnt_ttl strong { color: #d96233; animation: animatedot 0.5s infinite; }
.cmnhm_para p {font-size: 15px; font-family: 'Montserrat'; color: #3a3a3a; padding: 0 54px; }
/* .cmnlft_img {padding: 152px 0 172px 0; } */

.hmicn_bg > div.vc_column-inner > div.wpb_wrapper{
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1; 
}







.hmtxtcntnt { padding-top: 124px; }

h2.clint_hdng { margin-bottom: 25px; }
p.alclnt_txt {font-size: 18px; color: #6f6f6f; font-family: 'Roboto'; line-height: 23px; }

.navbar-default{
	border-bottom:none;
	box-shadow:none;
	}
.orgnl_cntlist .guarntd_title h2 strong{
	color: #d96233;
	animation: animatedot 0.5s infinite;
	}
.originalContent_title h2 {
	position: relative;
	float: left;
	color: #d7b94c;
	font-family: 'Inconsolata', Consolas, monospace;
	font-size: 4em;
}
.originalContent_title h2 span{
	position: absolute;
	top: 0;
	right: -10px;
	background: #fff;
	width: 100%;
	border-left: .1em solid transparent;
	-webkit-animation: typing 8s steps(44) forwards,
										 cursor 1s infinite;
	animation: typing 8s steps(44) forwards,
						 cursor 1s infinite;
}
.wpb_content_element.originalContent_title{
	padding-top:130px;
	}

/* Animation */

@-webkit-keyframes cursor{
	50% { border-color: white;}
}
@keyframes typing{
	from{ width: 100%;}
	to{ width: 0;}
}



.navbar-default .navbar-brand{
	position:relative;
	z-index:1;
	}
#mega-menu-wrap-top #mega-menu-top {
        position: fixed;
		bottom: 0;
		z-index:0;
		display: none;
		height: 100vh;
		left: 0;
		top: 0;
		right: 0;
		transition: all 0.5s;
		width:100%;
}

#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top{
	display: flex;
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	
	}


#mega-menu-wrap-top .mega-menu-toggle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: right;
    position: absolute;
    top: -66px;
    right: 0;
	padding: 8px 10px;
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 5px;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
	text-align:center;
	}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
	display:inline-block;
	padding:20px 10px;
	height:auto;
	position:relative;
	}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:after{
	content:"\f111";
	font-family:'FontAwesome';
	font-size:11px;
	display:inline-block;
	margin-left: 5px;
	color: #d96233; 
	animation: animatedot 0.5s infinite;
	opacity:0;
	visibility:hidden;
	
	}	
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a:hover.mega-menu-link:after{
	opacity:1;
	visibility:visible;
	}	
	
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	font-weight:700 !important;
	}
#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open{
	background: #fff;
	}
#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
	color:#62d1fb;
	}
.orgnl_cntlist > div.vc_column-inner  {
	position:relative;
	padding-top:100px;
	padding-bottom:200px;
	}
.orgnl_cntlist > div > div.wpb_wrapper{
	width:405px;
	margin:0 auto;
	position:absolute;
	padding-bottom:70px;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	}
.orgnl_cntlist > div > div.wpb_wrapper h2{
	white-space:nowrap;
	}

.orgnl_cntlist h2{
	font:900 56px/75px 'Roboto' !important;
	color: #29aae2;
	margin-bottom:0px;
	}
.pgtpgtstrd_btn{
	margin-top:0px;
	}
	
	
	
	
span.guaranteed strong{ color: #d96233; animation: animatedot 0.5s infinite;}
span.guaranteed{
	display:block;
	color: #2c294f;
	text-align:center !important;
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	}
.ftnaw-arrow > div.wpb_wrapper{
	width:36px;
	height:51px;
	border:2px solid #62d1fb;
	text-align:center;
	border-radius:32px;
	margin:0 auto;
	cursor:pointer;
	}	
.ftnaw-arrow i.fa{
	font-size:20px;
	color:#242323;
  	position: relative;
	animation: angledown 5s infinite;
	margin-right: 3px;
	}

.button.floating {
    position: fixed;
    left: 0;
    top: auto;
    right: 0;
    bottom: 5%;
    z-index: 10;
    width: 200px;
    margin-right: auto;
	font-size:18px;
}
.button.floating{
    margin-left: auto;
	text-decoration:none;
	outline:none;
	opacity:0;
}











.originalcontent {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.designs {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.strategies {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.results {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.guaranteed{
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
	}
@keyframes angledown {
  from {top: 0px;opacity: 0;}
  to {top: 25px;opacity: 1;}
}
@keyframes animatedot {
    from {
        opacity: 0;
       
    }
    to {
        opacity: 1;
    }
}

.clntlsttp ul,
.clntlstbtm ul {
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.clntlsttp ul li {
    display: inline-block;
    margin: 0 30px 0 30px;
}
.clntlstbtm ul li{ display: inline-block; margin: 0 25px 0 25px; }


.hmicn_bg > div.vc_column-inner{
	padding-top:0px !important;
	}
.hmtxtcntnt {
    padding-top: 0;
}
.hmicn_bg > div.vc_column-inner > div.wpb_wrapper{
	padding: 125px 0;
	}
.ftnaw-arrow > div.wpb_wrapper a{
	display:block;
	width: 36px;
	height: 51px;
	}



/*---footer section-----*/
.footerContainer {
	background:#2c294f;
	padding:57px 0 77px;
	}
.ftrHdr {
	margin-bottom:45px;
	}	
.ftrBody {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	font-size:18px;
}	
.footer-left {
    display: flex;
}
.footer-menu-1 {
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid hsla(0,0%,91.4%,.1);
}
.ftrBody a {
	text-decoration:none;
	}

.footer-link {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 1;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    color: #fff;
	display: block;
	text-decoration: none;
}
.footer-link:hover {
    opacity: 1;
    color: #62d1fb;
}
.button {
    display: inline-block;
    min-width: 150px;
    margin-top: 40px;
    padding: 10px 30px;
    border-radius: 100px;
    background-color: #62d1fb;
    box-shadow: 0 1px 1px 0 transparent;
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    color: #18143e;
    font-weight: 800;
    text-align: center;
    letter-spacing: .5px;
}
.social-links {
    display: flex;
    margin-top: 40px;
    grid-column-gap: 16px;
    color: #fff;
}
.social-link {
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 17px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #62d1fb;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    font-size: 25px;
    line-height: 25px;
    text-decoration: none;
}
.social-link.facebook, .social-link.insta, .social-link.linkedin {
    background-image: url(assets/images/social-logos.jpg);
}
.social-link.linkedin {
    background-position: -10% 50%;
    background-size: 125px;
    background-repeat: no-repeat;
}
.social-link.insta {
    background-position: 50% 50%;
    background-size: 150px;
}
.social-link.facebook {
    background-position: 107% 50%;
    background-size: 140px;
}

.ftrHdr{
	display:inline-block;
	}
ul.ftr-navbar{
	list-style:none;
	}
ul.ftr-navbar li{
	margin-bottom:10px;
	}
ul.ftr-navbar li a{
	outline:none;
	color:#fff;
	}
ul.ftr-navbar li a:hover{
	opacity: 1;
	color: #62d1fb;
	}
.button.floating{display:none;}



@media screen and (min-width:1600px) {
	
}
@media (min-width:1230px) {
	.container{width:1200px;}
	.ftr_mdll_container .row{ margin-left:-90px; margin-right:-90px;}
	.ftr_mdll_container .row > aside{ padding-left:90px; padding-right:90px;}
	.gallerypagelist .tab-pane > .row{margin-left:-8px; margin-right:-8px;}
	.gallerypagelist .tab-pane > .row > div{ padding-left:8px; padding-right:8px;}
}
@media screen and (min-width:1200px) and (max-width:1229px) {
	
}
@media (min-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.banner_wrapper .inner-bannerCaption{ top:auto; bottom:10px; transform:none;}
	.inner-bannerCaption h1{ font-size:40px; line-height:45px;}
	h2.cntnt_ttl {
		font-size: 43px !important;
		line-height: 52px !important;
	}
	
	
	
}
@media (min-width: 768px) {
	.odd_rw > .hmicn_bg {
		left:50%;
		}
	.odd_rw > .hmtxtcntnt {
		right:50%;
		}
}
@media (min-width: 768px) and (max-width: 991px) {
	.banner_wrapper .inner-bannerCaption{ top:auto; bottom:10px; transform:none;}
	.inner-bannerCaption h1{ font-size:40px; line-height:45px;}
	.about_block ul.about_list{-moz-column-count: 3;-moz-column-gap: 10px;-webkit-column-count:3;-webkit-column-gap: 10px;column-count: 3;column-gap: 10px;}
	h2.cntnt_ttl {
		font-size: 43px !important;
		line-height: 52px !important;
	}
	.hmtxtcntnt > div > div.wpb_wrapper{
		padding:40px 0;
		}
	.cmnhm_para p{
		padding: 0 0px;
		}
	.footer-menu-1 {
   	 	margin-right: 20px;
    	padding-right: 0px;
	}
}

@media (max-width: 767px) {	
	.site_page .site-masthead{position:static;background-color:rgba(0,0,0,0.85);padding-top:15px;padding-bottom:0px;}
	.site_page .site-masthead .navbar-header{ margin-bottom:10px; text-align:center;}
	.site_page .site-masthead .navbar-header a.navbar-brand{ float:none; display:inline-block;}
	.ftr_mdll_container aside:not(:last-child){ margin-bottom:25px;}
	.about_block ul.about_list{-moz-column-count: 2;-moz-column-gap: 10px;-webkit-column-count: 2;-webkit-column-gap: 10px;column-count: 2;column-gap: 10px;}
	.navbar-default .navbar-brand{
		max-width: 190px;
		}
	#mega-menu-wrap-top .mega-menu-toggle {
		width: 45px;
		height: 45px;
		top: -48px;
		padding: 3px 10px;
	}
	#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1::after {
		margin: 0;
	}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
	font-size: 28px !important;
	line-height: 26px !important;
	padding: 15px 10px;
	}
.hmicn_bg > div.vc_column-inner > div.wpb_wrapper,
.hmtxtcntnt > div > div.wpb_wrapper {
    padding: 70px 0;
}
h2.cntnt_ttl {
    font-size: 42px;
    line-height: 48px;
}
.cmnhm_para p{
	padding: 0 15px;
	}
.vc_row.wpb_row.vc_row-fluid.hmclnt_bx{
	padding-top:0 !important;
	}

}

@media (min-width: 580px) and (max-width: 767px) {
	.about_block h1, .about_block h2{ font-size:75px !important; line-height:85px !important;}
	.service_block .service_wrapper{ display:table-cell; width:800px;}
	.party_item h3{font-size:15px;}
}
@media (min-width: 401px) and (max-width: 579px) {	
	.about_block h1, .about_block h2{ font-size:55px !important; line-height:65px !important;}
	.service_block .row > div .pull-left{float:none !important; display:block; margin-left:auto; margin-right:auto;}
	.service_block .service_wrapper{ display:block; width:100%; text-align:center;}
	.party_item h3{font-size:15px;}
	.orgnl_cntlist h2 {
    	font: 900 40px/45px 'Roboto' !important;
	}
	.orgnl_cntlist > div > div.wpb_wrapper {
		max-width:288px;
		padding-bottom: 48px;
	}
.clntlstbtm > div > ul > li,
.clntlstbtm > div > ul > li > ul > li{
	width:100%;
	margin:0px;
	}	
.clntlsttp ul li,
.clntlstbtm ul ul li ul li {
    display: inline-block;
    margin: 0 10px;
    width: 25%;
}
.ftrBody {
    display: block;
	font-size:15px;
}

.footer-menu-1 {
    margin-right: 10px;
    padding-right: 12px;
}
.footer-right {
	margin-top:60px;
	}	
	
	
	
}
@media (max-width: 400px) {
	.about_block h1, .about_block h2{ font-size:55px !important; line-height:65px !important;}
	.service_block .row > div .pull-left{float:none !important; display:block; margin-left:auto; margin-right:auto;}
	.service_block .service_wrapper{ display:block; width:100%; text-align:center;}
	.party_item h3{font-size:17px;}
	.ftr_mdll_container aside p b{ display:none;}
	.about_block ul.about_list{-moz-column-count: 1;-moz-column-gap: 0px;-webkit-column-count: 1;-webkit-column-gap: 0px;column-count: 1;column-gap: 0px;}
	.orgnl_cntlist h2 {
    	font: 900 30px/45px 'Roboto' !important;
	}
	h2.cntnt_ttl {
		font-size: 32px;
		line-height: 35px;
	}
	.orgnl_cntlist > div > div.wpb_wrapper {
		max-width:218px;
		padding-bottom: 48px;
	}
.orgnl_cntlist > div.vc_column-inner {
    position: relative;
    padding-top: 60px;
    padding-bottom: 150px;
}
.clntlstbtm > div > ul > li,
.clntlstbtm > div > ul > li > ul > li{
	width:100%;
	margin:0px;
	}	
.clntlsttp ul li,
.clntlstbtm ul ul li ul li {
    display: inline-block;
    margin: 0 10px;
    width: 25%;
}
.ftrBody {
    display: block;
	font-size:15px;
}
.footer-left {
    display: block;
}
.footer-menu-1 {
    margin-right: 10px;
    padding-right: 12px;
	border:none;
}
.footer-right {
	margin-top:60px;
	text-align:center;
	display:block;
	}
.social-links{
	display:block;
	}
.social-link {
    display: inline-block;
}
.pgtpcmn_sec {
	padding:80px 0;
    margin-bottom: 0;
}

	
	
	
}