@charset "utf-8";
/*@import url("plugins.css");*/
*, *:after, *:before {box-sizing: border-box;}

@font-face {
    font-family: 'MakoRegular';
    src: url('../fonts/mako-regular-webfont.woff2') format('woff2'),
         url('../fonts/mako-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'MakoRegular';
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0;
    color: #2b2b2b;
}
body, html{overflow-x: hidden;}
.container{position: relative;}


/* defult css Styles
---------------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: normal;}
h1 {font-size: 28px; margin: 0 0 15px;}
h2 {font-size: 24px; margin: 0 0 14px;}
h3 {font-size: 20px; margin: 0 0 12px;}
h4 {font-size: 18px; margin: 0 0 12px;}
h5 {font-size: 16px; margin: 0 0 10px;}
h6 {font-size: 14px; margin: 0 0 10px;}
ul, ol {margin-bottom: 10px; padding-left: 15px;}
li {margin: 0 0 10px; padding: 0;}
label, span, strong {display: inline-block;}
p label, p span, p strong, p a {display: inline;}
strong{
	font-weight: normal;
	font-family: 'MakoRegular';
	font-weight: bold;
}
a {
	color: #20409a;
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a:hover, a:focus{
	color: #f7963e;
	text-decoration: none;
	outline: none;
}
a:focus{color: #20409a;}
img {
	border: none;
	outline: none;
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
}
p {
	padding-bottom: 15px;
	margin: 0;
    text-align: justify;
}
p:last-child{padding-bottom: 0;}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {text-decoration: line-through;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #d3d3d3;
	margin: 5px 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
.container:after, .clearfix:after{content: ""; display: block; clear: both;}
.spacer, .clear {
	height: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
	display: block;
}
/*::-moz-selection{
	background: #20409a;
	color: #fff;
	text-shadow: none;
}
::selection{
	background: #20409a;
	color: #fff;
	text-shadow: none;
}*/
.align_left {text-align: left;}
.align_center {text-align: center;}
.align_justify {text-align: justify;}
.align_right {text-align: right;}
.align_left p, .align_center p, .align_justify p, .align_right p, .text-left p , .text-center p , .text-justify p, .text-right p{text-align: inherit;}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
}
table th, table td {
	padding: 10px 12px;
	vertical-align: top;
	border: 1px solid #d3d3d3;
}
.editor_text table th, .editor_text table td{border-width: 0;}

form {margin: 0; padding: 0;}
label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
    font-family: 'MakoRegular';
	color: #2b2b2b;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], select, textarea {
	padding: 5px 10px;
	width: 100%;
	height: 50px;
    border: 1px solid #5c5c5c;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	color: #2b2b2b;
	font-size: 16px;
	line-height: 24px;
    font-family: 'MakoRegular';
    position: relative;
	vertical-align: top;
	outline: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
