@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,600,700,900');



	@font-face{

		font-family:icomoon;

		src:url(fonts/icomoon.eot);

		src:url(fonts/icomoon.eot?#iefix) format('embedded-opentype'),url(fonts/icomoon.woff) format('woff'),url(fonts/icomoon.ttf) format('truetype'),url(fonts/icomoon.svg) format('svg');

		font-weight:400;

		font-style:normal

	}


	[class*=" icon-moon-"], [class^=icon-moon-] {
		font-family: icomoon;
		speak: none;
		font-style: normal;
		font-weight: 400;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.icon-moon-arrow-down9:before {
    content: "\e915"
}

	.mob-header {
		background-color: #f6f6f6;
		z-index: 98;
		position: relative;
		box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	}

	.mob-header-top {
		width: 100%;
		height: 80px;
		line-height: 80px;
		background-color: #f6f6f6;
		position: relative;
	}
	.mob-header-top .mob-menu-toggle {
		background-image: url(images/mob_btn.png);
	}

	.mob-header-top .mob-menu-toggle {
		height: 60px;
		width: 60px;
		position: absolute;
		top: 10px;
		right: 90px;
		display: block;
		cursor: pointer;
	}




	.mob-header-content {
		padding: 0;
		display:none;
		width: 100%;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
		background-color: #f6f6f6;
		z-index: 99;
	}


	.mob-header-content .custom-scroll-bar {
		left: 0;
		top: 50px;
		padding: 0px 20px 20px 20px;
	}
	.custom-scroll-bar {
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		z-index: 1000;
	}
	.mob-menu ul li > a:only-child .di, .desk-menu ul > li > a:only-child .di {
		display: none !important;
	}
	.mob-menu ul li > a > .di, .mob-header-content .header-top-menu ul li a > .di {
		display: block;
		position: absolute;
		top: 50%;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		height: 30px;
		width: 30px;
		margin-top: -15px;
		right: 0px;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.mob-menu ul li > a > .di {
		display: block;
		position: absolute;
		top: 50%;
		font-size: 24px;
		font-weight: 700;
		color: #ed6b1d;
		line-height: 30px;
		text-align: center;
		height: 30px;
		width: 30px;
		margin-top: -15px;
		right: 15px;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.mob-menu ul li > a > .di.animate {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}


	.mob-menu ul li > a > .di {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.mob-menu ul, .mob-header-content .header-top-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mob-menu ul li ul.sub-menu{
		display:none;
		padding: 10px 0;
	}

	.mob-menu ul li ul.sub-menu li{
		border-bottom: 0;
	}
	.mob-menu ul li ul.sub-menu.animate{
		display:block;
	}
	.mob-menu li, .mob-header-content .header-top-menu li {
		position: relative;
		padding: 0px;
		border-bottom: 1px solid #b2b7bc;
	}

	.mob-menu li a, .mob-header-content .header-top-menu ul li a {
		display: block !important;
		position: relative !important;
		padding: 10px 25px 10px 0;
		color: #144d80;
		border-bottom: 0;
		outline: none;
		font-size: 18px !important;
		line-height: 24px !important;
		text-transform: uppercase;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.mob-menu ul.sub-menu li a {
		display: block !important;
		position: relative !important;
		padding: 5px 0 5px 25px;
		color: #144d80;
		border-bottom: 0;
		outline: none;
		font-size: 18px !important;
		line-height: 24px !important;
		text-transform: uppercase;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	.mob-menu ul.sub-menu .sub-menu li a{
		padding: 5px 0 5px 35px;
	}
	.page-content {
		padding-top: 80px;
	}
	.desk {
		display: none;
		z-index: 80;
		width: 100%;
	}
	.fixed-true {
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform: translateY(0);
	}
	.desk.fixed-true {
		z-index:1060;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
		height: 80px;
	}
	.desk.active {
		transform: translateY(-32px);
		box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	}
	.desk.active .sub-menu{
		top: 67px;
	}
	.desk.fixed-true.active nav.desk-menu{
		margin-top: 10px;
	}
	.desk.fixed-true.active .try{
		margin-top: 42px;
	}
	.desk.fixed-true.active .logo img{
		margin-top: 35px;
		width: 65%;
	}
	.mob-header {
		display: none;
	}
	.desk {
		display: block;
	}

	.desk-menu > ul {
		list-style: none;
		margin: -7px 0;
		padding: 10px 15px;
		display: block;
		position: relative;
		float: left;

	}

	.desk-menu > ul > li {
		padding: 25px 0;
		position: relative;
		float: left;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}


	.desk-menu > ul > li a {
		padding: 0 15px;
		line-height: 35px;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 13px;
		color: #fff;
	}


	.desk-menu .sub-menu {
		position: absolute;
		top: 73px;
		left: 0px;
		min-width: 200px;
		max-width: 200px;
		padding-left: 0;
		list-style: none;
		margin-left: 0;
		z-index: 1;
		display: none;
		background: #fff;
		-webkit-transition: all 300ms;
		transition: all 300ms;


	}

	.desk-menu .sub-menu li {
		position: relative;
		padding-bottom: 0px;
		/*border-bottom: 2px solid #f36d21;*/
		background-color: #0c1121;
	}
	.desk-menu .sub-menu li:last-of-type{
		border: none;
	}
	.desk-menu > ul > li.menu-item a:hover{
		color: #f36d21;
	}

	.desk-menu .sub-menu li > a {
		padding: 0px 15px;
		font-size: 13px;
		line-height: 40px;
		font-weight: 300;
		display: block;
		position: relative;
		-webkit-transition: all 300ms;
		transition: all 300ms;
		color: #fff;
		text-decoration: none;
	}
	.desk-menu .sub-menu li > a:hover{
		color:#144d80;
	}

	.desk-menu > ul > li.menu-item-has-children:hover .sub-menu {
		display: block;
	}
	/*.desk-menu > ul > li.menu-item-has-children > .sub-menu  li.menu-item-has-children:hover .sub-menu{*/
	/*	display: block;*/
	/*}*/

.desk-menu > ul > li .sub-menu .sub-menu{
	top: -1px;
	left: 199px;
}
.sub-menu{
	border: 1px solid #f26e25;
}
body {
	word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden;

}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}



/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}




/* Clearing */
.clear {
	clear: both;
}


/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/




.slick-initialized{
	visibility:visible !important;
}

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

form:focus,a:focus,form:hover,a:hover {
    outline: 0;
	text-decoration:none;
}
input:focus,textarea:focus,.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 0;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}


header#masthead {
    background: #0c1121;
}
footer#colophon {
    padding: 80px 0 40px;
  	background-color: #292a2b;
}

footer .social-icon.twitter img{
	margin-top: 3px;
}
.footer-widget-title a {
	color: #f36d21;
	font-weight: 400;
	font-size: 21px;
}
.footer-widget-title {
	font-size:20px;
    color: #fff;
	font-weight:500;
	padding: 0 0 15px;

}
#footer-form .footer-widget-title{
	color:#fff;
	margin-bottom: 40px;
	font-weight: 400;
}
.site-footer ul{
	padding:0;
	list-style: none;
}

.site-footer ul li a{
    color: #fff;
	font-size:15px;
	font-weight:300;
	line-height:30px;
}

.site-footer ul li a:hover{
	text-decoration:none;
}

ul.footer-socials {
    padding: 0;
}
ul.footer-socials li{
    display: inline-block;
}



#bottom-bar {
    padding: 15px 0;
	color:#fff;
    background: #f36916;
	font-size:14px;
	font-weight:300;
}

