/*
Company: Fixfin Technologies Pvt. Ltd.  
Developer: Biswajit Bala
Purpose:
Version: 1.0.1
*/




/**** common css #start *****/

@font-face {
	font-family: "myFirstFont";
	src: url('../Roboto_Condensed/RobotoCondensed-Regular.ttf');
}
@font-face {
	font-family: "elmr";
	src: url('../Roboto_Condensed/ElMessiri-Regular.ttf');
}
@font-face {
	font-family: "plr";
	src: url('../Roboto_Condensed/Poppins-Light.ttf');
}

/**common css #start **/

body {
	background: #01034D;
	font-family: "myFirstFont";
}

.bg-frmclr {
	background-color: #e6f7ff !important;
}

img{
	max-width:100%;
	height:auto;
}

.f-600{
	font-weight:600;
}
.mg-b-10{
	margin-bottom:10px;
}
.mg-b-15{
	margin-bottom:15px;
}
.mg-b-25{
    margin-bottom:25px;
}
.mg-b-30{
	margin-bottom:30px;
}
.mg-b-50{
	margin-bottom:50px;
}
.mg-t-50{
	margin-top:50px;
}
.mg-t-100{
	margin-top:100px;
}
.mb-0{
	margin-bottom:0px;
}

a{
	color:#fff;
}
a:hover{
	color:#fff;
	text-decoration:none;
}
.hr {
	background: rgba(255,255,255,.25);
	margin-top: 0;
	margin-bottom: 30px;
}


/**hdr #start **/

.my-nav {
	padding: 15px 0;
}
.my-nav .navbar-brand {
	width: 90px;
}
.left-ul .nav-item p {
	color: #D9CA47;
}
.my-nav .left-ul {
	border-left: 1px solid #fff;
	padding-left: 15px;
}
.my-nav .nav-item {
	font-size: 18px;
}

/**hdr #end **/


/**home #start **/

.main-bg {
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 131%;
}
.wdyg-hd2{
    font-size:40px;
}




.frmhd-lft {
	background: #e07a00;
	padding: 15px 5px 5px 12px;
}
.frmhd-rght {
	background: #031752;
	padding: 15px 15px 5px 20px;
}
.hd1 {
	font-size: 20px;
}
.hd2 {
	font-size: 20px;
}
.hd {
	font-size: 24px;
}
.dsc {
	font-size: 16px;
}
.frm-main {
	padding: 25px 15px;
}



.frm-main label {
	font-size: 15px;
	text-align: right;
	float: right;
	color: #000;
	margin-bottom: 0;
}


.frm-main input:not([type='radio']), .frm-main select {
	width: 100%;
	font-size: 13px;
	height: 38px;
}
.frm-main input[type='radio']{
	margin-right: 5px;
}


.frm-main .row{
	margin-left:-6px;
	margin-right:-6px;
}
.frm-main .row [class*='col-']{
	padding-left:6px;
	padding-right:6px;
}
.main-btn {
	background: #E07A00;
	color: #fff;
	padding: 7px 25px;
	font-size: 25px;
}
.main-btn:hover {
	background: #E38618;
	color: #fff;
}


.slide-img{
	-webkit-animation: rotation 20s infinite linear;
	-moz-animation: rotation 20s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(-359deg);
		-moz-transform: rotate(-359deg);
	}
}

/**home #end **/





/** What do you get #start **/

.free-online-txt {
	background-color: #e07a00;
	padding: 7px;
}








/** What do you get #end **/



/** grid #start **/
.grid p {
	margin-bottom: 0;
}
/** grid #end **/



/** Footer #start **/


.footer a{
	padding:2px;
}



/** Footer #end **/


