﻿/* CSS Document */

/*  em, strong, button, blockquote, address, big,small, strike, tt,*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym,  cite, code,
del, dfn, img, ins, kbd, q, s, samp,
 var, hr,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol{
	list-style:decimal;
	margin-left:30px;		
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
html {
  scroll-behavior: smooth;
}

/* END RESET */

/* FONT STYLES*/

body{
	background:#fff fixed;
    font-family: 'Avenir LT Std';
	font-weight: normal;
	color:#333333;
	font-size:18px;
	line-height:28px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

/*  END   */


/*  Top Main Wrapper  */

.topmainbg {
	background: #eb5a38;	
	width: 100%;
	display: table;
	clear: both;
	content: "";
	position: sticky;
	top: 0;
	z-index: 999;
}
.topmainleft {
	float: left;
	display: block;
	width: 19%;
	background: url("../images/top-bg.gif") no-repeat right center #fff7eb;
	padding: 8px 5% 5px 0;
	text-align: right;
}
.topmainleft img {
	width: 100px;
}
.topmainright {
	float: left;
	display: block;
	width: 63%;
}
.topmainright nav {
	display: inline-block;
	vertical-align: top;
	width: 68%;
	padding: 20px 0 0 0%;
}
.topmainright h6 {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	text-align: right;
	padding: 22px 0 0 0;
	font-size:40px;
	letter-spacing:0px;
	 text-transform: uppercase;
    font-family: 'bentonsans_extracomp_black';
}
.topmainright h6 img {
	width: 44px;
	margin: 0 10px -7px 0;
}
.topmainright h6 a {
	color: #FFFFFF;
}
.topmainright h6 a:hover {
	color: #000;
	text-decoration: underline;
}

/*  End  */


/*  Header Wrapper  */

.headerbg {
	background:url("../images/header.jpg") no-repeat center #1d183b;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/*background: #1d183b;*/
	display: block;
	position:relative;
	width: 100%;
}
.headerimg {
	position: absolute;
	width: 100%;
	bottom: -2.6%;
	left: 0;
	z-index: 1;
}
.headerimg img {
	width: 16%;
	margin: 0 auto;
	display: table;
	padding: 0 0% 0 0;
	
	animation-duration: 1s;
    animation-iteration-count: infinite;
	transform-origin: top;
}
.bounce-2 {
	animation-name: bounce-2;
	animation-timing-function: linear;
}
@keyframes bounce-2 {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-25px); }
	100% { transform: translateY(0); }
}



.headerwrapper {
	width: 1480px;
	margin: 0 auto;
	padding: 70px 0;
	display: table;
	content: "";
	clear: both;
	position: relative;
	z-index: 2;
}
.headerleft {
	float: left;
	display: block;
	width: 50%;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
}
.headerleft h1 {
	font-size: 64px;
	line-height: 60px;
	text-transform: uppercase;
    font-family: 'bentonsans_extracomp_black';
}
.headerleft h1 span {
	color: #eb5a38;
}
.headerleft p {
	padding: 20px 0;
}
.headerleft img {
	width: 380px;
	display: table;
}
.headerright {
	float: right;
	display: block;
	width: 35%;
	background: #FFFFFF;
	border-radius: 30px;
	padding: 30px 2%;
	border-top:    4px solid  #eb5a38;
	border-right:  14px solid #eb5a38;
	border-bottom: 14px solid #eb5a38;
	border-left:   4px solid  #eb5a38;
}
.headerright h2 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	padding: 0 0 5px 0;
	text-align: left;
}
.headerright h2 span {
	text-transform: uppercase;
    font-family: 'bentonsans_extracomp_black';
	font-size: 50px;
	line-height: 50px;
	display: block;
	color: #eb5a38;
	padding: 0px 0 0 0;
}
.headerleft h6 {
	font-weight: 900;
	padding: 0 0 10px 0;
	font-size: 28px;
	color: #eb5a38;
}
.headerright input {
	width: 90%;
	box-shadow: none;
	display: block;
	float: left;
	padding: 12px 5%;
	margin: 10px 0;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	background: #fff;
	border:1px solid #636363;
	border-radius:30px;
    font-family: 'Avenir LT Std';
}
.headerright select {
	width: 100%;
	box-shadow: none;
	display: block;
	float: left;
	padding: 12px 5%;
	margin: 10px 0;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	background: #fff;
	border:1px solid #636363;
	border-radius:30px;
    font-family: 'Avenir LT Std';
}
.headerright textarea {
	width: 90%;
	box-shadow: none;
	display: table;
	clear: both;
	content: "";
	padding: 14px 5%;
	margin: 25px 0 0  0;
	line-height: 22px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #000;
	background: #fff;
	border:1px solid #636363;
	border-radius:20px;
    font-family: 'Avenir LT Std';
}
.headerright input[type="submit"] {
	width: 160px;
	margin: 25px 0 0 0;
	letter-spacing: 0px;
	display: block;
	box-shadow: none;
	border-radius: 30px;
	padding: 14px 0;
	line-height: 24px;
    font-family: 'Avenir LT Std';
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	background: #eb5a38 !important;
	border:3px solid #000;
	cursor: pointer !important;
	
	animation-duration: 1s;
    animation-iteration-count: infinite;
	transform-origin: top;
}
.headerright input[type="submit"]:hover {
	background: #000 !important;
	color:#fff;
}
.headerright label.error  {
	width: 97% !important;
	display: block !important;
	padding: 0 0 0 3%;
}
.headerright .error {
	font-size:12px !important;
	line-height:normal !important;
	color:#f15a29;
	font-weight:600;
}

.bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
    @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0); }
    }


.heformrightimg1 {
	background: url("../images/ficon1.png") no-repeat right center #fff !important;
	background-size: 24px !important;
	background-position: right 3% bottom 45% !important;
}
.heformrightimg2 {
	background: url("../images/ficon2.png") no-repeat right center #fff !important;
	background-size: 24px !important;
	background-position: right 3% bottom 45% !important;
}
.heformrightimg3 {
	background: url("../images/ficon3.png") no-repeat right center #fff !important;
	background-size: 24px !important;
	background-position: right 3% bottom 45% !important;
}
.heformrightimg4 {
	background: url("../images/ficon4.png") no-repeat right center #fff !important;
	background-size: 24px !important;
	background-position: right 3% bottom 45% !important;
}
.heformrightimg5 {
	background: url("../images/ficon5.png") no-repeat right center #fff !important;
	background-size: 24px !important;
	background-position: right 3% top 20% !important;
}

input:-internal-autofill-selected {
	background: none !important;
}


/*  End  */


/*  innercontain wrapper    */

.innercontainwrapper {
	width: 1480px;
	display: table;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	content: "";
}

/*  End  */


/*  idx about wrapper  */

.idxaboutleft {
	float: left;
	display: block;
	width: 47%;
}
.idxaboutleft h3 {
	font-size: 26px;
	line-height: 30px;
	color: #eb5a38;
	font-weight: 900;
	padding: 0 0 20px 0;
	text-align: left;
}
.idxaboutleft h3 span {
	text-transform: uppercase;
    font-family: 'bentonsans_extracomp_black';
	font-size: 60px;
	line-height: 60px;
	display: block;
	color: #000;
	padding: 10px 0 0 0;
}
.idxaboutleft img {
	width: 100%;
	display: table;
	border-radius: 25px;
	border-right:  14px solid #dcc368;
	border-bottom: 14px solid #dcc368;
}

.idxaboutright {
	float: right;
	display: block;
	width: 45%;
	font-size: 20px;
	line-height: 32px;
}
.idxaboutright p {
	margin: 0 0 20px 0;
}
.idxaboutright p span {
	color: #eb5a38;
	font-weight: 900;
}

/*  End  */

/*  Heading text   */

.headingtext1 {
	text-transform: uppercase;
    font-family: 'bentonsans_extracomp_black';
	font-size: 60px;
	line-height: 60px;
	display: block;
	color: #262145;
	padding: 0 0 10px 0;
}
.headingtext1 span {
	color: #eb5a38;
}
.headingtext1 i {
    font-family: 'Avenir LT Std';
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 900;
}

