@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

p {
    margin-bottom: 0!important;
}

body {
	margin:0;
	padding:0;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}

hr{
	border:0.5px solid #f1f1f1;
}


.hero_area {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.mrg-top{
	margin:4% auto 2%!important;
}

.m_dis_none{
	display:none;
}

.d_dis_yes{
	display:block;
}

.wel_des_none{
	display:none;
}

.wel_mob_none{
	display:block;
}

.part h1 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 3% 1%;
	line-height:160%;
}

.part p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    padding: 3% 1%;
	line-height:160%;
}


.page_heading {
    font-family:'Poppins', sans-serif;
    font-size:28px;
    font-weight:600;
    margin: 2% 0% 0% 1%;
    color: #000;
    padding-left: 10px;
    border-left: 6px solid #024387;
}

.invalid-error{
    color: #f00;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.success-error{
    color: rgb(72, 110, 0);
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.brd_top{
    border-top:1px solid #e1e1e1;
    padding-top: 20px;
}

.thanks_msg{
    font-family: 'Poppins',sans-serif;
    font-size: 20px;
    border: 3px solid #deb924;
    padding: 10px;
    margin: 1%;
    color: #deb924;
}

.thanks_msg2{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    border: 1px solid #deb924;
    padding: 10px;
    margin-bottom: 1% !important;
    color: #deb924;
    font-weight: 500;
    line-height: 160%;
}

.pay_form p{
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    text-align: justify;
    color: #000;
    line-height: 160%;
    margin:0% 2%;
}
.pay_form a{
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    display: inline-block;
    background-color: #d4b02a;
    padding: 9px 15px;
    text-decoration: none;
    margin: 1% 0% 1% 2%;
    color: #fff;
}
.scan img{
    width: 30%;
}
.scan p{
    font-family: 'Poppins',sans-serif;
    text-align: center;
    line-height: 160%;
    margin: 2% 0%;
}

/**************************/
.pdf_edit{
    width: 100%;
    border: 1px solid #e9e9e9;
    margin: 20px 0px;
    padding: 20px 60px;
}
.pdf_edit h2{
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    margin: 2% 0%;
}
.pdf_edit h3{
    text-decoration: underline;
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    margin: 3% 0% 1% 0%;
}
.pdf_edit p{
    font-family: 'Poppins',sans-serif;
    line-height: 200%;
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin:1% 0%;
}
.pdf_edit ul{
    margin:2% 0%;
    list-style-type: none;
    counter-reset: my-counter;
}
.pdf_edit ul li::before {
    content: counter(my-counter) ') ';
    counter-increment: my-counter;
    font-weight: bold; /* Optional: Add bold style to the list item */
}
.pdf_edit ul li{
    font-family: 'Poppins',sans-serif;
    line-height: 200%;
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-left: 1%;
}
.pdf_edit input{
    border:none;
    border-bottom: 3px solid #dfb923;
    outline:none;
    text-align:center;
}
.update_btn{
    position: fixed;
    top: 25%;
    right: 0;
}
.update_btn input[type='submit']{
    width: 190px;
    padding: 12px 10px;
    font-family: 'Poppins',sans-serif;
    color: #fff;
    background-color: #ddb726;
    border: none;
    font-size: 16px;
    cursor: pointer;
}
/*******************************/


.my_list{}
.my_list ul li a{
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    text-decoration: none;
    float: left;
    padding: 15px;
    background-color: #201c68;
    color: #fff;
    font-weight:500;
    border: 6px solid #201c68;
}
.my_list{}
.my_list .active{
    background-color: #fff;
    color:#000;
}

.download_form input{
    width: 150px;
    padding: 12px 10px;
    font-family: 'Poppins',sans-serif;
    color: #fff;
    background-color: #ddb726;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-right:1%;
}

.panel{
    width:100%;
    border:1px solid #e9e9e9;
    margin:20px 0px;
    padding:20px;
}
.panel h3{
    font-family: 'poppins',sans-serif;
    font-weight: 600;
    color: #201c68;
}
.panel h4{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    line-height: 160%;
    color: #f00;
}
.panel h4 span{
    font-weight: 600;
}
.forms{
    border-bottom: 1px solid #e4e4e4;
    padding: 5px;
}
.forms span{
    display: inline-block;
    width: 35px;
    background-color: #e0b824;
    padding: 5px 0px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 15px;
}
.forms p{
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 160%;
}
.forms a{
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}

/*Why choose us start*/
.bg_img {
    background-image: url(../images/why-choose-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-size: cover;

}
.welcome{
	padding-bottom: 40px
}
.welcome h3{
	font-family: 'Crimson Text', serif;
	color:#fff;
	font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}
.welcome h4{
	font-family: 'Montserrat', sans-serif;
	color:#e0bf8c;
	    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
}
.welcome ul{
	padding-left: 4px;
}
.welcome ul li{
	padding: 15px 0;
    margin: 0px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    position: relative;
    
}
.welcome ul li i{
	position: absolute;
    left: 0;
    color: #fff;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    line-height: 14px;
    width: 0;
    display: none
}

.welcome ul li a{
	text-decoration: none;
	font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,.8);
    font-family: 'Crimson Text', serif;
    transition: all .5s ease;
}
.welcome ul li a:hover{
	padding-left: 25px;
	color: #e0bf8c;
	
}
.welcome ul li a:hover i{
	display: block;

}
/*Why choose us End*/
/* Experience section start */
.exp-img{
	position: relative;
    z-index: 1;
    margin-top: -90px;
    margin-bottom: 35px;
}
.exp-txt{
	padding-top: 80px;
    padding-left: 55px;
}
.exp-txt h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
	color:#022d58;
	font-family: 'Crimson Text', serif;
    margin-bottom: 10px;
}
.exp-txt h4{
	font-family: 'Montserrat', sans-serif;
	color:#e0bf8c;
	margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
}
.exp-txt h5{
	font-family: 'Crimson Text', serif;
	color:#022d58;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}
.exp-txt h5:after{
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    left: 0;
    background-color: #e0bf8c;
}
.exp-txt p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
	color:#022d58;
    margin-bottom: 40px;

}
.exp-txt span{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%;
	color:#022d58;
    margin-bottom: 40px;

}
.img_col_sm3{
	width: 31%;
	margin: 1%;
	float: left;
}
.cen-img{
	width: 75px;
	float: none;
	margin: 0 auto;
}
.brd_btm{
    border-bottom: 1px solid #e5e5e5;
}
.rt-img{
	border-radius: 50%;
}
.ligitation-button-inner{
	width: 245px;
	background-color: #d4b02a;
	text-align: center;
	padding: 17px 20px;	
	transition: all .5s ease;
    float: left;
    margin: 0 10px;
}
a .ligitation-button-inner {
	text-decoration: none;
	color: #fff;
	font-family:'Poppins', sans-serif;
	font-size: 16px
}
.ligitation-button-inner:hover{
	background-color: #201c68;
}


