@charset "utf-8";

/* CSS Document */



/* 	-----------------------------------------------------

	------------------- General Styles ------------------

	----------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display:block;}

audio, canvas, video {display:inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none;}

	

* {margin:0; padding:0; outline:none;



  -webkit-box-sizing: border-box;

     -moz-box-sizing: border-box;

          box-sizing: border-box;

}

*:before,

*:after {

  -webkit-box-sizing: border-box;

     -moz-box-sizing: border-box;

          box-sizing: border-box;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;}



blockquote, q {quotes:none;}

blockquote:before, blockquote:after, q:before, q:after,  {content:''; content:none;}

:focus {outline:0;}

ins {text-decoration:none;}

del {text-decoration:line-through;}

table {border-collapse:collapse; border-spacing:0;}





a, a:hover, a:active, a:focus {outline:none; outline-style:none; outline-width:0; }



img {width:auto\9; height:auto; max-width:100%; vertical-align:middle; border:0; -ms-interpolation-mode:bicubic;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer; -webkit-appearance:button;}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {cursor:pointer;}

input[type="search"] {-webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; -webkit-appearance:textfield;}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;}

textarea {overflow:auto; vertical-align:top;}



body {margin:0; padding:0px 0px 0px 0px; font-family: 'Poppins', sans-serif; font-weight:400; color:#000; line-height:normal;  font-size:14px;}

.clr {font-size:0; height:0; line-height:0; clear:both;}
.left {margin:0; padding:0; width:auto; height:auto; float:left;}
.right {margin:0; padding:0; width:auto; height:auto; float:right;}
.image-left{ float:left; width:auto; margin:0 30px 24px 0;}
.image-right{ float:right; width:auto; margin:0 0 24px 30px;}
.text-center{ text-align:center;}
/* ------------- web fonts -------------*/

/* -------------/ web fonts ------------*/



a{ text-decoration:none; }



.clearfix {

  *zoom: 1;

}

.clearfix:before,
.clearfix:after {

  display: table;

  line-height: 0;

  content: "";

}

.clearfix:after {

  clear: both;

}

