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

@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoMedium';
    src: url('../fonts/lato-medium-webfont.woff2') format('woff2'),
         url('../fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BillabongRegular';
    src: url('../fonts/billabong-webfont.woff2') format('woff2'),
         url('../fonts/billabong-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'LatoRegular';
	font-size: 17px;
	line-height: 26px;
	font-weight: normal;
	padding: 0;
	margin: 0;
    color: #949494;
}
body, html{overflow-x: hidden;}
.container{position: relative;}
.container .container{padding: 0; width: 100%;}

/* 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: 'LatoBold';
}
a {
	color: #054a91;
	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: #60b5e2;
	text-decoration: none;
	outline: none;
}
a:focus{color: #054a91;}
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;
}

/**=================banner Section =====================*/
bannerbox{position: relative;}
.bannertext{
	text-align: left;
	color: #fff;
	width: 38%; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 0px 0px;
	position: absolute;
	bottom: 50%;
	left: 8%;
	-webkit-transform: translate(0,50%);
    transform: translate(0,50%); 
}
.bannertext .bannertextInner{width: 40%;}
.bannertext .heading{color: inherit;font-size: 44px;line-height: 50px; padding: 0; text-align: left; font-weight: 500; text-transform: capitalize; margin-bottom: 20px;}
.bannertext .btn{
	color: #fff;
	font-size: 16px;
    padding: 0 35px;
}
.bannertext p{
	text-align: left;	
}


/* 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: #60b5e2;
	color: #fff;
	text-shadow: none;
}
::selection{
	background: #60b5e2;
	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;
}

form {margin: 0; padding: 0;}
label{
	text-align: left;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0;
	font-weight: normal;
    font-family: 'LatoRegular';
	color: #949494;
}
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 #afafaf;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: transparent;
	color: #454545;
	font-size: 16px;
	line-height: 24px;
    font-family: 'PoppinsRegular';
    position: relative;
	vertical-align: top;
	outline: none;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.2);
	-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: 120px;
	resize: none;
	overflow: auto;
}
textarea.row2{height: 120px;}
textarea.row3{height: 190px;}
textarea.row4{height: 260px;}
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: #60b5e2;
	outline: none;
}

.form_wrap ul{list-style: none; padding: 0; margin-bottom: -20px;}
.form_wrap ul > li{margin-bottom: 0;}
.input_wrap{margin-bottom: 20px; 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: #949494;}

.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: #60b5e2 no-repeat;
	border: 1px solid #60b5e2;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
	font-size: 17px;
	line-height: 48px;
	height: 50px;
    padding: 0 25px;
    text-align: center;
    font-family: 'PoppinsMedium';
  	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;*/
}
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: #949494;
	border-color: #949494;
    color: #fff;
}