.exp-txt-get-button-inner{
	width: 200px;
	background-color: #d4b02a;
	text-align: center;
	padding: 17px 40px;	
	transition: all .5s ease;
}
.exp-txt-get-button-inner a{
	text-decoration: none;
	color: #fff;
	font-family:'Poppins', sans-serif;
	font-size: 16px
}
.exp-txt-get-button-inner:hover{
	background-color: #201c68;
}
.ico-col_sm3{
	width: 31%;
	float: left;
	margin: 1%;
}
.ico-col_sm3:hover .icon-num{
	font-size: 50px;
}
.icon-inner{
	float: right;
/*    margin: 0 auto;
    width: 71px;*/
}
.icon-inner .fa{
	color: #e0bf8c;
	font-size: 71px;
    line-height: 71px;
}
.icon-inbox{
	padding-left: 35px;
    position: relative;
}
.icon-inbox h5{
	font-family: 'Crimson Text', serif;
	color:#022d58;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px
}
.icon-inbox p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
	color:#022d58;
    margin-bottom: 40px;

}
.icon-num{
	color: #eeeff2;
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    position: absolute;
    top: -10px;
    z-index: -1;
    left: 10px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
   font-family: 'Crimson Text', serif;;
}

/* Experience section End */



/* Experience slider start */
.exp-slider h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
	color:#022d58;
	font-family: 'Crimson Text', serif;
    text-align: center;
    float: none;
    margin: 2% auto;

}
.exp-slider h4{
	font-family: 'Montserrat', sans-serif;
	color:#e0bf8c;
	margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
}
.exp-box{
	padding: 50px 45px 35px;
    text-align: center;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 3px solid;
    transition: 0.9s;
    border-color: #e0bf8c;
}
.box-ico{
	    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    transition: 0.9s;
    background: #022d58;
}
.box-ico:hover{
    color: #fff;
    background: #e0bf8c;
}
.box-ico .fa{
	font-size: 55px;
    vertical-align: middle;
}
.exp-box h1{
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #e0bf8c;
    font-family: 'Montserrat', sans-serif;
}
.exp-box h3{
	font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
    color: #022d58;
    font-family: 'Crimson Text', serif;
}
.exp-box a{
	font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 18px;
    color: #022d58;
    font-family: 'Crimson Text', serif;
        transition: all 0.5s ease-out 0s;
    text-decoration: none;
}
.exp-box a i{
    font-size: 15px;
    padding-top: 16px;
    padding-left: 10px;
    color: #022d58;
    transition: all 0.5s ease-out 0s;
}
.exp-box p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
	color:#022d58;
    margin-bottom: 40px;
}
/* Experience slider End */


.adv h1{
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight:600;
	line-height:140%;
	margin:0;
	color:#024387;
	text-align:center;
}

.adv p{
	font-family:'Poppins', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#000;
	line-height:150%;
	text-align:center;
	margin:1% 0%;
}


.bold_text_a{
	font-family:'Poppins', sans-serif;
	font-weight:bold;
	color:#FF0000;
	font-size:22px;
	text-align:right;
	margin:1%;
}


