/*
 Theme Name:   Betege
 Theme URI:    http://example.com/twenty-seventeen-child/
 Description:  Twenty Twenty Child Theme
 Author:       Bhasker Dhote
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  betege
*/

@import url("../twentytwenty/style.css");

@font-face {
    font-family: 'TimesNewRoman';
    src: url('fonts/TimesNewRoman.eot');
	src: url('fonts/TimesNewRoman.eot?#iefix') format('embedded-opentype'),
		url('fonts/TimesNewRoman.woff2') format('woff2'),
		url('fonts/TimesNewRoman.woff') format('woff'),
		url('fonts/TimesNewRoman.ttf') format('truetype'),
		url('fonts/TimesNewRoman.otf') format('opentype'),
		url('fonts/TimesNewRoman.svg#Palatino') format('svg');
    font-weight: 5;
    font-style: italic;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
@font-face {
	font-family: 'Arial Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Regular'), url('fonts/ARIAL.woff') format('woff');
}
@font-face {
    font-family: 'Arial Narrow';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow'), url('fonts/ARIALN.woff') format('woff');
}
@font-face {
    font-family: 'Arial Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Medium'), url('fonts/ArialMdm.woff') format('woff');
}
@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('fonts/ARIALBD 1.woff') format('woff');
}
@font-face {
    font-family: 'Arial Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Bold'), url('fonts/ARIALBD.woff') format('woff');
}
@font-face {
    font-family: 'Arial Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Narrow Bold'), url('fonts/ARIALNB.woff') format('woff');
}
@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black'), url('fonts/ARIBLK.woff') format('woff');
}
@font-face {
    font-family: 'Arial Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Black Italic'), url('fonts/ARIALBLACKITALIC.woff') format('woff');
}
@font-face {
    font-family: 'Arial Light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial Light Regular'), url('fonts/ARIALLGT.woff') format('woff');
}
@font-face {
    font-family: 'Arial CE Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Regular'), url('fonts/ArialCE.woff') format('woff');
}
@font-face {
    font-family: 'Arial CE MT Black Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE MT Black Regular'), url('fonts/ArialCEMTBlack.woff') format('woff');
}
@font-face {
    font-family: 'Arial CE Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Arial CE Bold'), url('fonts/arialceb.woff') format('woff');
}

body {
	color: #090D20;
	font-family: 'Arial Regular', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: normal;
	background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Arial Regular', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: normal;
	margin: 0 0 15px 0;
}

h1 {font-size: 34px; line-height: 38px;}
h2 {font-size: 30px; line-height: 34px;}
h3 {font-size: 24px; line-height: 28px;}
h4 {font-size: 20px; line-height: 24px;}
h5 {font-size: 18px; line-height: 22px;}
h6 {font-size: 16px; line-height: 20px;}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
p:empty {display: none;}

.container {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1540px;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.row:before,
.row:after {
	content: "";
	clear: both;
	display: table;
}
.row {margin: 0 -15px;}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	position: relative;
	box-sizng: border-box; -moz-box-sizng: border-box; -webox-sizng: border-box;
}
.col-12 {width: 100%;}
.col-11 {width: 91.6667%;}
.col-10 {width: 83.3333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.6667%;}
.col-7 {width: 58.3333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.6667%;}
.col-4 {width: 33.3333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.6667%;}
.col-1 {width: 8.33333%;}

#page {position: relative;}

body.logged-in #wpadminbar {z-index: 9999999999;}

header#site-header {
	color: #fff;
	background: none;
	box-shadow: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;
}
#site-header a {color: #fff;}

#site-header a:hover,
#site-header a:focus {color: #fff;}

.header-top {display: none;}