#bottom-bar .right {
    text-align: right;
}
#bottom-bar .left {
	line-height: 30px;
}

#bottom-bar .left a {
    border-left: 1px solid #fff;
    padding: 0 10px;
    color: #fff;
    text-decoration: underline;
}
#bottom-bar span.copyright {
    padding-right: 10px;
}

.container {
    padding: 0 15px 0 15px;
}
/* Hey, if you don't need my comments anymore, just delete me! :)  */
@media (min-width: 1200px) {
	.container {
		width: 1200px !important;
	}
}

.slick-initialized .slick-slide:focus,.slick-initialized .slick-slide:hover {
    outline: 0;
}
#topbar {
	background:#fff;
	height:32px;
	line-height:32px;
}
#topbar .top-newsletter{
	color:#144d80;
	font-size:12px;
	font-weight:500;
	float:right;
	margin-right: 20px;
	text-transform:uppercase;
	text-decoration:underline;
	font-family: 'Montserrat', sans-serif;
}

#search-top-bar-submit {
    border: 0;
    height: 32px;
    line-height: 32px;
    background: #f36a17;
	float: right;
    margin-left:0;
	width:95px;
}
#searchform_topbar:hover input#search-field-top-bar{
	width: 300px;
	padding: 0 10px;

}


#searchform_topbar input#search-field-top-bar:focus, #searchform_topbar input#search-field-top-bar:active{
	padding: 0 10px;
	outline:none;
	width: 300px;
}


 input#search-field-top-bar {
   -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}



#searchform_topbar input#search-field-top-bar::-webkit-input-placeholder {
   color: #92adc6;
}

#searchform_topbar input#search-field-top-bar:-moz-placeholder { /* Firefox 18- */
   color: #92adc6;
}

#searchform_topbar input#search-field-top-bar::-moz-placeholder {  /* Firefox 19+ */
   color: #92adc6;
}

#searchform_topbar input#search-field-top-bar:-ms-input-placeholder {
   color: #92adc6;
}








#search-top-bar-submit img{
   margin-top: -5px;
    margin-left: 2px;
}

input#search-field-top-bar {
	padding: 0;
    margin: 0;
    border: 0;
    background: #f36a17;
    margin-right: 0;
    color: #92adc6;
	width:0;
}

div.wpcf7-mail-sent-ok {
    border: 0;
}

a.popup-close {
    position: absolute;
    top: 0;
    right: -20px;
    color: #9e9d9d;
    font-size: 16px;
}

.form-popup {
    float: right;
    display: block;
    width: 100%;
    background: #e7e7e7;
	position:fixed;
	z-index:999;
}

#header-form {
    float: right;
    margin-right: 115px;
	min-width: 320px;
	max-width: 320px;
	padding-bottom: 20px;
	position:relative;
}


