@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500&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;
}
body {
	margin:0;
	padding:0;
    font-family:'Montserrat', sans-serif;
}
.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}


/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }

  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 10px;
    font-size: 22px;
  }
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}
.top{
	width:95%;
	margin:0 auto;
	max-width:1600px;
}
.col_em_main{
	width:500px;
	float:right;
	padding:0.5%;
}
.col_em_main p{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#fff;
}
.flw{
	width:140px;
	float:right;
	padding-top: 0.5%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
}
.logo{
	width:130px;
	float:left;
	margin-top: 1%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	margin-left: 0.5%;
	
}
.logo img{
	width:100%;
	display:block;
}
.navbar{
	width:590px;
	float:right;
}


/*--------------------------------------------------------------
pagination Page
--------------------------------------------------------------*/
#container {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
}

.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination {
   text-align:center;
    padding: 20px;
    margin-bottom: 20px;
}

.page {
	font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 11px 16px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #000;
    background: #fff;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #000;

    
}
.page:hover{
	background-color:#c1313a;;
	color: #fff;
	 border-color: #f47f1b;
	
}

.pagination .current {
    background-color: #c1313a;;
    border-color: #c1313a;;
    color: #ffffff;
    pointer-events: none;
}

/*--------------------------------------------------------------
Text
--------------------------------------------------------------*/
.heading h1{
	font-family: 'Montserrat', sans-serif;
	color: #072849;
	font-size: 26px;
	font-weight:700;
	text-transform:uppercase;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 0%;
}
.heading p{
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:500;
	padding:2% 1% 1%;
	line-height:150%;
	text-align:justify;
}
.heading span{
	color:#ed5a26;
	font-weight:700;
}
.txt_clr{
	color:#000 !important;
	text-align:center;
	font-weight:600 !important;
	padding:2% 0% 2% !important;
}
.inner_heading h1{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 24px;
	font-weight:700;
	padding:2% 1% 1%;
	text-transform:capitalize;
}
.sub_heading h4{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight:600;
	padding:3% 1%;
	text-align:center;
	line-height:130%;
	text-transform:capitalize;
	min-height:55px;
}

.inner_txt p{
	font-family:'Montserrat', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight:500;
	padding:1% 0%;
	line-height:150%;
}
.inner_txt strong{
	font-weight:700;
}
.inner_txt_pdg{
	padding:0% 1% 1% !important;
}
.inner_txt_pdg{
	padding:1%!important;
}
.inner_sub_heading{
	background-color:#032741;
	width:98%;
	margin:0 auto;
}
.inner_sub_heading_clr{
	color:#fff;
	padding:1% !important;
	font-size:18px;
}



/*--------------------------------------------------------------
What we provide
--------------------------------------------------------------*/
.what_we_pdg{
	padding:0.8% 0%;
}
.what_we_icon{
	width:78px;
	margin:2% auto;
}
.what_we_txt h2{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	font-weight:600;
	text-align:center;
	padding:4% 1% 6%;
	color:#FFFFFF;
}
.wc_icon{
	width:130px;
	margin:2% auto;
}
	
hr{
	width:100%;
	border:1px dotted #d3d3d3;
}

/*--------------------------------------------------------------
Equipments Content
--------------------------------------------------------------*/
.equ_sub_head {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    margin: 1% 0% 2% 2%;
    font-weight: 600;
	line-height:160%;
}


/*--------------------------------------------------------------
profile page
--------------------------------------------------------------*/

.profile_sm8{
	width:70%;
	margin:1%;
	float:left;
}
.profile_sm88{
	width:26%;
	margin:1%;
	float:right;
}
.profile_txt p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 1% 0% 1% 0%;
	line-height: 140%;
	text-align: justify;
}

.abt_head h2{
	color:#000;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;	
	font-weight:700;
	padding:1% 1% 1% 1%;
	line-height:140%;
	background-color:#efefef;
	text-transform:capitalize;
}
.sdw{
	padding:1% 0% 0% 1%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.prfile_sub_heading{
	color:#072849;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	font-weight:bold;
	line-height:140%;
}
.sub_txt{
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	padding: 1% 0% 3% 0%;
	line-height: 160%;
	text-align: left;
}
.profile_head{
	color:#000;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;	
	font-weight:600;
	padding:1% 1% 1% 1%;
	margin:1%;
	line-height:140%;
	background-color:#efefef;
	text-transform:capitalize;
}



/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/
.cont_col_sm3{
	width:31%;
	float:left;
	margin:1%;
	border:1px solid #e9e9e9;
	background-color:#efefef;
	min-height:140px;
}
.cont_pdg_sm3{
	padding:1% 1.5%;
}
.cont_txt h2{
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	padding:1% 1% 0%;
	color:#032741;
	font-weight:600;
}
.cont_txt h3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	padding:1% 1% 0%;
	color:#000;
}
.cont_icn {
    width: 20px;
    float: left;
    margin: 1.5% 3% 0% 1%;  
}
.cont_icn i {
	font-size:20px;
	color:#000;
}
.cont_txt_main {
    width: 85%;
    float: left;
}
.cont_txt_main p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 150%;
    text-align:left;
	font-weight:500;
}
.con_heading h2{
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight:600;
	padding:2% 1% 0%;
}
.fa-mobile{
	font-size:25px !important;
}
.fa-envelope{
	font-size:17px !important;
}