input[type="password"]{font-family: 'verdana';}
input[type="file"]{padding: 0 10px;}
textarea {
	height: 180px;
	resize: none;
	overflow: auto;
}
textarea.row2{height: 115px;}
textarea.row3{height: 180px;}
textarea.row4{height: 245px;}
select{
    cursor:pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 20px;
}
.ui-datepicker{width: 240px;}
#ui-datepicker-div {font-size: 12px;}
.ui-datepicker-title select{height: 26px;background-position: 100% -15px;padding: 3px;margin: 1px 3px !important;width: 45%;border: 1px solid;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 45%;}
.ui-datepicker td span, .ui-datepicker td a{text-align: center;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{width: 25px;height: 28px;top: 3px;border: none;}
.ui-datepicker .ui-datepicker-prev-hover{left: 2px;}
.ui-datepicker .ui-datepicker-next-hover{right: 2px;}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {  
    opacity: 1;
}

textarea, input[type="text"], input[type="email"], button[type="submit"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
input[type="radio"], input[type="checkbox"]{cursor: pointer; margin: 2px 5px 0 0; vertical-align: top;}
input[readonly="readonly"]{cursor: not-allowed; background: #f4f4f4 !important;}

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, textarea:focus, select:focus{
	/*background-color: #fefdea;
	border-color: #c1b1a8;*/
	border-color: #20409a;
	outline: none;
}

.form_wrap ul{list-style: none; padding: 0; margin-bottom: -15px;}
.form_wrap ul > li{margin-bottom: 0;}
.input_wrap{margin-bottom: 15px; position: relative;}
.form_wrap ul:after, .input_wrap:after, .input_check:after, .input_radio:after{content: "";display: block;clear: both;}
.input_wrap i{position: absolute; top: 20px; right: 15px; z-index: 1; pointer-events: none; color: #2b2b2b;}

.input_check, .input_radio{
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.input_check label, .input_radio label{font-family: inherit; font-weight: inherit; color: inherit;}
.input_check input[type="checkbox"], .input_radio input[type="radio"]{margin: 4px 5px 0 0;}

.col4.input_check, .col4.input_radio, .col5.input_check, .col5.input_radio{margin: 0 -10px;}
.col4.input_check > label, .col4.input_radio > label{float: left; padding: 0 10px; width: 25%;}
.col5.input_check > label, .col5.input_radio > label{float: left; padding: 0 10px; width: 20%;}

.file_upload{position: relative;}
.file_upload input{padding-left: 160px; border: none;}
.file_upload label{
    margin: 0 !important;
    padding: 0 !important;
    width: 150px;
	font-weight: normal;
    cursor: pointer;
    position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.file_upload label .btn{
	display: block;
	padding: 0;
}
.file_upload label input{display: none;}


/* BUTTONs
---------------------------------*/
[type="submit"], [type="reset"], [type="button"], button, .btn {
	background: transparent no-repeat;
	border: 2px solid #f7963e;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #f7963e;
	font-size: 20px;
	line-height: 46px;
	height: 50px;
    padding: 0 30px;
    text-align: center;
    font-family: 'MakoRegular';
  	outline: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    z-index: 0;
	/*font-variant: small-caps;*/
}
.btnHeight{line-height: 50px;}
button i, .btn i{
	vertical-align: middle;
	margin: -3px 5px 0 0;
    top: 0;
    position: relative;
}
input[type="reset"], button[type="reset"]{margin-right: 10px;}
input[type="reset"], button[type="reset"], [type="submit"].btn_black, [type="reset"].btn_black, button.btn_black, .btn.btn_black{
	background-color: #2b2b2b;
	border-color: #2b2b2b;
    color: #fff;
}

[type="submit"].btn_small, [type="reset"].btn_small, button.btn_small, .btn.btn_small{
    height: 36px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 20px;
	min-width: inherit;
}
[type="submit"].btn_big, [type="reset"].btn_big, button.btn_big, .btn.btn_big{
    height: 62px;
    line-height: 62px;
}
[type="submit"].btn_blue, [type="reset"].btn_blue, button.btn_blue, .btn.btn_blue{
    background-color: #20409a;
    border-color: #20409a;
    color: #fff;
}
[type="submit"]:hover, [type="submit"]:focus, [type="reset"]:hover, [type="reset"]:focus, button:hover, button:focus, button:active:focus, .btn:hover, .btn:focus, .btn:active:focus{
    outline: none;
	background-color: #f7963e;
	border-color: #f7963e;
	color: #fff;
}

.btn_group a, .btn_group input, .btn_group button{margin: 0 0 0 15px;}
.btn_group a:first-child, .btn_group input:first-child, .btn_group button:first-child{margin-left: 0;}
.btn_group a:last-child, .btn_group input:last-child, .btn_group button:last-child{margin-right: 0;}

.btn_center{text-align: center; margin-top: 30px;}
.btn_left{text-align: left;	margin-top: 30px;}
.btn_right{text-align: right; margin-top: 30px;}
.btn_center .btn, .btn_left .btn, .btn_right .btn{margin: 0 0 0 15px;}
.btn_center .btn:first-child, .btn_left .btn:first-child, .btn_right .btn:first-child{margin-left: 0;}
.btn_center .btn:last-child, .btn_left .btn:last-child, .btn_right .btn:last-child{margin-right: 0;}


/* CAPTCHA
---------------------------------*/
.captcha_img{float: left;}
/* .captcha_img > div {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    margin: -10px -36px;
} */
.captcha_img img{max-width: inherit;}
.btn_wl {float: left; margin: 14px 0 0 40px;}
.btn_wr {float: right;}
.btn_wr.w100{width: 100%; margin: 15px 0 0;}
.btn_wr.w100 [type="submit"], .btn_wr.w100 [type="reset"]{width: 100%;}
/* CAPTCHA END */


/* ERROR_MSG
---------------------------------*/
.error, .success, .information {
	background: #ffd1d1 url("../images/error_icon.png") no-repeat scroll 10px 15px / 20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #c00;
    display: block;
    font-size: 16px;
    line-height: 24px;
	min-height: 50px;
    margin: 15px 0 0;
    padding: 14px 5px 14px 40px;
	text-align: left;
}
.success {
    background-image: url(../images/success_icon.png);
	background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}
.error p, .success p, .information p {
	padding: 0 !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-align: inherit !important;
}
.norecord{text-align: center;}
/* ERROR_MSG END*/


/* CLICKED
---------------------------------*/
.loader.clicked{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.loader.clicked:before{
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
}
.loader.clicked:after{
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-color: #fff;
    border-right-color: transparent;
}
.noloader.loader.clicked:after{display: none;}
.loader.clicked > div{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}
.loader.clicked > div span{text-transform: uppercase; margin-top: 20px;}
.clicked{
    position: relative;
    pointer-events: none;
}
.clicked:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}
[type="submit"].clicked:before, [type="reset"].clicked:before, button.clicked:before, .btn.clicked:before{-webkit-border-radius: 30px;border-radius: 30px;}
.clicked:after{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #3799FE;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@-moz-keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotate-forever {
  0% {-webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);}
}
/*CLICKED END*/

/* PAGINATION
---------------------------------*/
.pagination {
    display: block;
    clear: both;
	margin: 40px 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}
.pagination:after{content: ""; display: block; clear: both;}
.pagination p{
	display:inline-block;
	vertical-align:top;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: inherit;
    line-height: inherit;
}
.pagination > div{display:inline-block; vertical-align:top;}
.pagination ul {float: left; margin: 0; padding: 0;}
.pagination > ul {display: inline-block; float: none;}
.pagination > ul > li:first-child{border-left: 1px solid #d0d0d0;}
.pagination ul li, .pagination ul li a.selected{background: #d0d0d0; color: #fff;}
.pagination ul li a.selected{pointer-events: none;}
.pagination ul li, .previous_pagi, .next_pagi, a.pagination_view {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	margin: 0;
    padding: 0;
	width: 36px;
	height: 36px;
    line-height: 34px;
	text-align: center;
	border: 1px solid #d0d0d0;
	border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.previous_pagi{border-left: 1px solid #d0d0d0;}
.pagination ul li a{
	display: block;
	border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
	line-height: 34px;
    background: #fff;
    color: #000;
}
.previous_pagi, .next_pagi, a.pagination_view{
    padding: 0 5px;
	color: #000;
    background: #fff;
    font-size: 0;
    position: relative;
}
a.pagination_view{font-size: inherit;}
.previous_pagi:before, .next_pagi:before{
    position: absolute;
    content: "\f104";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-family:'FontAwesome';
}
.next_pagi:before{content: "\f105";}
.pagination ul li a:hover, a.previous_pagi:hover, a.next_pagi:hover, a.pagination_view:hover { background: #20409a; color: #fff;}
/*PAGINATION END*/

/* THANKYOU
----------------------*/
.thankyou_block{text-align: center;}
.thankyou_txt .heading span, .thankyou_txt .subheading span {display: block; color: #9cbe2f; margin-bottom: 10px;}
.thankyou_img{margin: 30px 0 0;}
/*THANKYOU END*/

/* BREADCRUMB
----------------------*/
.breadcrumb {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 0;
	margin: 0 0 -20px;
    font-family: 'MakoRegular';
    color: #2b2b2b;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
	text-align: left;
	position: relative;
	z-index: 1;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 1;
}
.breadcrumb ul li {
	display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;
    padding: 0;
	position: relative;
    font: inherit;
}
.breadcrumb ul li:before{
	content: "\f105";
	display: block;
	position: absolute;
	top: 0;
	right: -18px;
	font-family:'FontAwesome';
}
.breadcrumb ul li:last-child{margin: 0; padding: 0;}
.breadcrumb ul li:last-child:before{display: none;}
.breadcrumb ul li a {color: inherit;}
.breadcrumb ul li:last-child, .breadcrumb ul li a:hover {color: #20409a;}
/*BREADCRUMB END*/

/* VIDEO
----------------------*/
.ytube_vdo{
    background-color: #000;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
}
.ytube_vdo iframe, .ytube_vdo img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border: none;
	width: 100%;
	height: 100%;
}
/*VIDEO END*/

/* OWL
---------------------------------*/
.owl-carousel{padding: 0;}
.owl-carousel .owl-nav:after{content: ""; display: block; clear: both;}
/* .owl-carousel .owl-nav{
	width: 100px;
	position: absolute;
	right: 0;
	top: -65px;
} */
.owl-carousel .owl-nav [class*="owl-"]{
	position: absolute;
	top: 50%;
	left: -50px;
    margin: -23px 0 0;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #f7963e;
    border: none;
    -webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	padding: 0 2px 0 0;
    cursor: pointer;
	opacity: 1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-nav .owl-next{
    float: right;
    padding: 0 0 0 4px;
	left: auto;
	right: -50px;
}
.owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled{
	pointer-events: none;
	opacity: 1;
    background: #b8b8b8;
	color: #fff;
}
.owl-carousel .owl-nav [class*="owl-"]:hover{
    background: #20409a;
    color: #fff;
	opacity: 1;
}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 0;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
    width: 6px;
    height: 6px;
    background: #858585;
    border: 1px solid #858585;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 10px;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.owl-carousel .owl-dots .owl-dot.active{background: #20409a; border-color: #20409a;}
/*OWL END*/


/* COMMON STYLE
---------------------------------*/
.scroll_effect{position: relative; display: none;}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.scrollup:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0,0,0,0.7);
	color: #f7963e;
}
.floatingBtn {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 60px;
}
.floatingBtn a {
	height: 60px;
	line-height: 60px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	font-size: 24px;
}

.fleft{float: left;}
.fright{float: right;}
.img_l{ float: left; margin: 5px 30px 0 0; }
.img_r{ float: right; margin: 5px 0 0 30px; }

.ul, .alter_list{
	list-style: none;
	padding: 0;
	margin-bottom: -30px;
	overflow: hidden;
}
.ul > li, .alter_list > li{margin-bottom: 30px;}
.border_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.border_list > li{
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid #d3d3d3;
}
.border_list > li:first-child{padding-top: 0;}
.border_list li:last-child{padding-bottom: 0; border-bottom-width: 0;}
.divider_list{
	list-style: none;
	padding: 0;
	margin: 0;
}
.divider_list:after{content: "";display: block;clear: both;}
.divider_list > li{
	float: left;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}
.divider_list > li:before{
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	left: 12px;
}
.divider_list > li:first-child{padding: 0;}
.divider_list > li:first-child:before{display: none;}
.center_list{
    text-align: center;
    margin-left: -16px;
    margin-right: -16px;
}
.center_list li{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
    margin-right: -3px;
}
.border_top{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d3d3d3;
}
.border_btm{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}
.bullet, .editor_text ul{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
	overflow: hidden;
}
.bullet:last-child, .editor_text ul:last-child{margin: 0;}
.bullet li, .editor_text ul > li{
    padding: 0 0 0 25px;
    margin-bottom: 10px;
	position: relative;
}
.bullet li:before, .editor_text ul > li:before{
    position: absolute;
	content: "\f111";
	display: block;
	font-family: 'FontAwesome';
    color: #f7963e;
    font-size: 10px;
	line-height: 24px;
	top: 0;
	left: 1px;
}
.bullet.col2 > li, .editor_text ul.col2 > li{
	float: left;
	width: 50%;
    padding-right: 5px;
}
.bullet.col3 > li, .editor_text ul.col3 > li{
	float: left;
	width: 33.33%;
    padding-right: 5px;
}
.bullet.col4 > li, .editor_text ul.col4 > li{
	float: left;
	width: 25%;
    padding-right: 5px;
}
.bullet.col5 > li, .editor_text ul.col5 > li{
	float: left;
	width: 20%;
    padding-right: 5px;
}
.bullet.inline > li, .editor_text ul.inline > li{
    display: inline-block;
    margin-right: 40px;
}
.table_box {
    display: table;
    width: 100%;
    height: 100%;
}
.table_box_cell {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
.table_box_cell img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* SECTION_HEADING
----------------------*/
.section{
    width: 100%;
    padding: 50px 0;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
}
.section:last-child{border-bottom: none;}
.section:before{
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.heading{
    font-family: 'MakoRegular';
    color: #20409a;
	font-size: 36px;
    line-height: 40px;
	margin-bottom: 30px;
    position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.heading.text-left{text-align: left;}
.heading.text-right{text-align: right;}
.heading.text-center{text-align: center;}
.heading_tag{
    color: #2b2b2b;
	font-size: 18px;
    line-height: 24px;
	margin: -30px 0 40px;
}
.heading_tag p{text-align: inherit;}

.subheading{
    font-family: 'MakoRegular';
    font-size: 24px;
    line-height: 30px;
	color: #2b2b2b;
	margin-bottom: 15px;
	position: relative;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.heading:last-child, .subheading:last-child, .heading_tag:last-child{margin-bottom: 0;}
.heading a, .subheading a{color: inherit;display: inline;}
.heading a:hover, .heading a:focus, .subheading a:hover, .subheading a:focus, a:hover .heading, a:hover .subheading{color: #20409a;}


/* SITE_ICON
---------------------------------*/
/* .siteicon{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat;
}
.siteicon.icon_click_here{
	width: 118px;
	height: 92px;
	background-position: -400px -100px;
}
.siteicon.icon_map{
	width: 100px;
	height: 100px;
	background-position: 0 -200px;
}
.siteicon.icon_phone{
	width: 100px;
	height: 100px;
	background-position: -100px -200px;
}
.siteicon.icon_paper_plane{
	width: 100px;
	height: 100px;
	background-position: -200px -200px;
} */


/* SOCIAL_ICON
---------------------------------*/
.social a{
    color: #989898;
	vertical-align: top;
	margin: 0;
    position: relative;
}
.social a:last-child{margin-right: 0;}
.social a i {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
    font-size: 18px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.social a:hover i{opacity: 1;}

.social a.fb:hover i{background-color: #3b5999; border-color: #3b5999; color: #fff;}
.social a.twtr:hover i{background-color: #00aced; border-color: #00aced; color: #fff;}
.social a.gplus:hover i{background-color: #DE5347; border-color: #DE5347; color: #fff;}
.social a.lnkdn:hover i{background-color: #006fa6; border-color: #006fa6; color: #fff;}
.social a.pin:hover i{background-color: #bd081c; border-color: #bd081c; color: #fff;}
.social a.insta:hover i{background-color: #A4765C; border-color: #A4765C; color: #fff;}
.social a.ytb:hover i{background-color: #E52117; border-color: #E52117; color: #fff;}
.social a.rss:hover i{background-color: #F36F24; border-color: #F36F24; color: #fff;}

/* HEADER
---------------------------------*/
.sticky .hbtm {position: fixed; top: 0; left: 0; right: 0; -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);}
.sticky .common_banner{margin-top: 55px;}
/* .sticky .nav_menu{display: none;}
.sticky .responsive_btn, .sticky .home_ph{display: block;} */

header{position: relative; z-index: 5;}
.header_main{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.htop{
	padding: 5px 0;
	background: #3c3c3c;
	color: #c5c5c5;
	font-size: 14px;
	text-align: right;
}
.htop a{color: inherit;}
.htop a:hover, .htop .active > a, .current_page_parent a{color: #f7963e;}
.htop .divider_list{float: right;}

.hmdl{padding: 15px 0;}
.logo{
	width: 368px;
	float: left;
}
.hcall{
	float: right;
	margin: 20px 0;
	font-size: 30px;
	line-height: 30px;
	color: #20409a;
}
.hcall i{
	float: left;
	color: #f7963e;
	font-size: 60px;
	line-height: 60px;
	position: relative;
	top: 5px;
}
.hcall > div{margin: 0 0 0 60px;}
.hcall span{display: block; font-size: 18px; color: #2b2b2b;}

.hbtm{background: #f7963e;}
.hbtm .social{float: right;}
.hbtm .social a{
	color: #fff;
	float: left;
	margin: 0;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.hbtm .social a:first-child{border-left: 1px solid rgba(255,255,255,0.3);}
.hbtm .social a i{
	width: 48px;
	height: 55px;
	line-height: 55px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/*HEADER END*/

/* MENU
---------------------------------*/
.nav_wrapper{position: relative; float: left;}
.nav_menu{height: 55px;}
.nav_menu > ul {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: 'MakoRegular';
    font-size: 20px;
	color: #fff;
	text-transform: capitalize;
    display: inline-block;
}
.nav_menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav_menu > ul > li {
	margin: 0 1px 0 0;
	float: left;
}
.nav_menu > ul > li:first-child{margin-left: 0;}
.nav_menu > ul > li:last-child{margin-right: 0;}
.nav_menu > ul > li a{color: inherit; display: block;}
.nav_menu > ul > li > a {
    height: 55px;
	line-height: 55px;
    padding: 0 25px;
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 1;
    overflow: hidden;
}
.nav_menu > ul > li > a img{
	max-height: 18px;
	vertical-align: top;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.5;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nav_menu ul li a > span{display: block;position: relative;z-index: 1;}
.nav_menu > ul > li > a i.fa-home{font-size: 18px;}
.nav_menu ul li:hover > a, .nav_menu ul li.active > a, .nav_menu ul li.current-menu-item > a{color: #fff; background: #20409a;}
.nav_menu ul li:hover > a img, .nav_menu ul li.active > a img, .nav_menu ul li.current-menu-item > a img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

/*******  sub menu *****/

.subarrow, .nav_menu ul li.menu-item-has-children:before {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 55px;
    line-height: 55px !important;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.nav_menu ul li.menu-item-has-children:before{
	font-family:'FontAwesome';
	content: "\f105";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.nav_menu ul li.menu-item-has-children ul li.menu-item-has-children:before{
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.nav_menu ul li > .sub-menu{
	visibility: hidden;
    opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
    top: 100%;
    left: 0;
	z-index: 1;
	padding: 0;
    margin: 15px 0 0;
    color: #fff;
	background: rgba(247,150,62,0.9);
	white-space: nowrap;
	min-width: 250px;
	/* max-height: 350px; */
    text-align: left;
    -webkit-box-shadow: 0 4px 5px -2px rgba(0,0,0,0.1);
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.1);
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.nav_menu > ul li:hover > .sub-menu{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	margin: -1px 0 0;
}

.nav_menu ul li > .sub-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav_menu > ul > li > .sub-menu li > .sub-menu{
    left: 100%;
    top: 0;
    list-style: none;
    margin: 0 0 0 15px;
}
.nav_menu > ul > li .sub-menu li:hover > .sub-menu{margin: 0;}

.nav_menu ul li .sub-menu li {
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
    position: relative;
}

.nav_menu ul li .sub-menu li:last-child{border-bottom:none;}
.nav_menu ul li .sub-menu li:first-child {border-top: none; margin: 0;}
.nav_menu ul li .sub-menu li a{
	padding: 10px;
	line-height: 24px;
	height: auto;
	position: relative;
    overflow: hidden;
}
.nav_menu ul li .sub-menu li:last-child a{border: none;}
.nav_menu ul li .sub-menu li a:after{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #20409a;
	z-index: -1;
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
    
}
.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li:first-child a:after{-webkit-border-radius: 0; border-radius: 0;}
.nav_menu ul li .sub-menu li .subarrow{height: 44px; line-height: 44px !important;}
.nav_menu ul li .sub-menu li .subarrow:before{content: "\f105";}

.nav_menu ul li .sub-menu li:hover > a, .nav_menu ul li .sub-menu li.active > a, .nav_menu ul li .sub-menu li.current-menu-item > a{background: none; color: #fff;;}
.nav_menu ul li .sub-menu li a:hover:after, .nav_menu ul li .sub-menu li:hover > a:after, .nav_menu ul li .sub-menu li.active > a:after, .nav_menu ul li .sub-menu li.current-menu-item > a:after{width: 100%;}
.nav_menu ul li .sub-menu li i{
    float: right;
    margin: 2px -15px 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*MENU END*/

/* SLIDER
---------------------------------*/
.common_banner{position: relative; overflow: hidden; background: #000;}
.common_banner img{width: 100%; opacity: 1;}
.innerbanner img{opacity: 0.6;}
.innerbanner .bannertext .heading{font-size: 40px; line-height: 40px; margin: 0;}

.bannerbox{position: relative;}
.bannerimg:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 80%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}
.bannertext{
	text-align: center;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0,50%);
	transform: translate(0,50%);
	-webkit-text-shadow: 0 0 6px rgba(0,0,0,0.5);
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.bannertext .heading{
	color: inherit;
	font-size: 60px;
	line-height: 66px;
	margin: 0 0 10px;
}
.bannertext .btn{margin: 30px 0 0; -webkit-text-shadow: none; text-shadow: none;}

.homeslider.owl-carousel{padding: 0;}
.homeslider.owl-carousel .owl-nav{position: static; width: auto;}
.homeslider.owl-carousel .owl-nav [class*="owl-"]{background: #fff;color: #2b2b2b;}
.homeslider.owl-carousel .owl-nav [class*="owl-"]:hover{background: #f7963e; color: #fff;}
.homeslider.owl-carousel .owl-nav .owl-prev{left: -70px;}
.homeslider.owl-carousel .owl-nav .owl-next{right: -70px;}
.homeslider.owl-carousel:hover .owl-nav .owl-prev{left: 10px;}
.homeslider.owl-carousel:hover .owl-nav .owl-next{right: 10px;}
.homeslider.owl-carousel .owl-dots{position: absolute; left: 0; right: 0; bottom: 0;}
.homeslider .bannerimg{max-height: 555px; overflow: hidden;}
/*SLIDER END*/

/* FOOTER
---------------------------------*/
footer{
	background: #fff;
	color: #404040;
	font-size: 14px;
}
footer a, footer a:focus{color: inherit;}
footer a:hover, footer li.active a, footer li.current-menu-item a, .companyname:hover{color: #20409a;}

.ftop{padding: 50px 0;}
footer .logo{float: none; width: auto; max-width: 100%; margin: 60px 0 30px;}
footer .subheading{color: #20409a;}

.fnav{
    list-style: none;
    padding: 0;
	margin: 0 -10px -5px;
}
.fnav li{
    margin: 0 0 5px;
	padding: 0 10px;
	position: relative;
	float: left;
	width: 50%;
}
.fnav li:last-child{margin: 0;}
.fnav li:before{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #fff;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 10px;
}
.fnav li a{display: block; padding: 0 0 0 10px;}
.fnav:after, .copyrght:after{content: ""; display: block; clear: both;}
footer .social{clear: both; margin: 30px 0 0;}

footer .form_wrap ul{margin: 0 -5px -10px;}
footer .form_wrap ul > li{padding: 0 5px;}
footer .input_wrap{margin-bottom: 10px;}
footer input[type="text"], footer input[type="email"], footer select{height: 36px;}
footer textarea{height: 128px;}
footer .btn_wl{float: right; margin: 0;}
footer [type="submit"]{
	height: 36px;
	line-height: 32px;
	font-size: 16px;
	padding: 0 15px;
}
footer .captcha_img > div, footer .captcha_img img{-webkit-transform: scale(0.8); transform: scale(0.8); margin: -8px -30px;}

.copyright {
	background: #ececec;
    padding: 20px 0;
    font-size: 12px;
	line-height: 16px;
	border-top: 1px solid #fff;
}
.copyright p{padding: 0; text-align: inherit;}
.copyright p:first-child{float: left;}
.copyright p:last-child{float: right;}
/*FOOTER END*/

/* HOME PAGE
---------------------------------*/
.mainContainer{background: url(../images/bg_section.png) no-repeat top center #ececec;}

.home_project .container{width: 100%; padding: 0;}
.home_project .project_list .ul{margin: 0;}
.home_project .project_list .ul li{padding: 0; margin: 0; width: 25%;}
.home_project .project_list .ul li:first-child{width: 50%;}
.home_project .project_box{position: relative; overflow: hidden;}
.home_project .project_box .pimg{padding-top: 65%;}
.home_project .project_box .pimg img{width: 100%; min-height: 100%; max-height: inherit;}
.home_project .project_box .pimg:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(247,150,62,0.9);
	opacity: 0;
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.home_project .project_box .ptext{
	text-align: center;
	color: #fff;
	padding: 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 150%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.home_project .project_box .subheading{font-size: 24px; line-height: 30px; color: inherit; margin: 0; height: auto;}
.home_project .project_box .readmore{
	height: 36px;
    line-height: 32px;
    font-size: 16px;
	padding: 0 20px;
	background: transparent no-repeat;
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.home_project .project_box .readmore:before{display: none;}
.home_project .project_box:hover .readmore{color: #fff;}
.home_project .project_box .readmore:hover{color: #f7963e; background: #fff;}
.home_project .project_box:hover {-webkit-box-shadow: none; box-shadow: none;}
.home_project .project_box:hover .pimg:after{opacity: 1;}
.home_project .project_box:hover  .ptext{top: 50%;}

.home_review .review_slider .review_box{text-align: center;}
.home_review .review_slider.owl-carousel .owl-nav{position: static;}
.home_review .review_slider.owl-carousel .owl-nav [class*="owl-"]{margin: -15px 0 0; position: absolute;}

/* ABOUT PAGE
---------------------------------*/
.about_section {border-bottom: none;}
.about_section .about_img{/* margin-bottom: -50px; */ float: right; margin: 0 0 0 30px; max-width: 50%;}
.editor_text .subheading{color: #20409a;}
.editor_text .subheading.black{color: #2b2b2b;}
.editor_text .brand_list .ul{margin: 0 -15px;}
.editor_text .brand_list .ul li{padding: 0 15px;}
.editor_text .brand_list .ul li:before{display: none;}
.about_block{min-height: 181px; margin-bottom: 30px;}
.about_block:last-child{margin-bottom: 0;}
.about_img{
	/* text-align: center;
	margin: 40px auto 0; */
	float: right;
	margin: 0 0 0 30px;
	max-width: 50%;
}
.about_vdo{
	width: 525px;
	height: 400px;
	background: no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	float: right;
	margin: 0 0 0 30px;
	position: relative;
}
.about_vdo:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
/* .vdoIcon{
	width: 60px;
	height: 60px;
	background: url(../images/sprite.png) no-repeat -200px -100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
} */

.review_slider .review_box{
	background: none;
	padding: 0;
	height: 150px;
	text-align: left;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.review_slider .review_box:before{display: none;}
.review_slider .review_box .subheading{font: inherit; margin: 15px 0 0;}
.review_slider .review_box .subheading span{display: inline-block; color: #787878;}
.review_slider .review_box .subheading span.blue{display: block; color: #f7963e;}
.review_slider.owl-carousel .owl-nav [class*="owl-"], .brand_slider.owl-carousel .owl-nav [class*="owl-"]{
	width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 20px;
    padding: 0;
	margin: -15px 0 0;
}
.review_slider.owl-carousel .owl-nav .owl-next, .brand_slider.owl-carousel .owl-nav .owl-next{padding: 0 0 0 3px;}
.review_slider.owl-carousel .owl-nav{position: absolute; right: 0; bottom: 0; width: 70px;}
.review_slider.owl-carousel .owl-nav [class*="owl-"]{margin: 0; position: static;}

/* TESTIMONIAL PAGE
---------------------------------*/
.review_box{
	text-align: center;
	background: #fff;
	padding: 80px 20px 30px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
	height: 320px;
	margin-bottom: 20px;
}
.review_box:before{
	content: "";
	display: block;
	width: 30px;
	height: 23px;
	background: url(../images/quote.png) no-repeat center;
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.review_box p{text-align: inherit;}
.review_box .subheading{
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 0;
}
.review_box .subheading span{display: block;    font-size: 16px;    line-height: 22px;}
.review_box .mCSB_outside + .mCSB_scrollTools{right: 0;}

/* TEAM PAGE
---------------------------------*/
.team_box:after{content: ""; display: block; clear: both;}
.team_img{
	overflow: hidden;
	float: left;
}
.team_img img{
    max-width: 200px;
	max-height: 160px;
    border: 1px solid #2b2b2b;
    padding: 10px;
}
.team_text{margin: 0 0 0 240px;}
.team_text .editor_text{overflow: hidden; height: 70px;}
.opened.team_box .team_text .editor_text{height: auto;}
.team_box .subheading{
	color: #20409a;
	text-transform: uppercase;
	margin: 0 0 6px;
}
.team_box .subheading span{
	color: #2b2b2b;
	text-transform: capitalize;
	position: relative;
}
.team_box .subheading span:before{
	content: "-";
	display: inline-block;
	margin: 0 10px;
}
.team_box .btn{margin: 15px 0 0;}
.team_list .ul > li:nth-child(even) .team_img{float: right;}
.team_list .ul > li:nth-child(even) .team_text{margin: 0 240px 0 0;}

.team_details .team_img img{max-width: 340px; max-height: inherit; margin: 0 30px 0 0;}
.team_details .team_text{margin: 0;}

/* SERVICE PAGE
---------------------------------*/
.service_box{min-height: 116px;}
.sicon{
	width: 110px;
	height: 110px;
	background: #f7963e;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	position: relative;
	overflow: hidden;
	float: left;
	margin: 8px 0 0;
}
.sicon img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 70px;
	max-height: 70px;
}
.stext{margin: 0 0 0 135px;}
.service_box .subheading{color: #20409a; margin-bottom: 5px;}
.service_box .btn{margin-top: 15px;}

.service_block{margin-bottom: 50px;}
.service_block:last-child{margin-bottom: 0;}
.service_block .subheading{color: #f7963e;}
.service_block .img_r{max-width: 555px;}

.service_mdl .service_box{display: table;}
.service_mdl .sicon{margin: 0; display: table-cell; vertical-align: middle;}
.service_mdl .stext{display: table-cell; vertical-align: middle; padding-left: 25px; margin: 0;}


/* PROJECT PAGE
---------------------------------*/
.dropList, .dropList ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.dropList li{
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}
.dropList li:last-child{border-bottom: none;}
.dropList a{
	display: block;
	padding: 10px;
	background: #7f9fd3;
	color: #fff;
}
.dropList li:hover > a, .dropList li.active > a{background: #20409a;}
.dropLink{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.dropNav{display: none;}
.dropList .dropNav a{background: #fff;color: #2b2b2b;}
.dropList .dropNav li:hover > a, .dropList .dropNav li.active > a{background: #2b2b2b; color: #fff;}

.project_box{
	background: #fff;
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.project_box a{color: inherit; display: block; height: 100%;}
.project_box a.btn, .project_box a.readmore{display: inline-block;}
.pimg{
	width: 100%;
	padding-top: 88%;
	position: relative;
	overflow: hidden;
}
.pimg a{display: block; height: 100%;}
.pimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1.01);
	transform: translate(-50%,-50%) scale(1.01);
	max-width: 100%;
	max-height: 100%;
}
.ptext{padding: 15px;}
.project_box .subheading{font-size: 20px; line-height: 24px; margin-bottom: 10px; height: 48px; overflow: hidden;}
.pcontent{height: 168px; overflow: hidden;}

.project_box:hover{-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);}
.project_box:hover .readmore, .readmore:hover{color: #20409a;}

/* PROJECT_DETAILS PAGE
---------------------------------*/
.projectD_img{
	width: 470px;
	padding: 0 30px 0 0;
	float: left;
}
/* .projectD_text{
	width: 520px;
	float: right;
} */
.ug-gallery-wrapper .ug-slider-wrapper, .ug-gallery-wrapper .ug-strip-panel{background: transparent;}
.ug-gallery-wrapper.ug-fullscreen .ug-slider-wrapper, .ug-gallery-wrapper.ug-fullscreen .ug-strip-panel{background: #000;}
.ug-panel-handle-tip{display: none;}
.ug-thumb-wrapper.ug-thumb-generated{cursor: pointer;}
.ug-thumb-wrapper.ug-thumb-generated.ug-thumb-selected{cursor: auto;}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-alexis .ug-strip-arrow-tip, .ug-strip-panel .ug-strip-arrow-right.ug-skin-alexis .ug-strip-arrow-tip{width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 16px; font-family:'FontAwesome'; color: #fff; background: #f7963e; -webkit-border-radius: 50%; border-radius: 50%; padding: 0 1px 0 0;}
.ug-strip-panel .ug-strip-arrow-right.ug-skin-alexis .ug-strip-arrow-tip{padding: 0 0 0 1px;}
.ug-strip-panel .ug-strip-arrow-left.ug-skin-alexis .ug-strip-arrow-tip:before{content: "\f104";}
.ug-strip-panel .ug-strip-arrow-right.ug-skin-alexis .ug-strip-arrow-tip:before{content: "\f105";}
.single_img{text-align: center;}

.pinfo{list-style: none; padding: 0; margin: 0 0 15px;}
.pinfo:last-child, .pinfo li{margin: 0;}
.pinfo strong {display: inline;}

/* CLIENT PAGE
---------------------------------*/
.brand_box{position: relative;overflow: hidden; background: #fff;}
.brand_box a{display: block; height: 100%; color: inherit;}
.brandImg{
	width: 100%;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
}
.brandImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 90%;
	max-height: 90%;
}

/* NEWS PAGE
---------------------------------*/
.news_box{
	background: #fff;
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.nimg{
	width: 100%;
	padding-top: 64%;
	position: relative;
	overflow: hidden;
}
.nimg a{display: block; height: 100%;}
.nimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1.01);
	transform: translate(-50%,-50%) scale(1.01);
	max-width: 100%;
	max-height: 100%;
}
.ntext{padding: 30px;}
.ninfo{
	color: #787878;
	margin: 0 0 15px;
}
.ninfo span{vertical-align: top; margin-right: 15px;}
.ninfo span:last-child{margin-right: 0;}
.ncontent{height: 72px; overflow: hidden;}
.news_box .subheading{height: 60px; overflow: hidden;}
.readmore{
	font-size: 18px;
	color: #f7963e;
	padding: 0 0 0 50px;
	margin: 15px 0 0;
	position: relative;
	cursor: pointer;
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.readmore:before{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #d3d3d3;
	position: absolute;
	left: 0;
	top: 50%;
	margin: 1px 0 0;
}

.news_box:hover{-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);}
.news_box:hover .readmore, .readmore:hover{color: #20409a;}
.news_box:hover .ninfo span i, .news_details .ninfo span i{color: #f7963e;}

.news_details .heading{font-size: 26px; line-height: 30px; margin-bottom: 15px;}
.news_details .nimg{padding: 0; margin: 0 0 20px;}
.news_details .nimg img{position: static; -webkit-transform: none; transform: none;}
.sharelink{margin: 30px 0 0; text-transform: capitalize;}
.stickySidebar aside{margin-bottom: 35px;}
.stickySidebar aside:last-child{margin-bottom: 0;}
.stickySidebar .widget-title{
	font-family: 'MakoRegular';
    color: #20409a;
    font-size: 26px;
    line-height: 30px;
	margin-bottom: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
}
.stickySidebar aside ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.stickySidebar aside ul li, .popularpost > .content{
	padding: 15px 0 15px 15px;
	margin: 0;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #6c6c6c;
}
.popularpost > .content{padding: 15px 0;}
/* .stickySidebar aside ul li:first-child, .popularpost > .content:first-child{padding-top: 0;} */
.stickySidebar aside ul li:last-child, .popularpost > .content:last-child{padding-bottom: 0; border-bottom-width: 0;}
.stickySidebar aside ul li:before{
	position: absolute;
	content: "\f111";
	display: block;
	font-family: 'FontAwesome';
    color: #f7963e;
    font-size: 10px;
	line-height: 20px;
	top: 15px;
	left: 0;
}
.stickySidebar aside ul li a{color: #2b2b2b;}
.stickySidebar aside ul li:hover > a{color: #20409a;}

.popularpost > .content > a{float: left;}
.popularpost .wpp-thumbnail{
	float: left;
	padding: 3px;
	border: 1px solid #d3d3d3;
	margin: 0;
	width: 68px;
}
.popularpost .content_desc{margin: 0 0 0 80px;}
.popularpost .content_desc > a{font-size: 16px;}
.popularpost .content_desc > p{text-align:left; color: #2b2b2b; padding-bottom: 5px;}

/* EVENT PAGE
---------------------------------*/
.event_img{
	max-width: 350px;
	float: right;
	margin: 0 0 0 30px;
}
.event_img img{
	display: block;
	border: 1px solid #2b2b2b;
	padding: 10px;
	margin: 0 0 20px;
}
.event_img img:last-child{margin: 0;}

/* CONTACT PAGE
---------------------------------*/
.contact_box .subheading{
	font-size: 18px;
	line-height: 20px;
	color: #f7963e;
}
.contact_box a{color: inherit;}
.contact_box a:hover{color: #f7963e;}

.map{
    -webkit-cursor: grab;
    cursor: grab;
    background: #E5E3DF;
    height: 400px;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 100%;
    border: none;
	margin: 0;
}

.cmt_form {
	margin-top: 30px;
}

/* Testimonial CSS */
.tetimonial-item {position: relative;}
.testi_box{background-color: #dfe6f2; position: absolute; top: 0; left: 15px; right: 15px; display: none;}
.testi_inner{text-align: center; padding: 65px 40px 75px;}
.testi_cntnt p{text-align: center; padding-bottom: 0; color: #000; font-size: 18px; font-family: 'poppinsregular';}
.testi_cntnt{margin-top: 40px;}
.testi_box .rating_wrap{margin-top: 60px;}
.testi_box .testi_name{margin-top: 25px;}
.testi_box:after{width: 3000px; right: 100%; position: absolute; top: 0; bottom: 0; background-color: #dfe6f2; content: ""; display: block;}
.testi_box:before{width: 3000px; left: 100%; position: absolute; top: 0; bottom: 0; background-color: #dfe6f2; content: ""; display: block;}
.testimonial_box{padding: 40px;		
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 8px 0 rgba(0,0,0,.1);}
.testi_all .row [class*="col-"]{position: static; margin-bottom: 80px}
.testimonial_detail{position: relative;}
.testi_pointer{
	position:absolute;
	bottom:-90px;
	left:50%;
	margin-left:-12px;
	z-index:3;
	display:none;
	border-bottom:26px solid #dfe6f2;
	border-left:26px solid transparent;
	border-right:26px solid transparent;
}

/* Testimonial CSS */
/* COMMON
---------------------------------*/
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt100{margin-top: 100px;}
.mt_25{margin-top: -25px;}
.mt_85{margin-top: -85px;}
.mt_210{margin-top: -210px;}

.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}

.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}

.ph0 {padding-top: 0; padding-bottom: 0;}
.ph60 {padding-top: 60px; padding-bottom: 60px;}

.w0{width: 0;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}
.w100{width: 100%;}
.h0{height: 0;}
.h100{height: 100%;}

.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}

.white{color: #fff;}
.black{color: #000;}
.gray{color: #787878;}
.red{color: #f00;}
.blue{color: #20409a;}
.orange{color: #f7963e;}
.green{color: #9cbe2f;}

.close_sp_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/close_btn.png) no-repeat;
}
.clickBox {
    position: relative;
}
.listBox{display: none;}
.testimonial_list .sk_box{
    display: inline-block;
    background-color: #fff;
    margin-bottom: 60px;
	padding: 20px;
	position: relative;
	width: 97.6%;
	margin-left: 15px;
	margin-top: -20px;
	display: none;
}
.testimonial_list .sk_box_close{
    position: absolute;
    top: -10px;
    left: auto;
    right: -10px;
    height: 24px;
    width: 24px;
    background-color: #20409a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
	border-radius: 24px;
	font-size: 14px;
    line-height: 22px;
}
/* .testimonial_list .tetimonial-item{margin-bottom: 10px;} */
.testimonial_list .sk_box_close:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: #f7963e;
    color: #fff;
}
.testimonial_list  .sk_box_inner .subheading span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.testimonial_list  .sk_box_inner .subheading span.dateplace{
	font-size: 14px;
}
.testimonial_list  .sk_box_inner .subheading {margin-top: 20px;}
.testimonial_list .tetimonial-item.active::after{
	content: '';
    border-bottom: 16px solid #FFF;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    position: absolute;
    left: 45%;
    z-index: 1;
    bottom: -10px;
}