#header-form input.hs-input, #header-form .hs-button {
    background: #eaebec;
    margin-bottom: 5px;
    padding: 0px 10px;
    border-radius: 4px;
    color: #111;
    font-style: italic;
    border: 1px solid #111;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
		height: 25px;
}
#header-form .field {
    margin-bottom: -5px;
}
#header-form label{
	display: none;
}
.hbspt-form .hs-error-msgs label{
	display: block !important;
}
#header-form label.hs-form-booleancheckbox-display{
	display: block;
}
#header-form .inputs-list{
	padding-left: 0px;
	list-style-type: none;

}
#header-form input[type="checkbox"]{
	width: 15px !important;
	height: 15px !important;
  margin-right: 20px;
	margin-top: -4px
}
#header-form .actions{
	margin-top: -20px;
	padding: 16px 0px 0px 0px;
}
#header-form input[type="submit"] {
    background: #f36916;
    color: #fff;
    font-style: normal;
	border:0;
}
#header-form input[type="submit"]:focus {
    outline:0;
}


#header-form input::-webkit-input-placeholder {
   color: #111;
}

#header-form input:-moz-placeholder { /* Firefox 18- */
   color: #111;
}

#header-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #111;
}

#header-form input:-ms-input-placeholder {
   color: #111;
}




.videoCont {
    position: relative;
    text-align: center;
}

.arrow-down {
    position: absolute;
    bottom: 8%;
    left: 50%;
    margin-left: -35px;
}

.banner-arrow.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2s;
    animation-delay: 2;
}



.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-nav>li>a {
    margin-top: 25px;
    margin-bottom: 25px;
	padding:0 15px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #144d80;
}


.logo.logo-mob img {
    padding: 10px 15px;
	max-height: 100px;
	margin-top: -6px;
}
.mob-header .try {
    display: inline-block;
    float: right;
    background: #ed6b1d;
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
position: absolute;
    right: 0;
	margin-top: 0;
	padding: 20px 10px;
}
.logo {
    display: inline-block;
    float: left;
		height: 85px;
	margin-top: -4px;
}
.logo img{
	/* width: 110%;
	max-width: 110%; */
	margin-top: 3px;
}
.logo-mob {
    height: 80px !important;
	    position: absolute;
}
nav.site-navigation {
    display: inline-block;
    float: right;
}
.try {
	display: inline-block;
	float: right;
	width: 130px;
	text-align: center;
	font-size: 13px;
	background-color: #f26e25;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 6px 9px;
	font-weight: 500;
	margin-top: 30px;
}

.try:hover {
	color:#fff;
	opacity: .8;
}


span.try-default {
    display: block;
    padding: 21px 0;
    position: relative;
		line-height: 25px;
    font-size: 18px;
		    border-top: 1px solid;
}
span.try-default p{
	font-weight: normal;
}
span.try-rollover {
	display:none;
    padding: 20px 0;
}
#HomeSlider{
	padding: 0 0 60px;
    margin: 0;
	visibility: hidden;
}
.title-top-section {
    padding: 43px 0 30px;
    background: url(images/page_header.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
}
.home .title-top-section {
    padding: 20px 0 0;
    background: url(images/home-top.jpg)no-repeat;
    background-size: cover;
    background-position: top;
}
.home .title-top-section>.container{
	    padding-left: 0;
			padding-right: 0;
}
.home .title-top-section>.container>.title-holder{
	  width: 60%;
		float: left;
}
.home .title-top-section>.container>.title-holder>h1{
	 font-size: 39px;
	 text-align: left;
	 margin-top: 70px;
	 line-height: 48px;
}
.home #top-slider{
	width: 40%;
  float: right;
  position: relative;
	display: grid;
	grid-template-columns: 12.5% 75% 12.5%;
}
.slick-arrow{
	color: #f36a17 !important;
}
.home #top-slider li{
	list-style-type: none;
}
#top-slider .slick-list{
	border: 3px solid #fff;

}
#top-slider .slick-arrow button{
	position: absolute;
	bottom: 0;
	background-color: #fff;
	border: 0;
	width: 12.5%;
	color: #f36a17;
	font-weight: bold;
	font-size: 34.5px;
}
#top-slider .slick-arrow.btn-next button{
	right: 0px;
}
.meetus{
	background-color: #f36a17;
	text-align: center;
	color: #fff;
	padding: 8px 0px;
	font-size: 23px;
font-weight: bold;
}
/* .btn-next{
	float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 50px;
}
.btn-next button{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
} */
.sec2-sub1{
	color: #144d80;
    font-size: 35px;
    text-align: center;
    font-weight: 400;
}
.sec2-sub2{
	color: #f47821;
  font-size: 45px;
  text-align: center;
  font-weight: 800;
	text-transform: uppercase;
	margin-top: 25px;
}
.home-section2 .text{
	color: #323232;
	line-height: 36px;
	font-size: 22px;
	font-weight: 300;
	margin-top: 35px;
}