.headingtext2 {
	font-size: 50px;
	line-height: 40px;
    font-family: 'bentonsans_extracomp_black';
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	padding: 20px;
}
.headingtext2 a {
	display: inline-block;
	background: #eb5a38;
	color: #FFFFFF;
	padding: 18px 20px 14px 20px;
	border-radius: 10px;
	border: 4px solid #fff;
	text-shadow: 0 5px 5px  #cc2a2a;
}
.headingtext2 a:hover {
	background: #000;
	color: #FFFFFF;
	text-shadow: 0 0px 0px  #ab933c;
}

/*  End  */



/* idxclientbox  */

.idxclientbox {
	display: inline-block;
	vertical-align: middle;
	width: 36%;
	padding: 2% 4%;
	margin: 2%; 
	border: 2px solid #000000;
	border-radius: 15px;
	background: #f2eaff;
}
.idxclientbox:nth-child(2) {
	background: #e6faff;
	margin: 0 0 -40% 0;
}
.idxclientbox:nth-child(3) {
	background: #f4ffc9;
}
.idxclientbox h5 {
    font-family: 'bentonsans_extracomp_black';
	font-size: 90px;
	line-height: 90px;
	color: #000000;
}
.idxclientbox h5 sup {
	font-size: 40px;
	padding: 0 0 0 5px;
}


/*  End  */

/*  idx helightbg  */

.idxhelightbg {
	background:url("../images/header.jpg") no-repeat center #1d183b;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display: block;
	position:relative;
	width: 100%;
}
.idxhelightwrapper {
	width: 900px;
	margin: 0 auto;
	padding: 70px 0;
	color: #FFFFFF;
	text-align: center;
	
}
.idxhelightwrapper h3 {
	font-size: 30px;
	font-weight: 900;
	color: #eb5a38;
}

.idxhelightwrapper h4 {
    font-family: 'bentonsans_extracomp_black';
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	padding: 25px 0;
}

.idxhelightwrapper h4 span {
	color: #eb5a38;
}
.idxhelightwrapper h6 {
	font-size: 50px;
	line-height: 40px;
    font-family: 'bentonsans_extracomp_black';
	text-transform: uppercase;
}
.idxhelightwrapper h6 a {
	display: inline-block;
	background: #eb5a38;
	color: #FFFFFF;
	padding: 14px 20px 14px 20px;
	border-radius: 10px;
	border: 4px solid #fff;
	text-shadow: 0 5px 5px  #cc2a2a;
}
.idxhelightwrapper h6 a:hover {
	background: #eb5a38;
	color: #000;
	text-shadow: 0 0px 0px  #ab933c;
}


/*  footer  */

.footer {
	width: 1480px;
	margin: 0 auto;
	padding: 70px 0 80px 0;
	font-size: 20px;
	line-height: 28px;
}

.footersocial {
	width: 100%;
	display: table;
	clear: both;
	content: "";
	text-align: center;
}
.footersocial a {
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	font-size: 44px;
	background: #1d67cb;
	font-weight: 900;
	color: #fff !important;
	border-radius: 50%;
	margin: 5px;
}
.footersocial a:nth-child(2) {
	background: #e10070;
}
.footersocial a:nth-child(3)  {
	background: #15c132;
}
.footersocial a:nth-child(4)  {
	background: #ff0000;
}
.footersocial a:nth-child(5)  {
	background: #10c245;
}
.footersocial a:hover {
	background:#000;
	color: #fff !important;
}
.footerbottom {
	text-align: center;
}

/*  BG  */

/*  footer box  */

