@font-face {
  font-family: 'AvantGardeITCbyBT-Book';
  src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf')  format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TimesNewRomanPS-BoldMT';
  src: url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),  url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'), url('../fonts/TimesNewRomanPS-BoldMT.ttf')  format('truetype'), url('../fonts/TimesNewRomanPS-BoldMT.svg#TimesNewRomanPS-BoldMT') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'AvantGardeITCbyBT-Medium';
  src: url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf')  format('truetype'), url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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;

}
/* 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, 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;
}

a{border:0; outline:none; margin:0; padding:0; text-decoration:none;}
a:hover{text-decoration:none; border:0; outline:none;}
p{margin-bottom:0;}

.row{margin-left:0; margin-right:0px;}
.wrapper{padding:0px; width:1170px; margin:0px auto;}
.darkgrey{background:#3f3f3f; height:86px; padding:10px 0;}

.login-right {}

.login-righh {font-size: 19px;
    margin-bottom: 13px;}

.headertop{background:#173753;}

/*
=========================Top Header ========================
*/
.topmenu{/*position:absolute; z-index:100; left:0; right:0; margin:0 auto; top:50px;*/ padding:30px 0;}
.top-header{/*position:absolute; left:0; right:0; margin:0 auto;*/}
.top-header .navbar{min-height:80px; margin-bottom:0;}
.top-header .navbar-nav{float:right; padding:20px 0 0 0;}
.top-header .navbar-default{background:none; border:none;}
.top-header .navbar-brand{ font-weight:bold; font-family: 'Ubuntu', sans-serif; font-size: 23px; text-transform:uppercase; color:#39464f; padding: 0px;}
.top-header .navbar-nav li a:hover, .navbar-nav li.active a {
      /*background: #3bb375 !important; */ color:#efe939;
  color:#fff !important; }
.top-header .navbar-default .navbar-nav>li>a{ font-family: 'AvantGardeITCbyBT-Book'; text-transform:uppercase; color:#fff; font-size:15px; /*border-right:1px solid #fff;*/ line-height:20px; padding:0 20px; -moz-transition: all 0.3s; 
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background:none !important; -moz-transition: all 0.3s; 
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.top-header .navbar-default .navbar-nav>li>a.active{color:#f63f0e; background:none !important;}
.top-header .navbar-default .navbar-nav>li:last-child a{border-right:none; padding-right:0px;}
.top-header .navbar-default .navbar-nav>li>a:hover{color:#f63f0e !important; background:none !important;}
.top-header .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#f63f0e; background:none !important;}
.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{color:#f63f0e;background-color:#2a2e33;}
.top-header .navbar-nav ul.sm-nowrap > li > a:hover{background:#ffd700; color:#f63f0e !important;}
.top-header .dropdown-menu{background:#2a2e33;}
.top-header .navbar-nav ul.sm-nowrap > li > a{color:#d5d5d6;}
.top-header .navbar-brand span{color:#3bb375;}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3bb375;
  color:#fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*
=========================Slider ========================
*/
.main-slider{position: relative; top:0px;}
.bs-slider{max-height:673px;}
.bs-slider h2{ text-transform:none; font-size: 77px; line-height: 95px; color:#fff; font-family: 'AvantGardeITCbyBT-Medium'; letter-spacing:0px; padding-bottom:30px; margin:0;}
.bs-slider h2 span{display:block;}
.bs-slider p{font-size:48px; line-height:48px; color:#000; letter-spacing:10px; padding:0 0 0 0; margin:0 0 0 0; font-family: 'MontserratSubrayada-Bold';}
.control-round .carousel-control{ z-index:1000;}



/*
=========================introduction main========================
*/
.introduction{padding:95px 0 0 0; overflow:hidden;}
.introduction img{display:block; text-align:center; margin:0 auto; padding-bottom:95px;}
.intropic{overflow:hidden;}
.intropic img{text-align:center; margin:0 auto; display:block; width:100%;-moz-transition: all 0.3s; 
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}

.intropic:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.intromatter{padding:0px 151px 0 100px;}
.intromatter h1{color:#303841; font-family: 'AvantGardeITCbyBT-Book'; font-size:65px; line-height:80px; text-transform:none; padding-bottom:80px;}
.intromatter h1 span{display:block;}
.intromatter p{font-family: 'AvantGardeITCbyBT-Book'; font-size:20px; line-height:30px; text-align:justify; color:#707070; padding-bottom:40px; border-left:16px solid #f63f0e; padding:5px 0 0 50px;}
.intromatter p a{color:#f63f0e;}





/*
=========================table main========================
*/
.scheme{padding:100px 0; text-align:center; width: auto; margin: 0 auto;}
.schemein{width:auto; margin:0 auto; background: #fff; padding:0px 0 0 0;}
.schemein img{display:block; text-align:center; margin:0 auto; padding-bottom: 0px;}

.scheme h2{font-family: 'AvantGardeITCbyBT-Book'; display:inline-block; color:#000;  font-size:36px; line-height:36px; padding-bottom:10px; text-transform:none; margin-bottom:100px;}




/*
=========================calculative main========================
*/

.calpart{padding:148px 0 0 0; overflow:hidden;}
.calculative{-moz-transition: all 0.3s;  -webkit-transition: all 0.3s; transition: all 0.3s; } 
.calculative h2{font-family: 'TimesNewRomanPS-BoldMT'; font-size:218px; line-height:218px; color:#eee; /*text-align:center;*/}
.calcinfo{background:#fff; padding:70px 0; margin-top:-100px; position:relative; z-index:100; -moz-transition: all 0.3s;  -webkit-transition: all 0.3s; transition: all 0.3s; }
.calcinfo h2{color:#303841; font-family: 'AvantGardeITCbyBT-Book'; font-size:48px; line-height:60px; padding-bottom:45px; -moz-transition: all 0.3s;  -webkit-transition: all 0.3s; transition: all 0.3s;}
.calcinfo h2 span{display:block;}
.calcinfo p{color:#4c4c4c; font-family: 'AvantGardeITCbyBT-Book'; font-size:18px; line-height:25px; text-align:justify; width:300px;}

.calculative:hover h2{color:#000;}
.calculative:hover .calcinfo{background:#000; padding:70px 20px;}
.calculative:hover .calcinfo h2{color:#fff;}
.calculative:hover .calcinfo p{color:#fff;}

/*
=========================newsletter main========================
*/
.newspart{width:1270px; margin:0 auto;}
.newsletter{background:url(../images/bg_newsletter.png) center top no-repeat; background-size:cover; border-left:27px solid #f63f0e; padding:100px 85px; overflow:hidden; -webkit-box-shadow: 0px 10px 15px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 10px 15px 0px rgba(224,224,224,1);
box-shadow: 0px 10px 15px 0px rgba(224,224,224,1);}
.newsletter h2{font-family: 'AvantGardeITCbyBT-Book'; font-size:48px; line-height:48px; color:#303841;}
.newsletter h2 span{display:inline-block; color:#eb3c0d;}

.newsmailinfo{}
.newsmailinfo input.txt{ width:320px; padding:0 16px; height:45px; border: 2px solid #f3f0f0; border-radius: 0px; color: #333; font-size:18px; transition: all 0.3s ease 0s; line-height:45px; text-transform: none; float:left; text-align:center; background:#fff !important; margin-bottom:20px; font-family: 'Raleway', sans-serif; font-weight:600;}

.newsmailinfo input.txt::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#333; opacity:1}
.newsmailinfo input.txt::-moz-placeholder { /* Firefox 18- */ color:#333; opacity:1}
.newsmailinfo input.txt::-moz-placeholder { /* Firefox 19+ */color: #333; opacity:1}
.newsmailinfo input.txt::-ms-input-placeholder { /* IE 10+ */color:#333; opacity:1}
.newsmailinfo input.txt::-ms-input-placeholder { /* Edge */ color: #333; opacity:1}
.newsmailinfo input.txt::placeholder-shown { /* Standard one last! */color: #333; opacity:1}

.newsmailinfo input:focus {outline: none; box-shadow: 0px 0px 15px #474747 !important; border-color: #ddd !important; color:#000 !important; background:#fff !important;}


.newsmailinfo input.submitbtn{background:#f63f0e; color:#fff; font-family: 'Raleway', sans-serif; font-weight:600; line-height:45px; height:45px; border:0; outline:none; font-size:18px; padding:0 20px; width:107px; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; font-size:18px; letter-spacing:1px; float:right; margin-left:0px; min-width: 42px !important; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; text-transform:uppercase;}

.newsmailinfo input.submitbtn:hover{background:#c0b900;}

.ltspa{margin-left:60px !important;}

/*
=========================solution main========================
*/
.solution{padding:135px 0;}
.solution:nth-child(2){padding:0 0 135px 0;}
.solutionnumber{width:200px; 
  background-image: -moz-linear-gradient( 0deg, rgb(246,63,14) 0%, rgb(234,60,13) 87%, rgb(221,56,12) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(246,63,14) 0%, rgb(234,60,13) 87%, rgb(221,56,12) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(246,63,14) 0%, rgb(234,60,13) 87%, rgb(221,56,12) 100%); float:left; display:inline;}
.solutionnumber h2{line-height:260px; font-family: 'TimesNewRomanPS-BoldMT'; color:#f0715a; font-size:180px; text-align:center; margin:0 auto;}


.solutionnumbertwo{width:200px; 
  background-image: -moz-linear-gradient( 0deg, rgb(246,63,14) 0%, rgb(234,60,13) 87%, rgb(221,56,12) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(246,63,14) 0%, rgb(234,60,13) 87%, rgb(221,56,12) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(246,63,14) 0%, rgb(234,60,13) 87%, rgb(221,56,12) 100%); float:right; display:inline;}
.solutionnumbertwo h2{line-height:260px; font-family: 'TimesNewRomanPS-BoldMT'; color:#f0715a; font-size:180px; text-align:center; margin:0 auto;}

.rtspace{padding-right:60px !important;}

.solvpart{width:570px; margin:0 auto;}
.solvpic{float:left; display:inline; width:300px;}
.solvpic img{display:block; text-align:center; margin:0 auto;}

.solvinfo{padding:10px 0 0 0;}
.solvinfo h2{font-family: 'AvantGardeITCbyBT-Book'; font-size:50px; line-height:55px; color:#303841; padding-bottom:70px;}
.solvinfo h2 span{display:block;}
.solvinfo p{font-family: 'AvantGardeITCbyBT-Book'; font-size:30px; line-height:35px; color:#4c4c4c; text-align:justify; padding-bottom:70px;}
.solvinfo a{display:block; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#f63f0e; color:#fff; text-align:left; margin:0 auto; font-family: 'Raleway', sans-serif; font-weight:300; font-size:24px; line-height:50px; width:160px; padding:0 30px;}





/*
=========================proinformation main========================
*/
.proinformation{height:623px;}
.propart{width:100%; height:auto; display:block; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.ltborder{border-left:2px solid #fff;}
.propart img{width:100%; display:block; text-align:center; margin:0 auto;} 
.propartbottom{
  background-image: -moz-linear-gradient( 180deg, rgb(215,215,215) 0%, rgb(235,235,235) 17%, rgb(255,255,255) 47%, rgb(255,255,255) 57%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(215,215,215) 0%, rgb(235,235,235) 17%, rgb(255,255,255) 47%, rgb(255,255,255) 57%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(215,215,215) 0%, rgb(235,235,235) 17%, rgb(255,255,255) 47%, rgb(255,255,255) 57%, rgb(255,255,255) 100%);
 padding:50px; height:405px; display:block; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.propartbottom h2{font-size:48px; line-height:60px; color:#303841; font-family: 'AvantGardeITCbyBT-Book'; padding:0 0 60px 0; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.propartbottom h2 span{display:block; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}
.propartbottom p{font-size:20px; line-height:25px; color:#303841; font-family: 'AvantGardeITCbyBT-Book'; text-align:justify; -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;}

.propart:hover .propartbottom{background:#000;}
.propart:hover .propartbottom h2{color:#fff;}
.propart:hover .propartbottom p{color:#fff;}


/*
=========================counselling main========================
*/
.clear{clear:both;}
.counsellingpic{height:auto;}
.counlt{background:url(../images/counsellingpic.png) center top no-repeat; background-size:cover; height:263px;}
.couninfo{background:#303841; padding:55px 145px 55px 80px; height:263px;}
.couninlt{width:460px; float:left;}
.couninlt h2{font-family: 'AvantGardeITCbyBT-Book'; font-size:48px; line-height:48px; color:#f63f0e; padding:0 0 35px 0;}
.couninlt p{font-family: 'AvantGardeITCbyBT-Book'; font-size:20px; line-height:25px; color:#fff; text-align:justify;}
.couninrt{width:auto; float:right; padding:50px 0 0 0;}
.couninrt a{display:block; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; background:#f63f0e; color:#fff; text-align:center; margin:0 auto; font-family: 'Raleway', sans-serif; font-weight:300; font-size:24px; line-height:50px; width:275px;}

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6b6b6b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px;
}


.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #303841;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}



/*floating form css*/

/*sticky login css*/
.stickywrap{position:fixed; top:305px; left:0px; z-index:8000;}
.bigger10{font-size: 140%; color: #000;}
.bigger10:hover{color:#000;}
.stickywrap a{behavior: url(PIE.htc); position:relative; z-index:8000; background:#f63f0e; display:block; transform: rotate(-90deg); line-height:70px;  font-size:40px !important; height:70px; width:343px; font-family: 'AvantGardeITCbyBT-Book';  color:#fff; text-align:center; left:-137px; transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s; /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);*/ text-transform:uppercase;}

#closX{border-radius:inherit !important; background:none !important; color:#000 !important; transform:none !important; right 0px !important; width:auto !important; left:0px !important;}
.stickywrap a:hover{color:#fff; /*background:#fffc00*/}

.floatR{ float:right;}
.recentItem{ position:inherit; left:-300px;  background:#f8f8f8; top:0; z-index:999999; width:300px; padding:10px; overflow:auto !important; height:100%;}
.recentItemTxt{ padding:25px 0 0 0px; font-size:1.5em; font-weight:300;}
.ctntItem{ background:#FFF; padding:10px; border-bottom:1px solid #aaa;}
.ctntItem img{ margin-right:8px; display:inline; float:left;}
.ctntItem h3{ font-size:0.95em; font-weight: normal; padding:0 0 7px 0;}
.ctntItem h3 a{ text-decoration:none;}
.propDfn{ display:inline; font-size:0.785em; line-height:19px;}
.cntLoc{ vertical-align:middle; margin:2px 5px 0 0;}
.recentItem a > i{ color:#a7a7a7; font-size:20px; transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;}
.recentItem a:hover > i{ color:#000;}
.ctntItem:hover{ box-shadow:0 0 10px #999;}


.btn {
    font-family: "Open Sans";
}
.btn-lg, .btn-group-lg > .btn {
    
    padding: 0 0 0 0;
}
.btn-bricky {
    background-color: inherit;
    border-color:inherit;
    color: #ffffff;
	border:none !important;
	
}
.centerItem{margin:100px 0 0 250px;}

.modalform{width:250px; margin:0 auto; padding:20px 0 0 0;}
.modalform h2{margin:0; padding:0 0 20px 0; font-size:22px; font-family: 'Roboto', sans-serif; font-weight:700;}
.modalform input.txt{ width:250px; padding:0 10px; height: 45px; border:0; border-radius: 0px; color: #222; font-size:16px; font-family: 'AvantGardeITCbyBT-Book'; transition: all 0.3s ease 0s; line-height:45px; text-transform: none;  float:none; display:block; text-align:left; margin-right:0px; background:#d5d5d5; margin:0 auto; margin-bottom:10px;}
.modalform input.txt::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#222; opacity:1}
.modalform input.txt::-moz-placeholder { /* Firefox 18- */ color:#222; opacity:1}
.modalform input.txt::-moz-placeholder { /* Firefox 19+ */color: #222; opacity:1}
.modalform input.txt::-ms-input-placeholder { /* IE 10+ */color:#222; opacity:1}
.modalform input.txt::-ms-input-placeholder { /* Edge */ color: #222; opacity:1}
.modalform input.txt::placeholder-shown { /* Standard one last! */color: #222; opacity:1}

.modalform input:focus,.testformrt textarea.comment:focus {outline: none; box-shadow: 0px 0px 7px #000; border-color: #ddd; background:#fff;}


.modalform textarea.comment{  width:250px; line-height:25px; height:120px; font-size:18px; font-weight:400; border:none; outline:none; padding:10px; transition: all 0.6s ease 0s; resize: none; background:#d5d5d5 !important; float:none; margin-bottom:20px; resize: none; font-family: 'AvantGardeITCbyBT-Book';}
.modalform textarea.comment:focus{ outline: none; box-shadow: 0px 0px 15px #474747 !important; border-color: #ddd !important; background:#fff !important; color:#222 !important;}



.modalform textarea.comment::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color:#222; opacity:1}
.modalform textarea.comment::-moz-placeholder { /* Firefox 18- */ color:#222; opacity:1}
.modalform textarea.comment::-moz-placeholder { /* Firefox 19+ */color: #222; opacity:1}
.modalform textarea.comment::-ms-input-placeholder { /* IE 10+ */color:#222; opacity:1}
.modalform textarea.comment::-ms-input-placeholder { /* Edge */ color: #222; opacity:1}
.modalform textarea.comment::placeholder-shown { /* Standard one last! */color: #222; opacity:1}



.remodal-confirm {
  color: #fff;
  background: #7a7a7a;
    margin-left:10px;
    transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	border:0; outline:none; padding:12px 25px;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
 box-shadow: inset 200px 0 0 0 #ff9800;
}

.remodal-cancel {
  color: #fff;
  background: #7a7a7a;
    margin-left:0px;
    transition:all 2s ease; -webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	border:0; outline:none; padding:12px 25px; font-family: 'AvantGardeITCbyBT-Book';
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  box-shadow: inset 200px 0 0 0 #141414;
}


/*sticky login css end*/


/*
=========================footer main========================
*/

.footerpic{background:url(../images/footerpic.png) center top no-repeat; height:504px;}
.ltspac{padding-left:0px; padding-right:0px;}	

	

@media screen and (min-width:320px) and (max-width:480px)
{
	.wrapper{padding:0; width:100%;}
	.navbar-brand>img{width:70%;}
	.top-header .navbar{margin-top:0px;}
	.top-header .navbar-brand {padding: 0px 0px 0px 0px;font-size: 20px; float:none;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none !important; box-shadow:none !important; position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2000;}
	
	.navbar-default .navbar-toggle .icon-bar{background:#fff;}
	.top-header .navbar-nav{float:none; background:#000; margin:0; padding:0; margin-top:20px;}
	.navbar-default .navbar-toggle{border:none; background:#f63f0e;}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#9e9f9e; }
	.top-header .navbar-default .navbar-nav>li>a{padding-top:10px; padding-bottom:10px; border-right:none; border-bottom:1px solid #fff;}
	.top-header .navbar-default .navbar-nav>li:last-child a{border-bottom:none;}
	.navbar-nav.sm-collapsible .caret:before{color:#fff; line-height:22px;}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{line-height:19px;}
	.navbar-nav .open .dropdown-menu>li>a{background:#2a2e33; color:#fff !important;}
	
	.bs-slider h2 {margin-top: 0px;font-size: 18px;line-height: 20px; padding-bottom:10px;}
	.bs-slider p {margin-top: 0px;font-size: 12px;line-height: 15px;}
	.slide-text{text-align:center !important;}
	
	
	.about-img{width:100%;}
	.about-cnt h2 {margin: 20px 0;font-size: 21px; text-align:center;}
	.about-cnt p {line-height: 24px;font-size: 16px;}
	
	.col-container {margin: 0 auto 30px auto;}
	
	.testimonials-container{height:100%;}
	
	.team-col { margin: 0 auto 30px auto;}
	
	.google-map-in iframe{height:100%;}
	
	
	
	.white-texture{padding-bottom:80px;}
	.smart-main {width: 100%;top: 39px;}
	
	.carousel-main{width:100%;}
	.cirle-carousel{width:200px; height:200px; margin:40px auto 10px auto;}
	.carousel-main .carousel-control.left, .carousel-main .carousel-control.right{width:30px; background:none;}
    .carousel-main .carousel-control.left {left:5px; top:125px;}
    .carousel-main .carousel-control.right {right:5px; top:125px;}
	.person-text h3{font-family: 'newsgoth_btroman'; font-size:22px;}
	
	.knowledge-inner{width:100%;  box-sizing:border-box; padding:0 15px;}
    .knowledge-col{width:100%;}
	
	.welcome-cnt h2{font-size:24px;}
	
	.mutual-fund-main{padding:20px 0;}
	.mutual-inner{width:100%; padding:0 15px; box-sizing:border-box;}
    .mutual-inner h2{font-size:24px; margin-bottom:20px; line-height:34px;}
	
	.buy-list .transact{font-size:20px;}
	.buy-inner{width:100%;}
	.buy-inner li a{margin-top:10px; width:100%;}
	
	.service-inner{width:100%; text-align:center;}
	.service-inner li a{margin-right:0; width:100%; float:none;}
	.service-col{margin:0 auto 30px auto;}
	
	.video-wrap{width:100%;}
	
	#scrollbar1{width:100%;}
	.latest-news{width: 263px; margin: 0 auto;}
	.new-listing{width:100%; margin:0 auto;}
	.latest-news h2{ margin:0px 0 15px 0px; text-align:center;}
	#scrollbar1 .overview{padding:0;}
	.latest-news a{left:130px;}
	
	.marquee-inner{margin:50px 0;}
	
	.contwrap{width:90%; margin:0 auto; margin-bottom:50px;}
	.mbmid{width:100%;}
	.mbmid input.txt{width:100%;}
	.mbmid textarea.comment{width:100%;}
	.comment{width:100% !important;}
	.contdetails{width:250px; margin:0 auto;}
	
	.footerpic{background-size:auto 100%; height:504px;}
	
	.subscribe{background-size:auto 100% !important; /*height: 930px;*/ padding:90px 0 30px 0;}
	.subscribein{width:280px; padding: 40px 10px 30px 10px;}
	.subscribein input.txt{width:178px;}
	.subscribein p{font-size: 15px;}
	.subscribein h2{font-size: 20px;}
	.subscribein h3{fdnt-size:17px;}
	
	.lifewrap{margin-bottom:30px; min-height:250px;}
	.lifegoals h2{font-size:27px; line-height:27px;}
	.lifewrap h2{font-size:12px; line-height:22px; padding:30px 0;}
	
	.offerinfo{min-height:300px;}
	.offerinfolt{float:none; margin:0 auto; margin-bottom:15px; padding-left:0px;}
	.offerinfort{float:none; margin:0 auto;}
	.offerinfort{text-align:center;}
	.offerinfort h2{font-size:13px; padding-bottom:20px;}
	
	.knowledgepart{width:280px; margin:0 auto;}
	.knowin h2{font-size:15px; line-height:18px; padding:20px 0 0 0; height:75px;}
	.knowin img{width:100%; height:auto;}
	
	.schemein{width:100%; margin:0 auto;}
	.schemein img{width:90%; height:auto;}
	.schemein h2{width:100%; font-size:29px; line-height:29px;}
	
	.investcontainer{width:280px; margin:0 auto;} 
	.investin{width:270px; left:0; right:0; margin:0 auto; margin-bottom:30px;}
	.invest{padding:0 0 0 0;}
	.ltvest{width:59px; height:59px;}
	.ltvest h2{font-size:20px; line-height:59px;}
	.rtvest{width:200px;}
	.rtvest h2{font-size:15px;}
	.investpart{top:0px;}
	
	.financein{padding:30px 10px;}
	.fiininfo h2{font-size:16px;}
	
	.intromatter{padding:80px 0 0 0;}
	.intromatter h1{font-size:33px; line-height:33px;}
	
	.modal-open .modal{padding-right:0px !important;}
	.logpart a{font-size:14px; padding:0 10px;}
	
	.couninfo{padding:55px 20px; height:auto; text-align:center;}
	.couninlt{float:none; margin:0 auto; width:100%;}
	.couninrt{float:none; margin:0 auto; width:100%;}
	
	.proinformation{height:auto;}
	.propartbottom{height:auto;}
    
	
	.solution{padding:100px 0;}
	.solvpart{width:280px; margin:0 auto;}
	.solutionnumber{width:70px; height:70px;}
	.solutionnumber h2{line-height:70px; font-size:40px;}
	.solvpic{width:200px;}
	.solvinfo{padding:30px 0 0 0; text-align:center;}
	.solvinfo p{font-size:26px;}
	
	.rtspace{padding-right:0px !important;}
	.solvinfo a:last-child{margin-bottom:90px;}
	
	.newspart{width:100%;}
	.newsletter{padding:100px 20px; width:95%; text-align:center; margin:0 auto;}
	.newsmailinfo input.txt{width:100%;}
	.newsletter h2{padding-bottom:20px;}
	.ltspa{margin-left:0px !important;}
	.newsmailinfo input.submitbtn{margin:0 auto; float:none;}
	
	
	.calcinfo p{font-size:12px; line-height:15px; width:100%;}
	.calculative:hover .calcinfo{padding:70px 20px;}
	
	.introduction{padding:95px 20px 0 20px;}
	.intropic img{padding-bottom:0px;}
	
	.stickywrap a{font-size:25px !important; width:200px !important; left:-80px !important; line-height:40px !important; height:40px !important;}

}


@media screen and (min-width:481px) and (max-width:767px)
{
	.wrapper{padding:0; width:100%;}
	.top-header .navbar{margin-top:0px;}
	.top-header .navbar-brand {padding: 0px 0px 0px 0px;font-size: 20px; float:none;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none !important; box-shadow:none !important; position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2000;}
	.navbar-default .navbar-toggle .icon-bar{background:#fff;}
	.top-header .navbar-nav{float:none; background:#000; margin:0; padding:0; margin-top:20px;}
	.navbar-default .navbar-toggle{border:none; background:#f63f0e;}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background:#9e9f9e; }
	.top-header .navbar-default .navbar-nav>li>a{padding-top:10px; padding-bottom:10px; border-right:none; border-bottom:1px solid #fff;}
	.top-header .navbar-default .navbar-nav>li:last-child a{border-bottom:none;}
	.navbar-nav.sm-collapsible .caret:before{color:#fff;}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret{line-height:22px;}
	.navbar-nav .open .dropdown-menu>li>a{background:#2a2e33; color:#fff !important;}
	
	.bs-slider h2 {margin-top: 0px;font-size: 30px;line-height: 26px;}
	.bs-slider p {margin-top: 0px;font-size: 16px;line-height: 18px;}
	.control-round .carousel-control{display:block;}
	.control-round .carousel-control{width: 25px; height: 25px;font-size: 14px;line-height: 25px;}
	.slide-text{text-align:center !important;}
	
	
	.schemein{width:100%; margin:0 auto;}
	.schemein img{width:90%; height:auto;}
	.schemein h2{width:100%;}
	
	.intromatter{padding:80px 50px 0 50px;}
	
	.proinformation{height:auto;}
	.propartbottom{height:auto;}
    
	.solution{padding:100px 0;}
	.solvpart{width:280px; margin:0 auto;}
	.solutionnumber{width:70px; height:70px;}
	.solutionnumber h2{line-height:70px; font-size:40px;}
	.solvpic{width:200px;}
	.solvinfo{padding:30px 0 0 0; text-align:center;}
	.solvinfo p{font-size:26px;}
	
	.rtspace{padding-right:0px !important;}
	.solvinfo a:last-child{margin-bottom:90px;}
	
	.newspart{width:100%;}
	.newsletter{padding:100px 20px; width:100%; text-align:center;}
	.newsmailinfo input.txt{width:100%;}
	.newsletter h2{padding-bottom:20px;}
	.ltspa{margin-left:0px !important;}
	.newsmailinfo input.submitbtn{margin:0 auto; float:none;}
	
	.calpart{width:400px; margin:0 auto;}
	.calcinfo p{font-size:15px; line-height:18px; width:100%;}
	.calculative:hover .calcinfo{padding:70px 20px;}
	
	.introduction{padding:95px 20px 0 20px;}
	.intropic img{padding-bottom:0px;}
	
	.couninlt{width:100%; float:none; height:auto;}
	.couninfo{height:auto; padding:55px 80px 55px 80px;}
	
	
	
}
@media screen and (min-width:768px) and (max-width:990px)

{
	.wrapper{padding:0; width:730px; margin:0 auto;} 
	.top-header .navbar-brand{/*padding: 31px 20px 41px 0px; font-size:20px;*/ float:left; width:170px;}
	.top-header .navbar-default .navbar-nav>li>a{font-size:12px; padding:0 8px;}
	.nav>li>a {padding: 10px 6px;}
	

	
	.bs-slider h2 {margin-top: 24px;font-size: 60px;line-height: 60px;}
	.bs-slider p {margin-top: 0px;font-size: 40px;line-height: 40px;}
	.control-round .carousel-control{display:block;}
	.control-round .carousel-control{top:43%;}
	.slide-text{text-align:right !important; padding:10px 70px !important;}
	

	
	.schemein{width:100%; margin:0 auto;}
	.schemein img{width:90%; height:auto;}
	.schemein h2{width:100%;}
	
	
	.intromatter{padding:50px 0 0 0;}
	
	.couninfo{padding:55px 20px; height:auto; text-align:center;}
	.couninlt{float:none; margin:0 auto; width:100%;}
	.couninrt{float:none; margin:0 auto; width:100%;}
	
	.proinformation{height:auto;}
	.propartbottom{height:auto;}
    .ltborder{border-left:none;}
	
	.solution{padding:100px 0; width:730px; margin:0 auto;}
	.solvpart{width:100%; margin:0 auto;}
	.solutionnumber{width:130px; height:130px;}
	.solutionnumber h2{line-height:130px; font-size:80px;}
	.solvpic{width:200px;}
	.solvinfo{padding:30px 0 0 0;}
	.solvinfo p{font-size:26px;}
	
	
	.newspart{width:95%; margin:0 auto;}
	.newsletter{padding:100px 20px; width:100%;}
	.newsmailinfo input.txt{width: 67%;}
	.newsletter h2{padding-bottom:20px; font-size:30px; line-height:30px;}
	.ltspa{margin-left:0px !important;}
	
	
	.calpart{width:730px; margin:0 auto;}
	
	.introduction{padding:95px 0px 0 0px;}
	.introduction h1{padding:0 20px; margin-bottom:80px;}
	.introduction p{margin:0 20px;}
	.intropic img{padding-bottom:0px;}
	
	

}

@media screen and (min-width:991px) and (max-width:1200px)
{
	
	.wrapper{padding:0; width:965px; margin:0 auto;} 
	.top-header .navbar-brand{/*padding: 31px 20px 41px 0px; font-size:20px;*/ float:left; width:170px;}
	.top-header .navbar-default .navbar-nav>li>a{font-size:15px; padding:0 12px;}
	.nav>li>a {padding: 10px 6px;}
	.navbar-nav{float:right;}
	
	.bs-slider h1 {margin-top: 24px;font-size: 36px;line-height: 44px;}
	.control-round .carousel-control{display:block;}
	.control-round .carousel-control{top:43%;}
	.slide-text{text-align:right !important; padding:10px 120px !important;}
	

	.container{width:100% !important; margin:0 auto; padding-left:0px !important; padding-right:0px !important;}
	
	schemein{width:100%; margin:0 auto;}
	.schemein img{width:90%; height:auto;}
	
	

	
	.couninfo{padding:55px 40px;}
	.couninlt{width:290px;}
	
	.proinformation{height:auto;}
	.propartbottom{padding:30px 20px;}
	.propartbottom h2{font-size:40px; line-height:50px;}
	
	.solution{width:965px; padding:100px 0; margin:0 auto;}
	.solvpart{width:100%; margin:0 auto;}
	.solutionnumber{width:120px; height:120px;}
	.solutionnumber h2{line-height:120px; font-size:80px;}
	.solvpic{width:300px;}
	.solvinfo{padding:30px 0 0 0;}
	.solvinfo p{font-size:26px; padding-right:50px;}
	
	.newspart{width:95%; margin:0 auto;}
	.newsletter{padding:100px 50px; width:100%;}
	.newsmailinfo input.txt{width: 67%;}
	.newsletter h2{padding-bottom:20px; font-size:40px; line-height:40px;}
	.ltspa{margin-left:0px !important;}
	
	.introduction{padding:95px 0 0 0;}
	.intromatter h1{padding:0px 0 50px 0; font-size:35px; line-height:50px;}
	.intromatter{padding:0px 30px 0;}
	
}

@media screen and (min-width:1201px) and (max-width:1520px)
{
	.invest{padding:0 15px;}
	.investcontainer{width:1165px; margin:0 auto;} 
	.investin{width:350px; left:0; right:0; margin:0 auto; margin-bottom:30px;}
	.ltvest{width:79px; height:79px;}
	.ltvest h2{font-size:30px; line-height:79px; border-bottom:none;}
	.rtvest{width:250px; padding:0px 10px 0 0;}
	.rtvest h2{font-size:20px; line-height:18px; padding-bottom:15px;}
	.rtvest p{font-size:12px; line-height:14px;}
	.investpart{bottom:50px;}
	.investpart:hover .ltvest h2{color:#fff; font-size:12px;}
	
	.couninfo{padding:55px 80px;}
	.couninlt{width:350px;}
	
	.proinformation{height:auto;}
	.propartbottom{/*height:auto;*/}
    .ltborder{border-left:none;}
	
	.proinformation{}
	.propartbottom{padding:30px 20px;}
	
	
	.newspart{width:95%; margin:0 auto;}
	.newsletter{padding:100px 50px; width:100%;}
	.newsmailinfo input.txt{width: 67%;}
	.newsletter h2{padding-bottom:20px; font-size:40px; line-height:40px;}
	.ltspa{margin-left:0px !important;}
	
	.intromatter h1{font-size:45px; line-height:60px;}
	.intromatter{padding:0px 70px 0 70px;}
	
	.container{padding-left:0px !important; padding-right:0px !important;}

}