.cont_heading h2{
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	color:#072849;
	font-weight:600;
	padding: 2% 1% 1% 1%;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:95%;
	margin:0 auto;
	max-width:1600px;
}
.col_sm1{
	width:100%;
	margin:0 auto;
}
.col_sm11{
	width:98%;
	margin:0 auto;
}
.col_sm2{
	width:48%;
	margin:1%;
	float:left;
}
.col_sm22{
	width:48%;
	margin:1%;
	float:left;
}
.col_sm3{
	width:31%;
	float:left;
	margin:1%;
}
.col_sm4{
	width:23%;
	margin:1%;
	float:left;
}
.col_sm5{
	width:18%;
	margin:1%;
	float:left;
}
.col_sm8{
	width:70%;
	float:left;
	margin-top: 0%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;
}
.col_sm88{
	width:26%;
	margin:1%;
	float:right;
}


/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#000000;
	text-decoration:none;
}
a.link:visited {
	color:#072849;
	text-decoration:none;
}
a.link:hover {
	color:#000000;
	text-decoration:none;
}
a.link:active {
	color:#000000;
	text-decoration:none;
}

a.link2:link {
	color:#000;
	text-decoration:none;
}
a.link2:visited {
	color:#000;
	text-decoration:none;
}
a.link2:hover {
	color:#000;
	text-decoration:none;
}
a.link2:active {
	color:#000;
	text-decoration:none;
}


a.link3:link {
	color:#fff;
	text-decoration:none;
}
a.link3:visited {
	color:#fff;
	text-decoration:none;
}
a.link3:hover {
	color:#ccc;
	text-decoration:none;
}
a.link3:active {
	color:#fff;
	text-decoration:none;
}


/*--------------------------------------------------------------
Bullet
--------------------------------------------------------------*/
.bullet ul {
    list-style-image:url(../images/bullet.jpg);
	margin-left:4%;
}
.bullet ul li a{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#000000;
	margin:0% 2% 0.1% 2%;
	padding:1% 0.8% 0.1% 0.8%;
	text-decoration: none;
	font-weight:500;
	line-height:200%;
	text-transform:capitalize;
}

.bullet2{
	width:98%;
	float:left;
	margin:0% 1%;
}
.bullet2 ul {
    list-style-image:url(../images/bullet.jpg);
	margin-left:4%;
}
.bullet2 ul li a{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#000000;
	margin:0% 2% 0.1% 2%;
	padding:1% 0.8% 0.1% 0.8%;
	text-decoration: none;
	font-weight:500;
	line-height:230%;
	text-transform:capitalize;
}

.bullet4{
	width:98%;
	float:left;
	margin:0% 1% 1%;
}
.bullet4 ul {
    list-style:square;
	margin-left:3.5%;
}
.bullet4 ul li {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#000;
	margin:0% 2% 0.1% 0%;
	padding:1% 0.8% 0.1% 0.8%;
	text-decoration: none;
	font-weight:500;
	line-height:190%;
}

.bullet5{
	width:100%;
}
.bullet5 ul {
    list-style-image:url(../images/bullet.jpg);
	margin-left:1.5%;
}
.bullet5 ul li {
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#000;
	margin:0% 2% 0.1% 0%;
	padding:1% 0.8% 0.1% 0.8%;
	text-decoration: none;
	font-weight:500;
	line-height:160%;
}


/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.btn{
	width:190px;
	padding:1% 0%;
	font-size:15px;
	border:0px solid;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	background-color:#ed9824;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-weight:700;
	border-radius:4px;
	text-transform:capitalize;
	margin:1% 0%;
}
.btn:hover{
	background-color:#db850f;
	color:#fff;
}




/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.ftr_col_sm3{
	width:31%;
	float:left;
	margin:2% 1% 1%;
}
.ftr_txt h1{
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight:700;
	padding:1% 0% 5%;
	text-transform:uppercase;
}
.ftr_img{
	padding-bottom:3%;
}
.ftr_icn{
	width:15px;
	float:left;
	margin:0% 3% 0% 0%;
}
.ftr_txt_main{
	width:85%;
	float:left;
	margin:0% 0% 0% 1%;
}
.ftr_txt_main p{
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight:500;
	padding:0% 0%;
	line-height:140%;
}
.ftr_col_sm2{
	width:50%;
	float:left;
}
.ftr_txt1{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	font-weight:500;
	padding:2% 2%;
}
.ftr_txt2{
	text-align:right;
}