input[type="number"].lptob {
	-moz-appearance: textfield;
	width: 50%;
	border: none;
	/* border-bottom: 1px solid #000; */
	outline: none;
	height: 20px;
	float: left;
	margin-top: 2px;
}
input.lptob::-webkit-outer-spin-button, input.lptob::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input.lpdob::-webkit-outer-spin-button, input.lpdob::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"].lpdob {
	-moz-appearance: textfield;
	width: 33%;
	border: none;
	/* border-bottom: 1px solid #000; */
	outline: none;
	height: 20px;
	float: left;
	margin-top: 2px;
}
.lprdo-dv{
    margin-right: 20px;
    padding-top: 10px;
}
.bnr-hd {
	margin-top: 2.5rem !important;
    font-size: 26px !important;
    line-height: 32px !important;
}
.lei-err {
	color: #ff0000;
	font-size: 14px;
	margin-bottom: 0;
}
.lei-err-brdr {
	border: 1px solid #ff0000;
}


/*-----*/
.switch-field {
	display: flex;
	overflow: hidden;
	height:38px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 12px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
	width:50%;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

/*-----*/

.dxt-hide{
	display: none;
}


.mobswt-dv {
	font-size: 13px;
	font-family: inherit;
	display: table;
	width: 100%;
}
.mobswt-lft {
	border: 1px solid #ddd;
	height: 38px;
	text-align: center;
	padding-top: 9px;
	float: left;
	width: 50%;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	background: #f1f1f1;
}
.mobswt-rgt {
	border: 1px solid #ddd;
	height: 38px;
	text-align: center;
	padding-top: 9px;
	float: left;
	width: 50%;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	background: #f1f1f1;
}
.swtactv {
	background: #0c0 !important;
	border-color: #0c0 !important;
	color:#fff !important;
}
#lpfrntbtn:disabled {
	background: #aaa;
}
.mob-label {
	display: none;
}

.test-serv-h4 {
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	margin-top: 0 !important;
	font-family: plr;
}
.test-serv-h2 {
	font-style: normal;
	font-size: 55px;
	color: #ca416e;
	margin-top: 0;
	margin-bottom: 20px;
	font-family: elmr;
}
.test-serv-p {
	margin: auto;
	font-size: 19px;
	color: #a3a1a1;
	line-height: 30px;
	font-family: plr;
}
.glb-img {
	position: absolute;
	text-align: center;
	top: -20%;
	right: -7%;
}
.glb-img .full-size {
	width: 100%;
	height: 100%;
}
.testimonial-wrapper {
	padding-top: 125px;
}
.testi-div {
	text-align: center;
	position: relative;
}
.testi-monial-dv {
	text-align: center;
	position: relative;
	margin: 10px;
	border-color: #252839;
	box-shadow: 0 2px 13px 0px rgba(0, 0, 0, 0.3);
	padding: 10px 25px;
}
.p-img {
	width: 120px;
	margin: auto;
	margin-bottom: 40px;
	padding-top: 19px;
}
.p-img::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 8px;
	background-image: url('../images/author-bg.png');
	width: 155px;
	height: 160px;
	z-index: -1;
	animation: rounded 50s infinite linear;
}
.p-img img {
	border-radius: 100%;
	border: 3px solid #fff;
}
.quote-content {
	margin-top: 30px;
	position: relative;
	height: 100px;
	overflow-y: auto;
}
.p-cls {
	line-height: 24px !important;
	position: absolute;
	color: #fff;
	font-family: plr;
	font-size: 17px;
	transition-duration: 6s;
	transform: translateY(0);
	min-height: 100%;
}
.te-name0h4 {
	font-family: elmr;
	margin-top: 20px;
	font-size: 25px;
	color: #219bf1;
	transition: 0.4s !important;
	padding-bottom: 15px;
}
.te-name0h4::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #ca416e;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.gap-top {
	padding-top: 60px;
	padding-bottom: 60px;
}
.p-img .full-size {
	width: 100%;
	height: 100%;
}
.lpabout-bfrtag {
	color: #ccc;
	font-family: plr;
	position: relative;
}
.lpabout-bfrtag::before {
	background-color: #fff;
	border-radius: 2px;
	content: "";
	display: inline-block;
	height: 5px;
	left: 85px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}