.home .home-section3{
	background-image: url(images/customerbck.png);
    background-size: contain;
    background-position: left;
}
.home-section2 .try-btn{
	clear: both;
}
.home-section2 .try-btn a.btn-orange {
  border-radius: 4px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35),inset 0px 0px 34.65px 0.35px rgba(0, 0, 0, 0.24);
}
.home-section2 .try-btn{
	margin-top: 30px;
}
.clearfix{
  clear: both;
}
.icontitle{
	color:#f4782c;
	font-size: 27px;
	font-weight: 300;
	margin-top: 20px;
}
.icontext{
	text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin-top: 25px;
}
.home-section3 .clearfix{
	margin-bottom: 80px;
}
.title-top-section .title {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.title.maintitle{
	margin: 0;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #2a353a;
	text-transform: capitalize;
}

.title.whitemaintitle{
	 margin: 0;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
#HomeSliderMob{
	padding: 0 0 60px;
    margin: 0;
	visibility: hidden;
}


.slide-title {
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #252a2d;
    text-transform: uppercase;
	position:absolute;
	top:12px;
}
.d-title {
    padding: 15px 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    width: fit-content;
    margin: 0 auto;
}
.slide-title .circle {
    height: 30px;
    background: #f36916;
    border-radius: 50%;
    width: 30px;
    margin-right: 20px;
	display:inline-block;
}

.slide-title .circle span {
    color: #fff;
    font-weight: 700;
	font-size:16px;
    line-height: 30px;
    vertical-align: middle;
}

.home-section2{
	padding:60px 0 0;
}
.home-section2 .left-monitor,.home-section2 .right-monitor  {
    padding: 0;
}


.home-section2 .left-monitor.animated {
	-webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .2s;
    animation-delay: .2;
}
.home-section2 .right-monitor.animated {
	-webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.home-section2 .left-monitor img {
    float: right;
}

.home-section2 .right-monitor img {
     float: left;
}
.home-section2 h1 {
	padding: 40px 0 0;
    margin: 0;
    text-align: center;
    font-size: 60px;
	font-weight:400;
    text-transform: uppercase;
	color:#2a353a;
}


.home-section2 h1.animated {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.home-section2 h1 span.trademark {
    font-size: 24px;
    vertical-align: top;
    font-weight: 400;
}

.home-section2 .text.animated {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.home-section2 .try-btn {
    text-align: center;
    margin: 50px 0 80px;
}

.home-section2 .try-btn.animated {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}



.home-section2 .try-btn a.btn-orange {
    background: #f36916;
    color: #fff;
    padding: 16px 14%;
		    font-weight: bold;
    font-size: 32px;
    line-height: 30px;
    margin: 0 auto;
    border-radius: 5px;
}
.home-section2 .try-btn a.btn-orange:hover {
    background: #1b4c7f;
	text-decoration:none;
}
.home-section3{
	padding:55px 0;
}
.home #top-slider .slick-slide img{
	width: 100% !important;
}
.home-section3 h1 {
	padding: 0 0 50px;
    margin: 0;
    text-align: center;
    font-size: 70px;
	font-weight:400;
    text-transform: uppercase;
	color:#fff;
}

.home-section3 h1.animated {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}


.home-section3 .icon{
	text-align:center;
}



.home-section3 .icon .first.animated{
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.home-section3 .icon .first-title.animated{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.home-section3 .icon .first-text.animated{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}


.home-section3 .icon .second.animated{
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.home-section3 .icon .second-title.animated{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}
.home-section3 .icon .second-text.animated{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}


.home-section3 .icon .third.animated{
	-webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.home-section3 .icon .third-title.animated{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}
.home-section3 .icon .third-text.animated{
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}






.home-section3 .icon .icon-title {
    color: #f36916;
    font-size: 24px;
    font-weight: 300;
	padding: 10px 0 15px;
}
.home-section3 .icon .icon-text {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}




.home-section5 {
	padding: 100px 0;
	background:#fff;
}
.home-section5 img{
	max-width: 145px;
}
.home-section5 .title{
	margin: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #323232;
	text-transform: capitalize;
	margin-bottom: 60px;
}
ul#HomeClients .slick-list{
	width: 80%;
	margin: 0 auto;
}

ul#HomeClients {
    padding: 0;
    margin: 0;
		display: grid;
		grid-template-columns: 2.5% 95% 2.5%;
}
ul#HomeClients .slick-arrow{
	color: #f36a17 !important;
    font-size: 50px;
    font-weight: 900;
    background-color: transparent;
    border: none;
}
ul#HomeClients li{
    text-align: center;
}
.home-section4{
	background-color: #ececec;
    padding: 55px 0;
}
.home-section4 .title{
	text-align: center;
	color: #2a353a;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 50px;
}
.spotlight-container{
	display: grid;
	grid-template-columns: 32% 33% 32%;
    grid-column-gap: 1.5%;

}
.each-sl-item{
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 17px;
}
.sl-text{
	background-color: #323232;
	color: #fff;
	padding: 5px 10px;
font-size: 12px;
}
.sl-events-title{
	background-color: #f47821;
    color: #fff !important;
		display: block;
    font-weight: bold;
    padding: 10px 4px 15px 4px;
    font-size: 21px;
    height: 50px;
    margin-top: 0px;
    position: relative;
		text-align: center;
}
.sl-image img{
	width: 100%;
}
.sl-events img{
	width: 100%;
	height: auto;
}
.home-section6 {
	padding: 100px 0 ;
}
.home-section6 .slick-prev.slick-arrow, .home-section6 .slick-next.slick-arrow{
	display: none;
}
.home-section6{
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
#HomeTestimonials .slick-dots{
	position: absolute;
	top:-10px;
}
#HomeTestimonials .slick-dots li button::before {
	border-color: #fff;
}
#HomeTestimonials .slick-dots li.slick-active button:before{
	background: #fff;
border: 1px solid #fff;
}
.left-border{
	/* position: absolute;
	width: 30px;
	height: 100%;
	background-image: url(images/bottom-border.png);
	background-repeat: no-repeat;
	background-position: bottom left; */
}
.slider-container{
	border-left: 9px solid #fff;
	background-image: url(images/bottom-border.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right: 9px solid #fff;
}
.slider-container:after{
	content: "";
	background-image: url(images/bottom-border.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	width: 89px;
	right: 0px;
	top: 0;
	height: 33px;
}
.leftquote{
	position: absolute;
left: 27px;
top: 27px;
}
.rightquote{
	position: absolute;
    right: 27px;
    bottom: 27px;
}
.home-section6 h1 {
	padding: 0 0 100px;
    margin: 0;
    text-align: center;
    font-size: 60px;
	font-weight:400;
    text-transform: uppercase;
	color:#2a353a;
}


.home-section6 h1.animated, .home-section6 h5.animated {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.home-section6 h5, .home-section3 h5{
	    padding: 0 0 100px;
}







.home-section6 .client-logo {
    text-align: center;
}
.home-section6 .client-logo img {
    margin: 0 auto;
}


ul#HomeTestimonials {
    padding: 0;
    margin: 0;
}
ul#HomeTestimonials .col-right{
    padding-left: 12% !important;
		padding-right: 12% !important;
}
#HomeTestimonials .slick-prev {
    left: 50% !important;
}

#HomeTestimonials .slick-next {
    left: 50% !important;
	margin-left:39px;
}

