.tabs {
	position: relative;
	min-height: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	margin-bottom: 70px
}
.tabs .tab {
	margin-bottom: 20px
}
 @media screen and (min-width: 55rem) {
 .tabs .tab {
 float:left;
 clear: left;
 width: 20%
}
 .tabs .tab .tab-toggle {
 text-align: center
}
}
.tabs .tab .tab-toggle {
	padding: 10px 0 9px;
	position: relative;
	outline: 0;
	width: 100%;
	cursor: pointer;
	font-weight: 600;
	background: 0 0;
	font-size: 14px;
	color: #bfbdbd;
	border: 1px solid #343636;
	letter-spacing: 1px;
	transition: all .5s ease
}
.tabs .tab .tab-toggle.active {
	color: #fff;
	cursor: pointer;
	position: relative
}
.tabs .tab .tab-toggle.active:before {
	position: absolute;
	right: -7px;
	top: 12px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 7px solid #b2151b;
	border-bottom: 7px solid transparent;
	content: ""
}
.tabs .content {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s
}
 @media screen and (min-width: 55rem) {
 .tabs .content {
 max-height:none;
 position: absolute;
 right: 0;
 top: 0;
 width: 80%;
 opacity: 0;
 padding: 0 0 0 50px;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%)
}
}
.tabs .content.active {
	max-height: 3000px
}
 @media screen and (min-width: 55rem) {
 .tabs .content.active {
 max-height:none;
 opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 -o-transform: none;
 transform: none
}
}
.tabs .content ul {
	display: flex;
	flex-wrap: wrap
}
.tabs .content ul li {
	float: left;
	width: 33.33333%;
	border-right: 1px solid #000;
	position: relative;
	text-align: center;
	padding: 50px 30px;
	flex: 0 0 33.33333%
}
.tabs .content ul li h4 {
	margin: 10px 0
}
.tabs .content ul li span {
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: auto;
	display: block
}
.tabs .content ul li:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #303338;
	content: ""
}
.tabs .content ul li p {
	color: #666;
	font-size: 14px;
	font-family:'Poppins', sans-serif;
	font-weight: 600;
	margin: 0
}
.tabs .content ul li p a {
	color: #bfbdbd
}
.tabs .content ul li:last-child {
	border: none
}
.tabs .content ul li:last-child:before {
	display: none
}
.homes dt, .responsive-tabs dt {
	background: #fff;
	padding: 25px 100px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
	transition: all .5s ease
}
.homes dt:before, .responsive-tabs dt:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #d0151b;
	transition: all .5s ease;
	margin: auto;
	content: ""
}
.homes dt h4, .responsive-tabs dt h4 {
	color: #999;
	font-size: 16px;
	font-weight: 600;
	font-family:'Poppins', sans-serif;
	margin: 0;
	transition: all .5S ease;
	display: inline-block;
	position: relative
}
.of-arw, .of-inn {
	transition: all .5s ease
}
.homes dt h4 span, .responsive-tabs dt h4 span {
	display: inline-block;
	width: 30px;
	position: absolute;
	left: -46px;
	top: -2px
}
.homes dt h4 span:nth-child(2), .responsive-tabs dt h4 span:nth-child(2) {
	top: -1px
}
.responsive-tabs dt h4 svg {
	max-height: 28px;
	fill: #999
}
.homes .active h4, .responsive-tabs .active h4 {
	color: #d0151b
}
.responsive-tabs .active h4 svg {
	fill: #d0151b
}
.homes .active, .responsive-tabs .active {
	background: #fff;
	position: relative;
	box-shadow: 0 -6px 44px rgba(0,0,0,.2);
	z-index: 1
}
.of .responsive-tabs .active:before {
	animation: fill 10s infinite
}
 @-webkit-keyframes fill {
 0, 70% {
 width: 100%
}
 100%, 35% {
 width: 0
}
}
.homes .active+dd, .responsive-tabs .active+dd {
	display: block
}
.homes dd, .responsive-tabs dd {
	display: none;
	padding: .5em
}
.responsive-tabs-placeholder h4 {
	margin: 0 0 20px;
	position: relative
}
.responsive-tabs-placeholder {
	display: none
}
 @media only screen and (min-width: 768px) {
dt {
	width: 50%
}
.of dt {
	width: 100%;
	text-align: center
}
.sec2 dt {
	width: 40%;
	float: none;
	margin-right: 0
}
.homes dt, .responsive-tabs dt {
	float: left;
	border-top: 0
}
.homes .active+dd, .responsive-tabs .active+dd {
	display: none
}
.responsive-tabs-placeholder {
	clear: both;
	display: block;
	padding: 100px 80px 120px;
	background: #fff;
	box-shadow: 0 51px 120px rgba(212,214,225,.3) inset;
	text-align: center
}
}
.responsive-tabs-placeholder h3 {
	font-size: 30px;
	font-family:'Poppins', sans-serif;
	margin-bottom: 0;
	color: #0f1865
}
.responsive-tabs-placeholder h3 span {
	color: #d0151b
}
.abt-hm {
	padding: 0 150px
}
.responsive-tabs-placeholder p {
	line-height: 25px;
	font-family:'Poppins', sans-serif;
	color: #666;
	/*font-weight: 400;*/
	font-size: 16px;
	text-align: justify;
}
.responsive-tabs-placeholder .head {
	color: #093e89;
	text-transform: uppercase;
	font-weight: 600;
}
.va .col-md-4 p {
	color: #333;
	margin: 15px 0;
	line-height: 20px
}
.responsive-tabs-placeholder h4 {
	color: #333;
	font-size: 28px;
	font-weight: 300;
	line-height: 31px
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0
}
to {
	opacity: 1
}
}
 @keyframes fadeIn {
 from {
 opacity: 0
}
to {
	opacity: 1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
 @-webkit-keyframes bookAni {
 from {
 stroke-dashoffset: -2000
}
to {
	stroke-dashoffset: 0
}
}
 @keyframes bookAni {
 from {
 stroke-dashoffset: -2000
}
to {
	stroke-dashoffset: 0
}
}
.of {
	position: relative;
	overflow: hidden
}
.of-sec {
	margin: 80px auto 0;
	width: 80%
}
.of-sec .col-md-4 {
	border-right: 2px solid #efeff4;
	padding: 40px 0;
	overflow: hidden
}
.of-sec .col-md-4:last-child {
	border-right: 0
}
.of-sec a:hover .of-inn {
	transform: translateY(-40px)
}
.of-inn h5 {
	color: #0f0d0e;
	font-family:'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin: 20px 0 0;
	letter-spacing: .5px
}
.of-arw {
	width: 61px;
	height: 26px;
	border-radius: 45px;
	background: #263984;
	position: relative;
	margin: auto;
	transform: translateY(100px);
	opacity: 0
}
.of-arw:after, .of-arw:before {
	position: absolute;
	content: ""
}
.of-arw:before {
	width: 20px;
	height: 2px;
	background: #fff;
	margin: auto;
	left: 2px;
	right: 0;
	top: 12px
}
.of-arw:after {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	right: 19px;
	top: 8px;
	transform: rotate(45deg);
	border-width: 2px 2px 0 0
}
.of-sec a:hover .of-arw {
	transform: translateY(-20px);
	opacity: 1
}
.ip, .ol {
	position: relative;
	z-index: 1
}
.ip:after, .ol:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	transition: all .5s ease;
	content: ""
}
.ol:after {
	background: url(../images/tab-bg-main1.jpg) no-repeat center;
}
.ip:after {
	background: url(../images/tab-bg-main2.jpg) no-repeat
}
.ip:before, .ol:before {
	display: none
}
.pro .tab-nav ul li h4, .sec2 .responsive-tabs dt h4 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	font-weight: 400;
	position: relative;
	display: block;
	z-index: 1
}
.pro .tab-nav ul li a, .sec2 .responsive-tabs dt {
	text-align: right;
	padding: 30px 80px;
	border: none
}
.sec2, .sec2_btm {
	text-align: center
}
.pro .tab-nav ul li img, .sec2 .responsive-tabs dt h4 img {
	position: absolute;
	left: 0;
	top: -17px
}
.pro .tab-nav ul li.active a:after, .sec2 .responsive-tabs .active:after {
	height: 120%
}
.sec2 {
	background: #101010
}
.sec2 .responsive-tabs-placeholder {
	background: 0 0;
	box-shadow: none;
	padding: 100px 0 50px
}
.sec2_btm {
	padding: 40px;
	background: rgba(0,0,0,.5);
	border-radius: 15px;
	position: relative
}
.sec2_btm ul li {
	padding: 0 15px;
	display: inline-block
}
.pro .homes dt p, .pro .responsive-tabs dt p, .sec2_btm ul li p {
	margin: 10px 0 0;
	color: #fff;
}
.sec2_icon {
	height: 55px;
	line-height: 55px
}
.sec2_icon img {
	max-height: 55px
}
.sec2-main {
	text-align: left;
	margin-bottom: 20px;
	position: relative
}
.ol-lft h3, .sec2-main h3 {
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	font-family:'Poppins', sans-serif;
}
.ol-lft a, .ol-lft p, .sec2-main a, .sec2-main p {
	font-size: 15px;
	line-height: 28px;
	color: #777;
	margin-bottom: 9px;
	text-align: justify;
	font-family: 'Poppins', sans-serif;
}
.ol-lft p, .sec2-main p {
	font-size: 16px;
	line-height: 28px;
	color: #777;
}
.ol-lft a, .sec2-main a {
	font-size: 13px;
	margin: 20px 0 20px 30px;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	text-transform: uppercase;
	font-weight: 600
}
.ol-lft a img, .sec2-main a img {
	position: absolute;
	left: -30px;
	top: 3px
}
.ol-lft:before {
	position: absolute;
	left: -80px;
	top: -150px;
	width: 761px;
	height: 648px;
	background: url(../images/ol-lft.jpg) no-repeat;
	content: ""
}
.pro .homes dt, .pro .responsive-tabs dt {
	display: inline-block;
	width: auto;
	padding: 25px;
	float: none;
	border: none;
	background: 0 0;/*z-index: 1*/
}
.pro .homes dt:first-child, .pro .responsive-tabs dt:first-child {
	padding-left: 50px
}
.pro .homes dt:first-child:after, .pro .responsive-tabs dt:first-child:after {
	/*border-radius: 15px 0 0 15px;*/
	content: ""
}
.pro .homes dt:nth-child(7), .pro .responsive-tabs dt:nth-child(7) {
	padding-right: 0px
}
.pro .homes dt:nth-child(7):after, .pro .responsive-tabs dt:nth-child(7):after {
/*border-radius: 0 15px 15px 0*/
}
.pro .homes, .pro .responsive-tabs {
	text-align: center;
	margin: 60px 0 30px
}
.pro .responsive-tabs-placeholder {
	position: relative;
	padding: 0
}
.pro .homes dt:after, .pro .responsive-tabs dt:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 104%;
	height: 100%;
	/*background: rgba(0,0,0,.5);*/
	background: rgb(9 62 137);
	transition: all .5s ease;
	z-index: -1;
	content: ""
}
.tab-nav ul li, .tab-nav ul li a {
	transition: all .2s ease-in-out
}
.tab, .tab-nav {
	z-index: 1;
	position: relative
}
.pro .homes .active:before, .pro .responsive-tabs .active:before {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #093e89;
	background: 0 0;
	bottom: -40px;
	content: ""
}
.tab-nav {
	padding: 0;
	text-align: center;
	background: #fff
}
.con .tab-nav {
	background: 0 0
}
.tab-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #dadada
}
.tab-nav ul li a {
	color: #333;
	text-decoration: none;
	line-height: 1;
	padding: 25px 50px;
	display: block;
	position: relative
}
.tab-nav ul li a h4 {
	font-size: 14px;
	margin: 0;
	font-weight: 800;
	font-family:'Poppins', sans-serif;
}
.tab-nav ul li a:active, .tab-nav ul li a:focus, .tab-nav ul li a:hover {
	outline: 0
}
.tab-nav ul li.active a {
	color: #333
}
.tab-nav ul li a:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: #cf0f15;
	bottom: 0;
	transition: all .5s ease;
	content: ""
}
.tab-nav ul li.active a:before {
	width: 50%
}
.tab-nav.no-collapse ul {
	overflow: hidden;
	white-space: nowrap
}
.tab-nav.no-collapse ul:hover {
	cursor: -webkit-grab;
	cursor: grab
}
.tab-nav.no-collapse ul:active {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.tab-nav.no-collapse ul li {
	display: inline-block!important;
	margin-right: -2px
}
.tab-pane {
	padding: 0;
	display: none;
	text-align: left;
	background: #fff
}
.pro .tab-nav {
	background: inherit
}
.tab-pane.active {
	display: block
}
.client .tab-content>.tab-pane {
	display: none!important
}
.client .tab-pane.active {
	display: block!important
}
.pp-lft h3, .tab_container, ul.ofatabs {
	display: inline-block
}
.abt-hm p, .pp p {
	color: #666;
	font-family:'Poppins', sans-serif;
	font-size: 16px;
	line-height: 21px
}
.abt-hm p span, .pp p span {
	color: #333;
	font-size: 21px;
	line-height: 24px
}
.pp-lft h3, .pp-lft h3 span {
	color: #0f1865
}
.abt-hm p:first-child {
	margin-top: 20px
}
.pp-rgt {
	padding: 60px 20px
}
.pp-lft {
	text-align: center
}
.pp-lft h3 {
	position: relative;
	text-align: left;
	font-family:'Poppins', sans-serif;
	font-weight: 500;
	font-size: 35px;
	font-style: italic
}
.ceo-sec h4:before, .pp-lft h3:after, .pp-lft h3:before {
	position: absolute;
	width: 25px;
	height: 22px;
	background: url(../images/qut-abt.png) no-repeat;
	content: ""
}
.tab_content h2, .tab_content h4, .tab_content h5, ul.ofatabs li h4 {
	font-family:'Poppins', sans-serif;
}
.ceo-sec h4:before, .pp-lft h3:before {
	top: -40px;
	left: -25px
}
.pp-lft h3:after {
	bottom: 20px;
	right: -55px;
	transform: rotate(180deg)
}
.ofa, .pro, .tab_container, ul.ofatabs {
	position: relative
}
.pro .tab-nav ul li {
	width: 40%;
	float: none
}
.pro .tab-nav ul li a {
	text-transform: inherit
}
.btn-snd, .sd h4, footer h4 {
	text-transform: uppercase
}
.pro {
	overflow: hidden;
	padding: 0px;
}
.pro .tab-pane, .tabs_wrapper {
	background: 0 0
}
.pro .tab-nav ul {
	border: none
}
.pro .tab-nav.no-collapse ul {
	overflow: inherit
}
.choose-file, .parallax-one, .parallax-two, .pp, footer {
	overflow: hidden
}
.pro .tab-pane {
	padding: 100px 0 0
}
ul.ofatabs {
	vertical-align: top;
	z-index: 10;
	margin: 105px 0 0;
	padding: 0;
	width: 13%;
	list-style: none;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
ul.ofatabs li {
	margin: 0;
	cursor: pointer;
	padding: 15px 0;
	line-height: 31px;
	color: #fff;
	text-align: center;
	-ms-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.tab_container {
	vertical-align: top;
	z-index: 20;
	left: -4px;
	width: 86%;
	min-width: 10px;
	text-align: left;
	background: #e8e9e9
}
.tab_content, .tab_drawer_heading {
	display: none
}
.tab_content {
	height: 100%
}
 @media screen and (max-width: 781px) {
ul.ofatabs {
	display: none
}
.tab_container {
	display: block;
	margin: 0 auto;
	width: 95%;
	border-top: none;
	border-radius: 0
}
.d_active {
	background: #d21c22;
	color: #fff;
	padding: 20px
}
}
.ofa-icon {
	width: 96px;
	height: 96px;
	border-radius: 100%;
	background: #192358;
	line-height: 96px;
	text-align: center;
	margin: auto;
	transition: all .5s ease
}
ul.ofatabs li h4 {
	color: #333;
	font-size: 14px;
	margin: 10px 0 0;
	letter-spacing: 0;
	font-weight: 600;
	transition: all .5s ease
}
ul.ofatabs li.active {
	background: #e8e9e9;
	border-radius: 90px 0 0 90px
}
ul.ofatabs li.active h4 {
	display: none
}
ul.ofatabs li.active .ofa-icon {
	background: #d21c22;
	box-shadow: 0 13px 40px rgba(17,25,78,.3);
	transform: scale(1.1)
}
.tab_content {
	padding: 100px 0 100px 50px;
	background: #e8e9e9;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
.tab_content h2 {
	font-size: 33px;
	color: #0f1865
}
.tab_content h2 span {
	color: #d0151b;
	font-weight: 800
}
.tab_content h5 {
	font-size: 14px;
	color: #999;
	margin-bottom: 80px
}
.tab_content h4 {
	font-size: 18px;
	color: #0f0d0e;
	margin: 15px 0;
	font-weight: 600;
	letter-spacing: .5px
}
.choose-file+.upload-file, .tab_content p {
	font-size: 14px;
	font-family:'Poppins', sans-serif;
}
.tab_content p {
	color: #999
}
.ofa:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #e8e9e9;
	content: ""
}
.ofa .col-md-4, .ofa .col-md-6 {
	border-right: 1px solid #efeff4
}
.ofa .col-md-4:nth-child(3n), .ofa .col-md-6:last-child {
	border: none
}
.choose-file {
	height: .1px;
	opacity: 0;
	position: absolute;
	width: .1px;
	z-index: -1
}
.choose-file+.upload-file {
	background-color: #fff;
	box-sizing: border-box;
	color: #495057;
	display: block;
	font-weight: 300;
	text-align: left;
	border: 1px solid #ced4da;
 border-radius: .25rem;
 padding: .53rem 1.25rem;
	transition: all .5s ease
}
.ceo h3, .ceo h3 a, .db a {
	color: #fff
}
.counter, .db a, .scroll-down, .sd {
	display: inline-block
}
.ceo, .scroll-down {
	text-align: center
}
.choose-file+.upload-file:hover, .choose-file:focus+.upload-file {
	background-color: #d21c22;
	color: #fff;
	border-color: #d21c22
}
label.upload-file::before {
	content: "Choose file"
}
 .choose-file:valid+.upload-file::before {
 content: "1 file chosen"
}
.cuss .btn-snd, .modal-body .btn-snd {
	position: absolute;
	left: 50%;
	bottom: -63px;
	transform: translateX(-50%)
}
.animation-element.slide-left {
	opacity: 0;
	transition: all .5s ease;
	transform: translateX(-100px)
}
.animation-element.slide-left.in-view {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .1s
}
.animation-element.slide-right {
	opacity: 0;
	transition: all .5s ease;
	transform: translateX(100px)
}
.animation-element.slide-right.in-view {
	opacity: 1;
	transform: translateX(0);
	transition-delay: .1s
}
.animation-element.slide-top {
	opacity: 0;
	transition: all .5s ease;
	transform: translateY(-100px)
}
.animation-element.slide-top.in-view {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s
}
.animation-element.slide-bottom {
	opacity: 0;
	transition: all .5s ease;
	transform: translateY(100px)
}
.animation-element.slide-bottom.in-view {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s
}
.animation-element.slide-bottom1 {
	opacity: 0;
	transition: all .8s ease;
	transform: translateY(100px)
}
.animation-element.slide-bottom1.in-view {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s
}
.animation-element.slide-bottom2 {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(100px)
}
.animation-element.slide-bottom2.in-view {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s
}
.slider {
	background: #212a71;
	position: relative
}
.db a {
	position: absolute;
	z-index: 111;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	padding: 15px 30px;
	font-size: 12px;
	font-family:'Poppins', sans-serif;
}
.db img {
	margin-right: 8px;
	position: relative;
	top: -3px
}
.parallax-one {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: #283c85
}
.ceo, .sd {
	position: relative
}
.ceo {
	padding: 87px 0
}
.ceo h3 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 15px 0;
	font-family:'Poppins', sans-serif;
}
.ceo p {
	color: #b3baea;
	font-size: 16px;
	padding: 0 165px;
	letter-spacing: .3px;
	font-family:'Poppins', sans-serif;
}
.sd {
	margin-top: 70px
}
.sd:before {
	left: 0;
	right: 0;
	margin: auto;
	bottom: -4px;
	width: 50px;
	height: 25px;
	background: #1f2971;
	border-bottom-left-radius: 90px;
	border-bottom-right-radius: 90px;
	position: absolute;
	content: ""
}
.sec2 .sd {
	margin: 0;
	bottom: -19px;
	z-index: 11
}
.sec2 .sd:before {
	background: #101010
}
.sd h4 {
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 1px;
	font-family:'Poppins', sans-serif;
	margin-bottom: 10px
}
.scroll-down {
	width: 32px;
	height: 24px;
	-webkit-animation: fade_move_down 2s ease-in-out infinite;
	-moz-animation: fade_move_down 2s ease-in-out infinite;
	animation: fade_move_down 2s ease-in-out infinite;
	position: relative
}
.scroll-down:after, .scroll-down:before {
	margin: auto;
	position: absolute;
	content: "";
	left: 0;
	right: 0
}
.scroll-down:before {
	top: 0;
	width: 2px;
	height: 23px;
	background: #fff
}
.scroll-down:after {
	bottom: 0;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}
.ftr-soci li a, .sec1-icon {
	border-radius: 100%;
	text-align: center;
	transition: all .5s ease
}
 @-webkit-keyframes fade_move_down {
 0% {
 -webkit-transform: translate(0, -5px);
 opacity: 0
}
 50% {
 opacity: 1
}
 100% {
 -webkit-transform: translate(0, 5px);
 opacity: 0
}
}
 @-moz-keyframes fade_move_down {
 0% {
 -moz-transform: translate(0, -5px);
 opacity: 0
}
 50% {
 opacity: 1
}
 100% {
 -moz-transform: translate(0, 5px);
 opacity: 0
}
}
 @keyframes fade_move_down {
 0% {
 transform: translate(0, -5px);
 opacity: 0
}
 50% {
 opacity: 1
}
 100% {
 transform: translate(0, 5px);
 opacity: 0
}
}
.sec1 {
	padding: 70px 0;
	background: url(../images/sec1_bg.png) center bottom no-repeat
}
.sec1 ul li p {
	font-size: 14px;
	color: #333;
	font-weight: 800;
	letter-spacing: .3px;
	font-family:'Poppins', sans-serif;
}
.sec1 ul li {
	float: left;
	width: 12.5%;
	text-align: center;
	padding: 0 13px;
	transition: all .5s ease
}
.sec1 ul li:hover {
	transform: scale(1.15)
}
.sec1 ul {
	width: 100%
}
.sec1-icon {
	width: 100px;
	height: 100px;
	line-height: 135px;
	border: 2px solid #ccc;
	margin: 0 auto 15px
}
.sec1-icon svg {
	max-height: 45px;
	fill: #ccc
}
.sec1 ul li:hover .sec1-icon {
	background: #d0151b;
	border-color: #d0151b;
	box-shadow: 0 6px 50px rgba(0,0,0,.3)
}
.sec1 ul li:hover .sec1-icon svg {
	fill: #fff
}
.cunt {
	color: #16206a;
	font-size: 20px;
	font-weight: 700
}
.cunt span {
	margin: 0 3px
}
.client {
	text-align: center
}
.client h3 {
	font-weight: 400;
	color: #0f1865;
	font-size: 30px;
	letter-spacing: 1px;
	font-family:'Poppins', sans-serif;
	margin-bottom: 20px
}
.abt-tp h2, .cv h4, .tmline h2 {
	letter-spacing: .5px
}
.client h3 span {
	color: #d0151b;
	font-weight: 800
}
/*.ftr-btm,.ftr-link li a,footer h4 {
    font-weight: 600;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

footer {
    position: relative;
}

footer .col-md-12 {
    position: relative;
    z-index: 1
}

footer:after,footer:before {
    position: absolute;
    content: ""
}

footer:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#e1e1e1 0,#000 100%);
    opacity: .07
}

footer:after {
    left: 100px;
    top: 60px;
    width: 633px;
    height: 383px;
    background: url(../images/ftr_map.png) no-repeat
}

footer h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px
}

.ftr-link li a {
    color: #bfbdbd;
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    display: block;
    transition: all .5s ease
}

.ftr-link li a:before {
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #bfbdbd;
    transition: all .5s ease;
    position: absolute;
    content: ""
}

.cv,.ftr-btm {
    position: relative
}

.ftr-link li a:hover {
    padding-left: 30px
}

.ftr-link li a:hover:before {
    background: #ce171f
}

.ftr-soci li {
    display: inline-block;
    margin-right: 10px
}

.ftr-soci li a {
    width: 30px;
    height: 30px;
    border: 2px solid #bfbdbd;
    color: #bfbdbd;
    line-height: 26px;
    display: block
}

.ftr-soci li a:hover {
    border-color: #9e9d9d;
    color: #9e9d9d
}*/

.oc ul li, .oc ul:first-child li, .oc ul:last-child li {
	border-right: 1px solid #e3e3e3
}
.ftr-lft, .ftr-rgt, .ftr-rgt a {
	color: #868686
}
.ftr-btm {
	margin-top: 60px;
	z-index: 1;
	padding: 20px;
	background: rgba(255,255,255,.04)
}
.ftr-lft {
	float: left;
	font-size: 13px
}
.ftr-rgt {
	float: right;
	font-size: 13px
}
.abt-tp h2, .abt-tp h2 span, .cv h2 {
	color: #fff
}
.abt-tp {
	background: url(../images/abt_tp.jpg) center no-repeat;
	padding: 100px 0;
	background-size: cover
}
.oc-tp {
	background: url(../images/oc_tp.jpg) center no-repeat;
	background-size: cover
}
.op-tp {
	background: url(../images/op_tp.jpg) center no-repeat;
	background-size: cover
}
.cr-tp {
	background: url(../images/cr_tp.jpg) center no-repeat;
	background-size: cover
}
.con-tp {
	background: url(../images/con_tp.jpg) center no-repeat;
	background-size: cover
}
.pr-tp {
	background: url(../images/pr_tp.jpg) center no-repeat;
	background-size: cover
}
.abt-tp h2 {
	font-size: 30px;
	font-weight: 700;
	font-family:'Poppins', sans-serif;
	margin: 0
}
.cv {
	padding-bottom: 30px
}
.parallax-two {
	position: absolute;
	width: 100%;
	background-image: url(../images/cv_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	top: 0
}
.cv h2, .cv-img {
	position: relative
}
.cv-img {
	margin-top: -171px
}
.cv h2 {
	font-size: 36px;
	font-family:'Poppins', sans-serif;
	margin: 120px 20px 10px
}
.cv h2:before {
	top: -160px;
	left: 15px;
	height: 140px;
	position: absolute;
	width: 4px;
	background: #d21c22;
	content: ""
}
.cv h2 span {
	color: #4782fb
}
.cv h4 {
	font-size: 18px;
	color: #fff;
	margin: 0 100px 80px 20px
}
.cv-sec {
	margin: 0 20px 50px 0
}
.cv-sec h5, .cv-sec img {
	margin-bottom: 15px
}
.cv-sec h5 {
	color: #fff;
	font-size: 20px;
	font-family:'Poppins', sans-serif;
}
.cv-sec p {
	color: #f4f4f4;
	font-size: 14px;
	font-family:'Poppins', sans-serif;
}
.tmline {
	padding: 85px 0 60px;
	position: relative
}
.tmline:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -66px;
	width: 486px;
	height: 389px;
	background: url(../images/timeline.png) center no-repeat;
	content: ""
}
.tm-sec ul li:before, .tm-sec:before {
	top: 5px;
	content: ""
}
.tmline h2 {
	font-family:'Poppins', sans-serif;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: 600;
	margin-bottom: 70px
}
.tm-sec {
	width: 70%;
	margin: auto;
	position: relative;
	font-family:'Poppins', sans-serif;
}
.tm-sec:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 95%;
	width: 2px;
	background: #939393
}
.tm-sec ul {
	width: 100%
}
.tm-sec ul li {
	width: 50%;
	float: right;
	padding: 0 30px;
	margin-bottom: 30px;
	position: relative
}
.tm-sec ul li:before {
	position: absolute;
	left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #d21c22
}
.ceo-sec h3, .ceo-sec h4 {
	font-family:'Poppins', sans-serif;
	position: relative
}
.tm-sec ul:nth-child(2n) li {
	float: left;
	text-align: right
}
.tm-sec ul:nth-child(2n) li:before {
	left: inherit;
	right: -8px
}
.tm-sec ul li h4 {
	color: #333;
	font-family:'Poppins', sans-serif;
	font-size: 24px
}
.tm-sec ul li p {
	color: #333;
	font-family:'Poppins', sans-serif;
	font-size: 16px;
	margin: 0
}
.pp {
	padding: 110px 0 0
}
.ceo-sec {
	background: url(../images/timeline.png) center no-repeat;
	padding: 120px 0 0;
	text-align: justify
}
.bod, .cop h4, .cop-sec a:before, .cr, .cus, .ocer, .op-sec ul li, .ot-sec h6, .tm-tp, .va .oc ul li {
	text-align: center
}
.ceo-sec img {
	margin-top: 180px
}
.ceo-sec h4 {
	color: #333;
	font-size: 21px;
	margin-bottom: 15px
}
.ceo-sec p {
	color: #666;
	font-size: 16px;
	font-family:'Poppins', sans-serif;
}
.ceo-sec p span {
	font-weight: 600;
	color: #333
}
.ceo-sec h3 {
	color: #0f1865;
	font-size: 24px;
	margin: 40px 0;
	display: inline-block
}
.ceo-sec h3 span {
	color: #525252;
	font-size: 18px
}
.ceo-sec h3:before {
	position: absolute;
	top: -72px;
	right: -15px;
	width: 25px;
	height: 22px;
	background: url(../images/qut-abt.png) no-repeat;
	content: "";
	transform: rotate(180deg)
}
.oc, .op {
	background: #fff
}
.oc {
	padding-bottom: 30px
}
.oc ul li {
	float: left;
	width: 25%;
	padding: 50px;
	line-height: 85px
}
.cus p, .op-sec p {
	line-height: 18px;
	font-family:'Poppins', sans-serif;
}
.oc ul li img {
	max-height: 85px
}
.oc ul {
	border-bottom: 1px solid #e3e3e3;
	border-image-source: linear-gradient(to right, #fff 0, #e3e3e3 15%, #e3e3e3 85%, #fff 100%);
	border-image-slice: 1
}
.oc ul:first-child li {
	border-image-source: linear-gradient(to bottom, #fff 0, #e3e3e3 70%, #e3e3e3 100%);
	border-image-slice: 1
}
.oc ul:last-child li {
	border-image-source: linear-gradient(to top, #fff 0, #e3e3e3 70%, #e3e3e3 100%);
	border-image-slice: 1
}
.btn-snd, .oc ul li:nth-child(4) {
	border: none
}
.oc ul:last-child {
	border-bottom: none
}
.op-sec {
	margin: auto;
	width: 80%
}
.va .oc ul li {
	padding: 25px;
	margin: 0
}
.va .oc ul li:before {
	display: none
}
.op-sec p {
	color: #666;
	padding: 0 111px;
	margin-bottom: 25px
}
.op-sec ul li {
	width: 25%;
	float: left;
	padding: 20px 0
}
.cus {
	padding: 105px 200px 30px;
	background: url(../images/ftr_map.png) center no-repeat #fff;
	box-shadow: 0 0 80px rgba(17,25,78,.2);
	width: 85%;
	margin: -40px auto 0;
	border-radius: 20px
}
.cus h3 {
	font-family:'Poppins', sans-serif;
	color: #d0151b;
	font-size: 22px;
	font-weight: 600
}
.cus h3 span {
	color: #101a65;
	font-weight: 400
}
.bod h4, .btn-snd, .ot-sec h2, .tm-tp h3 span {
	font-weight: 600
}
.cus p {
	color: #666;
	padding: 0 65px
}
.btn-snd {
	background: #d21c22;
	padding: 8px 30px 7px;
	color: #fff;
	font-family:'Poppins', sans-serif;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer
}
.gmap {
	height: 930px
}
.map-sec .tab-pane {
	margin-top: -400px;
	position: relative
}
.map-sec .tab-pane:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background: linear-gradient(to bottom, #fff 0, #fff 42%, transparent 100%);
	opacity: .97;
	content: ""
}
.con-sec, .ot-sec {
	position: relative
}
.con-sec {
	z-index: 11
}
.map-sec .tab-nav {
	background: 0 0;
	margin-top: 15px
}
.map-sec .tab-nav ul {
	border: none;
	overflow: inherit
}
.jp, .parallax-three, .tm-img {
	overflow: hidden
}
.tm-img img {
	height: 190px;
	object-fit: cover;
	max-width: 100%
}
.map-sec .tab-nav ul li a:before {
	display: none
}
.map-sec .tab-nav ul li a {
	background: #fff;
	width: 290px;
	margin: 0 10px;
	text-transform: inherit;
	border-radius: 20px
}
.cop-sec a, .tm-img {
	border-radius: 15px
}
.map-sec .tab-nav ul li a img {
	max-height: 58px;
	margin-bottom: 20px
}
.map-sec .tab-nav ul li.active a {
	box-shadow: 0 5px 40px rgba(17,25,78,.5)
}
.tm-tp {
	padding: 70px 0
}
.tm-tp h3 {
	color: #0f1865;
	font-family:'Poppins', sans-serif;
	font-size: 23px
}
.tm-tp h3 span {
	color: #d0151b
}
.tm-tp p {
	color: #666;
	font-family:'Poppins', sans-serif;
	margin-bottom: 50px
}
.bod, .tm-img {
	margin-bottom: 20px
}
.tm-img {
	height: 190px;
	background: #b7b7b7;
	display: inline-block
}
.bod h4 {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	font-family:'Poppins', sans-serif;
	line-height: 22px
}
.ot-sec h6, .ot-sec p {
	margin-bottom: 50px;
	line-height: 21px;
	font-family:'Poppins', sans-serif;
}
.bod h4 span {
	color: #999;
	text-transform: initial
}
.cop-sec a:before, .ocer h5, .ot-sec h2, .ot-sec h4 {
	text-transform: uppercase
}
.ot-sec {
	padding: 150px 0 200px
}
.parallax-three {
	position: absolute;
	width: 100%;
	background-image: url(../images/ot_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	top: 0
}
.certi, .tm-btm {
	position: relative
}
.ot-sec h2 {
	font-family:'Poppins', sans-serif;
	color: #fff;
	font-size: 30px;
	text-align: center
}
.ot-sec h2 span {
	color: #d0151b
}
.ot-sec h6 {
	color: #fff;
	font-size: 16px;
	padding: 0 175px
}
.ot-sec p {
	color: #b7b7b7;
	font-size: 15px
}
.ot-sec h4 {
	color: #fff;
	font-size: 18px;
	font-family:'Poppins', sans-serif;
	margin-bottom: 10px
}
.tm-btm {
	margin-top: -50px;
	padding-bottom: 60px
}
.ocer {
	padding: 70px 0
}
.ocer h4 {
	color: #101a65;
	font-size: 23px;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 30px
}
.ocer h4 span {
	color: #d21c22;
	font-weight: 600
}
.ocer p {
	color: #666;
	font-size: 14px;
	font-family:'Poppins', sans-serif;
	padding: 0 150px
}
.certi {
	background: url(../images/certi-inner.jpg) no-repeat;
	background-size: cover;
	padding: 16px;
	margin-top: 50px
}
.certi:before {
	position: absolute;
	left: 16px;
	right: 16px;
	top: 16px;
	bottom: 16px;
	display: block;
	box-shadow: -6px -6px 15px rgba(0,0,0,.15) inset;
	content: ""
}
.ocer h5 {
	color: #150f0c;
	font-size: 16px;
	font-family:'Poppins', sans-serif;
	margin: 20px 0 0;
	font-weight: 600
}
.cr {
	padding: 80px 0;
	background: linear-gradient(to bottom, #f0f0f0 0, #fff 100%)
}
.cop h4, .cr h4, .jp h4 {
	font-family:'Poppins', sans-serif;
	color: #d0151b;
	font-size: 23px;
	font-weight: 800
}
.cop-sec h5, .jp h5 {
	font-size: 18px;
	font-family:'Poppins', sans-serif;
}
.cop h4 span, .cr h4 span, .jp h4 span {
	font-weight: 400;
	color: #101a65
}
.cr p, .jp p {
	font-family:'Poppins', sans-serif;
	color: #666;
	padding: 0 150px
}
.jp {
	position: relative;
	padding: 103px 0
}
.jp p {
	padding: 0
}
.jp h5 {
	color: #333;
	margin: 25px 0 15px
}
.jp-rgt {
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
	height: 540px;
	background: url(../images/jp-rgt.jpg) no-repeat
}
.cop {
	padding: 70px 0
}
.cop h4 {
	margin-bottom: 50px
}
.cop-sec a {
	padding: 40px 55px 40px 100px;
	background: #f5f6fa;
	position: relative;
	margin: 0 70px 50px 0;
	display: block;
	transition: all .5s ease
}
.cop-sec a:before, .cop-sec svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.cop-sec a:before {
	content: "Apply Now";
	right: -65px;
	width: 120px;
	height: 33px;
	background: #ccc;
	border-radius: 5px;
	line-height: 35px;
	color: #fff;
	font-family:'Poppins', sans-serif;
	transition: all .5s ease
}
.cop-sec h5 {
	color: #333;
	margin: 0;
	transition: all .5s ease
}
.cop-sec h5 span {
	color: #999;
	font-size: 14px
}
.cop-sec svg {
	left: 38px;
	fill: #1d276e
}
 .com-sec .nav-link:before,/*.va ul li:before*/ {
 left: 0;
 content: ""
}
.cop-sec a:hover {
	background: #101a65;
	box-shadow: -10px 10px 30px rgba(17,25,78,.2)
}
.cop-sec a:hover h5 {
	color: #fff
}
.cop-sec a:hover:before {
	background: #d21c22;
	box-shadow: 10px 10px 30px rgba(17,25,78,.2)
}
.cop-sec a:hover svg {
	fill: #fff
}
:focus {
	outline: -webkit-focus-ring-color auto 0
}
.va {
	text-align: left;
	padding: 80px 0
}
.of-inn .va {
	padding: 0
}
.va h2 {
	color: #222;
	font-size:18px;
	font-family:'Poppins', sans-serif;
	margin-bottom: 20px;
	font-weight: 500;
}
.va h2 span {
	font-weight: 600;
	color: #0f1865;
}
.va h4 {
	color: #0f1865;
	font-size: 18px;
	font-family:'Poppins', sans-serif;
	font-weight: 400;
	margin: 15px 0 10px
}
.va ul li {
	position: relative;
	padding-left: 20px;
	padding-bottom:5px;
	color: #666;
	margin-bottom: 0px;
	font-family:'Poppins', sans-serif;
	font-size: 16px;
}
/*.va ul li:before {
    position: absolute;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #666
}*/

.cuss {
	padding: 30px 0px;
	box-shadow: 0 0 60px rgba(54,68,174,.1);
	border-radius: 20px
}
.cuss .col-md-9 {
	text-align: right
}
.cuss .form-control {
	background: #f8f9fb
}
.cuss h5 {
	display: none;
	font-family:'Poppins', sans-serif;
	color: #777;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 20px 0px;
}
.cuss h5:hover {
	text-decoration: none !important;
}
.cuss h5 span {
	color: #101a65
}
.cuss h6 {
	font-family:'Poppins', sans-serif;
	color: #161617;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px
}
.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	text-decoration: none;
	z-index: 11;
	opacity: 0;
	transform: translateY(-30px);
	transition: all .5s ease
}
.otop {
	opacity: 1;
	transform: translateY(0)
}
.scroll-top button {
	width: 40px;
	height: 40px;
	outline: 0;
	cursor: pointer;
	border: none;
	background-color: #d6181a;
	color: #fff;
	box-shadow: 0 0 1px #333;
	display: block;
	font-size: 22px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	line-height: 26px
}
.scroll-top button:hover {
	background-color: #081058
}
.client .item {
	text-align: center;
	line-height: 86px
}
.client .item img {
	max-height: 86px
}
.client .tab-content {
	padding: 50px
}
.com-sec .nav {
	text-align: center;
	border-bottom: 1px solid #dadada;
	position: relative;
	z-index: 11;
	background: #fff
}
.com-sec .nav-tabs .nav-item {
	margin-bottom: 0
}
.com-sec .nav-link {
	background: inherit;
	border: none;
	border-radius: 0;
	padding: 25px 50px;
	font-size: 14px;
	font-weight: 800;
	font-family:'Poppins', sans-serif;
	color: #333;
	position: relative
}
.com-sec .nav-link:before {
	position: absolute;
	right: 0;
	margin: auto;
	width: 0;
	height: 3px;
	background: #cf0f15;
	bottom: 0;
	transition: all .5s ease
}
.com-sec .nav-link.active:before {
	width: 50%
}
.com-sec .nav-tabs .nav-link.active {
	color: #333;
	background: inherit;
	border: none
}
.com-sec .tab-content {
	padding: 0;
	border-radius: 0;
	margin: 0
}
.of h3 {
	font-family:'Poppins', sans-serif;
}
.of h3 span {
	color: #0f1865
}
 @media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.tabs .content ul li {
	flex: 0 0 25%;
	width: 25%
}
.sd:before {
	bottom: 0
}
}
 @supports (-ms-ime-align:auto) {
 .sd:before {
 bottom: 0
}
}
 @media (min-width: 993px) and (max-width:1024px) {
.sec2 {
	overflow: hidden
}
.pro .homes dt, .pro .responsive-tabs dt {
	padding: 25px 5px
}
.pro .homes dt:first-child, .pro .responsive-tabs dt:first-child {
	padding-left: 15px
}
.pro .homes dt:nth-child(15), .pro .responsive-tabs dt:nth-child(15) {
	padding-right: 15px
}
.cr p, .jp p {
	padding: 0
}
.cus {
	padding: 65px 100px 30px
}
}
 @media (min-width: 768px) and (max-width:992px) {
.callusicon, .ofa:before, .smallogo {
	display: none
}
.pro .tab-nav ul li a, .sec2 .responsive-tabs dt {
	padding: 36px 20px
}
.sec2_btm ul li {
	margin-bottom: 10px
}
/* .logo,.shrink .logo {
        margin: 11px 0 11px 50px
    }*/

.sec2_btm {
	padding: 30px 10px 20px
}
.header-button, .shrink .header-button {
	height: auto;
	width: 50px
}
#search-form {
	top: 66px
}
/*.logo {
        float: none;
        display: inline-block
    }*/

.header {
	text-align: center;
	position: fixed;
	top: 0;
	background: #fff
}
.sear {
	float: right;
	margin-top: 15px
}
.sec2 {
	overflow: hidden
}
.abt-hm, .ceo p, .cr p, .cus p, .jp p {
	padding: 0
}
.responsive-tabs-placeholder {
	padding: 70px 20px
}
.sec1 ul li {
	width: 25%;
	min-height: 231px
}
.tab-content {
	padding: 50px
}
.tabs .tab .tab-toggle {
	padding: 10px 20px
}
.tabs .tab .tab-toggle.active:before {
	left: 7px;
	top: 41px;
	border-left: 7px solid transparent;
	border-top: 7px solid #b2151b;
	border-right: 7px solid transparent
}
.tab_drawer_heading {
	display: block;
	font-family:'Poppins', sans-serif;
	font-size: 27px;
	padding: 20px;
	border-top: 1px solid #ccc
}
.tab_content {
	padding: 25px 15px
}
.tab_content h5 {
	margin-bottom: 40px
}
.tab_content h2 {
	font-size: 25px
}
.pro .responsive-tabs dt:first-child {
	padding-left: 0
}
.pro .responsive-tabs dt:nth-child(15) {
	padding-right: 0
}
.pro .responsive-tabs dt {
	/*width: 12.5%;*/
	width: 15.5%;
	float: left
}
.cus {
	padding: 50px 50px 30px
}
.map-sec .tab-nav ul li a {
	width: 190px
}
}
 @media (max-width: 767px) {
/*.logo,.shrink .logo {
        margin:11px 0 11px 50px
    }*/

.callusicon, .db, .header-button:before, .jp-rgt, .ofa:before, .smallogo, .tp-caption, .wsmenu-list>li>a.active:before {
	display: none
}
.ol-lft:before {
	width: 100%;
	left: 0;
	height: 700px
}

.sec1 ul li {
	width: 50%
}
.header-button, .shrink .header-button {
	height: auto;
	width: 50px
}
/*.logo {
        float: none;
        display: inline-block
    }*/

.sear {
	float: right;
	margin-top: 15px
}
.header {
	text-align: center;
	position: fixed;
	top: 0;
	background: #fff
}
.pro, .sec2 {
	overflow: hidden
}
/*.com-sec .nav,.map-sec .tab-nav ul,.pro .tab-nav.no-collapse ul,.tab-nav.no-collapse ul {
        overflow-x: scroll;
        overflow-y: hidden
    }*/

.slider {
	margin-top: 70px
}
.sec2 .responsive-tabs dd {
	padding: 50px 25px
}
.sec2_btm ul li {
	width: 50%;
	float: left;
	margin-bottom: 10px
}
.sec2_btm {
	padding: 20px 10px
}
.pro .tab-nav ul li a, .sec2 .responsive-tabs dt {
	padding: 36px 8%
}
.of .responsive-tabs dd {
	padding: 30px 0
}
#search-form {
	top: 66px
}
.tabs .content ul li {
	width: 50%;
	flex: 0 0 50%;
	padding: 15px 3px
}
.tabs .content ul li:last-child {
	width: 100%;
	flex: 0 0 100%
}
.tabs .tab .tab-toggle {
	padding: 10px
}
.tabs .tab .tab-toggle.active:before {
	left: 7px;
	top: 41px;
	border-left: 7px solid transparent;
	border-top: 7px solid #b2151b;
	border-right: 7px solid transparent
}
.tabs {
	margin-bottom: 0
}
footer h4 {
	margin-top: 15px;
	margin-bottom: 15px
}
.ftr-lft, .ftr-rgt {
	text-align: center;
	float: none
}
.abt-tp {
	padding: 100px 0 50px
}
.cr {
	padding: 50px 0
}
.cus {
	width: 100%;
	padding: 45px 10px 30px
}
.form-group {
	margin-bottom: 0
}
.form-control {
	margin-bottom: 15px
}
.map-sec .tab-nav ul li a {
	width: 190px
}
.oc ul li {
	width: 50%;
	padding: 15px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3
}
.oc ul:first-child li, .oc ul:last-child li {
	border-image-source: none
}
.pro .responsive-tabs dt {
	width: 100%;
	border-bottom: 1px solid #232323
}
.pro .homes dt {
	width: 49%
}
.pro .homes .active:before, .pro .responsive-tabs .active:before {
	bottom: -15px
}
.va h2 {
	margin-top: 20px
}
.pro .tab-nav ul li {
	width: 50%;
	float: none
}
.pro .sec2-main {
	padding: 0 20px
}
.pro .homes dd, .pro .responsive-tabs dd {
	background: #fff;
	padding: 10px 30px
}
.cuss {
	margin-top: 30px
}
.cuss .col-md-12 {
	padding: 0 15px
}
.cuss .btn-snd, .modal-body .btn-snd {
	bottom: -47px
}
.oc ul li:nth-child(4) {
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3
}
.tab-nav ul li a {
	padding: 25px
}
.pp {
	padding: 90px 0 0
}
.pp-rgt {
	padding: 25px 0
}
.cv-img {
	margin-top: -10px
}
.cv h4 {
	margin: 0 0 40px
}
.cv h2 {
	font-size: 30px;
	margin: 120px 0 10px
}
.cv-sec {
	margin: 0 0 50px
}
.tab_drawer_heading {
	display: block;
	font-family:'Poppins', sans-serif;
	font-size: 27px;
	padding: 20px;
	border-top: 1px solid #ccc
}
.tab_content {
	padding: 25px 15px
}
.tab_content h5 {
	margin-bottom: 40px
}
.tab_content h2 {
	font-size: 25px
}
.tm-sec {
	width: 100%
}
.tm-sec ul li {
	padding: 0 19px
}
.tmline {
	padding: 50px 0
}
.tmline h2 {
	margin-bottom: 30px
}
.ot-sec h6 {
	padding: 0
}
.ot-sec {
	padding: 60px 0
}
.tab-content {
	padding: 50px
}
.header {
	left: 0;
	transition: .5s
}
.wsoffcanvasopener .header {
	left: 240px
}
.pro .tab-nav ul li img, .sec2 .responsive-tabs dt h4 img {
	top: -11px;
	width: 36px
}
.pro .tab-nav ul li h4, .sec2 .responsive-tabs dt h4 {
	font-size: 17px
}
.com-sec .nav {
	white-space: nowrap
}
.com-sec .nav-link {
	padding: 25px
}
}

 @media (max-width: 320px) {
.header:before {
	width: 71px
}
}
 @media (max-width: 375px) {
.header:before {
	width: 98px
}
}
 @media (max-width: 414px) {
.header:before {
	width: 116px
}
}
.tm-tp .responsive-tabs-placeholder {
	padding: 60px 0;
	box-shadow: none
}
.ft-family {
	font-size: 20px!important;
	font-weight: 300;
	line-height: 31;
	font-family:'Poppins', sans-serif;
!important;
}
.wd-50 {
	width: 50%!important;
}
.tm-tp .responsive-tabs-placeholder:last-child {
	display: none
}
.tm-tp dt {
	width: 33.3333333%;
	font-family: 'Helvetica,sans-serif';
	border: 1px solid #dadada;
	padding: 25px 0;
	text-align: center;
}
.ti-img {
	height: 300px;
	object-fit: cover;
	max-width: 100%;
}
.ti-img img {
	height: 300px;
	object-fit: cover;
	max-width: 100%;
}
.pd-50 {
	padding-top: 50px;
}
.pd-50 h4 {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	line-height: 22px;
	padding: 10px;font-family:'Poppins', sans-serif;
}
 @media (max-width: 767px) {
.tm-tp dt {
	width: 100%;
}
}
.tp-caption.largeblackbg {
	font-family:'Poppins', sans-serif;
!important;
}