.brd_dotted{
	border: dotted #CCCCCC 1px;
}


/*--------------------------------------------------------------
Top Nave
--------------------------------------------------------------*/
.ctr_txt23 {
    width: 150px;
	float: left;
	margin: 4% 0% 0%;
}

.ctr_txt23 a {
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    background-color: #00a651;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 1px;
}

.ctr_txt23 a:hover {
    background-color: #02843c;
    color: #fff;
}

.ab_shawdo {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    padding: 1%;
}

.main_heading h1 {
    font-family:'Poppins', sans-serif;
    color:#038499;
    font-size: 28px;
    padding: 1% 1%;
    font-weight: 700;
	margin:0;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}
.top{
	width:95%;
	margin:0 auto;
	max-width:1600px;
}

.top2{
	width:85%;
	margin:0 auto;
	max-width:1200px;
}

.navbarrr1{
	width:435px;
	float:right;
	margin:0%;
}
.navbarrr1 .fa{
	font-size:16px !important;
	color:#00a651;
}

.navbarrr1 ul li a{
	font-family:'Poppins', sans-serif;
	color:#000;
	float:left;
	font-size:14px;
	font-weight:500;
	padding: 12px 17px 12px 17px;
	text-decoration:none;
}

.navbarrr1 ul li a:hover{
	background-color:#00a651;
	color:#fff;
}

.navbarrr1 ul li a:active{
	background-color:#00a651!important;
	color:#fff;
}


.logo2{
	width:225px;
	float:right;
	margin:0.7% 1% 0%;
}

.logo_rigt{
	width:80%;
	float:right;
}
.nav-header{
	height: 50px;
    line-height: 50px;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-left: 25px;
    overflow: hidden;
    border-bottom: 1px solid rgba(119,119,119,.2);
}
.nav-head-left{
	width: 65%;
	float: left;
}

.nav-head-left ul{
	list-style: none;
}
.nav-head-left ul li{
	display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: .5px;
}
.nav-head-left ul li a{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #022d58;
    font-family:'Poppins', sans-serif;
}
.nav-head-right{
	width: 33%;
	float: right;
	text-align:right;
}
.social-icon{
	width: 50%;
	float: left;
	list-style: none;
    font-size: 15px;
}
.social-icon li{
	display: inline-block;
	padding: 0 10px;
}
.social-icon li a{
	font-size: 18px;
	color: #201c68;
	text-decoration: none;
}
.get-button{
	width: 50%;
	float: right;
}
.get-button-inner{
	width: 170px;
	float: right;
	background-color: #d4b02a;
	text-align: center;
	transition: all .5s ease;
}
.get-button-inner a{
	text-decoration: none;
	color: #fff;
	font-family:'Poppins', sans-serif;
	font-size: 16px
}
.get-button-inner:hover{
	background-color: #201c68;
}
.logo_main{
    width: 20%;
    float: left;
}
.logo{
	width:100%;
	float:left;
	border-right: 1px solid #e5e5e5;
    padding: 0 15px;
}

.top_right{
	width:780px;
	float:right;
}
.body-text{
	font-family:'Poppins', sans-serif;
	color:#fff;
	font-size:14px;
	padding-left: 1%;
}


.navbarrr{
	width:100%;
	float: left;
	padding-left: 25px;
    margin: 9px 0;
}
.nav-cnt{
	width:43%;
	float: right;
	text-align: right;
}
.cnt-contact{
	width: 44%;
	float: left;
}
.cnt-icon{
    width: 9%;
    float: left;
    margin: 1%;
    text-align: center;
}
.cnt-icon .fa{
	color: #d4b02a;
	font-size: 25px; 
}
.cnt-detail{
    width: 88%;
    float: right;
}
.cnt-detail p{
	text-align: left;
	font-family:'Poppins', sans-serif;
	color:#000;
	font-size:13px;
	font-weight:600;

}
.call_em{
	width:380px;
	float:left;
	margin:0% 1%;
}

.call{
	width:165px;
	float:left;
	padding: 2.5% 1% 1% 4%;
}

.email{
	width:210px;
	float:left;
	padding:2.5% 1%;
	border-right:0.2px solid rgba(255, 255, 255, 0.2);
}

.format{
	width:124px;
	float:none;
	margin:0% auto;
}

.s_icon{
	width:100px;
	float:right;
}

.s_icon .fa{
	line-height:260%;
	font-size:15px;
	color:#FFFFFF;
}

.s_icon .fa:hover{
	color:#fff;
}

.call_em_txt{
	font-family:'Poppins', sans-serif;
	color:#000;
	font-size:14px;
}

.call_em_txt .fa{
	font-size:16px !important;
	color:#000;
}