.lpabout-bfrtag::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	left: 85px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
}
.lpabout-hd {
	color: #ca416e;
	font-size: 57px;
	font-weight: 100;
	font-family: elmr;
	line-height: 57px;
}
.lpabout-txt {
	font-size: 16px;
	color: #b5bad3;
	font-family: plr;
}
.abt-us-sec {
	padding-top: 100px;
}
.about-animation-dv {
	height: 100%;
	align-items: center;
	display: flex;
}
.u-img {
	--s: 10px; /* control the size */
	padding: var(--s);
	border: calc(2*var(--s)) solid #0000;
	outline: 1px solid #fff;
	outline-offset: calc(-1*var(--s));
	background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#fff 0);
}
.lpabout-shd {
	color: #fff;
	display: block;
	font-size: 35px;
}

/** RESPONSIVE CODE #Start**/




@media screen and (max-width:1199px){
	.my-nav .navbar-brand {
		width: 80px;
	}
	.my-nav .nav-item {
		font-size: 16px;
	}
	.bnr-hd {
		font-size: 20px;
	}
	.hd1 {
		font-size: 18px;
	}
	.hd {
		font-size: 19px;
	}
	.frmhd-rght {
		background: #031752;
		padding: 15px 15px;
	}
	.hd2 {
		font-size: 19px;
	}
	.main-btn {
		font-size: 20px;
	}
	.mg-b-50 {
		margin-bottom: 40px;
	}
	.mg-t-100 {
		margin-top: 80px;
	}
	.lprdo-dv {
    	margin-right: 10px;
    }
    .lpabout-hd {
		font-size: 47px;
	}
	.p-cls {
		font-size: 15px;
		line-height: 24px;
	}
	.te-name0h4 {
		font-size: 19px;
	}
	.lpabout-shd {
		font-size: 25px;
	}



}

@media screen and (min-width:768px) and (max-width:991px){
    .col-tab-dob {
    	flex: 0 0 30% !important;
    }
    .col-tab-tob {
    	flex: 0 0 20%;
    	max-width: 33%;
    }
    .col-tab-dob .form-control {
    	padding-right: 0;
    }
    .lpdob {
    	width: 25% !important;
    }
    #dobyear {
    	width: 40% !important;
    }
    .col-tab-tob .form-control {
    	padding-right: 5px;
    	padding-left: 7px;
    }
    .lprdo-dv {
    	margin-right: 4px !important;
    }

} /*---- 768 - 991 ----*/