.footerbox {
	border: 2px solid #000000;
	border-radius: 20px;
	background: #e6faff;
	display: table;
	margin: 30px auto;
	clear: both;
	content: "";
	width: 100%;
}
.footerboxcol1 {
	float: left;
	display: block;
	background: #f2eaff;
	width: 27%;
	padding: 3%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.footerboxcol1 a:hover {
	color: #eb5a38;
}
.footerboxcol1:nth-child(2) {
	background: #f4ffc9;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.footerboxcol1:nth-child(2) a {
	color: #eb5a38;
	font-weight: 900;
	font-size: 30px;
	text-decoration: underline;
}
.footerboxcol1:nth-child(2) a:hover {
	color: #000000;
}
.footerboxcol1:nth-child(3) {
	background: #e6faff;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.footerboxcol1 img {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin: 0 3% 0 0;
}
.footerboxcol1 h6  {
	display: inline-block;
	vertical-align: top;
	width: 80%;
}
.footerboxcol1 h6 span {
	display: block;
	font-weight: 900;
	font-size: 24px;
	padding: 0 0 15px 0;
}

/*  End  */

/*  idxprogrambox  */

.idxprogrambox {
	width: 90%;
	margin: 20px auto;
	background: #fff;
	border: 2px solid #1d183b;
	border-radius: 7px;
	padding: 0%;
}
.idxprogrambox img {
	width: 100%;
	display: table;
	margin: 0 auto;
	padding: 0;
}
.idxprogramboxcol1 {
	padding: 5%;
	display: table;
}
.idxprogramboxcol1 h4 {
	font-size: 34px;
	line-height: 40px;
    font-family: 'bentonsans_extracomp_black';
	text-transform: uppercase;
	color: #eb5a38;
	padding: 0 0 10px 0;
}

/*  End  */

/*  Faq  */

.faqcontain {
	width: 80%;
	margin: 0 auto;
	padding: 0;
	display: table;
	clear: both;
	content: "";
}
.faqcontain p {
	margin: 0 0 15px 0;
}
.faqcontain p:last-child {
	margin: 0 0 0px 0;
}
.faqcontain h6 {
	font-weight: 700;
	
}
.faq-c {
	position: relative;
	padding: 0;
	background: #fff;
	border: 2px solid #eb5a38;
	border-radius: 7px;
	margin: 20px auto;
}
.faq-t {
	float: right;
	/*padding-right: 0.3em;*/
	padding:  0 0px;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 7px;
	right: 7px;
	background:#eb5a38;
	min-height:40px;
	line-height:40px;
	width:40px;
	border-radius: 7px;
	text-align:center;
}

.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
	background:#000;
	color:#fff;
	width:30px !important;
	height:30px !important;
	min-height:30px !important;
	line-height:30px !important;
	border-radius:50%;
	padding:0;
	top:10px;
	right:10px;
}

.faq-q {
	cursor: pointer;
	font-size: 18px;
	line-height:20px;
	min-height:40px;
	font-weight: 800;
	letter-spacing: 0;
	color: #333;
	position: relative;
	padding:  7px 45px 7px 20px;
	
	display: flex;
	text-align:left;
}
.faq-q i {
	margin:auto;
	width:100%;
}

.faq-a {
	clear: both;
	color: #333;
	display: none;
	font-size: 16px;
	line-height: 24px;
	/*padding-left: 1.5em;*/
	padding:  0 20px 20px 20px;
}

/*  End  */

/*  Whychooseus  */

.idxwhychoseboxmain {
	width: 100%;
	display: table;
	clear: both;
	content: "";
	padding: 0 0 80px 0;
}
.whychooseusleft {
	float: left;
	display: block;
	width: 25%;
	color: #fff;
}
.whychooseusright {
	float: right;
	display: block;
	width: 72%;
}
.whychooseusleft h4 {
	font-size: 40px;
	line-height: 40px;
    font-family: 'bentonsans_extracomp_black';
	text-transform: uppercase;
	color: #eb5a38;
}
.whychooseusleft h6 {
	color: #FFFFFF;
	font-weight: 900;
	padding: 5px 0;
}

.whychooseusright li div {
	width: 80%;
	margin: 0 auto;
	padding: 5%;
	background: #fff;
	border-radius: 7px;
}
.whychooseusright li div img {
	width: 100%;
	display: table;
}
.whychooseusright li div h5 {
	font-weight: 900;
	padding: 10px 0 0 0;
	font-size: 28px;
	line-height: 30px;
    font-family: 'bentonsans_extracomp_black';
	text-transform: uppercase;
	color: #eb5a38;
}

/*  End  */