.headertop-in {
	color: #022359;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	background: #f1f8fe;
	padding: 12px 0;
}
.ht-col {
	float: left;
	padding: 0 15px;
	min-height: 1px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.ht-col.hinfo-col {width: calc(100% - 163px);}
.ht-col.hsocial-col {width: 163px;}

.hinfocol-in {
	line-height: 0;
	text-align: center;
}
.hinfo-col ul {
	list-style: none;
	line-height: 0;
	display: inline-block;
	padding: 0;
	margin: 0 -145px 0 0;
}
.hinfo-col ul > li {
	float: left;
	list-style: none;
	color: #022359;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	padding: 0 12px;
	margin: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hinfo-col ul li a,
.hinfo-col ul li a:hover,
.hinfo-col ul li a:focus {
	color: #022359;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	text-decoration: none;
	outline: none;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
    -webkit-box-align: center;
}
.hinfo-col li img {
	display: inline-block;
	margin: 0 10px 0 0;
}
.hinfo-col li span {display: inline-block;}

.hinfo-col li.hi-email img {width: 22.67px;}
.hinfo-col li.hi-call img {width: 17px;}

.hsocialcol-in {
	line-height: 0;
	text-align: right;
}
.social-menus {display: inline-block;}

.social-menus ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
    -webkit-box-align: center;
}
.social-menus ul li {
	float: none;
	line-height: 0;
	text-align: center;
	display: inline-block;
	padding: 0 7px;
	margin: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.social-menus ul li:first-child {padding-left: 0;}
.social-menus ul li:last-child {padding-right: 0;}

.social-menus ul li a,
.social-menus ul li a:hover,
.social-menus ul li a:focus {
	color: #022359;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	display: inline-block;
	background: none;
	border: none;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	height: auto;
	width: auto;
	transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;
}
.social-menus ul li a:hover {
	color: #022359;
	background: none;
}
.social-menus ul li.sm-instagram img {width: 16px;}
.social-menus ul li.sm-facebook img {width: 8px;}
.social-menus ul li.sm-youtube img {width: 20px;}
.social-menus ul li.sm-twitter img {width: 17px;}
.social-menus ul li.sm-linkedin img {width: 16px;}

.header-menu {
	box-shadow: none;
	position: relative;
}
.header-fixed .header-menu {box-shadow: 0 4px 6px rgba(0,0,0,0.06);}

.headermenu-in {
	color: #fff;
	font-family: 'Times New Roman', sans-serif;
	background: none;
	box-shadow: none;
	padding: 0;
	position: relative;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
	position: relative;
}
.header-fixed .headermenu-in {
	background: #002359;
	box-shadow: 0 -4px 6px rgba(0,0,0,0.06);
}
.headermenu-in > .container > .row {
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
    -webkit-box-align: center;
}
.headermenu-in .hm-col {
	float: none;
	padding: 15px 15px 16px 15px;
	min-height: 1px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.header-fixed .headermenu-in .hm-col {padding: 8px 15px 11px 15px;}

.headermenu-in .hm-col.hlogo-col {
	background: none;
	padding: 0 15px;
	margin: 0;
	height: 91px;
	width: 21%;
}
.header-fixed .headermenu-in .hm-col.hlogo-col {
	background: #fff;
	height: 66px;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.header-fixed .headermenu-in .hm-col.hlogo-col:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1000%;
	background: #fff;
	box-shadow: 0 -4px 6px rgba(0,0,0,0.06);
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.hlogo-outer {
	padding: 25px 0 20px 0;
	height: 91px;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.header-fixed .hlogo-outer {
	padding: 10px 0;
	height: 66px;
}
.hlogo-outer:before {
	content: none;
	display: none;
	position: absolute;
	top: 0;
	right: -41px;
	height: 66px;
	width: 34px;
	background: url("images/logo-crnr.png") no-repeat;
	opacity: 0;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.header-fixed .hlogo-outer:before {opacity: 1;}

.hlogo-in {
	line-height: 0;
	padding: 0 0 0 55px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
	z-index: 5;
}
.hlogo-in > a {display: inline-block;}

.hlogo-in a img {
	margin: 0;
	max-width: 120px;
	width: 100%;
}
.headermenu-in .hm-col.hmenu-col {
	margin-left: auto;
	width: 79%;
}
.headermenu-in button.menu-toggle {display: none;}

.headermenu-in ul.primary-menu,
.headermenu-in ul.primary-menu > li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.headermenu-in ul.primary-menu > li {
	padding: 0 15px;
	margin: 0 15px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.headermenu-in ul.primary-menu > li:first-child {padding: 0;}
.headermenu-in ul.primary-menu > li.menu-item-has-children:first-child {padding-right: 15px;}

.headermenu-in ul.primary-menu > li:last-child {padding-right: 0;}


.headermenu-in ul.primary-menu > li.menu-item-has-children:last-child {padding-right: 0;}

.headermenu-in .primary-menu a,
.headermenu-in .primary-menu a:hover,
.headermenu-in .primary-menu a:focus {
	color: #fff !important;
	font-family: 'Palatino', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.1px;
	text-decoration: none;
	display: block;
	position: relative;
}
.headermenu-in .primary-menu > li > a,
.headermenu-in .primary-menu > li > a:hover,
.headermenu-in .primary-menu > li > a:focus {
	color: #fff !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none !important;
	background: none;
	box-shadow: none;
	border: none;
	padding: 8px 8px;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor,
.headermenu-in .primary-menu li.current-menu-item > a,
.headermenu-in .primary-menu li.current-menu-item > .link-icon-wrapper > a {text-decoration: none !important;}

.headermenu-in .primary-menu > li > a:before {
	color: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px;
	height: 2px;
	width: 0;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}

.headermenu-in .primary-menu > li > a:hover:before,
.headermenu-in .primary-menu li.current-menu-item > a:before {width: 99.50%;}

.headermenu-in .primary-menu .icon:before,
.headermenu-in .primary-menu .icon:after {background-color: #fff;}

body:not(.overlay-header) .headermenu-in ul.primary-menu ul {background: #002359;}
body:not(.overlay-header) .headermenu-in ul.primary-menu  > li > ul:after {border-bottom-color: #002359;}

footer#site-footer {
	color: #c1c1c1;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	background: #243588;
	box-shadow: none;
	border: none;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	padding: 0;
	margin: 0;
}	

footer#site-footer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
footer#site-footer a,
footer#site-footer a:hover,
footer#site-footer a:focus {
	color: #c1c1c1;
	text-decoration: none;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
footer#site-footer a:hover {color: #fff;}

.footer-menu,
.footer-menu li {
	list-style: none;
	color: #c1c1c1;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	display: block;
	padding: 0;
	margin: 0;
}
.footer-menu li {padding: 0 0 10px 0;}

.footer-menu li a,
.footer-menu li a:hover,
.footer-menu li a:focus {color: #646464;}

.footer-menu li a:hover {color: #fff;}

.sfooter-top,
.sfootertop-in,
.sfooter-bottom,
.sfootertop-in {width: 100%;}

.fcol.fcol1,
.fcol.fcol2,
.fcol.fcol3 {width: 27%;}

.fcol.fcol4 {width: 19%;}

.sfooter-top p {
	padding: 0;
	margin: 0;
}
.sfootertop-in {padding: 70px 0 40px 0;}

.sfootertop-in .faddress-in p {padding: 0 0 10px 0;}

.fcontact-in ul {
	list-style: none;
	line-height: 0;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.fcontact-in ul > li {
	float: none;
	list-style: none;
	color: #c1c1c1;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.fcontact-in ul li a,
.fcontact-in ul li a:hover,
.fcontact-in ul li a:focus,
.fcontact-in ul li .fifax-in {
	color: #c1c1c1;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	outline: none;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
    -webkit-box-align: center;
}
.fcontact-in ul li a:hover {color: #fff;}

.fcontact-in li img {
	display: inline-block;
	margin: 0;
	width: 17px;
}
.fcontact-in li span {
	display: block;
	padding: 0 0 0 12px;
	width: calc(100% - 17px);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.footer-logo {padding: 0 0 15px 0;}

.footer-logo img {
	margin: 0;
	max-width: 160px;
}
.footer-certificate {padding: 20px 0 0 0;}

.footer-certificate h2,
.footer-certificate h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 0 0 12px 0;
	margin: 0;
}
.certificate-logo img {
	margin: 0;
	max-width: 120px;
}
.fcol h1,
.fcol h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding: 0 0 20px 0;
	margin: 0;
}
.sfooter-bottom {
	color: #a2a2a2;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
}
footer#site-footer .sfooter-bottom p {
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	padding: 0;
	margin: 0;
}
.footer-social {padding: 10px 0 20px 0;}
.fcopyright {padding: 10px 0;}

.banner-wrap {
	line-height: 0;
	background: #002359;
	border: none;
	border-bottom: 20px solid #002359;
	overflow: hidden;
	height: 350px;
	width: 100%;
	position: relative;
}
.banner-wrap.banner-home {
	border: none;
	height: 700px;
}

.banner-img,
.banner-home-video {
	line-height: 0;
	position: relative;
}
.banner-img,
.banner-home-video {height: 100%;}

.banner-img > img,
.banner-home-video video {
	object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover;
	margin: 0;
	height: 100%;
	width: 100%;
}

.banner-img,
.banner-home-video {position: relative;}

.banner-img:before,
.banner-home-video:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: #afa48e;
	opacity: 0.99;
}
.banner-inner {
	padding: 0 15px;
	margin: 0 auto;
	max-width: 1540px;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.banner-cnt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 99;
	margin: 0 auto;
	width: 100%;
	transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.banner-text {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	padding: 50px 0 0 55px;
	margin: 0;
	max-width: none;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.banner-inner h1,
.banner-inner h2 {
	color: #fff;
	font-family: 'Arial Bold', sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	text-transform: none;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
}
.banner-home .banner-inner h1,
.banner-home .banner-inner h2 {
	font-size: 60px;
	font-weight: 400;
	line-height: 76px;
}
.banner-inner p {
	color: #fff;
	font-family: 'Palatino', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	margin: 0;
	max-width: 920px;
}
.banner-btn {padding: 25px 0 0 0;}

.banner-btn a,
.banner-btn a:hover,
.banner-btn a:focus {
	color: #fff;
	font-family: 'Arial Bold', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	display: inline-block;
	background: #ff5e14;
	border: 2px solid #ff5e14;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 15px 30px;
	margin: 0;
	height: auto;
	min-width: 180px;
	width: auto;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.banner-btn a:hover {
	color: #ff5e14;
	background: #fff;
	border: 2px solid #ff5e14;
}
.banner-playvideo {padding: 12px 0 0 0;}

.banner-playvideo span {
	display: inline-block;
	vertical-align: middle;
}
.banner-playvideo span.vplay-text {
	font-family: 'Arial Regular', sans-serif;
	padding: 0 20px 0 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.banner-playvideo p {
	padding: 0;
	margin: 0;
}
span.vplay-btn {lin-height: 0;}

span.vplay-btn a,
span.vplay-btn a:hover,
span.vplay-btn a:focus {
	color: #fff;
	line-height: 0;
	text-align: center;
	display: inline-block;
	background: rgba(255,94,20,0.28);
	border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
	padding: 4px;
	height: 48px;
	width: 48px;
	transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
span.vplay-btn a:hover {background: #ff5e14;}

span.vplay-btn a span.vplaybtn-in {
	color: #fff;
	line-height: 0;
	text-align: center;
	background: #ff5e14;
	border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
	height: 40px;
	width: 40px;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
    -webkit-box-align: center;
}
.banner-playvideo p img {
	display: inline-block;
	margin: 0 auto;
	width: 10px;
}

.section-title {
	color: #090D20;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	text-transform: none;
	padding: 0 0 50px 0;
}
.section-title h1,
.section-title h2 {
	color: #090D20;
	font-family: 'Arial Bold', sans-serif;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	line-height: 38px;
	padding: 0 0 12px 0;
	margin: 0;
}
.section-title h1 strong,
.section-title h2 strong {font-weight: 700;}

.section-title.tal,
.section-title.tal h1,
.section-title.tal h2 {text-align: left;}

.section-title.tar,
.section-title.tar h1,
.section-title.tar h2 {text-align: right;}

.section-title p {
	padding: 0;
	margin: 0;
}
.dark-section,
.dark-section a,
.dark-section h1, .dark-section h2, .dark-section h3,
.dark-section h4, .dark-section h5, .dark-section h6,
.dark-section .section-title,
.dark-section .section-title h1,
.dark-section .section-title h2,
.dark-section .section-title h3,
.dark-section .section-title h4,
.dark-section .section-title h5,
.dark-section .section-title h6 {color: #fff;}

.site-btn {text-align: center;}
.site-btn.tal {text-align: left;}
.site-btn.tar {text-align: right;}

.site-btn a,
.site-btn a:hover,
.site-btn a:focus {
	color: #fff;
	font-family: 'Arial Bold', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	display: inline-block;
	background: #ff5e14;
	border: 1px solid #ff5e14;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 15px 30px;
	margin: 0 0 10px 0;
	height: auto;
	width: auto;
	min-width: 155px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s;
}
.site-btn a:hover {
	color: #ff5e14;
	background: #fff;
	border: 1px solid #ff5e14;
}

.site-btn a + a,
.site-btn a + a:hover,
.site-btn a + a:focus {
	color: #ff5e14;
	background: #fff;
	border: 1px solid #ff5e14;
	margin: 0 0 10px 10px;
}
.site-btn a + a:hover {
	color: #fff;
	background: #ff5e14;
	border: 1px solid #ff5e14;
}

section.hsection,
section.psection {
	padding: 0;
	overflow: hidden;
}
.hsection,
.psection {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.hsection-inner,
.psection-inner {position: relative;}

.hsection-business .hsection-inner {padding: 80px 0 0 0;}
.hsection-business .section-title {padding: 0 0 30px 0;}

.hbusinesscol-wrap {padding: 0 0 40px 0;}
.hbusinesscol-in {position: relative;}

.hbusinesscol-in > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.hbusinesscol-img {
	line-height: 0;
	position: relative;
}
.hbusinesscol-img img {
	object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	margin: 0;
	height: 300px;
	width: 100%;
}
.hbusinesscol-text {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 20px 30px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hbusinesscol-text h1,
.hbusinesscol-text h2 {
	color: #fff;
	font-family: 'Arial Bold', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 0 5px 0;
	margin: 0;
}
.hbusinesscol-text p {
	padding: 0;
	margin: 0;
}

.hsection-about .hsection-inner {padding: 80px 0 100px 0;}

.habouttext-in {
	padding: 0 25px 0 40px;
	max-width: 550px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
}
.habouttext-in:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	margin: 0;
	height: 59px;
	width: 100px;
	background: url("images/habout-plus.svg");
	background-size: contain;
}
.haboutimg-in {position: relative;}

.hoverlay-radius10 {
	background: #afa48e;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	position: relative;
}
.hoverlay-radius10 img,
.hoverlay-radius10 iframe {opacity: 0.56;}
/*
.haboutimg-in:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	z-index: -1;
	margin: -50px 0 0 0;
	height: 60px;
	width: 186px;
	background: url("images/habout-bluedots.svg");
	background-size: contain;
	transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);
} 
*/.haboutimg-in img {
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	margin: 0;
	width: 100%;
	height: 370px;
    object-fit: cover;
    object-position: 0 0;
}
.habouttext-title h1,
.habouttext-title h2 {
	font-size: 34px;
	font-family: 'Arial Bold', sans-serif;
	font-weight: 400;
	line-height: 38px;
	padding: 0 0 15px 0;
	margin: 0;
}
.habouttext-para {color: #ff5e14;}

.hsection-project .hsection-inner {padding: 0;}
.hprojectcol-wrap {padding: 0 0 40px 0;}
.hprojectcol-in {position: relative;}

.hprojectcol-in > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.hprojectcol-img {
	line-height: 0;
	position: relative;
}
.hprojectcol-img img {
	object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	margin: 0;
	height: 300px;
	width: 100%;
}
.hprojectcol-text {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 20px 30px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hprojectcol-text h1,
.hprojectcol-text h2 {
	color: #fff;
	font-family: 'Arial Bold', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	padding: 0 0 5px 0;
	margin: 0;
}
.hprojectcol-text p {
	padding: 0;
	margin: 0;
}

.hsection-history .hsection-inner {padding: 80px 0 100px 0;}
.hsection-inner .hhistoryvideo-col {float: right;}

.hhistoryvideo-in {
	line-height: 0;
	text-align: right;
}
.hhistoryvideo-in img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: 0 0;
}

.hhistoryvideo-in iframe {
	line-height: normal;
	text-align: left;
	display: inline-block;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding: 0 !important;
	margin: 0 !important;
	height: 380px !important;
	width: 100% !important;
}
.hhistorytext-in {
	padding: 0;
	margin: 0;
	max-width: 450px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hhistorytext-title h1,
.hhistorytext-title h2 {
	font-family: 'Arial Bold', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 38px;
	padding: 0 0 15px 0;
	margin: 0;
}
.hhistory-btn.site-btn {text-align: left;}

.hsection-testi .hsection-inner {padding: 0;}

.htesticol-wrap {
	padding: 0 0 40px 0;
	width: 100%;
}
.htesticol-in {background: #fff;}

.htesticol-in {
	font-family: 'Palatino', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
	background: none;
	box-shadow: 0 0 50px rgba(0,0,0,0.06);
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 30px;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: relative;
}
.htesticol-in:before {
	content: "“";
	font-family: 'Montserrat', sans-serif;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: 0 auto;
	color: #afa48e;
	font-size: 130px;
	font-weight: 600;
	line-height: 130px;
	opacity: 0.53;
}
.htesticol-in p {
	line-height: 1.6;
	padding: 0 0 15px 0;
	margin: 0;
}
.htesticol-sprtr {padding: 10px 0 30px 0;}

.htesti-sprtr {
	background: #002359;
	margin: 0 auto;
	height: 2px;
	width: 70px;
}
.htesticol-img {
	line-height: 0;
	text-align: center;
}
.htesticol-img img {
	object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover;
	border-radius: 100%; -moz-border-radius: 100%; -webkit-border-radius: 100%;
	margin: 0 auto;
	height: 80px;
	width: 80px;
}
.htesticol-name {
	color: #a0a0a0;
	padding: 15px 0 0 0;
}
.htesticol-name h4 {
	color: #a0a0a0;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.hsection-reference .hsection-inner {padding: 80px 0 50px;}

.hreference-row.row {
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
    -webkit-box-align: center;
}
.hrefer-col {
	float: left;
	padding: 0 15px 20px 15px;
	min-height: 1px;
	width: 20%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hrefercl-in,
.hrefercl-in:hover {
	text-align: center;
	line-height: 0;
	background: #fff;
	box-shadow: none;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	padding: 15px;
	min-height: 112px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center; -moz-align-items: center; -webkit-align-items: center;
    -webkit-box-align: center;
}
.hrefercl-in:hover {box-shadow: 0 20px 50px rgba(112,141,232,0.10);}

.hrefercl-in img {margin: 0 auto;}

.hsection-email .hsection-inner {
	background: #4969C9;
	padding: 50px 0;
}

.hemail-form {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hemail-form form {
	padding: 0;
	margin: 0;
	position: relative;
}
.hemail-form .mc4wp-form-fields {
	padding: 0;
	margin: 0;
	width: auto;
}
.hemail-form .mc4wp-form-fields:before,
.hemail-form .mc4wp-form-fields:after {
	content: "";
	clear: both;
	display: table;
}
.hemail-form input[type="text"],
.hemail-form input[type="email"],
.hemail-form input[type="text"]:focus,
.hemail-form input[type="email"]:focus {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: normal;
	text-align: left;
	background: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	padding: 1px 10px;
	margin: 0;
	height: 45px;
	width: calc(100% - 180px);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hemail-form input[type="submit"],
.hemail-form input[type="submit"]:hover,
.hemail-form input[type="submit"]:focus,
.hemail-form button,
.hemail-form button:hover,
.hemail-form button:focus {
	float: right;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	background: #171A23;
	box-shadow: none;
	border: 1px solid #171A23;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	outline: none;
	padding: 10px 20px;
	margin: 0;
	height: auto;
	min-width: 133px;
	width: auto;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.hemail-form ::-webkit-input-placeholder{color: #fff; text-transform: uppercase;}
.hemail-form :-moz-placeholder{color: #fff; text-transform: uppercase;}
.hemail-form ::-moz-placeholder{color: #fff; opacity: 1; text-transform: uppercase;}
.hemail-form :-ms-input-placeholder {color: #fff; text-transform: uppercase;}

.singular header.entry-header {padding: 0 0 20px 0;}
#site-content .post-inner {padding: 0;}

div.entry-content > * {margin: 0 0 20px 0;}

div.entry-content p,
div.entry-content li {line-height: 1.5;}

div.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	min-width: inherit;
	max-width: none;
	width: auto;
}

body .color-accent,
body .color-accent-hover:hover,
body .color-accent-hover:focus,
body :root .has-accent-color,
body .has-drop-cap:not(:focus):first-letter,
body .wp-block-button.is-style-outline,
body a {
	color: #ff5e14;
	text-decoration: none;
}

.singlepage-wrap {padding: 50px 0;}

header.archive-header {
	text-align: left;
	padding: 0 0 30px 0;
}
header.archive-header .archive-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
}
header.archive-header .archive-header-inner {
	min-width: inherit;
	max-width: none;
	width: auto;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote::before,
.singular:not(.overlay-header) .entry-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {color: #ff5e14;}

body section {padding: 0;}

.singlepost-row.row {margin: 0 -15px;}

.singlepost-col {
	float: left;
	padding: 0 15px;
	min-height: 1px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.singlepostcnt-col.singlepost-col {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	width: 70%;
}
.singlepostside-col.singlepost-col {width: 30%;}

.singlepostcnt-col .entry-header-inner .entry-categories {display: none;}

.entry-categories .entry-categories-inner {
	text-align: left;
	display: block;
	display: none;
	padding: 0;
	margin: 0;
	width: auto;
}
.entry-header-inner .post-meta-wrapper {
	display: block;
	padding: 0;
	margin: 0;
	min-width: inherit;
	max-width: none;
	width: auto;
}
.post-meta-single-top ul.post-meta {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: auto;
}
.post-meta-single-top ul.post-meta li {
	list-style: none;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
	min-width: inherit;
	max-width: none;
	width: auto;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}


.contant_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Arial Regular', sans-serif;
    letter-spacing: normal;
}
.contant_text.ct_nline {
	clear: both;
	display: block;
}

.post-meta .meta-wrapper {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 6px 60px 6px 18px;
        margin-top: 25px;
} 
 
 section.hsection-project.singlepage .section-title h2 {
    text-align: left !important;

}
 section.hsection-project.singlepage .section-title {
    padding: 0 0 10px 0;
}
section.hsection-project.singlepage {
    padding-top: 50px;
}
.widget.widget_categories {
    margin-bottom: 65px !important;
}
 
.contant_text img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
figure.featured-img {
    float: right;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 15px;
}

section.hsection-project.singlepage img {
    height: 230px;
    width: 100%;
}


.singlesidebar h2.widget-title {
    background: #002359;
    text-align: center;
    padding: 7px 5px;
    font-size: 18px;
    color: white;
}
.widget.widget_categories li.cat-item a:before, 
.widget.widget_categories li.cat-item a:after,
.widget li.menu-item a:before, 
.widget li.menu-item a:after {
    border-right: 2px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 10px;
    top: 50%;
    width: 0;
}
.widget.widget_categories li.cat-item a:after,
.widget li.menu-item a:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.singlesidebar h2.widget-title {
    background: #002359;
    text-align: center;
    padding: 7px 5px;
    font-size: 18px;
    color: white;
}

.widget.widget_categories li.cat-item, .widget li.menu-item {
    border-bottom: 1px dashed #002359;
    padding: 7px 10px 7px 25px;
    position: relative;
} 
.singlesidebar .widget li a {
    color: #002359;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none !important;
} 
.rpwwt-widget ul li {
   border-bottom: 1px dashed #002359;
   padding-bottom: 20px;
   margin: 0 0 1.1em !important;
}

.rpwwt-post-excerpt {
    font-size: 15px;
    line-height: 20px;
    color: #848484;
}
.rpwwt-widget ul li img {
    margin: .3em .75em 0.05em 0;
}

.singlesidebar .smart_recent_posts {

}
.singlesidebar li.srpw-li {
	vertical-align: top;
	display: inline-block;
	border-bottom: 1px dashed #002359;
	padding: 0 0 20px 0;
	margin: 0 0 23px 0;
	width: 100%;
}
.singlesidebar ul.srpw-ul li.srpw-li > a.srpw-img {
	float: left;
	text-decoration: none;
	vertical-align: top;
	padding: 0;
	margin: 5px 0 14px 0;
	height: 75px;
	width: 75px;
}
.singlesidebar li.srpw-li img.srpw-thumbnail {
	object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover;
	margin: 0;
	height: 75px;
	width: 75px;
}
.singlesidebar li.srpw-li .srpw-content {
	float: left;
	line-height: 1.5;
	vertical-align: top;
	padding: 0 0 0 14px;
	margin: 0;
	width: calc(100% - 75px);
}
.singlesidebar li.srpw-li .srpw-content a.srpw-title {
	color: #002359;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.singlesidebar li.srpw-li .srpw-content .srpw-meta {
	padding: 0;
	margin: 0;
}
.singlesidebar li.srpw-li .srpw-content .srpw-summary,
.singlesidebar li.srpw-li .srpw-content .srpw-summary p {
	color: #848484;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.singlepost-col {padding: 0 20px;}

.left_img {
    width: 40%;
    float: left;
    margin: 0 30px 10px 0px;
}

.row.description_text {
    padding: 35px 0 15px 0;
} 
.left_img img {
    width: 100%;
      border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.section-innerpage .hsection-inner {
    padding: 55px 0 25px 0;
}
.page-template-tpl-innerpage section.hsection.hsection-project {
    padding-bottom: 30px;
}
 
/*-----Category--------*/

.row.metarow {
    padding: 15px 0px;
    margin: 0 15px;
    margin-bottom: 50px;
    clear: both;
    border-bottom: 1px dashed #002359;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}
.catnewstext-title .entry-categories,  
.row.metarow .entry-categories, 
.row.metarow h2.entry-title.heading-size-1,
.catnewstext-title .post-meta-wrapper{
    display: none;
}
.catnewstext-title h2.entry-title.heading-size-1 a,
.search h2.entry-title.heading-size-1 a {
    text-decoration: none;
}
.catnewstext-title h2.entry-title.heading-size-1, 
.search h2.entry-title.heading-size-1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
} 
.hnews-img a img {
    width: 100%;
}
.hnews-img a {
    line-height: 0;
    display: block;
    width: 100%;
}
.row.metarow .post-meta-single-top ul.post-meta li,
.search .post-meta-single-top ul.post-meta li {
    padding: 0 30px 0 0;
}
.row.metarow .post-meta .meta-wrapper,
.search .post-meta .meta-wrapper{
	border: none;
}
.hnewstext-btn {
    text-align: right;
}

.hnewstext-btn a, .hnewstext-btn a:hover, .hnewstext-btn a:focus {
    color: #fff;
    font-family: 'Arial Bold', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    display: inline-block;
    background: #ff5e14;
    border: 1px solid #ff5e14;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 12px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.hnewstext-btn a:hover {
    color: #ff5e14;
    background: #fff;
    border: 1px solid #ff5e14;
}

body.error404 .footer-nav-widgets-wrapper.header-footer-group,
.archive .banner-cnt,
.search .banner-cnt,
body.error404 .banner-cnt,
.search hr.post-separator.styled-separator.section-inner,
.search article .entry-categories {
    display: none;
} 
.error404 #site-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.search article {
	border-bottom: 1px dashed #002359;
    padding: 25px 0 40px 0;
}
.search header.archive-header {
    text-align: left;
    padding: 0 0 0px 0;
}
.search header.archive-header .archive-title {
    padding: 0;
    margin: 0 0 15px 0;
}
.search .archive-subtitle {
    margin: 0;
    max-width: 100%;
}
.search article:last-child {
    border: 0;
    padding: 25px 0 20px 0;
}

div.entry-content ul li {
    list-style: disc;
    padding: 0px 0 5px 0;
    margin: 0 10px 0 20px;
}

.hsection-reference.partners .hsection-inner {
	    padding: 25px 0 50px;
}
/*-----Category--------*/

/*----------Contact page---------*/
section.hsection.contactus {
    padding: 50px 0 40px 0;
}
.contact-info h4:before {
    color: #002359;
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
}

.contact-info .faddress h4:before, .contact-info .faddress h3:before {
    content: "\f041";
}
.contact-info .email h4:before, .contact-info .email h3:before {
    content: "\f0e0";
    font-size: 24px;
}

.contact-info .fcall h4:before, .contact-info .fcall h3:before {
    content: "\f095";
}
.contact-info .ffax h4:before, .contact-info .ffax h3:before {
    content: "\f1ac";
}

.contact-info h4, .contact-info h3, .contact-info p {
    padding: 0 0 0px 40px !important;
    position: relative;
    margin-bottom: 5px;
} 

.contact-info {
    padding: 30px 0 10px 0;
}
.contact-info ul li {
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0 20px 0;
}
.gform_wrapper #gform_1 input {
    height: 40px;
    width: 100% !important;
    max-width: 100%;
    outline: 0;
    padding: 10px 15px !important;
}

#gform_wrapper_1.gform_wrapper {
    margin-top: -16px !important;
} 
.contactus .entry-content {
    padding-bottom: 28px;
} 
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    background: #ff5e14;
    border: 1px solid #ff5e14;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: auto !important;
    max-width: 150px !important;
    text-align: center;
    margin: 0 auto !important;
    display: block !important;
} 
.gform_wrapper textarea.medium {
    outline: 0;
}
.featured-media-post {
    background: #afa48e;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}
.featured-media-post img {
    opacity: 0.99;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
} 

.cteamcol-in:before,
.cteamcol-in:after {
	content: "";
	clear: both;
	display: table;
}
.cteamcol-in {padding: 0 0 35px 0;}

.cteam-img,
.cteam-cnt {
	float: left;
	min-height: 1px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.cteam-img {
	border: 1px solid rgba(0,0,0,0.1);
	height: 100px;
	width: 100px;
}
.cteam-cnt {
	padding: 0 0 0 20px;
	width: calc(100% - 100px);
}
.cteamimg-in {
	line-height: 0;
	width: 100%;
}
.cteamimg-in img {
	object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover;
	margin: 0;
	width: 100%;
}
.cteam-name h2 {
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.cteam-desig,
.cteam-desig p {
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	text-transform: uppercase;
}
.cteam-text {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	padding: 8px 0 0 0;
}
.cteam-text p {
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	padding: 0;
	margin: 0;
}
/*----------Contact page---------*/





@media only screen and (max-width: 1500px) {
	.headermenu-in ul.primary-menu > li {padding: 0 10px; margin: 0 10px;}
	
	.headermenu-in ul.primary-menu > li:first-child {padding: 0;}
	.headermenu-in ul.primary-menu > li.menu-item-has-children:first-child {padding-right: 10px;}
}

@media only screen and (max-width: 1300px) {
	.banner-inner h1,
	.banner-inner h2 {font-size: 40px; line-height: 55px;}
	
	.banner-home .banner-inner h1,
	.banner-home .banner-inner h2 {font-size: 40px; line-height: 55px;}
	
	.banner-inner p {max-width: 800px;}
	
	.section-title {padding: 0 0 40px 0;}
	
	.hprojectcol-img img {height: 260px;}
	
	.htesticol-name h4 {font-size: 16px; line-height: 22px;}
}

@media only screen and (max-width: 1200px) {
	.cteam-img,
	.cteam-cnt {float: none;}
	
	.cteam-cnt {padding: 8px 0 0 0; width: 100%;}
}
	
@media only screen and (max-width: 1024px) {
	.headermenu-in .hm-col.hlogo-col {width: 16%;}
	.headermenu-in .hm-col.hmenu-col {width: 84%;}
	
	.hlogo-in {padding: 0;}
	.headermenu-in ul.primary-menu > li {padding: 0 5px;}
	
	.headermenu-in .primary-menu > li > a,
	.headermenu-in .primary-menu > li > a:hover,
	.headermenu-in .primary-menu > li > a:focus {font-size: 16px; line-height: 24px;}
	
	.banner-wrap {height: 350px;}
	.banner-wrap.banner-home {height: 500px !important;}
	
	.banner-inner h1,
	.banner-inner h2 {font-size: 34px; line-height: 46px;}
	
	.banner-home .banner-inner h1,
	.banner-home .banner-inner h2 {font-size: 34px; line-height: 46px;}
	
	.banner-text {padding: 30px 0 0 0;}
	
	.banner-text,
	.banner-inner p {font-size: 16px; line-height: 20px;}
	
	.banner-btn {padding: 20px 0 0 0;}
	
	.banner-btn a,
	.banner-btn a:hover,
	.banner-btn a:focus {padding: 10px 20px; min-width: 140px;}

	.banner-playvideo {padding: 8px 0 0 0;}
	
	footer#site-footer,
	footer#site-footer p,
	.footer-menu,
	.footer-menu li,
	.fcontact-in ul > li,
	.fcontact-in ul li a,
	.fcontact-in ul li a:hover,
	.fcontact-in ul li a:focus,
	.fcontact-in ul li .fifax-in {font-size: 14px; line-height: 18px;}
	
	.fcol.fcol1 {width: 25%;}
	.fcol.fcol2 {width: 31%;}
	.fcol.fcol3 {width: 25%;}
	.fcol.fcol4 {width: 19%;}
	
	.fcol h1,
	.fcol h2 {font-size: 16px; line-height: 18px;}
	
	.sfootertop-in .faddress-in p,
	.fcontact-in ul > li,
	.footer-menu li {padding: 0 0 6px 0;}
	
	.sfootertop-in {padding: 40px 0 30px 0;}
	
	.fcontact-in li span {padding: 0 0 0 9px;}
	
	.section-title {font-size: 16px; line-height: 20px; padding: 0 0 30px 0;}
	
	.section-title h1,
	.section-title h2 {font-size: 30px; line-height: 34px;}
	
	.site-btn a,
	.site-btn a:hover,
	.site-btn a:focus {padding: 10px 20px; min-width: 140px;}
	
	.hsection-business .hsection-inner {padding: 60px 0 0 0;}
	.hsection-about .hsection-inner {padding: 60px 0;}
	.hsection-reference .hsection-inner {padding: 50px 0 30px 0;}
	
	.habouttext-title h1,
	.habouttext-title h2 {font-size: 30px; line-height: 34px;}
	
	.habouttext-in {padding: 0 15px 0 25px;}
	
	.hproject-row.row,
	.hbusiness-row.row {margin: 0 -10px;}
	
	.col-4.hproject-col,
	.col-4.hbusiness-col {padding: 0 10px;}
	
	.hprojectcol-wrap,
	.hbusinesscol-wrap {padding: 0 0 25px 0;}
	
	.hprojectcol-img img,
	.hbusinesscol-img img {height: 230px;}
	
	.hprojectcol-text,
	.hbusinesscol-text {padding: 15px;}
	
	.hprojectcol-text h1,
	.hprojectcol-text h2,
	.hbusinesscol-text h1,
	.hbusinesscol-text h2 {font-size: 20px; line-height: 24px;}
	
	.hprojectcol-text,
	.hprojectcol-text p,
	.hbusinesscol-text,
	.hbusinesscol-text p {font-size: 14px; line-height: 20px;}
	
	.hhistorytext-title h1,
	.hhistorytext-title h2 {font-size: 30px; line-height: 34px;}
	
	.htesti-row.row {margin: 0 -10px;}
	.col-4.htesti-col {padding: 0 10px;}
	.htesticol-in {box-shadow: 0 0 30px rgba(0,0,0,0.06); padding: 20px;}
	.htesticol-in:before {font-size: 100px; line-height: 100px;}
	
	.htesticol-in,
	.htesticol-in p {font-size: 15px; line-height: 22px;}
}

/*=--- Start Responsive Menu ---=*/
@media only screen and (max-width: 1023px) {
	nav.primary-menu-wrapper {display: block;}
	.headermenu-in button.menu-toggle {display: block;}
	.headermenu-in ul.primary-menu {display: none;}
	
	.hmenu-in button.menu-toggle {
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		line-height: 0;
		outline: none;
		background: none;
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
		width: 30px;
		position: absolute;
		top: 26px;
		right: 15px;
		z-index: 99;
	}
	.hmenu-in button.menu-toggle > span {
		display: inline-block;
		background: #fff;
		margin: 2px 0;
		height: 3px;
		width: 30px;
		transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s;
	}
	.header-fixed .hmenu-in button.menu-toggle {color: #002359; top: 17px;}
	.header-fixed .hmenu-in button.menu-toggle > span {background: #002359;}
	
	.toggle-open .menu-toggle .bar1 {
		transform: translate3d(0px, 10px, 0px) rotate(45deg);
		-moz-transform: translate3d(0px, 10px, 0px) rotate(45deg);
		-webkit-transform: translate3d(0px, 10px, 0px) rotate(45deg);
	}
	.toggle-open .menu-toggle .bar2 {opacity: 0;}
			
	.toggle-open .menu-toggle .bar3 {
		transform: translate3d(0px, -5px, 0px) rotate(-45deg);
		-moz-transform: translate3d(0px, -5px, 0px) rotate(-45deg);
		-webkit-transform: translate3d(0px, -5px, 0px) rotate(-45deg);
	}
	
	.headermenu-in > .container {padding: 0; max-width: none; width: 100%; position: static;}
	.headermenu-in .hm-col.hmenu-col {padding: 0; min-height: inherit; width: 100%; position: static;}
	
	.headermenu-in ul.primary-menu {
		background: #002359;
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	.headermenu-in ul.primary-menu li {position: relative;}
	.headermenu-in ul.primary-menu > li {display: block; padding: 0; margin: 0; position: relative; z-index: 999;}
	.headermenu-in ul.primary-menu > li > a:before {content: none; display: none;}
	
	.headermenu-in ul.primary-menu li a,
	.headermenu-in ul.primary-menu > li > a {
		color: #fff !important;
		padding: 10px 15px;
		margin: 0;
		background: #002359;
		border-top: 1px solid rgba(255,255,255,0.5);
		border-bottom: none;
		border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
		transition: none; -moz-transition: none; -webkit-transition: none;
	}
	.headermenu-in ul.primary-menu > li:last-child > a {border-bottom: 1px solid rgba(255,255,255,0.5);}
	.headermenu-in ul.primary-menu li a {width: auto;}
	
	.headermenu-in ul.primary-menu li:hover > a,
	.headermenu-in ul.primary-menu li > a:hover,
	.headermenu-in ul.primary-menu li > a:focus,
	.headermenu-in ul.primary-menu li.expanded > a,
	.headermenu-in ul.primary-menu > li > ul.sub-menu > li:hover > a,
	.headermenu-in ul.primary-menu > li > ul.sub-menu > li > a:hover,
	.headermenu-in ul.primary-menu > li > ul.sub-menu > li > a:focus,
	.headermenu-in ul.primary-menu > li > ul.sub-menu ul.sub-menu a:hover,
	.headermenu-in ul.primary-menu > li > ul.sub-menu ul.sub-menu a:focus {
		color: #fff !important;
		background: #ff5e14;
		border-top: 1px solid rgba(255,255,255,0.5);
		border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
		padding: 10px 15px;
		transition: none; -moz-transition: none; -webkit-transition: none;
	}
	
	.headermenu-in ul.primary-menu li.expanded,
	.headermenu-in ul.primary-menu ul.sub-menu li:hover {
		color: #fff !important;
		background: #ff5e14;
		border: none;
		transition: none; -moz-transition: none; -webkit-transition: none;
	}
	.headermenu-in ul.primary-menu ul.sub-menu > li:last-child > a {border-bottom: 3px solid #ff5e14 !important;}
	
	.headermenu-in ul.primary-menu li span.icon {display: none !important;}
	
	.headermenu-in ul.primary-menu ul,
	.headermenu-in ul.primary-menu ul.sub-menu {
		background: none !important;
		box-shadow: none !important;
		border: none !important;
	}
	.headermenu-in ul.primary-menu ul:before,
	.headermenu-in ul.primary-menu ul.sub-menu:before,
	.headermenu-in ul.primary-menu ul:after,
	.headermenu-in ul.primary-menu ul.sub-menu:after {content: none !important; display: none !important;}
	
	.headermenu-in ul.primary-menu ul.sub-menu {
		display: block !important;
		opacity: 1 !important;
		background: none !important;
		box-shadow: none !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		max-height: 0;
		min-width: inherit !important;
		max-width: none !important;
		width: 100% !important;
		position: static !important;
		transform: none !important; -moz-transform: none !important; -webkit-transform: none !important;
		transition: max-height 0.15s ease-out; 
		-moz-transition: max-height 0.15s ease-out; 
		-webkit-transition: max-height 0.15s ease-out;
	}
	.headermenu-in ul.primary-menu li.expanded > ul.sub-menu {
		max-height: 2000px;
		transition: max-height 0.25s ease-in; 
		-moz-transition: max-height 0.25s ease-in; 
		-webkit-transition: max-height 0.25s ease-in;
	}
	
	.headermenu-in ul.primary-menu li .expander {
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		height: 46px;
		width: 50px;
		border-left: 1px solid rgba(255,255,255,0.5);
	}
	.headermenu-in ul.primary-menu > li > .expander {z-index: 99999;}
	
	.headermenu-in ul.primary-menu li .expander:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 11px;
		right: auto;
		z-index: 999;
		height: 0;
		width: 0;
		background: none !important;
		border-top: 8px solid rgba(0,0,0,0);
		border-left: 8px solid rgba(0,0,0,0);
		border-right: 8px solid #fff;
		transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
	}
	.headermenu-in ul.primary-menu li:hover > .expander:before {border-right: 8px solid #fff;}
	
	.headermenu-in ul.primary-menu li.expanded > .expander:before {
		top: 35%;
		left: 13px;
		border-right: 8px solid #fff;
		transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
	}
}
/*=--- End Responsive Menu ---=*/

@media only screen and (max-width: 1023px) {
	.headermenu-in > .container > .row {display: block; margin: 0;}

	.headermenu-in .hm-col.hlogo-col,
	.hlogo-outer,
	.header-fixed .headermenu-in .hm-col.hlogo-col,
	.header-fixed .hlogo-outer {height: auto; width: auto;}
	
	.hlogo-outer {display: inline-block; padding: 20px 0;}
	.hlogo-outer:before {content: none; display: none;}
	
	.footer-logo img {max-width: 100%;}
	
	.section-title h1,
	.section-title h2 {padding: 0 0 5px 0;}
	
	.hsection-business .hsection-inner {padding: 40px 0 0 0;}
	.hsection-about .hsection-inner {padding: 40px 0;}
	
	.col-6.habout-img,
	.col-6.habout-text {float: none; padding: 0 15px; width: 100%;}
	
	.haboutimg-in {margin: 0 auto; max-width: 400px; width: 100%;}
	.haboutimg-in img, .hhistoryvideo-in img {height: auto;}
	.habouttext-in {text-align: center; padding: 0 20px; margin: 20px auto 0 auto; max-width: none; width: 100%;}
	
	.habouttext-title h1,
	.habouttext-title h2,
	.hhistorytext-title h1,
	.hhistorytext-title h2 {padding: 0 0 10px 0;}
	
	.col-4.hproject-col,
	.col-4.hbusiness-col {width: 50%;}
	
	.hprojectcol-img img,
	.hbusinesscol-img img {height: 230px;}
	
	.hsection-history .hsection-inner {padding: 50px 0 60px 0;}
	
	.col-6.hhistoryvideo-col,
	.col-6.hhistory-text {float: none; width: 100%;}
	
	.hhistoryvideo-in {margin: 0 auto; max-width: 400px; width: 100%;}
	.hhistoryvideo-in iframe {height: 230px !important;}
	.hhistorytext-in {text-align: center; padding: 20px 20px 0 20px; margin: 0 auto; max-width: none; width: 100%;}
	.hhistory-btn.site-btn {text-align: center;}
	
	.col-4.htesti-col {float: none; width: 100%;}
	.htesticol-wrap {padding: 0 0 30px 0;}
	.htesticol-in {padding: 30px;}
	.htesticol-sprtr {padding: 5px 0 20px 0;}
	.htesti-sprtr {width: 50px;}
	
	.hsection-reference .hsection-inner {padding: 30px 0;}
	.hreference-row.row {margin: 0 -10px;}
	.hrefer-col {padding: 0 10px 10px 10px;}
	
	.hrefercl-in,
	.hrefercl-in:hover {padding: 10px; min-height: 100px;}
	figure.featured-img {float: none;width: 100%;padding-left: 0;margin-bottom: 15px;}
	.singlesidebar .widget li a {font-size: 16px;}
	.singlepost-col { padding: 0 15px;}
	.singlesidebar h2.widget-title {font-size: 15px;}
	.widget.widget_categories {margin-bottom: 35px !important;}
}


@media only screen and (max-width: 767px) {
	.sfootertop-in {padding: 30px 0 0 0;}
	
	.fcol,
	.fcol.fcol1,
	.fcol.fcol2,
	.fcol.fcol3 ,
	.fcol.fcol4, 
	.singlepost-col, 
	.singlepostcnt-col.singlepost-col,
	.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {float: none; width: 100% !important;}
	
	.sfooter-top .fcol {padding: 0 15px 30px 15px;}
	
	.fcol h1,
	.fcol h2 {padding: 0 0 10px 0;}
	
	.banner-wrap.banner-home {height: 450px !important;}
	
	.banner-inner h1,
	.banner-inner h2 {font-size: 30px; line-height: 34px; padding: 0 0 6px 0;}
	
	.banner-home .banner-inner h1,
	.banner-home .banner-inner h2 {font-size: 22px; line-height: 26px; padding: 0 0 6px 0;}
	
	.banner-text,
	.banner-inner p {font-size: 14px; line-height: 18px;}
	
	.banner-btn {padding: 15px 0 0 0;}
	
	.banner-btn a,
	.banner-btn a:hover,
	.banner-btn a:focus {padding: 8px 15px; min-width: 130px;}
	
	.banner-playvideo {padding: 4px 0 0 0;}
	.banner-playvideo span.vplay-text {padding: 0 0 8px 0;}
	
	span.vplay-btn a,
	span.vplay-btn a:hover,
	span.vplay-btn a:focus {padding: 3px; height: 36px; width: 36px;}
	
	span.vplay-btn a span.vplaybtn-in {height: 30px; width: 30px;}
	
	.section-title {font-size: 14px; line-height: 20px; padding: 0 0 25px 0;}
	
	.section-title h1,
	.section-title h2 {font-size: 26px; line-height: 32px;}
	
	.hsection-business .hsection-inner {padding: 30px 0 0 0;}
	.hsection-business .section-title {padding: 0 0 25px 0;}
	
	.col-4.hproject-col,
	.col-4.hbusiness-col {float: none; margin: 0 auto; max-width: 400px; width: 100%;}
	
	.habouttext-in {padding: 0;}
	.hhistorytext-in {padding: 20px 0 0 0;}
	
	.htesticol-in {padding: 20px;}
	
	.hreference-row.row {text-align: center; display: block;}
	.hrefer-col {floa: none; display: inline-block; width: 45%;}
	
	.hrefercl-in,
	.hrefercl-in:hover {min-height: 70px;}

	.left_img { width: 100%; float: none; padding: 0 0px 15px 0px;}
	.page-template-tpl-innerpage section.hsection-project {padding-bottom: 15px;} 

	.singlesidebar h2.widget-title {margin-bottom: 1rem;}
	section.hsection-project.singlepage .section-title h2 {text-align: center !important;}
	
	.cteam-img,
	.cteam-cnt {float: left;}
	
	.cteam-img {height: 80px; width: 80px;}
	.cteam-cnt {padding: 0 0 0 10px; width: calc(100% - 80px);}
}


@media only screen and (max-width: 520px) {
.contact-info ul li {width: 100%;}
}

/*
font-family: 'Palatino', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Arial Regular', sans-serif;
*/