@media screen and (max-width:991px){
	.my-nav .navbar-brand {
		width: 75px;
	}

	.my-nav .nav-item {
		font-size: 15px;
	}
	.bnr-hd {
		font-size: 17px;
	}
	.hd1 {
		font-size: 16px;
	}
	.hd2 {
		font-size: 15px;
	}
	.hd {
		font-size: 16px;
	}
	.dsc {
		font-size: 13px;
	}
	.frm-main label {
		font-size: 13px;
	}

	.frm-main p {
		font-size: 14px;
	}

	.main-btn {
		font-size: 18px;
	}
	.question-desc h2 {
		font-size: 26px;
	}
	.grid h4 {
		font-size: 22px;
	}
	.grid p {
		font-size: 14px;
	}
	.footer p,.f-menu {
		font-size: 14px;
	}
	.glb-img {
		right: -3%;
		width: 90px;
	}
	.test-serv-h4 {
		font-size: 22px;
		font-weight: 300;
		line-height: 20px;
		color: #fff;
		margin-top: 0 !important;
		font-family: plr;
	}
	.test-serv-h2 {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.lpabout-hd {
		font-size: 30px;
		line-height: 37px;
	}
	.lpabout-txt {
		font-size: 13px;
	}
	.abt-us-sec {
		padding-top: 50px;
	}
	.testimonial-wrapper {
		padding-top: 55px;
	}
	.lpabout-shd {
		font-size: 20px;
	}




}

@media screen and (max-width:767px){
	.my-nav .navbar-brand {
		width: 55px;
		margin-right: 10px;
	}
	.bnr-hd {
		font-size: 17px;
		margin: 30px 0 !important;
	}
	.question-desc h2 {
		font-size: 19px;
	}
	.question-main {
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.grid h4 {
		font-size: 18px;
	}
	.mg-t-50 {
		margin-top: 40px;
	}
	.mg-b-50 {
		margin-bottom: 40px;
	}
	.my-nav .left-ul {
		padding-left: 10px;
	}
	.my-nav .nav-item {
		font-size: 13px;
	}
	.col-sm-5, .col-sm-7 {
    	max-width: 100%;
    	flex: none;
    }
    .test-serv-h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.test-serv-h2 {
		font-size: 35px;
	}
	.test-serv-p {
		font-size: 14px;
	}
	.lpabout-bfrtag::before ,.lpabout-bfrtag::after{
		display: none;
	}
	.lpabout-bfrtag,.lpabout-hd,.lpabout-txt {
		text-align: center;
	}
	.lpabout-shd {
		font-size: 16px;
	}
	 
}

@media screen and (max-width:575px){

	.my-nav .navbar-brand {
		width: 45px;
	}
	.my-nav .nav-item {
		font-size: 13px;
	}
	.frmhd-lft {
		padding: 15px 15px;
	}
	.slide-img-main{
		text-align:center;
	}
	.slide-img {
		width: 75%;
	}
	.hd1 {
		font-size: 14px;
	}
	.hd2 {
		font-size: 13px;
	}
	.hd {
		font-size: 14px;
	}
	.frm-main {
		padding: 20px 10px;
	}
	.question-desc h2 {
		font-size: 12px;
	}
	.grid-item{
		text-align:center;
	}
	.grid h4 {
		font-size: 20px;
	}
	.grid h4 {
		margin-top: 10px;
	}
	.f-menu {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer p, .f-menu {
		font-size: 12px;
	}
	.lpabout-hd {
		font-size: 20px;
		line-height: 30px;
	}
	.lpabout-bfrtag {
		font-size: 13px;
	}
	.glb-img {
		top: -33%;
		width: 70px;
	}
	.test-serv-h2 {
		font-size: 25px;
	}
	.test-serv-h4 {
		font-size: 14px;
	}
	.test-serv-p {
		font-size: 13px;
		line-height: 20px;
	}
	.lpabout-shd {
		font-size: 14px;
	}


}

@media screen and (min-width:481px) and (max-width:767px){
    .frmhd-lft{
        width:40%;
    }
    .frmhd-rght{
        width:60%;
    }
    .lprdo-dv {
    	margin-right: 14px;
    }

}

@media screen and (max-width:499px){

	.hdr-mnu-rght {
		width: 100%;
		text-align: left !important;
		margin-top: 10px;
	}

	.hdr-mnu-rght .p1 {
		width: 40%;
		float: left;
	}
	.hdr-mnu-rght .p2 {
		width: 60%;
		float: right;
		text-align: right;
	}

}

@media screen and (max-width:480px){
.col-mob-12 {
	flex: 100%;
	max-width: 100%;
}
.col-mob-8{
    flex: 66.6666%;
    max-width: 66.6666%;
}
.col-mob-5{
    flex:41.66666%;
    max-width:41.66666%;
}
.col-mob-4{
    flex: 33.33333%;
    max-width: 33.33333%;
}
.col-mob-3{
    flex: 25%;
    max-width: 25%;
}
.frm-main .col-mob-12 label {
	text-align: left;
	float: left;
}
.frm-main .col-mob-5 label {
	text-align: left;
	float: left;
}
.mob-mrgnbtm{
    margin-bottom:10px;
} 
.mob-hide {
	display: none;
}
.dxt-hide{
	display: block;
}
.mob-label {
	display: block;
	margin-top: 20px;
}


}

@media screen and (max-width:450px){

	.grid h4 {
		font-size: 18px;
	}

}





/** RESPONSIVE CODE #END**/