.brd_botm{
	border-bottom:0.2px solid rgba(255, 255, 255, 0.2);
}
/* --------------------------- 
About Us Start --
------------------------------*/
.abt-pdg{
    padding: 30px 0;
}
.about-sec{
    padding-top: 10px;
    padding-left: 25px;
}
.about-sec h2{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #d4b02a;
    font-family: 'Montserrat', sans-serif;
}
.about-sec h1{
    position: relative;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 150%;
    color: #323a43;
    font-family: 'Montserrat', sans-serif;
}
.about-sec h1:after{
    content: '';
    width: 100px;
    background: #d9dadb;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #cdba6d;
}
.about-sec p{
        font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #666;
    margin: 2% 0%;
    text-align: justify;
}

.about-sec strong{
    font-weight:600;
}

.about-sec h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #d4b02a;
}

.details h1{
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 150%;
    color: #d4b02a;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.details h1:after{
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #323a43;
}
.details h3{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 150%;
    color: #323a43;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.details h3 span{
    font-weight: bolder;
    
}
/* --------------------------- 
About Us End --
------------------------------*/

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width:98%;
  margin:0 auto;
  float:none;
}

.tab_def{
	margin:1%;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: 1%;
  text-align: left;
  font-family:'PoppiNs', sans-serif;
  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}




.body_text111 {
  padding: 1%;
  text-align: left;
  font-family:'PoppiNs', sans-serif;
  color:#000;
  font-weight:500;
  font-size:15px;
  line-height:140%;
  border: 1px solid #ddd;
}


.body_text112989 {
	font-family:'PoppiNs', sans-serif;
	font-size:22px;
	line-height:150%;
	text-align:justify;
	color:#fff;
	padding:0.5% 1% 0.5% 1%;
	font-weight:500;
	background-color:#024387;
	margin-left:1.5%;
}


.body_text12red {
	font-family:'PoppiNs', sans-serif;
	font-size:19px;
	line-height:150%;
	text-align:justify;
	color:#eb161d;
	padding:0% 1% 1% 1.3%;
	font-weight:500;
	font-style:italic;
}



.body_text_span {
  font-weight:600;
  font-size:25px;
  color:#0166b3;
  font-family:'PoppiNs', sans-serif;
}


table td b {
  font-weight:700;
  font-size:15px;
}

table th {
  font-size: .85em;
   font-family:'PoppiNs', sans-serif;
  color: #000;
  font-weight:600;
  font-size:16px;
}

.body_text1129{
	font-size: 18px;
    font-weight:600;
    color: #23b24b;
    font-family:'PoppiNs', sans-serif;
	text-align:left;
    padding: 1%;
}


.body_text1129_n{
	font-size: 18px;
    font-weight:600;
    color: #0166b3;
    font-family:'PoppiNs', sans-serif;
	text-align:left;
    padding: 1%;
}

.tr_hed2{
    background-color: #009863!important;
}

.t_hed{
	font-size: 20px;
    font-weight:600;
    color: #fff;
    font-family:'PoppiNs', sans-serif;
	text-align:left;
    text-transform: uppercase;
    padding:0.5%;
}

.body_text_span{
	font-size: 17px;
    font-weight:600;
    color: #000;
    font-family:'PoppiNs', sans-serif;
	text-align:left;
    padding: 1%;
}

/*--------------------------------------------------------------
principle-officer-message
--------------------------------------------------------------*/

.messge p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 140%;
    text-align: justify;
	margin:0;
}

.messge h1 {
    font-family: 'Montserrat', sans-serif;
    font-size:22px;
    font-weight: 600;
    color: #000;
    line-height: 140%;
    text-align: left;
	margin:0% 0% 1%;
}

.messge h2 {
    font-family: 'Montserrat', sans-serif;
    font-size:17px;
    font-weight: 600;
    color: #000;
	margin:1% 0% 1%;
    line-height: 140%;
    text-align: left;
}

.welcome-bg{
	 background-image: url(../images/welcome-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
	background-repeat: no-repeat;
}



.crc h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 22px;
    padding: 1% 1%;
    font-weight: 700;
	text-align:left;
	margin:0;
}

.product h1 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 20px;
    padding: 1% 0%;
    font-weight: 700;
	text-align:left;
}

.bord4 {
    border: 1px dashed #dedede;
    margin: 0.5% 0%;
}

.uply {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    padding: 10px 10px;
    text-align: left;
    text-decoration: none;
}

.c_col_sm8 {
    width: 98%;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 11%);
    min-height: 350px;
    padding: 3% 3% 0% 3%;
}

.con_icon{
	width: 130px;
	float: none;
	margin:1% auto;
}

.c_icon_txt {
    width: 98%;
    float: right;
}

.c_txt {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}

.c_txt span {
    font-weight: 600;
    font-size: 15px;
}

.con_main_head {
    font-family:'Poppins', sans-serif;
    color: #038499;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1%;
    padding-left: 1%;
}
.c_link2 {
    color: #000;
    text-decoration: none;
}


.div_c_20{
	width:10%;
	margin:2% 1%;
	float:left;
}

.div_c_30{
	width:15%;
	margin:2% 1%;
	float:left;
}

.div_c_40{
	width:57%;
	margin:2% 1%;
	float:left;
}



.wel_col28{
	width:28%;
	margin:1%;
	float:left;
}

.wel_col50{
	width:48%;
	margin:1%;
	float:left;
}

