@charset "utf-8";

/* CSS Document */
html {
  scroll-behavior: smooth;
}
body, .container {
	font-family: 'Nunito', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:22px;
	color:#000;
}
h1 {
	text-transform:uppercase;
	color:#203056;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	margin:75px auto 10px auto;
}
h2 {
	font-size:30px;
	font-weight:300;
	text-transform:capitalize;
	margin: 0;
	text-align:center;
	/* margin:10px auto 40px auto; */
}
h2 span{font-weight:600;}
h2:after{
    content: "";
    position: relative;
    margin: 0 auto;
    display: table;
    background: url(../images/dash-icon.png) 0 0;
    height: 6px;
    width: 108px;
    margin-top: 20px;
}
h3{
font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: #076480;
}
h5{
	text-transform:uppercase;
	color:#203056;
	font-weight:bold;
	font-size:26px;
	text-align:center;
	margin:45px auto 10px auto;	
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
.colorWhite{color:#FFF;}
.btn-primary {
	background-color:#203056;
	border-color: #111e3d;
}
.no-pad{padding-left:0; padding-right:0;}
.navbar-brand>img{margin-bottom:10px; margin-top:15px;}
.navbar{
	border:none;
	margin-bottom:0;
	border-radius:0;
	background-color: #FFF;
	/* padding:10px 0 0; */
}
/* .navbar-default {
    background-color: #203056;
    border-color: #e7e7e7;
} */
.navbar-brand{
	float: left;
    height: auto;
    padding: 0;
}
.navbar-default .navbar-nav>li{text-transform:uppercase;}
.navbar-default .navbar-nav>li>a{
	color:#000;
	line-height:17px;
	padding: 0;
	font-size:15px;
	font-weight:600;
	font-family:'Nunito', sans-serif;
	border-bottom: 4px solid #FFF;
}
.navbar-default .navbar-nav>li>a:hover{color:#32aa9a; border-bottom:4px solid #32aa9a;}
/* .nav>li>a {padding: 32px 15px;} */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #b3914a;
    background-color: #203056;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{background-color:transparent;}
.navbar-default .navbar-toggle{margin-top: 20px; border-color:#b3914a;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color:transparent; }
.navbar-default .navbar-toggle .icon-bar {background-color: #b3914a;}
.navbar-default .navbar-nav>li>a:focus { color: #000;}
.dropdown-menu>li>a{line-height:30px; text-transform:capitalize;}
.dropdown-menu>li>a:hover{color:#b3914a;}
.navbar-toggle{    background: #0d587c;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0d587c;
}
.nav>li {
    position: relative;
    display: block;
    padding: 0 21px;
}
.dropdown-menu{
	top: 39px;
    padding:0;
    margin: 0;
    border: none;
    left: 0 !important;
    min-width: 240px;
	border-radius:0;
	background: #32aa9a;
}
#myNavbar ul li.dropdown ul.dropdown-menu li a{
	border-bottom: 1px solid #FFF;
    line-height: 40px !important;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    padding: 0 14px;
}
#myNavbar ul li.dropdown ul.dropdown-menu li a:hover{background:#0e9a87; color:#FFF;}
#myNavbar ul li.dropdown ul.dropdown-menu li a.nbrdr{border-bottom:none;}
.navbar-nav>li>.dropdown-menu{margin-top:0 !important;}
@media screen and (min-width:992px) and (max-width:1199px){
	.nav>li>a {
    padding: 32px 10px;
    font-size: 13px;
}
}
@media screen and (max-width:991px) {
.navbar-header {float: none;}
.navbar-left,.navbar-right {float: none !important;  }
.navbar-toggle {display: block;}
.navbar-collapse {
	border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;	
}
.navbar-collapse.collapse {display: none!important;}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
	    margin-right: 0 !important;
}
.navbar-nav>li { float: none;}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in{display:block !important;}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding: 0;
    padding-bottom: 17px;
	margin:0 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #FFF;
	border-bottom:1px solid #384d81;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color:#203056;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{background-color:transparent;}
}
@media (max-width: 767px){
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#b7944c;}
}
hr{border-top: 1px solid #487083;}
/* NEW CSS STARTS HERE */
.upperHeader{
	margin:0 auto;
	background:#e7e8e9;
	width:100%;
	display:none;
	padding: 6px;
}
.upperHeader p{
	margin-bottom:0;
	text-transform:uppercase;
	font-size:11px;
	
	
}
.upperHeader p img{margin-right:4px;}
.upperHeader p a{outline:none; color:#000; margin: 0 6px;}
.upperHeader p i.fas{margin-left: 8px;}
#myNavbar ul{margin-top:37px; margin-right:0;}
#myNavbar ul li a{
	font-weight:600;
	font-size:15px;
	outline:none;
	padding:0;
	color:#000;
	line-height: 35px;
	text-transform:uppercase;
}
#myNavbar ul li a:hover{color:#32aa9a; border-bottom:4px solid #32aa9a;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background-color:transparent;
	color:#32aa9a; 
	border-bottom:4px solid #32aa9a;
}
.bannerSection{
	background:url(../images/banner-bg.jpg) ;
	background-size: cover;
	padding-bottom:60px;
}
.bannerImg{margin-top:32px;}
.bannerImg img{
	margin:0 auto;
	width:auto;
}
.bannerTxt{margin-top:229px;}
.bannerTxt h2{
	margin:0;
	color:#FFF;
	font-style:normal;
	font-size:44px;
	font-weight:600;
	line-height:57px;
}
.bannerTxt h2:after{display:none;}
.bannerTxt a.productBttn{
	margin-top:30px;
	background:#32aa9a;
	border:none;
	outline:none;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	letter-spacing:0;
	font-weight:600;
	padding: 16px 45px;
	    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.bannerTxt a.productBttn:hover{background:#076480;}
.pranishSection{
	margin:0 auto;
	width:100%;
	background:#e6e7e8;
	padding:60px 0;
}
.pranishSection .sectnBox{
	margin-top:48px;
	text-align:center;
}
.pranishSection .sectnBox h3{
    color: #146480;
    font-size: 19px;
    text-transform: uppercase;
    margin-top: 17px;
    line-height: 30px;
}
.pranishSection .sectnBox p{font-weight:300;}
.productSectn{
	margin:0 auto;
	width:100%;
	padding:60px 0;
	background:#0d587c;
}
.productSectn img.rangeimg{
	margin-top:30px;
	width:100%;
	border:7px solid #e6e7e8;
}	
.choiceSection{
	margin:0 auto;
	width:100%;
	padding:60px 0;
	background:url(../images/choice-bg.jpg) bottom;
	background-size: cover;
}
.choiceSection p{margin-top:39px;}
.choiceSection ul.choiceLst{margin-top:42px;}
.choiceSection ul.choiceLst li{
	border:none;
	display:inline-block;
	border-right:1px solid #000;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding:0 11px;
	font-size:20px;
	font-weight:600;
	background:none;
}
.choiceSection ul.choiceLst li:last-child{
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	border-right:none;
}
.choiceSection a{
    margin: 0 auto;
    display: table;
    margin-top: 26px;
    text-transform: uppercase;
	background:#32aa9a;
	border:none;
	 -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.choiceSection a:hover{background:#0a4a6f;}
.rowsctn{margin-top:50px;}
.rowsctn img{display:table; margin:0 auto;}
.rowsctn p{margin-top:10px;}
.coolngSctn{
	margin:0 auto;
	width:100%;
	padding:60px 0;
	background:#0a476b;
	color:#FFF;
}
.coolngSctn p{
	font:400 15px/22px 'Nunito', sans-serif;
	color:#FFF;
	margin-top:42px;
}
 .coolngSctn img{
	margin:0 auto;
	display:table;
	width:100%;
}
.coolngSctn .boxOne img{width:100%; margin:0 auto;}
.tankSctn{
	padding-top:61px;
	background:#c4edff;
	width:100%;
}
.tankSctn p{margin-top:42px;}
/* .tankSctn img{width:100%;} */
#footer{
	margin:0 auto;
	width:100%;
	background:url(../images/foot-bg.png);
	background-size:cover;
	padding-top:49px;
	border-top:1px solid #c4edff;
}
.upprFooter{width:100%; margin:0 auto; padding-bottom:30px;}
.upprFooter ul.linkupTxt{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	margin-top:10px;
	display:table;
	margin:0 auto;
}
.upprFooter ul.linkupTxt li{
    list-style-type: none;
    display: inline-block;
    color: #FFF;
    border-right: 1px solid #41778a;
    padding: 0 20px;
}
.upprFooter ul.linkupTxt li a{color:#FFF; text-decoration:none;}
.upprFooter ul.linkupTxt li img{margin-right:6px;}
.upprFooter ul.linkupTxt li:last-child{border-right:none;}
.upprFooter ul.socialLink{
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.upprFooter ul.socialLink li{
	list-style-type:none;
	display:inline-block;
	padding:0 6px;
}
.upprFooter ul.socialLink li a i.fab{
    background: #2eab9a;
    color: #FFF;
    width: 38px;
    height: 38px;
    font-size: 20px;
    text-align: center;
    line-height: 39px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.upprFooter ul.socialLink li a i.fab:hover{background:#FFF; color:#2eab9a;}
.lowerfooter{
	width:100%; 
	margin:0 auto;
	border-top:1px solid #41778a;
	padding-top:14px;
}
.lowerfooter p{
	color:#FFF;
	font-size: 13px;
}
/* INNER PAGE CSS STARTS HERE */
.bannerSectionAbout{
	background:url(../images/banner-bg.jpg);
	background-size: cover;
	padding: 120px 0;
 	min-height: 400px;
 /*   padding: 120px 0 80px; */
	background-attachment: fixed;
	background-position:40% 24%;
}
.bannerSectionAbout h3.text-wrapper{text-align:right;}
.bannerSectionAbout h3.text-wrapper span{
	background: #076480;
    padding: 7px;
	color:#FFF;
	font:600 40px/22px 'Nunito', sans-serif;
	margin-bottom:;	
}
.bannerSectionAbout h3.text-wrapper:before {
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 10px;
    height: 66px;
    background-color: #32aa9a;
    top: 20px;
    position: relative;
}
.bannerSectionAbout p{
    width: auto;
    font-size: 20px;
    margin: 30px auto 0;
	color: #FFF;
    background: #076480 ;
	padding:10px;
	float:right;
    text-align: center ;
}
.innerPage{background:#e7f4f2;}
.aboutPage{
	width:100%;
	padding:60px 0;
	/* background:#FFF; */
}
.aboutPage h2{font-size:40px; text-transform:uppercase; color:#555555;}
.aboutPage h2 span{font-weight:600;}
.aboutPage p{
	text-align:left;
	color:#000;
	font:400 15px/22px 'Nunito', sans-serif;
	margin:0;
    margin-top:30px;
}
.aboutPage p:last-child{margin-bottom:20px;}
.aboutPage h3{
	font-size: 26;
    font-weight: 400;
    margin: 0;
    text-align: left;
    color: #076480;
}
.aboutPage .vssonSectn{
	margin-bottom:20px;
    background: #FFF;
    padding: 30px 28px;
}
.aboutPage .vssonSectn p{text-align:left;  margin-top:15px;}
.aboutPage .vssonSectn h3{font-size:20px; text-transform:uppercase; color:#555555;}
.aboutPage .vssonSectn h3 span{font-weight:600;}
.aboutPage .vssonSectn h3:after{
	content: "";
    position: relative;
    margin: 0;
    display: table;
    background: #DDD;
    height: 2px;
    width: 100%;
    margin-top: 6px;
}
.aboutPage .vssonSectn h3 i.fas{font-size:20px; margin-right: 6px;}
#range .bannerSectionAbout{background:url(../images/banner-bg.jpg) fixed  !important;}
section#range{background:url(../images/banner-bg.jpg) fixed  !important;}
.rangeSction{
	width:100%;
	margin:0 auto;
}
.rangeSctionBox{
	background:#FFF;
	border:7px solid #e6e7e8;
	padding: 35px 10px 20px 0;
	margin-bottom: 30px;
	webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.rangeSctionBox img{
	width:80%;
    margin: 0 auto;
	display:table;
	webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.rangeSctionBox img:hover{
	-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.rangeSctionBox ul{ margin-top:0; margin-bottom:0;}
.rangeSctionBox ul li{
	border:1px solid #000; 
	text-align: center;
	font-size:22px;
	font-weight:300;
	color:#000;
	background-color: transparent;
	text-transform:uppercase;
}
.rangeSctionBox:hover{background:#e6e7e8;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	background-color:#000;
    border-color:#000;
}
#myModal{background:url(../images/modal-bg.jpg); background-size: cover; padding-right: 0 !important;  background-attachment:fixed;}
#myModal1{background:url(../images/modal-bg.jpg); background-size: cover; padding-right: 0 !important; background-attachment:fixed;}
#myModal2{background:url(../images/modal-bg.jpg); background-size: cover; padding-right: 0 !important; background-attachment:fixed;}
#myModal4{background:url(../images/modal-bg.jpg); background-size: cover; padding-right: 0 !important; background-attachment:fixed;}
#myModal5{background:url(../images/modal-bg.jpg); background-size: cover; padding-right: 0 !important; background-attachment:fixed;}
#myModal6{background:url(../images/modal-bg.jpg); background-size: cover; padding-right: 0 !important; background-attachment:fixed;}
.modal-dialog{
	width:auto;
	margin:60px auto;
}
.modal-content{
	background-color:transparent;
	border:none;
    border-radius: 0;
	-webkit-box-shadow: 0 3px 9px transparent;
    box-shadow: 0 3px 9px transparent;
}
.modal-header{border-bottom:none;}
.modal-header .close {
    margin-top: -34px;
    font-size: 60px;
    color: #FFF;
	outline:none;
}
.popImage{
	margin:0 auto;
	display:table;
}
.rightBox ul{
	background: #FFF;
    padding-inline-start: 0;
    padding: 0;
    float: left;
    margin-bottom: 0;
    margin-top: 22px;
    margin-right: 30px;
}
.rightBox ul li{
	font-size:24px;
	font-weight:300;
	color:#000;
	text-transform:uppercase;
	display:inline-block;
	padding: 10px 10px;
}
.rightBox ul li.active{background:#000; color:#FFF;}
.rightBox p.txt{
	color: #FFF;
    margin-top: 24px;
    border-bottom: 1px solid #487388;
    padding-bottom: 24px;
	margin-bottom: 18px;
}
.rightBox ul.listng{
	background:none;
	margin-top:0;
	float:none;
	margin-right:0;
}
.rightBox ul.listng li{
	color:#FFF;
	font-size:15px;
	font-weight:400;
	text-transform: capitalize;
    display: block;
    padding:0;
	line-height: 30px;
}
.rightBox p{
	color:#FFF;
	font-size:15px;
    margin-top: 12px;
	margin-bottom:0;
}
.rightBox h3{
	color:#FFF;
	margin-bottom:20px;
	text-transform:uppercase;
}
.tablBox{margin-top:38px;}
.tablBox h3{
	text-align:left;
	color:#FFF;
	margin-bottom:20px;
	text-transform:uppercase;
}
.tablBox .table{border:1px solid #156481;}
.tablBox .table thead tr th{
	border-bottom: 0;
    background: #14627f;
    color: #FFF;
    text-align: center;
    border-right: 1px solid #011f36;
    font-size: 15px;
	line-height:0;
	padding:20px;
}
.tablBox .table tbody tr{
	color: #FFF;
    text-align: center;
}
tr:nth-child(even) {background-color: #14627f;}
/* .tablBox .table tbody tr.scndRow{background:#146380;} */
.tablBox .table tbody tr td{border-top:none; line-height:0; border-right: 1px solid #156481; padding:19px;}
.prnishSctn{
	padding: 24px;
	background:#FFF;
	margin-top:-150px;
}
.prnishSctn h3{
	text-align:left;
	color:#32aa9a;
	text-transform:uppercase;
	font-size:24px;
	font-weight:600;
}
.prnishSctn h3:after{
	content: "";
    position: relative;
    margin: 0 auto;
    display: table;
    background: url(../images/dash-icon.png) 0 0;
    height:3px;
    width: 100%;
	margin-top: 10px;
}
.prnishSctn .prnishSctnBox{margin-top:25px; color:#000;}
.prnishSctn .prnishSctnBox ul{padding-inline-start: 0;}
.prnishSctn .prnishSctnBox h4{
	text-align:left;
	color:#000;
	font-weight:700;
	font-size:15px;
	font-family:'Nunito', sans-serif;
	margin:0;
}
.prnishSctn .prnishSctnBox p{margin:0; font-size:15px; line-height:20px; margin-top:10px;}
.advantgSectn{
	padding: 24px;
    background: #FFF;
    margin-top: 40px;
}
.advantgSectn p{margin:0;}
.advantgSectn h3{
	color:#32aa9a;
	text-transform:uppercase;
	font-size:24px;
	border-color:transparent;
	width: 100%;
    text-align: left;
	padding: 5px 2px;
}
.advantgSectn h3 span{float:right; margin-top: 5px;}
.advantgSectn h3 span i.fas{color:#32aa9a; 	font-size:24px;}
.advantgSectn .table{margin-top: 10px;}
.advantgSectn .table{border:1px solid #b7e1dc;}
.advantgSectn .table thead tr th{
	border-bottom: 0;
    background: #32aa9a;
    color: #FFF;
    text-align: center;
    border-right: 1px solid #0a715d;
    font-size: 15px;
	line-height: 40px;
}
.advantgSectn .table tbody tr{color: #000;  text-align: center;}
.advantgSectn .table tbody tr.scndRow{background:#e0f2f0;}
.advantgSectn .table tbody tr td{border-top:none; line-height:33px; border-right: 1px solid #b7e1dc;}
.advantgSectn h4{
	color:#000;
	font-size:20px;
	font-weight:600;
	border-bottom:3px solid #32aa9a;
	line-height: 43px;
    margin-bottom: 20px;
}
.advantgSectn ul{
	padding-inline-start:0;
	padding-top:40px;
}
.advantgSectn ul li{
	list-style-type:none;
	border-bottom:1px solid #bfbfbf;
	color:#146480;
	font-size:15px;
	line-height:45px;
}
.advantgSectn ul li i.fas{margin-right:10px;}
.advantgSectn ul li:last-child{border-bottom:none;}
.rightBox ul.marblelist{
	float:none; 
	margin-right:0;
	background:none;
	margin-bottom:20px;
	margin-top:0;
}
.rightBox ul.marblelist li {
	line-height:30px;
	color:#FFF;
	display:block;
	font-size:15px;
	text-transform:capitalize;
	border-bottom:1px solid #476c7e;
}
.rightBox ul.marblelist li img{float:left; margin-right:10px;}
.rightBox ul.marblelist li:last-child{border-bottom:none;}
.demoInputBox{ border:#32aa9a 1px solid; background:none; border-radius:4px; outline:none; height: 40px; margin-bottom: 10px; font-size:15px; color:#000;}
.Error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600; padding-left:5px;}
.btnAction{background-color:#2FC332;border:0;padding:10px 40px;color:#FFF;border:#efefef 1px solid; border-radius:4px;}
.btnRefresh{background:url(images/refresh.png) no-repeat 0 5px; float:left; border:0; outline:none; margin-right:10px;}
.btnRefresh:after{content:'Refresh'; padding-left:12px; font-size:12px; line-height:20px;}
#captcha{display:block;}
#captcha_code{ float:none;}
#career-mail{margin:10px 0;}
sup{color:#32aa9a;}
input#file{margin-bottom:3px !important;}
label{margin-top:10px; margin-bottom:5px;}
small{padding-bottom:15px; display:block; font-size:12px;}
.error{background-color: #FF6600; color:#000; display:none; margin:0; padding:0;}
#myCareer label{
	font-weight:600;
	font-size:15px;
	color:#0d587c;
	text-transform: uppercase;
	font-family:'Nunito', sans-serif;
}
.sbmtButton{
	background: #076480;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 14px 40px;
    font-size: 15px;
    text-transform: uppercase;
}
.sbmtButton:hover{background:#076480;}
.contctRow{
	background:#FFF;
	padding:24px;
	margin-top:-150px;
}
.dwnlodSctn h2{
	font-size:24px;
	text-align:left;
    margin-top: 30px;
	text-transform:capitalize;
}
.dwnlodSctn h2:after{
    margin-top: 6px;
    margin: 0;
    top: 6px;
}
.contact h2{
	font-size:24px;
	text-align:left;
	margin-bottom:25px;
	text-transform:capitalize;
}
.contact h2:after{margin-top:6px; margin:0; top: 6px;}
.contact input[type="text"], .contact input[type="email"], .contact textarea {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 20px;
}
.contact textarea {
    resize: none;
    outline: none;
    min-height: 7em;
    -webkit-appearance: none;
}
.contact input[type="submit"]:hover {
    border: 1px solid #ec971f;
    background: #ec971f;
    color: #fff;
}
.contact input[type="submit"] {
    font-size: 15px;
    color: #fff;
    background: #076480;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
	padding: 14px 40px;
    -webkit-appearance: none;
    margin: 1.5em 0 0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    transition: .3s all;
	text-transform: uppercase;
	border-radius:0;
}	
.contact input[type="submit"]:hover {
    background: #076480;
    color: #FFF;
	outline:none;
	border:1px solid #076480;
}
.whiteBg{
	background:#FFF;
	padding:24px;
	margin-top:-150px;
}
.whiteBg h2{ text-transform:capitalize; font-size:27px; text-transform:none;}
.contctRow h2{
	font-size:24px;
	text-align:left;
	margin-bottom:25px;
    text-transform: none;
}
.contctRow h2:after{margin-top:6px; margin:0; top: 6px;}
.contctRow h4{
	text-align:left;
	font-size:17px;
	font-weight:600;
	text-transform:capitalize;
}
.contctRow p{margin-top:0; margin-bottom:10px;}
.contctRow p i.fas{margin-right:5px;}
.contctRow p i.far{margin-right:5px;}
.contctRow p a{color:#000; text-decoration:none; outline:none;}
.contctRow iframe{width:100%; margin:10px auto; display:table;}
hr.gap{border-top: 1px solid #ccc;}
.dwnlodSctn{
	background:#FFF;
	padding:24px;
	margin-top:-150px;
}
.dwnlodSctn:last-child{border-bottom:none;}
.boxSctn{
/* 	background: #FFF;
    border: 7px solid #e6e7e8;
    padding: 35px 10px; */
    /* margin-bottom: 30px; */
}
.boxSctn i.fa-file-pdf{
	margin:0 auto;
	display:table;
	font-size: 80px;
	color:#0a3b53;
}
.boxSctn p{text-align:left; margin-top:4em; margin-bottom:0; font-size:22px; font-weight:600; display: inline-block;}
.boxSctn p a{font-size:16px; line-height:32px; outline:none;}
.dwnldBttn{
	margin:0 auto;
	display:table;
	background:#0a3b53;
	color:#FFF;
	outline:none;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	border:none;
    padding: 10px 12px;
    float: right;
    margin-top: 35px;
}
.dwnldBttn:hover{background:#32aa9a; color:#FFF;}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{background:#0a3b53; color:#FFF;}
.dwnldBttn i.fas{margin-right:5px;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{background-color:transparent;}
.boxSctn img{display:inline-block; border: 1px solid #e6e7e8; padding: 7px; margin-bottom:10px; width:auto;}
#range .contact{margin-top:30px;}
.delrbox{margin-bottom:20px;}
.delrbox img{border:5px solid #e6e7e8; padding:5px; width:100%;}
.delrbox1 h2{margin-bottom:30px; font-size:35px; margin-left: 20px; text-align:left;}
.delrbox1 h2:after{margin:0;}
.delrbox1 h3{margin-bottom:30px; font-size:20px; color:#000; margin-left: 20px; text-align:center;}
.delrbox1 h3:after{
	background: url(../images/dash-icon.png) 0 0;
    height: 3px;
    width: 108px;
    content: "";
    position: relative;
    top: 8px;
	margin:0 auto;
    display: table;
}
.delrbox1 {
    /* background: #FFF;	
    padding: 24px; */
    margin-top: 15px;
}
.delrbox1 p{
	font-size: 26px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    color: #076480;
	margin-left: 0;
    margin-bottom: 30px;
    line-height: 29px;
}
.aboutPage p.txt1{
	text-align: center;
    color: #076480;
    font-size: 26px;
    line-height: 33px;
    margin-top: 50px;
}
/* .dwnlodBox{margin-top:-150px;} */
.social-bar {
	position: absolute;
    top:43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 99;
}
.social-bar img {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.rangeSctionBox ul li.clckTxt{font-size:16px; text-transform:none;}

/* Hide the images by default */
.mySlides {display: block;}
/* Add a pointer when hovering over the thumbnail images */
.cursor {cursor: pointer;}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {background-color: rgba(0, 0, 0, 0.8);}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.column{width:22%; margin: 0 3px; float:left;}
.column img{width:100%; margin:0 auto; display:table;}
.column p{color:#FFF;}
/* Add a transparency effect for thumnbail images */
.demo {opacity: 0.9;}
.active,
.demo:hover {opacity: 1;}
.modal-body h3{color:#FFF; text-transform:uppercase; margin:9px 0;}
/* MEDIA QUERY CSS STARTS HERE */
@media only screen and (orientation:portrait) {}
@media screen and (max-width:1200px) {}
@media screen and (min-width:992px) and (max-width:1199px) {
	.bannerTxt { margin-top: 8em;}
	.upprFooter ul.linkupTxt li{font:600 13px/30px 'Nunito', sans-serif;}
}
@media(min-width: 981px) and ( max-width: 1024px) {
	.bannerTxt {margin-top: 8em;}
	.coolngSctn img {
    margin: 0 auto;
    display: table;
    width: 100%;
}
	.tankSctn img {
    margin: 0 auto;
    display: table;
    width: 100%;
}
.choiceSection ul.choiceLst {
    margin-top: 42px;
    display: table;
    margin: 0 auto;
    text-align: center;

}
.choiceSection ul.choiceLst li{	font-size: 16px;}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.bannerTxt {margin-top: 8em;}
/* 	.choiceSection ul.choiceLst {
    margin-top: 42px;
    display: table;
    margin: 0 auto;
    text-align: center;
} */
.choiceSection ul.choiceLst li{	font-size:20px;}
}
@media all and (min-width:768px) and (max-width:991px) and (orientation:landscape) {}
@media screen and (max-width:991px) {
	.coolngSctn img {
    margin: 0 auto;
    display: table;
    width: 100%;
}
.tankSctn img {
    margin: 0 auto;
    display: table;
    width: 100%;
}
.upprFooter ul.socialLink{
	text-align: left;
    margin-top: 20px;
}
.upprFooter ul.linkupTxt li{
	border-right:none;
	border-bottom:1px solid #41778a;
	display:block;
	line-height:50px;
	padding:0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    background: #146480;
    color: #FFF;
	margin-left: -14px
}
#myNavbar ul li a{
	color: #FFF;
    line-height: 37px;
    border-bottom:1px solid #41778a;
}
#myNavbar ul li a:hover{
	color: #32aa9a;
    border-bottom: 1px solid #32aa9a;
}
.upprFooter ul.linkupTxt{margin:0; display:block;}
}
@media (max-width:768px) {
	.bannerTxt {
    margin-top: 5em;
}
.upprFooter ul.socialLink{
	text-align: left;
    margin-top: 20px;
}
.upprFooter ul.linkupTxt li{
	border-right:none;
	border-bottom:1px solid #41778a;
	display:block;
	line-height:50px;
	padding: 0;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
    background: #146480;
    color: #FFF;
}
/* #myNavbar ul li a{
	color: #FFF;
    line-height:45px;
    border-bottom:1px solid #41778a;
} */
.navbar-toggle{ margin-right: 26px;}
.navbar-brand{  margin-left: 10px;}
#myNavbar ul {
    margin-top: 13px;
    margin: 0 -14px;
}
.choiceSection ul.choiceLst li{
	font-size: 20px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    line-height: 42px;
	text-align:center;
}
.choiceSection ul.choiceLst li:last-child{border-bottom:none;}
.dwnldBttn{
	margin-top: 0;
    width: 100%;
}
.social-bar{position:fixed;}
}
@media (max-width:480px) {
.footLogo{
	margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}
.linkupTxt {text-align: center;}
.upprFooter ul.socialLink {text-align: center;}
/* .upperHeader p a { margin: 0 0px;} */
.rightBox ul li{font-size:18px;}
.bannerSectionAbout h3.text-wrapper span{font: 600 24px/22px 'Nunito', sans-serif;}
.bannerSectionAbout h3.text-wrapper:before{height: 48px; top: 17px;}
}
@media (max-width:320px) {
	.rightBox ul li{font-size:15px;}
}