/* idx city box  */

.idxcitybox {
	background: #fff7eb;
	border-radius: 7px;
	margin: -50px auto 0px auto;
	padding: 0 0 30px 0;
}
.idxcityboxcol1 {
	width: 22%;
	margin: -50px 1.5% 5px 1.5%;
	padding: 0;
	display: block;
	float: left;
}
.idxcityboxcol1 img {
	display: table;
	margin: 0 auto;
	width: 100px;
}
.idxcityboxcol1 h5 {
	text-align: center;
	font-weight: 900;
}
.idxcityboxcol1 h5 span {
	padding: 10px 0 0 0;
	display: table;
	text-align: center;
	width: 100%;
	font-size: 44px;
	line-height: 44px;
    font-family: 'bentonsans_extracomp_black';
	text-transform: uppercase;
	color: #eb5a38;
}
.locationbox {
	display: table;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
.locationbox span {
	background: #EA5936;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin: 10px;
	border-radius: 5px;
}

/*  End  */

/*  facilitileft  */

.facilitileft {
	float: left;
	display: block;
	width: 25%;
}
.facilitileft img {
	width: 100%;
	display: table;
	margin: 10px 0;
	border-radius: 7px;
}
.facilitiright {
	float: right;
	display: block;
	width: 72%;
}
.facilitiiconbox {
	float: left;
	display: block;
	width: 30%;
	margin: 1.5%;
}
.facilitiiconbox img {
	display: inline-block;
	vertical-align: middle;
	width: 60px;
}
.facilitiiconbox span {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-weight: 900;
}

/*  End  */

/*  awardsbox  */

.awardsboxcol1 {
	float: left;
	display: block;
	width: 46%;
	margin: 1.5% 1%;
	border-left: 7px solid #eb5a38;
	padding: 0 0 0 1.5%;
}
.awardsboxcol1 h6 span {
	display: block;
	font-size: 40px;
	line-height: 44px;
    font-family: 'bentonsans_extracomp_black';
	text-transform: uppercase;
	color: #000000;
}

/*  End  */

/*  Gallery  */

.galleryimg li {
	width: 23.5%;
	margin: 0;
	padding: 0.5%;
	float: left;
	display: block;
}
.galleryimg img {
	width: 100%;
	display: table;
	border-radius: 5px;
}

/*  End  */


/*  testimonialmain  */

.testimonialwrapper {
	padding-bottom: 0 !important;
	overflow-x:hidden;
	display: block;
}
.testimonialmain {
	display: table;
	clear: both;
	margin: 0 auto;
	width: 100%;
	content: "";
}
.testimonialcol1 {
	display: inline-block;
	vertical-align: bottom;
	width: 16%;
}
.testimonialcol1 img {
	width: 100%;
	display: table;
}
.testimonialcol2 {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 2%;
}
.testimonialcol3 {
	display: inline-block;
	vertical-align: top;
	width: 58%;
	color: #fff;
	font-style: italic;
	font-size: 20px;
	padding: 0 0 75px 0;
}
.testimonialcol3 h6 {
	font-style: normal;
	font-weight: 900;
	padding: 12px 0 0 0;
}
.testimonialcol3 img {
	padding: 0 0 10px 0;
}

/*  End  */


.whatsappicon {
	width: 80px;
	position: fixed;
	bottom: 4%;
	left: 2%;
	z-index: 999;
}
.whatsappicon img {
	width: 100%;
	display: table;
}


/*  Responsivesticky  */

.rssticky {
	width: 100%;
	display: table;
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.rssticky a {
	float: left;
	display: block;
	width: 33.33%;
	background: #1ba130;
	color: #FFFFFF;
	text-align: center;
	padding: 7px 0;
	font-weight: 900;
}
.rssticky a i {
	font-size: 18px;
}
.rssticky a:nth-child(2) {
	background:#15c132;
}
.rssticky a:nth-child(3) {
	background:#eb5a38;
}
.rssticky a:hover {
	background: #000;
}



/*  End  */



/* CLEAR FIX */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.clearboth {
  clear: both;
  min-height:1px;
}
/* END FIX */