/* web font section*/
@font-face {
    font-family: 'bebas_neuebold';
    src: url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* - */
/*===================background section===========================*/

.header-sec{margin:0 auto; padding:0; height:auto; width:100%; position:absolute; top:42px; left:0; z-index:99; background:url(../images/header-bg.png) 0 0 repeat;}
.header-sec.normal-page{ position:static; background:url(../images/header-bg.png) 0 0 repeat;}
.header-sec .container{ max-width:1140px; height:auto; margin:0 auto; padding:6px 2%;}
.header-sec .logo{ float:left; width:21%; height:auto; margin:0; padding:0; text-align:left;}
.header-sec .header-nav{ float:right; width:74%; text-align:right; margin:0; padding: 8px 0 0;}
.header-nav ul{ list-style:none; margin:0; padding:0; text-align:right;}
.header-nav ul li{ display:inline-block; color:#ebece8; font-size:18px; line-height:30px; font-weight:400; text-transform:uppercase; position:relative; margin:0 2%; padding:0;}
.header-nav ul li a{ color:#fff; padding:0; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
.header-nav ul li a:hover, .header-nav ul li.selected a{ text-decoration:none; color:#f9363e; border-bottom:2px solid #f9363e;}
.header-nav li ul {
	display:none;
	height:auto;
	position:absolute; top:100%;
	z-index:99999!important;
	width:auto;
	min-width:300px;
	padding:0;
	margin-left:0;
	margin-top:0;
	padding:0px 0px 10px 0px;
	background:#f9363e;
	-webkit-box-shadow: -1px 10px 12px -3px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: -1px 10px 12px -3px rgba(0, 0, 0, 0.46);
	box-shadow: -1px 10px 12px -3px rgba(0, 0, 0, 0.46);
}
.header-nav li:hover ul {
	display:block;
}
.header-nav li li {
	display:block;
	float:none!important;
	width:100%;
	padding:0;
	margin:0;
	text-align:left;
	text-transform:none !important;
	background:none!important;
}
.header-nav li ul a {
	display:block;
	padding:7px 12px!important;
	margin:0!important;
	font-size:18px !important;
	
	height:auto!important;
	line-height:24px!important;
	color:#fff !important;
}
.header-nav li ul a:hover {
	color:#f8de01!important;
}
.header-nav ul li:hover ul li a, .header-nav ul li ul li a.selected {
	background:none;
}
.header-nav li ul li a {
	border:none!important;
}
.header-nav li:hover ul ul, .header-nav li:hover ul ul ul, .header-nav li:hover ul ul ul ul {
	display:none;
	top:0;
	left:100%;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border:1px solid #dadada;
}
.header-nav li:hover ul, .header-nav li li:hover ul, .header-nav li li li:hover ul, .header-nav li li li li:hover ul {
	display:block;
}

.slicknav_menu {
	display:none;
}
 @media screen and (max-width:959px) {
 .js #menu-primary-navigation {
 display:none;
}
 .js .slicknav_menu {
 display:block;
}
}

.bannersection{ width:100%; height:auto; margin:0 auto; position:relative; }
.nivo-directionNav{ display:none;}
.innerpage-bannersection{width:100%; height:auto; margin:0 auto; background:url(../images/inner-banner-bg.jpg) center 0 no-repeat; background-size:cover; -moz-background-size:cover; -webkit-background-size:cover; -o-background-size:cover; background-size:cover;}
.innerpage-bannersection .container{ max-width:1140px; height:auto; margin:0 auto; padding:150px 2% 80px; text-align:right; }
.innerpage-bannersection h1{color:#fff; font-size:60px; line-height:normal; font-weight:300; margin:0; text-transform:uppercase;}

.why-chhose{ width:100%; height:auto; margin:0 auto; background:#fff;}
.why-chhose .container{ max-width:1140px; height:auto; margin:0 auto; padding:60px 2% 40px; }
.why-chhose .down-arrow{ width:50px; height:auto; margin:0 auto 40px;}
.why-chhose h2{color:#403f3f; font-size:40px; line-height:normal; font-weight:700; text-align:center; margin:0 0 10px; text-transform:uppercase;}
.why-chhose h3{color:#312f2f; font-size:30px; line-height:36px; font-weight:700; text-align:center; margin:0 0 8px; text-transform:uppercase;}
.why-chhose h4{color:#312f2f; font-size:20px; line-height:28px; font-weight:400; text-align:center; margin:0 0 8px; text-transform:uppercase;}
.why-chhose p{ color:#403f3f; font-size:15px; font-weight:400; text-align:center; margin:0 0 24px; line-height:22px;}
.why-chhose .rows01{ width:100%; height:auto; margin:70px auto 30px;}
.why-chhose .boxes{ display:inline-block; vertical-align:top; width:33%; padding:0 2%;}
.why-chhose .boxes figure{ width:100%; height:auto; margin:0 auto 18px; text-align:center;}
.why-chhose .screen{ width:100%; height:auto; margin:0 auto 20px; text-align:center;}
.why-chhose .btn-contact{ width:280px; height:auto; margin:0 auto; text-align:center;}
.why-chhose .btn-contact a{ background:#f9363e; color:#312f2f; font-size:18px; font-weight:700; text-transform:uppercase; padding:14px 30px; display:block; border:2px solid #f9363e; -webkit-transition: 1s; -moz-transition: 1s;	transition: 1s;}
.why-chhose .btn-contact a:hover{ background:#fff; color:#312f2f; border:2px solid #312f2f; }

.section01{ width:100%; height:auto; margin:0 auto; padding:0; background:#212121;}
.section01 .image-section{ float:left; width:50%; height:auto; margin:0;}
.section01 .image-section img{ width:100%; height:100%!important;}
.section01 .text-section{ float:right; width:50%; padding:0 0 0 30px; text-align:left; background:#232323;}
.section01 .text-section .text-inner{ float: left; max-width: 544px; padding: 30px 20px 30px 0px;}
.section01 h2{ color:#fff; font-size:36px; line-height:40px; font-weight:600; margin:0 0 28px; text-transform:uppercase;}
.section01 h6{ color:#fff; font-size:12px; line-height:20px; font-weight:300; margin:0 0 8px; text-transform:uppercase; font-style: italic;}
.section01 p{ color:#fff; font-size:20px; font-weight:400; line-height:28px; margin:0 0 14px;}
.section01 .text-section a.more{ background:#ff9000; display:inline-block; text-align:center; color:#1b1b1b; font-size:18px; font-weight:700; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding:8px 20px; text-transform:uppercase;}

.our-services{width:100%; height:auto; margin:0 auto; padding:0; background:#fff;}
.our-services .container{ max-width:1140px; height:auto; margin:0 auto; padding:60px 2%; }
.our-services h2{color:#f9363e; font-size:40px; line-height:42px; font-weight:700; margin:0 0 28px; text-transform:uppercase; text-align:center;}
.caption-style-3{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}

	.caption-style-3 li{
		float: left; width:32.3%; padding:0; margin:5px;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}

	.caption-style-3 li:hover .caption{
		opacity: 1;
		transform: translateY(-130px);
		-webkit-transform:translateY(-130px);
		-moz-transform:translateY(-130px);
		-ms-transform:translateY(-130px);
		-o-transform:translateY(-130px);
	}

	.caption-style-3 li:hover img{
		opacity: 1;
		transform: translateY(-40px);
		-webkit-transform:translateY(-40px);
		-moz-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		-o-transform:translateY(-40px);

	}


	.caption-style-3 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 0;
	}


	.caption-style-3 .caption{
		/*cursor: pointer;*/
		position: absolute;
		opacity: 0;
		top:300px; 
		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;

	}

	.caption-style-3 img{
		-webkit-transition:all 0.15s ease-in-out;
		-moz-transition:all 0.15s ease-in-out;
		-o-transition:all 0.15s ease-in-out;
		-ms-transition:all 0.15s ease-in-out;
		transition:all 0.15s ease-in-out;

	}
	.caption-style-3 .blur{
		background-color: rgba(0, 0, 0,0.7);
		height: 300px;
		width: 354px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-3 .caption-text h3{
		text-transform: uppercase;
		font-size: 18px;
	}
	.caption-text h3 a{ color:#fff;}
	.caption-style-3 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 354px;
		height: 300px;
		text-align: center;
		top:20px;
	}
.portfolio-section{width:100%; height:auto; margin:0 auto; background:#fff; padding:40px 0 0;}
.portfolio-section h2{color:#403f3f; font-size:40px; line-height:normal; font-weight:700; text-align:center; margin:0 0 10px; text-transform:uppercase;}
.portfolio-section h3 a{color:#f9363e; font-size:20px; line-height:normal; font-weight:700; text-align:center; margin:10px 0; display: block;}
.portfolio-section p{ font-weight:500; color:#353232; font-size:16px; text-align:center; margin:0 0 30px;}
.portfolio-section .gallery-row{ width:100%; height:auto; margin:0 auto;}
.portfolio-section .gallery-row .small-boxes{ float:left; width:25%; margin:0; position:relative; border:1px solid #000;}
.portfolio-section .gallery-row .small-boxes img{ width:100%; height:100%;}
.portfolio-section .gallery-row .small-boxes a{ display:block;}


.home-testimonial {
	width:100%;
	height:auto;
	margin:0 auto;
	margin:0 auto;
	padding:0; background:#e6e6e6;
}
.home-testimonial .container{ max-width:960px; height:auto; margin:0 auto; padding:60px 2%; }
.home-testimonial h3{ text-align:center; margin:0 0 20px;}
.home-testimonial h2{color:#fd7700; font-size:34px; font-family: 'Roboto', sans-serif; font-weight:500; text-align:center; margin:0 0 40px;}

.home-testimonial .scroller-section {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 30px;
	position:relative; text-align:center;
}
.home-testimonial .scroller-section figure { width:100%; text-align:center; margin:0 auto 14px;}
.home-testimonial .scroller-section figure img{ width:78px; height:78px; padding:6px;  -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
border:4px solid #000000;}
.home-testimonial .scroller-section h4 {
	
	color:#f9363e;
	font-weight:700;
	font-size:15px;
	margin:0;
}
.home-testimonial .scroller-section h5 {
	
	color:#000;
	font-weight:400;
	font-size:13px;
	margin:0;
}
.home-testimonial .scroller-section .prev2 {
	position:absolute;
	left:4%;
	top:18%;
	cursor:pointer;
}
.home-testimonial .scroller-section .next2 {
	position:absolute;
	right:4%;
	top:18%;
	cursor:pointer;
}


.home-testimonial p {
	
	color:#353232;
	font-weight:normal;
	font-size:18px; margin:0 0 18px; font-style:italic;
}

.home-ask-quote{ width:100%; height:auto; margin:0 auto; background:#fff;}

.home-ask-quote .container{ max-width:1140px; height:auto; margin:0 auto; padding:60px 0; }
.home-ask-quote .mobile-img{ float:left; width:48%; text-align:center;}
.home-ask-quote .form-section{ float:right; width:50%; height:auto;}
.home-ask-quote .form-section h4 { color:#f9363e; font-weight:500; font-size:15px; margin:0;}
.home-ask-quote .form-section h2{color:#403f3f; font-size:40px; line-height:normal; font-weight:700; margin:0 0 20px;}
.home-ask-quote .form-section p{ color:#353232; font-size:15px; font-weight:400; line-height:24px; margin:0 0 14px;}
.home-ask-quote .form-section .formbox{ width:90%; padding:20px 0 0;}
.home-ask-quote .form-section .formbox input[type="text"], .home-ask-quote .form-section .formbox input[type="email"], .home-ask-quote .form-section .formbox select{ width:100%; height:42px; background:#e1e1e1; border:0; padding:6px 10px; margin:0 auto 12px; color:#0b090a; font-size:15px; font-weight:500; font-family: 'Poppins', sans-serif;}
.home-ask-quote .form-section .formbox textarea{ width:100%; height:100px; background:#e1e1e1; border:0; padding:6px 10px; overflow:auto; resize:none; margin:0 auto 12px; color:#0b090a; font-size:15px; font-weight:500; font-family: 'Poppins', sans-serif;}
.home-ask-quote .form-section .formbox button[type=submit]{ width:120px; background:#f9363e; padding:8px 10px; text-align:left; border:0; color:#0b090a; font-size:15px; font-weight:600; font-family: 'Poppins', sans-serif;}
.home-ask-quote .form-section .formbox button[type=submit] img{ float:right;}
.footer-section{ width:100%; margin: 0 auto; padding:0;}
.footer-section .footer-top{ width:100%; margin: 0 auto; padding:0; background:#333232;}
.footer-section .footer-top .container{ max-width:1140px; height:auto; margin:0 auto; padding:40px 0; }
.footer-section .footer-boxes{ display:inline-block; vertical-align:top; width:33%; padding:0 1%;}
.footer-section .footer-boxes h2{ margin:0 0 12px; color:#fff; font-size:26px; font-weight:500; text-transform:uppercase; background:url(../images/title-icon.png) 0 12px no-repeat; padding:0 0 0 20px; }
.footer-section .footer-boxes h3{ margin:0 auto 12px;}
.footer-section .footer-boxes h5{ margin:0 0 12px; color:#bebcbc; font-size:12px; font-weight:400; }
.footer-section .footer-boxes .contact-linkbox{ width:100%; height:auto; margin:16px auto;}
.footer-section .footer-boxes .contact-linkbox .rows01{width:100%; height:auto; margin:0 auto 10px; color:#bebcbc; font-size:12px; font-weight:400;}
.footer-section .footer-boxes .contact-linkbox .rows01 .ico{ float:left; width:20px; text-align:left; margin:0 6px 0 0;}
.footer-section .footer-boxes .footer-socialmedia{width:100%; margin:20px auto 0; border-top:1px solid #636363; padding:12px 0 0;}
.footer-section .footer-boxes .footer-socialmedia ul{ list-style:none; padding:0; width:100%; margin:0; text-align:left;}
.footer-section .footer-boxes .footer-socialmedia ul li{ display:inline-block; color:#fff; font-size:18px; font-weight:400; margin:0; text-align:center; }
.footer-section .footer-boxes .footer-socialmedia ul li a{color:#fff; width:40px; height:40px; padding:6px; display:block; background:#636363;-webkit-transition: 1s; 	-moz-transition: 1s; transition: 1s;}
.footer-section .footer-boxes .footer-socialmedia ul li a:hover{color:#f9363e;}
.footer-section .newsletter-section input[type="text"], .footer-section .newsletter-section input[type="email"]{ width:100%; height:46px; background:#fff; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border:0; padding:12px 8px; margin:0 auto 12px;}
.footer-section .widgetbox{ width: 100%;}
.footer-section .widgetbox iframe{width:100%!important; height:300px!important;}
.footer-section .newsletter-section input[type="submit"]{ width:74px; height:46px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border:0; background:#f9363e; border:0; color:#fff; font-size:15px; font-weight:400; text-transform:uppercase;}
.footer-section .newsletter-section ul{ list-style:none; padding:0; width:100%; margin:0; text-align:left;}
.footer-section .newsletter-section ul li{ color:#fff; font-size:14px; font-weight:400; margin:0 0 14px; }
.footer-section .newsletter-section ul li a{color:#fff; -webkit-transition: 1s; 	-moz-transition: 1s; transition: 1s;}
.footer-section .newsletter-section ul li a:hover{color:#f9363e;}
.footer-bottom{ width:100%; margin: 0 auto; padding: 0; background:#1e1e1e;}
.footer-bottom .container{ max-width:1140px; height:auto; margin:0 auto; padding:16px 0; }
.footer-bottom h3{ float:left; color:#fff; font-size:12px; font-weight:400; margin:3px 0 0;}
.footer-bottom .footer-nav{float:right; width:52%; text-align:right; margin:0; padding:0;}
.footer-nav ul{ list-style:none; margin:0; padding:0; text-align:right;}
.footer-nav ul li{ display:inline-block; color:#959090; font-size:13px; line-height:18px; font-weight:400; text-transform:uppercase; position:relative; margin:0 2%; padding:0;}
.footer-nav ul li a{ color:#959090; padding:0; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
.footer-nav ul li a:hover, .footer-nav ul li.selected a{ text-decoration:none; color:#fff;}

.inner-pagesection{ width:100%; height:auto; background:#fff; margin:0 auto;}
.inner-pagesection.greyblock{background:#e6e6e6;}
.inner-pagesection .container{ max-width:1140px; min-height:600px; margin:0 auto; padding:50px 0; }
.inner-pagesection p{font-size: 18px; font-weight: 400; line-height: 30px; padding: 0; margin:0 0 20px;}
.inner-pagesection p.biggertext{font-size: 24px; line-height: 34px;}
.portfolio-section{ width:100%; height:auto; margin:0 auto; padding:20px 0;}
.portfolio-section ul{ list-style:none; margin:0; padding:0; width:100%; text-align:center;}
.portfolio-section ul li{ display:inline-block; width:31%; height:auto; vertical-align:top; margin:0 .6% 12px; padding:12px; border:2px solid #d6d6d6;}

.testimonial-block{ width:60%; height:auto; margin:0 auto 20px; border-bottom:1px solid #d1d1d1; padding:16px 0;}
.testimonial-block:last-child{ border-bottom:0; margin:0 auto;}
.testimonial-block .quotes{ font-size: 15px; font-weight: 400; line-height: 30px; padding: 20px 0 25px;}
.testimonial-block .quotes p{ margin:0 0 20px; padding:0;} 
.testimonial-block figure { float:left; width:auto; text-align:center; margin:0 18px 14px 0;}
.testimonial-block figure img{ width:78px; height:78px; padding:6px; border-radius: 50%; -moz-border-radius: 50%;
-webkit-border-radius: 50%; border:4px solid #000000;}
.testimonial-block .quotes-contribute{ font-size: 15px; font-weight: 400; line-height: 30px; padding: 0; text-align:right;} 
.testimonial-block .quotes-contribute h4 { color:#f9363e; font-weight:700; font-size:15px; margin:0;}
.testimonial-block .quotes-contribute h5 { color:#000; font-weight:400; font-size:13px; margin:0;}
.testimonial-block:nth-child(odd) figure { float:right; margin:0 0 14px 18px;}
.testimonial-block:nth-child(odd) .quotes-contribute{ text-align:left;}

.why-blocks{ width:100%; height:auto; margin:0 auto 20px; padding:30px 0;}
.why-blocks .image-section{ float:left; width:50%;}
.why-blocks .image-section img{ width:100%; height:100%;}
.why-blocks .text-section{ float:right; width:50%; padding:16px 2%;}
.why-blocks .text-section h2{ margin:0 0 12px; color:#333232; font-size:30px; line-height:34px; font-weight:300; text-transform:uppercase; padding:0 0 18px; border-bottom:1px solid #ccc; }
.why-blocks .text-section p{font-size: 18px; font-weight: 400; line-height: 30px; padding: 0; margin:0 0 20px;}
.why-blocks:nth-child(2n+1) .image-section{ float:right;}
.why-blocks:nth-child(2n+1) .text-section{ float:left;}
.why-blocks h3{color:#f9363e; font-size:20px; line-height:26px; font-weight:600; margin:10px 0 0;}
.why-blocks h3 a{color:#f9363e;}
.closingbox{width:100%; height:auto; margin:0 auto; text-align:center;}
.closingbox h2{ margin:0 0 12px; color:#f9363e; font-size:40px; line-height:44px; font-weight:300; text-transform:uppercase; padding:0;}
.closingbox p{font-size: 18px; font-weight: 400; line-height: 30px; padding: 0; margin:0 0 20px;}

.process-steps{width:100%; height:auto; margin:0 auto 20px; padding:30px 0; background:#232323; text-align:center;}
.process-steps .container{ max-width:1140px; height:auto; margin:0 auto; padding:50px 0; }
.process-steps .boxes{ display:inline-block; width:18%; padding:0 1%; text-align:center; vertical-align:top;}
.process-steps .boxes figure{ width:60%; height:auto; margin:0 auto 18px;}
.process-steps .boxes h2{color:#f9363e; font-size: 20px; line-height:22px; font-weight: 300; margin:0; padding:0;}
.process-steps .boxes h2 a{color:#f9363e;}

.process-box{ width:100%; height:auto; padding:30px 0; border-bottom:1px solid #ccc;}
.process-box:last-child{ border:0;}
.process-box .iconbox{ float:left; width:30%; text-align:center;}
.process-box .descbox{ float:left; width:70%;}
.process-box .descbox h2{color:#f9363e; font-size: 30px; line-height:36px; font-weight: 300; margin:0 0 18px; padding:0;}
.process-box .descbox p{ font-size: 18px; font-weight: 400; line-height: 30px; padding: 0; margin:0 0 20px;}

.contact-section{ width:100%; margin:0 auto;}
.contact-section h4 { color:#353232; font-weight:500; font-size:15px; margin:0 0 20px;}
.contact-section h2{color:#f9363e; font-size:40px; line-height:normal; font-weight:700; margin:0 0 20px;}
.contact-section p{ color:#353232; font-size:15px; font-weight:400; line-height:24px; margin:0 0 14px;}


.contact-section .formbox{ float: left; width:60%; padding:0; margin:0 0 18px;}
.contact-section .formbox input[type="text"], .contact-section .formbox input[type="email"]{ width:100%; height:42px; background:#e1e1e1; border:0; padding:6px 10px; margin:0 auto 12px; color:#0b090a; font-size:15px; font-weight:500; font-family: 'Poppins', sans-serif;}
.contact-section .formbox textarea{ width:100%; height:100px; background:#e1e1e1; border:0; padding:6px 10px; overflow:auto; resize:none; margin:0 auto 12px; color:#0b090a; font-size:15px; font-weight:500; font-family: 'Poppins', sans-serif;}
.contact-section .formbox button[type=submit]{ width:120px; background:#f9363e; padding:8px 10px; text-align:left; border:0; color:#0b090a; font-size:15px; font-weight:600; font-family: 'Poppins', sans-serif;}
.contact-section .formbox button[type=submit] img{ float:right;}
.contact-section .contact-linkbox.contactbox{ float: right; width:36%; height:auto; margin:0;}
.contact-section .contact-linkbox.contactbox .rows01{width:100%; height:auto; margin:0 auto 10px; color:#111; font-size:18px; font-weight:400;}
.contact-section .contact-linkbox.contactbox .rows01 a{color: #f9363e;}
.contact-section .contact-linkbox.contactbox .rows01 .ico{ float:left; width:20px; text-align:left; margin:0 6px 0 0;}
.contact-section .contact-linkbox.contactbox .footer-socialmedia{width:100%; margin:20px auto 0; border-top:1px solid #636363; padding:12px 0 0;}
.contact-section .contact-linkbox.contactbox .footer-socialmedia ul{ list-style:none; padding:0; width:100%; margin:0; text-align:left;}
.contact-section .contact-linkbox.contactbox .footer-socialmedia ul li{ display:inline-block; color:#fff; font-size:18px; font-weight:400; margin:0; text-align:center; }
.contact-section .contact-linkbox.contactbox .footer-socialmedia ul li a{color:#fff; width:40px; height:40px; padding:6px; display:block; background:#636363;-webkit-transition: 1s; 	-moz-transition: 1s; transition: 1s;}
.contact-section .contact-linkbox.contactbox .footer-socialmedia ul li a:hover{color:#f9363e;}

.th-wrap{ padding:30px 2%; text-align:center;}
.th-wrap h2{ color:#fff; font-size:20px; line-height:26px; margin:0 0 40px;}
.th-wrap p{ color:#fff; font-size:14px; margin:0;}

.query-buttonsection{ width:100%; margin:0 auto; padding:30px 0; text-align:center;}
.popupbox .formbox{ width:100%; padding:0;}
.popupbox .formbox input[type="text"], .popupbox .formbox input[type="email"], .popupbox .formbox select{ width:100%; height:42px; background:#e1e1e1; border:0; padding:6px 10px; margin:0 auto 12px; color:#0b090a; font-size:15px; font-weight:500; font-family: 'Poppins', sans-serif;}
.popupbox .formbox textarea{ width:100%; height:100px; background:#e1e1e1; border:0; padding:6px 10px; overflow:auto; resize:none; margin:0 auto 12px; color:#0b090a; font-size:15px; font-weight:500; font-family: 'Poppins', sans-serif;}
.popupbox .formbox button[type=submit]{ width:120px; background:#f9363e; padding:8px 10px; text-align:left; border:0; color:#0b090a; font-size:15px; font-weight:600; font-family: 'Poppins', sans-serif;}
.popupbox .formbox button[type=submit] img{ float:right;}
a.btn-calltoaction {
	text-transform:uppercase;
	color:#161616!important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	line-height: 60px;
	min-width: 400px;
	font-size:20px;
	font-weight:700;
	vertical-align: middle;
	margin:20px auto 0; padding:4px 16px;
	text-align:center;
	display: table;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #ff9000; text-decoration: none!important;
            }
  a.btn-calltoaction:hover{
	box-shadow: 2px 2px 12px rgba(0,0,0,0.8);
	text-decoration: none!important;
	color:#fff!important;
	background: #f9363e;
            }


.modal-header {
	color: #fff;
	background-color: #091b72;
}
.modal-header .close .fa-close {
	color: #fff;
}
.modal-header .modal-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

#smart-button-container{ width:90%; margin: 0 auto;}
#smart-button-container h3{ color: #f9363e; font-size: 1.8em; font-weight: 600;}
.pay-form{ max-width: 400px; margin: 0 auto; padding:10px;}
#paypal-button-container{ margin: 10px auto 0;}
#smart-button-container select{ border: 1px solid #e8e8e8; padding:5px;}
#smart-button-container select option{ padding:2px;}