#HomeTestimonials .slick-prev, #HomeTestimonials .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
    bottom: 0;
    display: block;
    width: 39px !important;
    height: 39px !important;
    z-index: 99;
}



#HomeTestimonials .counter {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 100px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
}

#HomeTestimonials .slick-prev {
	background: #2a353a url(images/testimonials_arrow_left.png) no-repeat !important;
}

#HomeTestimonials .slick-prev:hover {
	background: url(images/testimonials_arrow_left_hover.png) no-repeat !important;
}

#HomeTestimonials .slick-next {
	background: #2a353a url(images/testimonials_arrow_right.png) no-repeat !important;
}

#HomeTestimonials .slick-next:hover {
	background: url(images/testimonials_arrow_right_hover.png) no-repeat !important;
}


#HomeTestimonials .slick-slide img {
    display: inline-block;
}

#HomeTestimonials .testimonials-article {
    padding-bottom: 40px;
}


#HomeTestimonials .testimonials-article img{
    border-radius: 50%;
    width: 100%;
    max-height: 300px;
    max-width: 300px;
}

#HomeTestimonials .testimonials-article,#HomeTestimonials .testimonials-logo {
    text-align: center;
}

#HomeTestimonials .testimonial-title {
	font-size: 18px;
  color: #fff;
  padding: 15px 0;
  padding-bottom: 0;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 23px;
}
#HomeTestimonials .testimonial-subtitle {
    font-size: 18px;
	line-height:20px;
    color: #fff;
    padding: 0;
	font-weight:400;
	border-bottom:1px solid #fff;
}
#HomeTestimonials .testimonial-text {
    font-size: 29px;
	line-height:30px;
    color: #fff;
    padding: 20px 0 0;
	font-weight:300;
}
.no-padding{
	padding:0 !important;
}



@media (min-width: 992px) {

	.col-md-five {
		width: 20%;
		float: left;
		position: relative;
    min-height: 1px;
	}

}
#footer-form p{
	margin:0;
}


#footer-form input.hs-input, #footer-form input.hs-button {
    background: #eaebec;
    border: 1px solid #eaebec;
    margin-bottom: 5px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    color: #333;
    font-style: italic;
	font-size:14px; line-height:21px;
}
#footer-form input.hs-input.error{
	 border: 1px solid #ff0000;
}
.hs-error-msgs.inputs-list {
    display: none !important;
}
.legal-consent-container {
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
}
#footer-form label{
	display: none;
	margin-top: 10px;
}
#footer-form input[type="checkbox"]{
	width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
}
.field{
	margin-bottom: 0px;
}
#footer-form .actions{
	margin-top: -3px;
    margin-bottom: 0px;
    padding: 0px 0px 18px 0px;
}
#footer-form textarea {
    background: #eaebec;
    border: 0;
    margin-bottom: 5px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    color: #333;
    font-style: italic;
	height:100px;
}
#footer-form label.hs-form-booleancheckbox-display{
	display: block;
	color: #fff;
}
#footer-form .hs-richtext p{
	color: #fff;
	line-height: 20px;
}
#footer-form input[type="submit"] {
    background: #f36916;
    color: #fff;
    font-style: normal;
		border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.27) 0%, #f36916 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35), inset 0px 0px 34.65px 0.35px rgba(0, 0, 0, 0.24);
		    margin-top: 15px;
}
#footer-form .hbspt-form a{
	color:#fff;
	text-decoration: underline;
}