.wel_col20{
	width:20%;
	margin:1%;
	float:left;
}

/*---------------------------------------
Footer Text Line
----------------------------------------*/
.ftr_col_sm3{
	width: 31%;
	float: left;
	padding: 40px 0; 
    border-right: 1px solid rgba(255,255,255,.15);
}
.ftr_col_sm8{
	width: 15%;
    float: left;
}
.ftr_col_sm88{
	width: 85%;
	float: right;
}
.ftr_col_sm9{
	width: 25%;
    float: left;
}
.ftr_col_sm99{
	width: 70%;
	float: right;
}
.ftr_bg_clr{
	background-color:#024387;
	border-bottom: 1px solid rgba(255,255,255,.15);
}
.ftr_bg_clr2{
	background-color:#024387;
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding: 40px 0;
}
.ftr_bg_clr3{
	background-color:#024387;
	padding: 20px 0;
}
.ftr_icon{
	text-align: right;
}
.ftr_icon .fa{
	color: #e0bf8c;
	font-size: 19px;
	
}
.ftr_text1 p{
	color: #9e9da3;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.ftr_text1 p span{
	color: #fff;
    font-weight: 500;
}

.ftr-logo p{
	color: #fff;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #2E2E2E;
}
.subscribe-form input[type="text"]{
	font-family: 'Montserrat', sans-serif;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #e0bf8c;
    padding: 11px 18px;
    border: 1px solid #e0bf8c;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
}
.ftr-hed{
	margin-top: 20px;
}
.ftr-hed h3{
	font-family: 'Montserrat', sans-serif;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    position: relative;
}
.ftr-hed h3:before{
	    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: -10px;
    content: "";
    background-color: #e0bf8c;
}
.ftr-list{

}
.ftr-list ul{
	list-style-image: url('../images/ftr-arrow.png');
	margin: 20px;
}
.ftr-list ul li{
	position: relative;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255,255,255,.9);
}
.ftr-list ul li a{
	text-decoration: none;
	color: #fff;
	    transition: all 0.5s ease-out 0s;
	font-weight: 400;
	font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}
.ftr-list ul li a:hover{
	color: #e0bf8c;
}
.latest-news a{
	color: #fff;
	font-weight: 400;
	font-size: 14px;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    margin: 1%;
}
.latest-news a:hover{
	color:#e0bf8c;
}
.latest-news h5{
	font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #e0bf8c;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 1%;
}

.ftr_lt_txt{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:160%;
	color:#fff;
	margin:0;
	text-align: center;
}

/* Footer End */
.footer_text_maq{
	font-family: 'Montserrat', sans-serif;
	color:#000;
	font-size: 14px;
	text-align: left;
	font-weight:500;
	padding:0.5%;
}

.inner_container{
	width:90%;
	max-width:1300px;
	margin:0 auto;
}

.border3{
	border:1px solid #341e7f;
	margin:1% 0%;
}

/* .page_link ul {
    list-style-image:;
} */

.page_link ul li a{
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:500;
	text-align:center;
	line-height:160%;
	margin:0%;
	padding:0% 1%;
	text-decoration:none;
	float:left;
	border-right: 1px solid #341e7f;
}

.page_link li:last-child a {
	border-right: none;
}

.page_link2 ul li {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:500;
	text-align:center;
	line-height:160%;
	margin:0%;
	padding:0% 1%;
	text-decoration:none;
	float:left;
	border-right: 1px solid #242424;
}

.disclaimer{
	font-family:'Poppins', sans-serif;
	color:#fff;
	font-size:14px;
	text-align:justify;
	line-height:160%;
	padding-bottom:1%;
}

/*----------------------------------------
banner text
----------------------------------------*/
.hero-text{
	position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:70%;
}

.hero-text h1 {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight:700;
    line-height: 160%;
}

.hero-text p {
    color: #fff;
	text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    font-weight:500;
    line-height: 150%;
}


/*-----------------------------------
Front Page
------------------------------------*/
.banner{
	width:100%;
	position:relative;

}

.link{
	text-decoration:none;
	color:#000;
}

.link:hover{
	text-decoration:none;
	color:#201c68;
}

.link2{
	text-decoration:none;
	color:#666 !important;
}

.link3{
	text-decoration:none;
	color:#9e9da3 !important;
}

/*----------------------------------------
Regular Content
-----------------------------------------*/
.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm1111{
	width:70%;
	margin:0 auto;
}

.col_sm2{
	width:48%;
	float:left;
	margin:1%;
}
.col_sm22{
	width: 48%;
    margin: 1%;
    float: left;
}

.col_sm3{
	width:31%;
	float:left;
	margin:1%;
}

.ftr_menu ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 210%;
	font-weight: 500;
    font-size: 15px;
	text-transform:capitalize;
}

.ftr_menu ul {
    margin-left:10%;
}

.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}

.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}

.col_sm8{
	width:40%;
	margin:1%;
	float:left;
}
.col_sm88{
	width:55%;
	margin:1%;
	float:left;
}