[type="submit"].btn_small, [type="reset"].btn_small, button.btn_small, .btn.btn_small{
    height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 15px;
	min-width: inherit;
}
[type="submit"].btn_big, [type="reset"].btn_big, button.btn_big, .btn.btn_big{
    height: 60px;
    line-height: 60px;
}
[type="submit"].btn_blue, [type="reset"].btn_blue, button.btn_blue, .btn.btn_blue{
    background-color: #054a91;
    border-color: #054a91;
    color: #fff;
}[type="submit"].btn.btn_white, [type="reset"].btn.btn_white, button.btn_blue, .btn.btn.btn_white{
    background-color: #fff;
    border-color: #fff;
    color: #0e6eff;
}
[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: #054a91;
	border-color: #054a91;
	color: #fff;
}
[type="submit"].btn_blue:hover, [type="submit"].btn_blue:focus, [type="reset"].btn_blue:hover, [type="reset"].btn_blue:focus, button.btn_blue:hover, button.btn_blue:focus, button.btn_blue:active:focus, .btn.btn_blue:hover, .btn.btn_blue:focus, .btn.btn_blue:active:focus{
    outline: none;
	background-color: #60b5e2;
	border-color: #60b5e2;
	color: #fff;
}
[type="submit"].btn_white:hover, [type="submit"].btn_white:focus, [type="reset"].btn_white:hover, [type="reset"].btn_white:focus, button.btn_white:hover, button.btn_white:focus, button.btn_white:active:focus, .btn.btn_white:hover, .btn.btn_white:focus, .btn.btn_white:active:focus{
    outline: none;
	background-color: #60b5e2;
	border-color: #60b5e2;
	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, .captcha_img > img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: -8px -25px;
}
.captcha_img img{max-width: inherit;}
.btn_wl {float: left; margin: 5px 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: 5px;
    border-radius: 5px;
    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{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 li{background: #d3d3d3; color: #fff;}
.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 #d3d3d3;
	border-left: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.previous_pagi{border-left: 1px solid #d3d3d3;}
.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: #60b5e2; 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: 'LatoRegular';
    color: #949494;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: left;
	z-index: 5;
}
.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: -22px;
	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: #60b5e2;}
/*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%;
}
.ytube_vdo img{opacity: 0.8;}
/*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: -20px 0 0;
    padding: 0;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #6d6d6d;
    background: transparent;
    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-color: transparent;
	color: #b8b8b8;
}
.owl-carousel .owl-nav [class*="owl-"]:hover{
	opacity: 1;
    background-color: transparent;
    color: #60b5e2;
}
.owl-carousel .owl-nav.disabled + .owl-dots{margin-top: 0;}
.owl-carousel .owl-dots{text-align: center;}
.owl-carousel .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background: #ada8a9;
    border: 2px solid #ada8a9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	margin: 5px 10px;
	display: inline-block;
	vertical-align: top;
	-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: transparent; border-color: #60b5e2;}
/*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);
}
.floatingBtn {
    position: fixed;
    right: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
    z-index: 10;
    width: 60px;
}
.floatingBtn a {
    width: 60px;
	height: 60px;
	line-height: 60px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
	font-size: 0;
	margin: 0 0 16px;
	-webkit-box-shadow: -1px 0 20px 0 rgba(0,0,0,0.3);
	box-shadow: -1px 0 20px 0 rgba(0,0,0,0.3);
	background: no-repeat top left;
	-webkit-background-size: contain;
	background-size: contain;
}
.floatingBtn a:last-child{margin: 0;}
.floatingBtn a.messenger {background-image: url("../images/fbmessage.png"); border-color: #29aae3;}
.floatingBtn a.whtsapp {background-image: url("../images/whatsapp.png"); border-color: #55cd6c;}
.floatingBtn a.skype {background-image: url("../images/skype.png"); border-color: #00aff0;}
.floatingBtn a.googlep {background-image: url("../images/google.png"); border-color: #f4422d;}

.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: #f29918;
    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;
}
.section:before{
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.heading{
    font-family: 'PoppinsMedium';
    color: #054a91;
	font-size: 32px;
    line-height: 36px;
	margin-bottom: 25px;
    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 span{color: #f29918;}
.heading.text-left{text-align: left;}
.heading.text-right{text-align: right;}
.heading.text-center{text-align: center;}
.heading_tag{
    font-family: 'BillabongRegular';
    color: #f29918;
	font-size: 34px;
    line-height: 40px;
	margin: -15px 0 20px;
}
.heading_tag p{text-align: inherit;}
.heading_tag:first-child{margin-top: 0;}

.subheading{
    font-family: 'PoppinsMedium';
    font-size: 18px;
    line-height: 26px;
	color: #054a91;
	margin-bottom: 10px;
	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: #60b5e2;}


/* SITE_ICON
---------------------------------*/
.siteicon{
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(../images/sprite.png) no-repeat;
}
.siteicon.icon_trophy{width: 20px; height: 18px; background-position: 0 -200px;}
.siteicon.icon_stat{width: 24px; height: 18px; background-position: -100px -200px;}
.siteicon.icon_search{width: 20px; height: 20px; background-position: -200px -200px;}
.siteicon.icon_envelope{width: 22px; height: 18px; background-position: -300px -200px;}
.siteicon.icon_file{width: 20px; height: 21px; background-position: -400px -200px;}
.siteicon.icon_chat{width: 22px; height: 18px; background-position: -500px -200px;}
.siteicon.icon_action{width: 18px; height: 18px; background-position: 0 -300px;}
.siteicon.icon_bcard{width: 24px; height: 18px; background-position: -100px -300px;}
.siteicon.icon_research{width: 21px; height: 18px; background-position: -200px -300px;}


/* SOCIAL_ICON
---------------------------------*/
.social a{
    color: #989898;
	vertical-align: top;
	margin: 0 5px 0 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: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-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 i{color: #3b5999;}
.social a.twtr i{color: #00aced;}
.social a.gplus i{color: #DE5347;}
.social a.lnkdn i{color: #006fa6;}
.social a.pin i{color: #bd081c;}
.social a.insta i{color: #A4765C;}
.social a.ytb i{color: #E52117;}
.social a.rss i{color: #F36F24;}

.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 .header_main {position: fixed; height: 60px; background: #fff; padding: 5px 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 .logo{width: 185px;}
.sticky .nav_wrapper{margin: 0;}
.sticky .common_banner{margin-top: 90px;}

header{position: relative; z-index: 5;}
.header_main{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 15px 0;
	background: #fff;
}
.logo{
	width: 295px;
	float: left;
	-moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
/*HEADER END*/

/* MENU
---------------------------------*/
.nav_wrapper{
	position: relative;
	float: right;
	margin: 15px 0;
	-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{height: 50px;}
.nav_menu > ul {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: 'PoppinsMedium';
    font-size: 18px;
	color: #054a91;
	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: 50px;
	line-height: 50px;
    padding: 0 15px;
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 1;
    overflow: hidden;
}
.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: #f29918;}

/*******  sub menu *****/
.subarrow {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    cursor: pointer;
    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{
	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(5,74,145,0.9);
	white-space: nowrap;
	min-width: 160px;
	max-height: 350px;
	text-align: left;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.3);
	-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;
	border-bottom: 1px solid #0c3053;
}

.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: #054a91;
	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:first-child a:after{-webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
.nav_menu ul li .sub-menu li:last-child a:after{-webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}

.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: #f29918;}
.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;}

.bannerform{
	background: #054a91;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}
.bannerform .heading, .bannerform .heading_tag{
	color: inherit;
	display: inline-block;
	vertical-align: top;
}
.bannerform .heading{
	font-size: 38px;
	line-height: 40px;
	margin: 0 15px 0 0;
	padding: 0 50px 0 0;
	position: relative;
}
.bannerform .heading:after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/sprite.png) no-repeat 0 -100px;
	position: absolute;
    right: 0;
    top: -7px;
}
.bannerform .heading:last-child{margin-right: 0;}
.bannerform .heading_tag{
	font-size: 32px;
	line-height: 60px;
	margin: 0;
}
.bannerform .form_wrap ul > li{
	padding: 0 10px;
	width: 370px;
}
.bannerform .form_wrap ul > li:last-child{width: auto;}
.bannerform input[type="text"], .bannerform input[type="email"]{
	color: #fff;
	height: 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #1e66af;
	border-color: rgba(255,255,255,0.3);
}
.bannerform input[type="text"]:focus, .bannerform input[type="email"]:focus{border-color: #fff;}
.bannerform [type="submit"]{
	width: 140px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	padding: 0 15px;
    min-width: inherit;
}
.bannerform [type="submit"]:hover, .bannerform [type="submit"]:focus{
	background-color: #f29918;
    border-color: #f29918;
}
.bannerform ::-webkit-input-placeholder {color: #fff;}
.bannerform :-moz-placeholder {color: #fff;}
.bannerform ::-moz-placeholder {color: #fff;}
.bannerform :-ms-input-placeholder {color: #fff;}

.innerbanner{background: #f29918; color: #fff; text-align: center;}
.innerbanner .heading{color: inherit; font-size: 40px; line-height: 68px; margin: 0;}
/*SLIDER END*/

/* FOOTER
---------------------------------*/
footer{
	background: #60b5e2;
	color: #afd8ee;
	font-size: 16px;
	line-height: 24px;
}
footer a, footer a:focus{color: inherit;}
footer a:hover, footer li.active a, footer li.current-menu-item a, .companyname:hover{color: #fff;}

.newsletter{padding: 15px 0; text-align: center;}
.newsletter .heading{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin: 0 15px 0 0;
}
.newsletter_form{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 600px;
	max-width: 100%;
}
.newsletter_form input[type="text"], .newsletter_form input[type="email"]{
	height: 40px !important;
	padding-left: 15px !important;
	padding-right: 170px !important;
	color: #fff !important;
	background-color: #60b5e2 !important;
	border-color: #fff !important;
	-webkit-border-radius: 30px !important;
	border-radius: 30px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.newsletter_form input[type="text"]:focus, .newsletter_form input[type="email"]:focus{border-color: #054a91 !important;}
.newsletter_form ::-webkit-input-placeholder {color: #fff;}
.newsletter_form :-moz-placeholder {color: #fff;}
.newsletter_form ::-moz-placeholder {color: #fff;}
.newsletter_form :-ms-input-placeholder {color: #fff;}
.newsletter_form [type="submit"]{
	background-color: #054a91 !important;
	border-color: #054a91 !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px !important;
	width: 160px !important;
	padding: 0 25px !important;
	-webkit-border-radius: 30px !important;
    border-radius: 30px !important;
	position: absolute;
	top: 0;
	right: -1px;
}
.newsletter_form [type="submit"]:hover, .newsletter_form [type="submit"]:focus{
	background-color: #f29918 !important;
    border-color: #f29918 !important;
}

.ftop{padding: 30px 0; background: #054a91;}
footer .subheading{color: #fff;}
footer .editor_text{width: 70%; margin: 0 0 15px;}
footer .social a:hover i{
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.2);
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.2);
}
.fnav{
    list-style: none;
    padding: 0;
	margin: 0 -8px -5px;
}
.fnav li{
    margin: 0 0 5px;
	padding: 0 8px;
	position: relative;
	float: left;
	width: 50%;
}
.fnav li:before{
    content: "\f111";
    display: block;
    font-family: 'FontAwesome';
    font-size: 10px;
    line-height: 24px;
	position: absolute;
    top: 0;
	left: 8px;
	opacity: 0.5;
}
.fnav li a{display: block; padding: 0 0 0 20px;}
.fnav:after, .copyrght:after{content: ""; display: block; clear: both;}

.contact_info{
	padding: 15px 0;
	background: #054a91;
	border-top: 1px solid rgba(255,255,255,0.5);
	color: #60b5e2;
	font-size: 18px;
	line-height: 24px;
}
.contact_box > .cicon{
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	float: left;
	margin: -3px 0 0;
}
.contact_box > div{margin: 0 0 0 60px;}
footer .contact_box .subheading{margin: 0;}

.copyright {
	padding: 15px 0;
	color: #c2eaff;
    font-size: 14px;
	line-height: 16px;
	text-align: center;
}
.copyright p{padding: 0; text-align: inherit;}
/*FOOTER END*/

/* HOME PAGE
---------------------------------*/
.gray_section{background: #f9f9f9;}
.about_vdo{
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.popup-youtube{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 74px;
	height: 50px;
	background: url(../images/yplay.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}
.about_img{
	float: right;
	text-align: right;
	width: 50%;
	padding: 0 0 0 30px;
	margin: 0 0 -50px;
}
.about_img_text{width: 75%; float: right; text-align: left;}
.about_img_text ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'LatoBold';
	color: #054a91;
}
.about_img_text ul li{
	position: relative;
	padding: 0 0 0 40px;
}
.about_img_text .siteicon{
	position: absolute;
	top: 1px;
	left: 0;
}
.about_img_text .siteicon.icon_trophy, .about_img_text .siteicon.icon_search{top: 2px;}
.about_img_text .siteicon.icon_research{top: 3px;}
.about_img_text .siteicon.icon_envelope, .about_img_text .siteicon.icon_chat{top: 4px;}

.home_testimonial{
	background: #f3f3f3;
	padding: 0;
	/* margin: 50px 0 0; */
}
.home_testimonial .container{
	background: url(../images/bg_quote.png) no-repeat top left 15px;
	padding: 50px 15px;
}
.quote_slider {padding: 25px 0 0;}
.quote_slider .owl-nav{
	position: absolute;
	bottom: -9px;
    right: 50%;
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
	width: 370px;
}
.quote_slider .owl-nav [class*="owl-"]{position: static; margin: 0; font-size: 30px; color: #55cd6c;}
.quote_slider .owl-dots{width:320px; margin: 20px auto 0; position: relative;}
.quote_slider .owl-dots .owl-dot.active{border-color: #55cd6c;}

.brand_box{position: relative; overflow: hidden;}
.brand_box a{display: block; height: 100%; color: inherit;}
.brandImg{
	width: 100%;
	padding-top: 35%;
	position: relative;
	overflow: hidden;
}
.brandImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}

.btn_section{
	padding: 40px 0;
	border-top: 1px solid #d3d3d3;
	text-align: center;
}
.btn_section .btn{padding: 0 30px; margin: 5px;} 
.testimonial-form {
	background: url('../images/bg_form.jpg') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}
.testimonial-form .ctnform {
	background: rgba(134, 167, 199, 0.678);	
	padding: 100px 0 50px;
}
.testimonial-form .ctnform .ctnform_row {
	text-align: center;
}
.testimonial-form .ctnform .ctnform_wrap {
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	padding: 50px;
	float: none;
	display: inline-block;
}
.testimonial-form .ctnform .ctnform_wrap ul {list-style: none;padding: 0;}
.smm-ul li{margin:0 !important; color: #054a91}
.sutsus p, .setupcost {
	font-size: 14px;
    margin: 0;
    padding: 0;
}

/* ABOUT PAGE
---------------------------------*/
.about_img_wrap{
	width: 555px;
	float: right;
	margin: 0 0 0 30px;
	text-align: center;
}
.about_img_wrap .ytube_vdo, .about_img_wrap img{
	margin-bottom: 30px;
	-webkit-box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.2);
	box-shadow: -5px 5px 20px 0 rgba(0,0,0,0.2);
}
.about_img_wrap .ytube_vdo:last-child, .about_img_wrap img:last-child{margin-bottom: 0;}

.about_section1{background: #054a91; color: #fff; padding: 0;}
.about_section1 .heading, .about_section1 .heading span, .about_section1 .subheading, .about_section1 .subheading span{color: inherit;}
.section_text{width: 60%; float: left; padding: 50px 30px 50px 0;}
.section_img{width: 40%; float: right; position: relative;}
.section_img_inner{
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.team_list{padding: 0 125px;}
.team_box{text-align: center;}
.team_img{
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
	margin: 5px 0 20px;
	border: 5px solid #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.team_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.team_box .heading_tag{margin: 0;}

.about_box{text-align: center;}
.about_box p{text-align: inherit;}

.green_section{/* background: #04e762; */ background: #55cd6c; color: #fff;}
.green_section .heading, .green_section .heading span, .green_section .subheading, .green_section .subheading span{color: inherit;}

.orange_section{background: #f29918; color: #fff;}
.orange_section .heading, .orange_section .heading span, .orange_section .subheading, .orange_section .subheading span{color: inherit;}
.orange_section input[type="text"], .orange_section input[type="email"], .orange_section select, .orange_section textarea{
	background-color: #fdb54c;
	border-color: #fff;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.orange_section input[type="text"]:focus, .orange_section input[type="email"]:focus, .orange_section select:focus, .orange_section textarea:focus{border-color: #054a91;}
.orange_section ::-webkit-input-placeholder {color: #fff;}
.orange_section :-moz-placeholder {color: #fff;}
.orange_section ::-moz-placeholder {color: #fff;}
.orange_section :-ms-input-placeholder {color: #fff;}
.orange_section .btn_wr{width: 50%; padding-left: 15px;}
.orange_section .btn_wr [type="submit"]{width: 100%;}

/* SERVICE PAGE
---------------------------------*/
.service_head{position: relative;}
.service_head .heading, .service_head .heading_tag{padding-right: 230px;}
.service_head .spkg{position: absolute; top: 0; right: 0; width: 220px;}

.service_img{
	width: 460px;
	float: right;
	margin: 0 0 0 30px;
}

.grayD_section{background: #f3f3f3;}
.package_box{
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-align: center;
    font-family: 'PoppinsMedium';
	color: #161616;
	font-size: 18px;
	line-height: 26px;
}
.package_box p{text-align: inherit;}
.pkg_level{
	background: #002a56;
	padding: 10px 16px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}
.pkg_pricing{
	background: #054a91;
	padding: 30px;
    font-family: 'PoppinsRegular';
	color: #fff;
	font-size: 20px;
}
.pkg_pricing span{
	display: block;
    font-family: 'PoppinsMedium';
	font-size: 60px;
	line-height: 64px;
	margin: 20px 0 15px;
}
.pkg_content{padding: 30px 15px; height: 160px; overflow: hidden;}
.pkg_content ul{list-style: none; padding: 0; margin: 0;}
.pkg_content ul li:last-child{margin-bottom: 0;}
.pkg_btm .btn{
	display: block;
	width: 100%;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-color: #054a91;
	border-color: #054a91;
}
.pkg_content_spl {
    padding: 30px 10px;
    min-height: 120px;
    font-size: 16px;
    height: auto;
}
.pkg_btm .btn:hover, .pkg_btm .btn:focus, .pkg_btm .btn:active{background-color: #002a56 !important; border-color: #002a56 !important;}

.package_list > ul > li:nth-child(2) .pkg_pricing, .package_list > ul > li:nth-child(2) .pkg_btm .btn{background-color: #f29918;}
.package_list > ul > li:nth-child(2) .pkg_btm .btn{border-color: #f29918;}

.package_list > ul > li:nth-child(3) .pkg_pricing, .package_list > ul > li:nth-child(3) .pkg_btm .btn{background-color: #60b5e2;}
.package_list > ul > li:nth-child(3) .pkg_btm .btn{border-color: #60b5e2;}

.package_list > ul > li:nth-child(4) .pkg_pricing, .package_list > ul > li:nth-child(4) .pkg_btm .btn{background-color: #55cd6c;}
.package_list > ul > li:nth-child(4) .pkg_btm .btn{border-color: #55cd6c;}

.package_btm{
	text-align: center;
    font-family: 'BillabongRegular';
	color: #054a91;
	font-size: 40px;
	line-height: 50px;
	margin: 40px 0 0;
}
.package_btm .bullet{margin: 0 -45px -10px;}
.package_btm .bullet li{display: inline-block; padding: 0 45px;}
.package_btm .bullet li:before{
	content: "";
	font-size: 0;
	width: 34px;
	height: 32px;
	background: url(../images/bullet.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
}

/* TESTIMONIAL PAGE
---------------------------------*/
.quote_box{
	font-size: 20px;
	line-height: 30px;
	color: #1c1c1c;
	position: relative;
	padding: 40px 50px;
	margin: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.quote_box:before{
	content: "";
	display: block;
	width: 72px;
	height: 54px;
	background: url(../images/quote.png) no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
}
.quote_content{height: 185px; overflow: hidden;}
.quote_head{
	margin: 20px 0 0;
	color: #f29918;
    font-family: 'LatoMedium';
	font-size: 18px;
	line-height: 24px;
}
.quote_img{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin: -6px 15px -6px 0;
}
.quote_head .subheading{
	font: inherit;
	color: #1c1c1c;
	margin: 0;
}
.quote_box .ytube_vdo{padding-top: 42%;}
.minterm {font-size: 16px;}
/* CONTACT PAGE
---------------------------------*/
.map{
    -webkit-cursor: grab;
    cursor: grab;
    background: #E5E3DF;
    height: 400px;
    position: relative;
}
.map iframe{
    width: 100%;
    height: 100%;
    border: none;
	margin: 0;
}
/*   Video wraper */
#video-wrapper {
width: 100%;
height:550px;
position: relative;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 450px;
}
.yt-illution {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
background: transparent !important;
}

.video-background {
background: #000;
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
z-index: -99;
}
.video-foreground,
.video-background iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
.video-foreground { height: 150%; top: -10%; }
}
@media (max-aspect-ratio: 16/9) {
.video-foreground { width: 150%; left: -10%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}
  
.wpcf7-form-control-wrap {
    width: 100%;
}
.map_wrap{
	margin: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    padding: 10px;
}
.map_wrap iframe {
	width: 100%;
    border: 1px solid #ccc;
    height: 250px;
}
.map_wrap span.mapdetails {
	color: #054a91;
    line-height: 20px;
    font-size: 16px;
}
.cont-content {
	padding: 10px;
	text-align: center;
}
.cont-content .blueD {
	font-weight: bold;
	padding: 40px;
}
.cont-content .heading_tag_black {
	font-family: 'BillabongRegular';
    color: #000;
    font-size: 60px;
    line-height: 60px;
	margin:20px;
	margin-top: 0;
}
.cont-content .heading_tag {
	margin: 20px;
	font-size: 60px;
    line-height: 60px;
}
.contact-section .row {text-align: center;}
.cont_frm_wrap {
	float: none;
	display: inline-block;
	padding: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.cont_frm_wrap ul {list-style: none; padding: 0; margin-top: 10px;}
form .input_wrap {
	text-align: left;
}
form .input_wrap span {font-size: 12px;}
.contact-email.heading {margin: 20px;}
.stn-breadcrumb ul{
	list-style: none;
	font-size: 16px;
	color: #000;
	padding: 0;
}
.stn-breadcrumb ul li {
	display: inline-block;
	margin: 10px 2px 0;
}
.stn-breadcrumb ul li a {
	color: #000;
}
.stn-breadcrumb ul li a:hover {
	color: #054a91;
}
.stn-breadcrumb ul li span {
	color: #054a91;
}
/* Portfolio section */
.portfolio { display: none;  }
.show { display: block; }
ul.portfolio-types{margin: 20px 0;}
.portfolio-types li{
	font-family: 'BillabongRegular';
	color: #fff;
	background: #ccc;
	font-size: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    padding: 16px 10px 3px;
    cursor: pointer;
}
.portfolio-types li.active, .portfolio-types li.hover {
	background-color: #054a91;
}
.portfolio {
	text-align: center;
}
.portfolio-wrap {
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.portfolio-wrap:hover {
	box-shadow: 0 2px 16px #ccc;
}
.portfolio-wrap a{display: block;}
.portfolio img {
	width: 100%;
	height: auto;
}
.portfolio .portfoliotitle {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
.case-box {
	padding: 15px;
	margin: 5px;
}
.blog-box {
	padding: 15px;
	height: auto;
} 
.blog-box .blueD{height: 40px; overflow: hidden;}
.blog-box .case-image{
	position: relative;
	padding-top: 50%;
	width: 100%;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-bottom: 15px;
}
.blog-box .case-image img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
}
.blog-list-content {
	margin-bottom: 15px;
	height: 75px;
    overflow: hidden;
}
.blog-box .btn{
	height: 36px;
	line-height: 34px;
	padding: 0 15px;
	font-size: 16px;
}
.case-box .case-image {
	text-align: center;
	margin-bottom: 20px;
}
.case-box:hover, .blog-box:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.case-box .casecontent {
	margin-bottom: 20px;
}
.comment-box {
	margin: 30px 0;
}
.widget-title {
	padding: 10px;
    color: #fff;
    font-family: 'PoppinsMedium';
    background: #054a91;
	line-height: 24px;
	margin: 0;
	font-size: 20px;
}
.widget-area ul {
	padding: 0;
	list-style: none;
}
.widget-area ul li {
	display: block;
	background: #eee;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.casecontent h3 {color: #054a91;}
.case_details .service_img{
	width: auto;
	max-width: 270px;
	text-align: center;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.case_details .editor_text{padding: 0 300px 0 0;}
.case-cnt-image {
	text-align: center;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
/* .tnp-widget-minimal input.tnp-submit {
    height: 40px !important;
    line-height: 40px !important;
    width: 160px !important;
    position: absolute !important;
    top: 0 !important;
    right: -1px !important;
    background-color: #054a91 !important;
    border-color: #054a91 !important;
    color: #fff !important;
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
    color: #fff !important;
    font-size: 17px !important;
    padding: 0 25px !important;
    text-align: center !important;
    font-family: 'PoppinsMedium' !important;
	outline: none !important;
}
.tnp-widget-minimal input.tnp-submit:hover {
	background-color: #f29918 !important;
    border-color: #f29918 !important;
}
.tnp-widget-minimal input.tnp-email {
	height: 40px !important;
    padding-left: 15px !important;
    padding-right: 170px !important;
    color: #fff !important;
    background-color: #60b5e2 !important;
    border-color: #fff !important;
    -webkit-border-radius: 30px !important;
    border-radius: 30px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
} */
.comment-form label {display: inline-block;}
.comment-form label .required{color: rgb(214, 22, 22);}
.blog-details-box .heading {margin-bottom: 5px;}
.blog-details-box .case-image{margin-bottom: 20px; margin-top: 10px;}
.blog-meta-details span{color: #555; font-size: 14px;}
.file_input_wrap {text-align: left;color: #333; font-size: 15px;}
#imgInp {text-indent: -9999px;width: 0px; height: 0; border: none; box-shadow: none;}
#imgpreview {
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 12px;
	line-height: 14px;
	padding: 10px;
}
#post_testimonial textarea {margin-top: 12px; height: 190px;}
div.wpcf7-response-output{margin: 10px 0 0;}

.bannervideo {
	background-color: #fff;
	background-image: url('../images/logo.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0;
	position: relative;
	width: 100%;
	height: 380px;
	overflow: hidden;	
}
.bannervideo video {
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top: -50%;
}
/* COMMON
---------------------------------*/
.mt0 {margin-top: 0;}
.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;}

.pt0 {padding-top: 0;}
.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: #60b5e2;}
.blueD{color: #054a91;}
.green{color: #9cbe2f;}