#footer-form .hs_submit{
	margin-top: 25px;
}
#footer-form input[type="submit"]:focus {
    outline:0;
}
.wpcf7-not-valid {
    margin-bottom: 0 !important;
}


span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    float: right;
	line-height: initial;
}


div.wpcf7-validation-errors {
    border: 0;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 5px 10px;
    color: green;
    background: #fff;
	line-height: initial;
}

form.invalid .ajax-loader{
	display:none;
}

.error-section1{
	padding:88px 0;
    background:url('images/page_header.jpg')no-repeat;
    background-size: cover;
	background-position: center center;
}
.error-section1 h1 {
	padding: 0;
    margin: 0;
    text-align: center;
    font-size: 70px;
	font-weight:700;
	color:#fff;
}
.error-section2 {
	padding: 80px 0;
}
.error-section2 h1 {
	padding: 0 0 50px;
    margin: 0;
    text-align: center;
    font-size: 76px;
	font-weight:900;
	color:#f36d21;

}

.error-section2 h2 {
	padding: 0;
    margin: 0;
    text-align: center;
	text-transform: uppercase;
    font-size: 36px;
	line-height: 50px;
	font-weight:400;
	color:#2a353a;
}

.error-section2 .text {
	padding: 50px 0 120px;
    margin: 0;
    text-align: center;
    font-size: 24px;
	line-height: 30px;
	font-weight:300;
	color:#2a353a;
}
.error-section2 .text p{
    margin: 0;
}

.error-section2 .text a{
	color:#2a353a;
}




.search-section1{
	padding:88px 0;
    background:url('images/page_header.jpg')no-repeat;
    background-size: cover;
	background-position: center center;
}
.search-section1 h1 {
	padding: 0;
    margin: 0;
    text-align: center;
    font-size: 70px;
	font-weight:700;
	text-transform: uppercase;
	color:#fff;
}
.search-section2 {
	padding: 80px 0;
}
.search-section2 h2 {
	padding: 0 0 30px;
    margin: 0;
    text-align: left;
    font-size: 30px;
	font-weight:400;
	color:#2a353a;
}
.search-section2 h2 span{
    text-transform: capitalize;
}

.search-section2 .search-holder{
    padding: 0 12%;
}

.search-section2 .search-holder article.search-posts{
    float: left;
	width:100%;
    border-bottom: 1px solid #ccc;
    padding: 40px 0;
    margin: 0;
}


.search-section2 h1.page-title {
	padding: 0 0 10px;
    margin: 0;
    text-align: left;
    font-size: 18px;
	line-height: 24px;
	font-weight:700;
	text-transform: uppercase;
	color:#2a353a;
}


.search-section2 h1.page-title a{
	color:#2a353a;
}

.search-section2 .search-holder .exerpt{
	padding: 0 0 40px;
    margin: 0;
    text-align: left;
    font-size: 20px;
	line-height: 34px;
	font-weight:300;
	color:#2a353a;
}

.search-section2 .search-holder .more {
    float: left;
    display: inline-block;
}

.search-section2 .search-holder .more a{
background: #ed6b1d;
    padding: 5px 25px;
    border-radius: 5px;
    border: 1px solid #ed6b1d;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.search-section2 .search-holder .post-social-share {
    float:right;
    padding: 10px;
}
.search-section2 .search-holder .post-social-share .social-links {
	float:right;
}
.search-section2 .search-holder .post-social-share span{
    display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
}
.search-section2 .search-holder .post-social-share .social-links a {
	display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
}
.search-section2 .search-holder .post-social-share .social-links a:before {
	line-height:20px;
}
.search-section2 .search-holder .post-social-share .social-links a.post-facebook-share {
    background: #537bbd;
}
.search-section2 .search-holder .post-social-share .social-links a.post-twitter-share {
    background: #78cdf0;
}

.search-section2 .search-holder .post-social-share .social-links a.post-google-share {
    background: #4c4c4b;
}

.search-section2 .search-holder .post-social-share .social-links a.post-linkedin-share {
    background: #2085c7;
}

.search-section2 .search-holder .post-social-share .social-links a.post-pinterest-share {
    background: #eb5755;
}

.search-section2 .search-holder .no-found {

    text-align: center;
}


.search-section2 .search-holder .no-found h2 {
    padding: 30px 0;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    color: #2a353a;
    text-transform: uppercase;
}

.search-section2 .search-holder .no-found strong {
	font-weight: 900;
}
.search-section2 .search-holder .no-found .holder{

}

.search-section2 .search-holder .no-found h3 {
    padding: 20px 0 10px;
    margin: 0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #2a353a;
}


.search-section2 .search-holder .no-found p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #2a353a;
}


	#mob-head{
		display:none;
	}