/*--------------------------------------------------------------
table
--------------------------------------------------------------*/
.body_text_tbl{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#000;
	line-height:155%;
	text-align:left;
	padding:0.8% 2%;
}
.body_text_tbl span{
	color:#111;
	font-weight:600;
}
.body_text_tb2{
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#000;
	line-height:155%;
	text-align:left;
	padding:2% 2%;
}
.body_text_tb2 span{
	color:#111;
	font-weight:600;
}

/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#efefef;
}
.bg_clr2{
	background-color:#F2F2F2;
}
.bg_clr3{
	background-color:#072849;
}
.bg_clr4{
	background-color:#072849;
}
.bg_clr5{
	background-color:#ed5a26;
}
.bg_clr6{
	background-color:#ffd5c6;
}
.bg_clr7{
	background: hsla(210, 83%, 16%, 1);

background: linear-gradient(90deg, hsla(210, 83%, 16%, 1) 0%, hsla(210, 65%, 34%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(210, 83%, 16%, 1) 0%, hsla(210, 65%, 34%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(210, 83%, 16%, 1) 0%, hsla(210, 65%, 34%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#072849", endColorstr="#1E568F", GradientType=1 );
}


.bg_img{
	background-image:url('../images/bg.jpg');
	background-size: 100% 100%;
	height:300px;
}

.cont_pdg{
	padding:1% 0%;
}


/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:2%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}
.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:2%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	display:none;
}


.col_sm44{
	width:31%;
	float:left;
	margin:1%;
	border-radius: 25px;
}

.project_txt{
	background-color:#f1f1f1;
	min-height:86px;
	padding:10px 20px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.project_txt h1{
	font-family:Open Sans, Sans-Serif;
	margin:0% 0% 0% 0%;
	/*color:#f66a3e;*/
	color:#072849;
	font-size:17px;
	font-weight:700;
	line-height:125%;
}
.project_txt h2{
	font-family:Open Sans, Sans-Serif;
	margin:0% 0% 0% 0%;
	color:#000;
	font-size:15px;
	font-weight:600;
	line-height:160%;
}

@media only screen and (max-width:1000px){
.top{
	width:100%;
}
.contener{
	width:100%;
}
}


@media only screen and (max-width:900px){
.logo{
	float:none;
	margin:0.5% auto;
	
}
.navbar{
	float:none;
	margin:1% auto;
}
.col_sm4{
	width:48%;
	margin:1% 1% 3%;
}
.col_sm8{
	width:98%;
}
.col_sm88{
	width:50%;
	margin:1% auto;
	float:none;
}
.cont_col_sm3 {
    width:48%;
    float: left;
    margin: 1%;
    min-height: 140px;
}
.col_sm2 {
    width:98%;
    margin: 1% auto;
    float:none;
}
.profile_sm8 {
    width:98%;
    margin:1% auto;
    float:none;
}
.profile_sm88 {
    width:30%;
    margin:1%;
    float:left;
}
.col_sm44{
	width:48%;
}
}

@media only screen and (max-width:780px){
.navbar{
	width:100%;
	background-color:#e8656d;
}
.ftr_col_sm3{
	width:98%;
}
.ftr_col_sm2 {
    width: 100%;
}
.ftr_txt2 {
    text-align:left;
}
.ftr_txt1 {
    padding: 1.5% 2%;
}
.col_sm3{
	width:48%;
}
.col_sm88 {
    width:70%;
}
.flw {
	display:none;
}
.col_em_main {
    width:98%;
    float:none;
	margin:0 auto;
}
.col_em_main p {
	text-align:center;
}
.profile_sm88 {
    width:40%;
    margin:1%;
    float:left;
}
}

@media only screen and (max-width:600px){
.col_sm88 {
    width:80%;
}
.cont_col_sm3 {
    width:98%;
    float: left;
    margin: 1%;
    min-height: 140px;
}
.profile_sm88 {
    width:50%;
    margin:1% auto;
    float:none;
}
.bullet4 ul {
    list-style: square;
    margin-left: 4.5%;
}
}

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


}

@media only screen and (max-width:500px){
.col_sm88 {
    width:98%;
}
.col_sm3{
	width:98%;
}
.profile_sm88 {
    width:98%;
    margin:1% auto;
    float:none;
}
.bullet4 ul {
    list-style: square;
    margin-left: 5.5%;
}
.col_sm44{
	width:96%;
	float:none;
	margin:3% auto;
}
#container {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
}
}


@media only screen and (max-width:450px){
.col_em_main {
	display:none;
}
.logo {
    float: none;
    margin:2% auto;
}
}

@media only screen and (max-width:430px){
.col_sm4 {
    width: 48%;
	float:none;
    margin: 1% auto;
}
}