.col_sm9{
	width:58%;
	margin:1%;
	float:left;
}
.col_sm99{
	width:38%;
	margin:1%;
	float:right;
}

.col_sm10{
	width:38%;
	margin:1%;
	float:left;
}
.col_sm100{
	width:58%;
	margin:1%;
	float:right;
}

/*-----------------------------------------------
extra
-----------------------------------------------*/

.bg_clr1{
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
	margin:1% auto;
}

.bg_clr11{
	background: #0173c7;
}

.bg_clr28{
	background-image: url(../images/welcome-bg.jpg);
	background-repeat: repeat;

}

.bg_clr6{
	background: #fff;
}

.logo_brd {
    border: 1px solid #d3d3d3;
}

.bg_clr2{
	background-color:#f0f0f0;
	padding:40px 0px;
}

.bg_clr3{
	background-color:#004fa3;
	padding:20px 0px;
}

.bg_clr4{
	background-color:#fff;
}

.bg_clr5{
	background-color:#024387;
}

.bg_clr7{
	background-color:#f8f8f8;
	padding: 90px 0;
}

.hero1 {
    background-image: url(../images/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.latest_col_sm3{
	width:33%;
	float:left;
	position:relative;
	overflow:hidden;
}

.bg_img1{
  background-image: url("../images/bg_img1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 70px;
  height:300px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.bg_img1:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 

.bg_img2{
  background-image: url("../images/bg_img2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 70px;
  height:300px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.bg_img2:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 

.bg_img3{
  background-image: url("../images/bg_img3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 95px 70px;
  height:300px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.bg_img3:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 

/*------------------------------------------
Home page our product
-------------------------------------------*/
.wel_col20{
	width:18%;
	float:left;
	margin:1%;
}

.wel_col40{
	width:38%;
	float:left;
	margin:1%;
}

.line1{
	width: 10%;
    background-color: #a2a2a2;
    height: 1px;
    margin: 1% auto;
}

.line2{
	width:5%;
    background-color: #a2a2a2;
    height: 1px;
    margin: 0% auto;
}

.pro{
	text-align:center;
}

.pro h1{
	font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size:30px;
    text-align: center;
    margin: 3% 0% 2% 1%;
    font-weight: 700;
}


.pro h1 span{
    font-size:18px;
	color:#004fa3;
    text-align: center;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.pdg{
	padding:2% 2% 0.5%;
}

.pdg2{
	padding:2% 2%;
}

.col_sm1_ovo{
	width:100%;
	position:relative;
}

.col_sm1_ovo2{
    background-color: #fff!important;
    padding: 0px 15px 16px 15px;
}


.pro h2 {
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-size: 18px;
    text-align: center;
    font-weight:600;
	padding:1%;
}

.brd_left{
	border-left: 1px solid #c5c5c5;
    padding-left: 25px;
}

.who h1{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	font-weight:400;
	line-height:150%;
	margin:0;
}

.who h1 span{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	font-weight:700;
	line-height:150%;
	margin:0;
}


.brd{
	border:4px solid #d7d7d7;
	padding:4%;
}

.brd2{
	border:4px solid #d7d7d7;
	padding:2%;
}

.who h2{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:600;
	line-height:150%;
	text-align:justify;
	margin:0% 0%;
}

.who p{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:150%;
	text-align:justify;
	padding-top:2%;
}

.who h5 {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#000;
	line-height:140%;
	text-align:justify;
	margin:1% 1%;
}
/* Testimonial start */
.testi h1{
	font-family: 'Crimson Text', serif;
	color: #fff;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    margin: 10px 0;
}



.testi h5{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:170%;
	text-align:left;
	margin:2% 0%;
}

.testi h2{
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin:2% 0%;
	color:#00a651;
	line-height:140%;
	text-transform:uppercase;
}

.testi h3{
	margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #e0bf8c;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.testi h3:after{
	content: "";
    margin-left: 1%;
    width: 50px;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background-color: #e0bf8c;
}
.testi-star{
	margin: 20px 0;
}
.testi-star .fa{
	color: #ffae00;
	font-size: 18px;
}
.testi_main p{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
	color:#fff;
    margin-bottom: 40px;
}
/* Testimonial End */


/*-------------------------------------------------
Circle image hover effect
-------------------------------------------------*/

.img2 {
    display:block;
    width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.hover15 figure {
	position: relative;
	display: block;
    overflow: hidden;
	
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/*-------------------------------------------
Bullet
-------------------------------------------*/

.bullet  {
	width:100%;
	margin-top:0%;
}

.bullet ul {
    list-style-image:url(../images/bullet.png);
	margin-left:1%;
}

.bullet ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:160%;
	color:#000;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:500;
}


.bullet2  {
	width:100%;
	margin-top:0%;
}

.bullet2 ul {
    list-style-image:url(../images/bullet2.png);
	margin-left:3%;
}

.bullet2 ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:160%;
	color:#fff;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:500;
}

.bullet3  {
	width:100%;
	margin-top:0%;
}

.bullet3 ul {
    list-style-image:url(../images/bullet.png);
	margin-left:1.5%;
}

.bullet3 ul li{
	font-family:'Poppins', sans-serif;
	font-size:15px;
	line-height:160%;
	color:#000;
	margin:0% 2% 0.1% 2%;
	text-decoration: none;
	font-weight:500;
}

/*--------------------------------------------------------------
Contact Page
--------------------------------------------------------------*/
.contact-banner{
	background-image: url(../images/contact-banner.jpg);
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 400px;
    position: relative;
}
.banner-text h1{
	font-weight: 400;
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
	font-family: 'Crimson Text', serif;
    position: absolute;
    top: 145px;
    left: 200px;
}
.cnt-box{
	z-index: 1;
    margin-top: -95px;
    box-shadow: 0 0 30px rgba(15,8,49,.1);
    position: relative;
}
.cnt_col_sm3{
	width: 31%;
	float: left;
	padding:40px;
	background-color: #fff;
}
.cnt_col_sm33{
	width: 31%;
	float: left;
	padding:40px;
	background-color: #d9b427;
}
.cnt_col_sm3 h1{
	    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #323a43;
    font-family: 'Montserrat', sans-serif;
}
.cnt_col_sm3 p{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 150%;
    font-weight: 400;
}
.cnt_col_sm3 a{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 150%;
    font-weight: 400;
    text-decoration: none;
    transition: .6ease;
}
.cnt_col_sm3 a:hover{
	color:#cdba6d;
}

.cnt_details{
	padding: 70px 50px 30px 0px;
}
.cnt_details h1{
	font-weight: 400;
    font-size: 38px;
    line-height: 46px;
    color: #323a43;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    position: relative;
}
.cnt_details h1:after{
	content: '';
    width: 100px;
    background: #d9dadb;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #cdba6d;
    margin-bottom: 10px;
}

.cnt_details h2{
	font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #cdba6d;
    font-family: 'Montserrat', sans-serif;
}
.cnt_details h3{
	font-size: 18px;
    line-height: 20px;
    color: #323a43;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px; 
}
.cnt_details p{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 150%;
    font-weight: 400;
}
.cnt_details p span{
    font-weight: bold;
}
.page_head{
	font-family: 'Open Sans';
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-top: 3%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.contact_txt h2{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:600;
	padding:1% 1% 0%;
	color:#122a5a;
}
.cont_col_sm3{
	width:31%;
	float:left;
	margin:1%;
	border:1px solid #e9e9e9;
	background-color:#f3f3f3;
	min-height:140px;
}
.cont_pdg_sm3{
	padding:1% 1.5%;
}
.con_heading h2{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
}
.cont_icn {
    width: 20px;
    float: left;
    margin: 1.5% 3% 0% 1%;  
}
.cont_icn i {
	font-size:20px;
}

.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Montserrat', sans-serif;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-align: justify;
}

@media only screen and (max-width:1000px){
.pro_col_sm9 {
    width: 98%;
    float: left;
    margin: 1%;
}
.pro_col_sm99 {
    width: 50%;
    float: none;
    margin: 1% auto;
}
}

@media only screen and (max-width:980px){
.d_col_sm2 {
    width: 98%;
    min-height: auto;
}
.d_col_sm22 {
    width: 98%;
    min-height: auto;
}
}

@media only screen and (max-width:800px){
.pro_col_sm99 {
    width: 60%;
}

.ftr_txt3 h1 {
    margin: 0% 0% 4% 0%;
}
.about-sec {
    padding: 0;
}
.ftr_menu ul {
    margin-left: 0%;
}

.col_sm99 {
    width:98%;
}

.col_sm9 {
    width: 98%;
}

.testi h1 {
    margin: 1% 1% 1%;
}

.testi p {
    margin: 1% 1% 1%;
}

.col_sm8 {
    width: 38%;
    float: left;
}

.col_sm88 {
    width: 58%;
    float: right;
}
.ftr_col_sm3 {
    width: 98%;
    padding: 20px 0;
    border-right: none;
}
.scan img{
    width: 70%;
}

}

@media only screen and (max-width:700px){
.pro_col_sm3 {
    width: 49%;
}
.pro_col_sm99 {
    width: 70%;
}
}

@media only screen and (max-width:600px){
.pro_col_sm99 {
    width: 80%;
}
}

@media only screen and (max-width:550px){
.pro_col_sm3 {
    width: 98%;
}
}

@media only screen and (max-width:500px){
.pro_col_sm99 {
    width: 98%;
}
}
		

/*-------------------------------------
top_arrow
-------------------------------------*/
.top_arrow{
	width:35px;
	height:38px;
	position:fixed;
	right:1%;
	bottom:6%;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
	background-size:100% 100%;
}

.top_arrow:hover{
	width:35px;
	height:38px;
	position:fixed;
	right:1%;
	transition-duration: 1s;
	bottom:6%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	background-size:100% 100%;
}

.m-blk{
	display:none!important;
}

.login_btn_mb{
    display: none;
}

@media only screen and (max-width:1150px){
.inner_container{
	width:98%;
}
}


@media only screen and (max-width:1125px){
.top{
	width:98%;
}
.top2{
	width:96%;
}
}

@media only screen and (max-width:1033px){
.top_right {
    width: 724px;
}
}


@media only screen and (max-width:999px){
.navbarrr {
    width: 484px;
}
.top_right {
    width: 683px;
}

}

@media only screen and (max-width:960px){

.logo_main{
    width: 100%;
    float: none;
}
.logo{
    float: left;
}
.login_btn_mb{
    display: block;
    float: right;
    margin: 1%;
}
.login_btn_mb a{
    display: inline-block;
    padding: 14px 15px;
    text-decoration: none;
    background-color: #e1b924;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-size: 15px;
    margin: 15% 0%;
}

.m-blk{
	display:block!important;
}
.navbarrr1{
	display:none;
}

.m_dis_none{
	display:block;
}

.d_dis_yes{
	display:none;
}

.s_icon {
    display: none;
}

.call_em {
    display: none;
}
.contact-banner {
    height: 190px;
}
.banner-text h1 {
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
}
.logo {
    margin: 0% auto;
    float: left;
    width: 269px;
    border: none;
}
.nav-header{
	display: none;
}
.nav-cnt{
	display: none;
}
.top {
    width: 100%;
}
.top_right {
    width: 100%;
	float:none;
}
.navbarrr {
    width: 100%!important;
	float:none!important;
	margin:0% auto!important;
	background-color: #004fa3!important;
    padding: 0 !important;
}
.exp-img {
    margin-top: 0;
    margin-bottom: 0;
}
.exp-txt {
    padding-top: 0;
    padding-left: 0;
}
.logo2{
	margin:1% auto;
	float:none;
}

.logo_rigt {
    width: 100%;
    float: none;
	margin:0% auto;
}
}

@media only screen and (max-width:900px){
.cont_col_sm3{
	width:100%;
}
.col_sm100 {
    width: 50%;
    float: none;
    margin: 1% auto;
}
.col_sm10 {
    width: 98%;
    float: left;
    margin: 1%;
}
}


@media only screen and (max-width:800px){
.col_sm22 {
    width: 98%;
}
.welcome {
    padding-bottom: 0;
}
.ligitation-button-inner {
     margin: 10px;
}
.img_col_sm3{
	width: 42%;
}
.ico-col_sm3 {
    width: 98%;
    float: none;
    margin: 3% auto;
}
.icon-inner {
    float: none;
    margin: 0 auto;
    width: 60px;
}
.col_sm8 {
    width: 24%;
    float: left;
}
.col_sm88 {
    width: 72%;
    float: right;
}


.div_c_40 {
    width: 98%;
}
.div_c_20 {
    width: 31%;
}

.div_c_30 {
    width: 32%;
}

.wel_col28 {
    width:98%;
}

.wel_col50 {
    width:98%;
}

.wel_col20 {
    width:98%;
}

.p_col_sm3 {
    width: 49%;
}

.col_sm3{
	width:98%;
	float:none;
	margin:1%;
}	

.ftr_txt2 p {
    margin: 1% 1% 1% 1%;
}

.col_sm4{
	width:100%;
}
.col_sm33{
	width:100%;
	margin:1% 0%;
}
.ftr_txt h1{
	margin:4% 0%;
}
.col_sm2{
	width:100%;
}
.ftr_right{
	text-align:left;
}
.col_sm100 {
    width: 60%;
}
.cnt-box {
     margin-top: 0; 
}
.cnt_col_sm3 {
    width: 98%;
}
.cnt_col_sm33 {
    width: 98%;
}
.cnt_details {
    padding: 20px 0;
}
}


@media only screen and (max-width:750px){
.page_link ul li a{
	padding:0% 2.5%;
}
.page_link2 ul li {
	padding:0% 2.5%;
}
}


@media only screen and (max-width:700px){
.col_sm100 {
    width: 70%;
}
}

@media only screen and (max-width:600px){
.forms span {
    display: inline-block;
    width: 35px;
    background-color: #e0b824;
    padding: 5px 0px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    margin-right: 15px;
    top: 10px;
    position: relative;
}
.forms a {
    display: block;
    margin-left: 56px;
    text-decoration: none;
}
.col_sm100 {
    width: 80%;
}

.bullet ul {
    margin-left: 3%;
}

.bullet2 ul {
    margin-left: 5%;
}

.bullet3 ul {
    margin-left: 3%;
}
}

@media only screen and (max-width:500px){
.call{
	margin:2% 0%;
}
.email{
	margin:2% 0%;
}
.col_sm100 {
    width: 98%;
}
.p_col_sm3 {
    width: 98%;
}

.call {
    width: 200px;
}

.call_em {
    width: 355px;
}
}

@media only screen and (max-width:470px){
.s_icon {
    display: none;
}
}

@media only screen and (max-width:400px){
.bullet ul {
    margin-left: 5%;
}
}

@media only screen and (max-width:360px){
.call_em {
    width: 320px;
}
}