@media (max-width:1110px) {
	.desk-menu > ul > li a {
		font-size: 12px;
	}

	.spotlight-container{
		grid-template-columns: 100%
	}
	.sl-image img{
		height: 100%;
		width: 100%;
	}
	.sl-pr{
		margin-top: 20px;
	}
	.client-logo{
		text-align: center;
	}
	.home-section5 img{
		margin: 0 auto;
		max-width: auto;

	}
	#HomeTestimonials .slick-dots{
		display: none;
	}
	.leftquote{
		left: 10px;
    top: 0px;
	}
	.rightquote {
    position: absolute;
    right: 10px;
    bottom: 0px;
}
#HomeTestimonials .testimonial-title{
	margin-top: 0px;
}
ul#HomeTestimonials .col-right{
	padding-bottom: 25px !important;
}
}

@media only screen and (max-width: 960px){
	.home-section3 .clearfix{
		display: none;
	}
	#HomeTestimonials .slick-dots{
		top: -10px;
	}
	.page-content {
		padding-top: 0;
	}


	.mob-header{
		display:block;
	}
	.desk{
		display:none;
	}
	.arrow-down {
		position: absolute;
		bottom: 5%;
		left: 50%;
		margin-left: -20px;
	}

	.arrow-down img {
		width: 40px;
		height: 40px;
	}

	.home-section2 .left-monitor, .home-section2 .right-monitor {
		text-align: center !important;
	}
	.home-section2 .left-monitor img {
		float: none !important;
	}

	#mob-head img{
		display:block;
		width:100%;
	}
	#mob-head{
		display:block;
	}
	#desk-video{
		display:none;
	}

	 #search-top-bar-submit {
		width: 80px !important;
	}

	#searchform_topbar:hover input#search-field-top-bar {
		width: 140px !important;
	}
	#topbar .top-newsletter.hidden {
		display: none !important;
	}
	#header-form {
		float: none!important;
		margin-right: 0!important;
		max-width: 100%!important;
		padding: 0 15px 0!important;
	}
	.home-section2 h1 {
		padding: 20px 0 0;
		font-size: 30px;
	}
	.home-section2 {
		padding: 20px 0 0;
	}

	.home-section2 .text {
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
		text-align: center;
		padding: 10px 0%;
	}
	.home-section2 .try-btn {
		text-align: center;
		margin: 25px 0 50px;
	}

	.home-section3 {
		padding: 40px 0 40px;
	}

	.home-section3 h1 {
		padding: 0 0 40px;
		font-size: 30px;
	}
	.home-section3 .icon {
		padding-bottom: 20px;
	}


.d-title {
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.slide-title .circle {
	height: 50px;
    display: inline-table;
    border-radius: 50%;
    width: 50px;
    margin-right: 10px;
    text-align: center;
}

.slide-title {
    line-height:28px;
    font-size: 22px;
    font-weight: 700;
	top:0;

}
.slide-title .circle span {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    vertical-align: middle;
}
.slick-dots {
    margin: 20px 0 0 !important;
}
.slick-dots li {

    width: 10px !important;
    height: 10px !important;
    margin: 0 3px !important;

}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 5px !important;
    line-height: 10px !important;
    position: absolute;
    width: 10px !important;
    height: 10px !important;
}



	#HomeTestimonials .testimonial-title {
		font-size: 18px;
		color: #fff;
		padding: 15px 0;
		font-weight: 400;
	}
	#HomeTestimonials .testimonial-subtitle {
		font-size: 16px;
		line-height: 20px;
		color: #fff;
		padding: 0;
		font-weight: 400;
		border-bottom: 1px solid #fff;
	}
	#HomeTestimonials .testimonial-text {
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		padding: 20px 0 0;
		font-weight: 300;
	}
	#HomeTestimonials .slick-slide {
		padding: 0 0 60px;
	}
	#HomeTestimonials .counter {
		left: 50%;
   		 margin-left: -30px;
		line-height: 40px;
	}
	#HomeTestimonials .slick-prev, #HomeTestimonials .slick-next {
		bottom: -40px;
	}

	.home-section6 {
		padding: 40px 0;
	}
	.home-section6 h1 {
		padding: 0 0 10px;
		font-size: 30px;
	}

	.home-section2 {
		padding: 20px 0 0;
	}
	.home-section2 h1 {
		padding: 20px 0 0;
		font-size: 30px;
	}
	.home-section2 h1 span.trademark {
		font-size: 16px;
	}
	.home-section2 .text {
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
		text-align: center;
		padding: 10px 0%;
	}
	.home-section2 .try-btn {
		text-align: center;
		margin: 25px 0 50px;
	}

	.home-section2 .right-monitor {
		display: none;
	}

	.home-section3 {
		padding: 60px 0 40px;
	}
	.home-section3 h1 {
		padding: 0 0 40px;
		font-size: 40px;
	}
	.home-section3 .icon {
		padding-bottom: 20px;
	}

	#HomeSlider {
		padding: 0 0 25px;
	}

	.home-section5 {
		padding: 40px 0 20px;
	}
	#HomeTestimonials {
		padding: 0 0 40px !important;
	}
	#HomeTestimonials .col-sm-5 {
		margin-bottom: 40px;

	}
	ul#HomeTestimonials .col-right {
		/* padding-left: 0 !important; */
		text-align: center;
		padding-top: 25px !important;
	}
	#HomeTestimonials .testimonial-text {
		font-size: 16px;
		line-height: 24px;
		color: #fff;
		padding: 20px 0 0;
		font-weight: 300;
	}
	#HomeTestimonials .slick-prev {
		left: 50% !important;
		margin-left: -39px;
	}
	#HomeTestimonials .slick-next {
		left: 50% !important;
		margin-left: 0;
	}
	#HomeTestimonials .slick-prev, #HomeTestimonials .slick-next {
		bottom: 0;
	}



	footer#colophon {
		padding: 40px 0 40px;
		background: #2a353a;
	}

	.footer-widget-title {
		font-size: 18px;
		padding: 10px 0;
		text-align: center;
	}
	.site-footer ul {
		padding: 0;
		text-align: center;
	}
	.site-footer ul li a {
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		line-height: 26px;
	}

	#bottom-bar .left {
		text-align: center;
		line-height: 30px;
	}


	#bottom-bar .right {
		text-align: center;
		padding: 0;
	}

