@charset "utf-8";
/* 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%;
	scroll-behavior: smooth;
}

img {
	border:0px;
	margin-bottom: -7px;
}
.imgper1 {
	width: 100%;
	display: table;
}
a {
	color:#000;
	text-decoration:none;
	cursor:pointer !important;
}
a:hover {
	text-decoration:none;
	color:#ff8e00;
}

* :focus {
  outline: none;
}

/* END RESET */

/* FONT STYLES*/

body{
	background:#fff fixed;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#333333;
	font-size:18px;
	line-height:28px;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*---------*/
::selection {
	color:#ff8e00;
	background-color:#000;
}
::-moz-selection {
	color:#ff8e00;
	background-color:#000;
}
::-webkit-selection {
	color:#ff8e00;
	background-color:#000;
}

/*  Scrool  CSss */
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  border-radius: 7px;
}
::-webkit-scrollbar-thumb {
  background: #003f7d; 
  border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff8e00; 
}


.idxservicesbox1 .idxservicesmenu::-webkit-scrollbar {
  width: 0px;
}
.idxservicesbox1 .idxservicesmenu::-webkit-scrollbar-track {
  border-radius: 0px;
}
.idxservicesbox1 .idxservicesmenu::-webkit-scrollbar-thumb {
  background: #003f7d; 
  border-radius: 7px;
}
.idxservicesbox1 .idxservicesmenu::-webkit-scrollbar-thumb:hover {
  background: #003f7d; 
}

/*  End  */

/*-------For Font Size Custmize----------*/

.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.textcolor1 {
	color:#fff !important;
}
.bgcolor1 {
	background:#fafafa !important;
}
.bgcolor2 {
	background:#fbf5ed !important;
}
.bgcolor3 {
	background:#ff8e00 !important;
}

/*  END   */

#Arrowfix {
    position:fixed;
    right:10px;
    bottom:20px;
    cursor:pointer;
    width:50px;
    height:50px;
    z-index:99999999 !important;
    background-color:#ff8e00;
    text-indent:-9999px;
    /*display:none;*/
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
#Arrowfix span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
#Arrowfix:hover {
   background-color:#003f7d;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  Loader   */

.loader {
	position: fixed;
	display:flex;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#ff8e00;
}
.loader span {
	border: 15px solid #013e7d;
	border-radius: 50%;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	/*background: url("../images/quick-icon.png") no-repeat center;
	background-size: 100%;*/
	width: 140px;
	height: 140px;
	margin:auto;
	padding:auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*  End  */

/*  innercontainwrapper  */

.containwrapper {
	width: 1480px;
	margin: 0 auto;
	display: table;
	content: "";
	clear: both;
	padding: 70px 0;
}
.containwrapper1 {
	width: 100%;
	margin: 0 auto;
	display: table;
	content: "";
	clear: both;
	padding: 70px 0;
}

/*  End  */

/* Bullet  */

.nobullet li {
	background-image:none !important;
	background-position:0px !important;
	background-repeat: no-repeat !important;
	margin:0px !important;
	padding:0px !important;
}
.bullet1 li	{
	background: url("../images/bullet1.png");
	background-position: 5px 7px;
	background-repeat: no-repeat;
	margin:5px 0px 0px 0px;
	padding:0px 0px 5px 2%;
	line-height: normal;
	background-size: 8px;
}
.bullet2 li	{
	background: url("../images/bullet2.png");
	background-position: 5px 7px;
	background-repeat: no-repeat;
	margin:8px 0px 0px 0px;
	padding:0px 0px 8px 3%;
	line-height: normal;
	background-size: 8px;
}

/*  End  */


.btn1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 800;
	text-transform: uppercase;
}
.btn1 a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 16px;
	background: #003f7d;
	color: #fff;
	border-radius: 5px;
}
.btn1 a:hover {
	background: #ff8e00;
}
.btn1 a i {
	padding: 0 6px 0 0;
}

.btn2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn2 a {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 15px;
	background: #003f7d;
	color: #fff;
	border-radius: 5px;
}
.btn2 a:hover {
	background: #ff8e00;
}
.btn3 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}
.btn3 a:first-child {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 18px;
	background: #ff8e00;
	color: #000000;
	border-radius: 5px;
	margin: 5px;
}
.btn3 a:hover {
	background: #fff;
	color: #000;
}
.btn3 a:last-child {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 18px;
	background: #fff;
	color: #000000;
	border-radius: 5px;
	margin: 5px;
}
.btn3 a:hover:last-child {
	background: #ff8e00;
}

.btn4 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}
.btn4 a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 18px;
	background: #fff;
	color: #000000;
	border-radius: 5px;
	margin: 5px;
}
.btn4 a:hover {
	background: #013e7d;
	color: #fff;
}

.btn5 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}
.btn5 a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 18px;
	background: #003f7d;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 5px;
}
.btn5 a:hover {
	background: #ff8e00;
}

.btn6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}
.btn6 a {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 18px;
	background: #ff8e00;
	color: #000000;
	border-radius: 5px;
	margin: 5px;
}
.btn6 a:hover {
	background: #FFFFFF;
}

/*  Bg  */

.bg1 {
	background:url("../images/bg1.jpg") no-repeat center bottom;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	display: block;
	position:relative;
	width: 100%;
}

/*  End  */

/*  Heading text */

.headingtext1 {
	font-weight: 900;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #013e7d;
	padding: 0 0 20px 0;
}
.headingtext1 span {
	color: #ff8e00;
}
.headingtext1 i {
	color: #ff8e00;
}

.headingtext2 {
	font-weight: 900;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #ff8e00;
	padding: 0 0 50px 0;
}
.headingtext2 span {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	padding: 15px 0 0 0;
}



/*  End */

/*  popupmain */

.popmain1{
    display:none;
    overflow-x:hidden;
    width:90%;
    max-width:600px;
    margin:0 auto;
    font-size:16px;
    line-height:26px;
    border-radius:10px;
    max-height:600px;
    letter-spacing:0;
    padding:0px 0 20px 0!important;
    color:#666666;
	background-image: linear-gradient(to right top, #d4ecfb, #d6eff0, #e2f0e8, #eeefe8, #f2f0ee);
}
.popmain1 p{
    margin-bottom:15px;
}
.popmain1 h3 {
    font-size:30px;
	line-height: 30px;
	padding: 15px 0;
    color:#fff;
    letter-spacing:0;
    font-weight:900;
    margin:0 0 10px 0;
	text-align: center;
	background: #f15a29;
}
/*.popmain1 h3 span {
	display: block;
	color: #000000;
}*/

/*  End  */