.management-section2 .member img, .management-section2 .member-mob img {
    min-height: 200px !important;
    max-width: 200px !important;
    max-height: 200px !important;
    min-width: 200px !important;
    border-radius: 50%;
}

	.sidebar-blog {
    	padding-left: 0 !important;
	}

	#topbar .container {
    	padding: 0 !important;
	}

	.tech-section5 .right {
		margin-top:60px;
	}

	.tech-section3 .icon {
		display: inline-table !important;
		padding: 0 0 40px;
	}
	.tech-section3 .icon .holder {
		height: 240px !important;
		width: 60% !important;
	}
	.home #top-slider{
		display: block !important;
		width: 100% !important;
		margin-top: 50px;
	}
	.home .title-top-section>.container>.title-holder{
		width: 100% !important;
		float: none;
	}
	.home .title-top-section>.container>.title-holder h1{
		font-size: 25px;
    text-align: center;
    padding: 0 15px;
    margin-top: 10px;
		line-height: initial;
	}
	.home-section2 .text{
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	.sec2-sub2{
		font-size: 35px;
	}
	.sec2-sub1{
		font-size: 29px;
	}

	.mob-header-content.animate {
		display: block;
	}
	.sub-menu{
		border:none;
	}
}




@media only screen and (min-width: 961px) and (max-width: 1024px){
	.post-column .post-box a.post-btn, .post-column-full .post-box a.post-btn {
		display: block !important;
		text-align: center !important;
		margin: 0 0 15px !important;
	}

	.post-column .post-box .post-footer .post-comments, .post-column-full .post-box .post-footer .post-comments {
		float: none !important;
		text-align: center !important;
	}

	.post-column .post-title {
    	font-size: 14px !important;
	}
	.post-column .post-content {
		font-size: 14px !important;
		line-height: 18px !important;
		min-height: 180px !important;
	}



}




@media only screen and (min-width: 801px) and (max-width: 1024px){
	.tech-section2 .first-icon {
		padding-top: 50px !important;
		padding-bottom: 35px !important;
	}
	.tech-section2 .second-icon {
		padding-bottom: 35px !important;
		padding-top: 50px !important;
	}

	.desk-menu > ul > li a {
		padding: 0 10px;
	}




}
@media (max-width: 1075px) and (min-width: 961px){
	.desk-menu > ul > li a {
		padding: 0 10px;
	}
}
@media only screen  and (max-width: 960px){

	#HomeTestimonials .slick-slide {
		min-height: 570px;
	}
	.title-top-section .title {
	     font-size:22px;
		}
	.home .title.maintitle{
			    font-size: 25px;
	}
}


@media (min-width: 768px) {
	.container {
   	 width: 96%;
	}
}
@media (max-width: 480px) {
.popup-form .the-form {
		padding: 10% 0px;
		position: relative;
	}
	.popup-form a.close {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.popup-form h3 {
		font-size: 18px;
		line-height: 26px;
		padding: 0 0 20px;
	}
	#topbar .container {
    	padding: 0 15px !important;
	}
	span.try-default{
		 padding: 6px 0;
	}
	.home-section2 .try-btn a.btn-orange{
		    padding: 16px 40px;
	}
	.page-template-technology-page .title.maintitle{
		font-size: 40px;
	}
}




.popup-form {
	background: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	outline: 0;
	z-index: 1050;
}
.popup-form .the-form{
     padding: 5% 10% !important;
	 position: relative;
}

.popup-form a.close {
    position: absolute;
    top: 20px;
    right: 20px;
}


.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #fff;
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}


.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.section-holder{
	position:relative;
}




#contact-form .wpcf7-form-control {
    width: 100%;
    margin: 0 0 25px;
    padding: 5px 10px;
    border: 1px solid #111;
    border-radius: 5px;
}
#contact-form textarea {
    height: 135px;
}

#contact-form .wpcf7-submit {
    background: #f36916;
    color: #fff;
    border: 0 !important;
}

#contact-form .wpcf7-recaptcha {
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
}


.popup-form h3{
	color:#394449;
	font-size:24px;
	line-height:30px;
	text-align:center;
	padding:0 0 20px;
}

@media(max-width:580px){
	ul#HomeClients {
		grid-template-columns: 100%;
	}

}
