
/*font-family: 'Montserrat', sans-serif;*/

@font-face {
    font-family: 'dirty_headlineregular';
    src: url('fonts/dirty_headline-webfont.eot');
    src: url('fonts/dirty_headline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dirty_headline-webfont.woff2') format('woff2'),
         url('fonts/dirty_headline-webfont.woff') format('woff'),
         url('fonts/dirty_headline-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body{
  font-size: 24px;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}


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

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none;
}

a{
  color: #053b5a;
  margin:0;
  padding:0;
  text-decoration:none;
  outline:none !important;
  -webkit-transition: all 0.3s ease-in-out; 
  -moz-transition: all 0.3s ease-in-out; 
  -ms-transition: all 0.3s ease-in-out; 
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
a:hover{
  color: #000;
  text-decoration:none;
}
a:focus{
  outline: none;
}

p{margin: 0 0 22px 0;}
p:last-child{margin-bottom:0;}

h1,h2,h3,h4,h5,h6{margin:0 0 25px 0;padding:0;line-height: 1.3;font-weight: 500;}

h1{
 font-size: 60px;
 font-weight: 700;
}
h2{
    font-size: 52px;
    font-weight: 600;
}

h3{
  font-size: 30px;
  font-weight: 600;
}

h4{
    font-size: 26px;
}


h5{
    font-size: 18px;
}

h6{
    font-size: 16px;
}


h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child{
    margin-bottom: 0;
}

ol{
  padding-left: 20px;

}
ol li{
  margin-bottom: 5px;
}

ul{
  padding: 0;
  margin: 0;
}
ul li{
  padding: 0;
  padding-left: 15px;
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}
ul li:last-child{margin-bottom: 0;}


input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea, .form-control,select{
    background-color: transparent;
    width: 100%; 
    -webkit-appearance:none;
    appearance:none;
    -webkit-border-radius: 6px; 
    border-radius: 6px; 
    color: #000; 
    border: 1px solid #EBEBEB;
    font-size: 16px;
    color: #000000;
    height: 45px;
    padding: 3px 16px;
}

textarea{
  padding: 20px 16px;
  height: 155px;
}

select{
    background: url(images/down-arrow.svg) right 10px center no-repeat;
    background-size: 15px;
    padding-right: 40px; 
    outline: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    -o-appearance: none; 
    appearance: none; 
}

select::-ms-expand{ 
    display: none;
}

select[multiple]{
  background: transparent;
      min-height: 85px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 0.5;
}

button[type="submit"], button[type="button"], input[type="button"], input[type="submit"]{
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 16px 20px;
    min-width: 146px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(98.8deg, #84CADB 0%, #0393B5 62.4%);
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

button[type="submit"]:hover, button[type="button"]:hover, input[type="button"]:hover, input[type="submit"]:hover{
  background: #000;
  color: #fff;
}

button:focus,input:focus,textarea:focus,select:focus{
    outline: none;
    box-shadow: inherit;
}

/* images alignment for wordpress content pages */
.alignright { float: right;  margin: 0 0 20px 20px;}
.alignleft { float: left;margin: 0 20px 20px 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px;  float: none;}



/* custom checkbox */
.form_input_check{position: relative; margin: 0; padding-left: 40px;}
.form_input_check span{
  margin: 0;
  padding: 0;
}
.form_input_check input[type="checkbox"]{visibility: hidden; display: none;}
.form_input_check input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  border: 2px solid #feb620;
  background: #fff;
}
.form_input_check input[type="checkbox"] + span::after{
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/checked.svg) no-repeat center center;
  background-size: 15px;
}
.form_input_check input[type="checkbox"]:not(:checked)  + span::after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* .form_input_check input[type="checkbox"]:checked + span::before {
  
} */
.form_input_check input[type="checkbox"]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
 
}


/* custom radio */
.form_input_radio{position: relative; margin: 0; padding-left: 30px;}
.form_input_radio span{
  margin: 0;
  padding: 0;
}
.form_input_radio input[type="radio"]{visibility: hidden; display: none;}
.form_input_radio input[type="radio"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}
.form_input_radio input[type="radio"] + span::after{
  content: '';
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form_input_radio input[type="radio"]:not(:checked)  + span::after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* .form_input_radio input[type="radio"]:checked + span::before {
  
} */
.form_input_radio input[type="radio"]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
 
}
/* custom radio end */



.header_part{
    padding-top: 52px;
    padding-bottom: 4px;
    text-align: center;
}
.coming_soon_part_bd{
    background: #003a5c;
    color: #fff;
    position: relative;
    padding-top: 103px;
    z-index: 1;
}
.coming_soon_part_bd_layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.coming_soon_part_bd:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 76px;
    background: url(images/layer_top.png) no-repeat top;
    background-size: 100% 100%;
}

.header_part .logo{
    max-width: 368px;
    display: block;
    margin: 0 auto;
}
.coming_soon_part_bd_top .cmn_snnr_imgs{
    text-align: center;
    max-width: 1124px;
    margin: 0 auto;
    margin-bottom: 26px;
}
.coming_soon_part_bd_top .banner_img{
    text-align: center;
    margin: 0;
    margin-left: 150px;
}
.coming_soon_part_bd_btm_row{
    --bs-gutter-x: 56px;
    position: relative;
    z-index: 1;
}

.about_pack_sec .heading_main{
    font-size: 50px;
    background: url(images/shape_head.png) no-repeat;
    background-size: 100% 100%;
    padding: 16px 32px 15px 50px;
    font-weight: 800;
    margin-bottom: 0;
    display: table;
}
.coming_soon_part_bd_top{
  position: relative;
  z-index: 1;
}
.coming_soon_part_bd_btm{
    position: relative;
    padding-top: 242px;
    padding-bottom: 65px;
    margin-top: -240px;
}
.coming_soon_part_bd_btm:after{
    position: absolute;
    content: "";
    background: url(images/path2.png) no-repeat top center;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}
.about_pack_sec .pragrph{
    font-weight: 500;
    padding: 36px 32px 0 50px;
}

.energy_part_rt_sec{
    background: url(images/path3.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 53px 20px 53px 43px;
}
.energy_part_rt_sec_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.energy_part_rt_sec_wrapper .main_img{
    width: 103px;
    height: 103px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.energy_part_rt_sec_wrapper .main_img img{
    max-width: 68px;
    max-height: 71px;
    object-fit: contain;
}
.energy_part_rt_sec_wrapper_rtt{
    width: calc(100% - 103px);
    padding-left: 23px;
    align-self: center;
}
.energy_part_rt_sec_wrapper_rtt h3{
    font-weight: 800;
}
.energy_part_rt_sec li{
    padding: 0;
    margin: 0;
    margin-bottom: 58px;
}
.energy_part_rt_sec li:last-child{
    margin-bottom: 0;
}
.main_foot{
    padding-top: 44px;
    padding-bottom: 68px;
    position: relative;
    z-index: 1;
}
.main_foot:after{
    position: absolute;
    content: "";
    background: url(images/footer_path.png) no-repeat top center;
    background-size: 100% 100%;
    height: 18px;
    width: 100%;
    left: 0;
    top: -18px;
}
.main_foot_wrapper_col_rtt{
    text-align: right;
}
.more_info{
    display: table;
    margin-left: auto;
    margin-bottom: 13px;
}
.mail_footer{
    display: table;
    margin-left: auto;
    background: url(images/foot_back1.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 12px 10px;
    padding-right: 26px;
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 13px;
}
.mail_footer:hover{
    color: #fff;
}
.last_foot_social{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.last_foot_social p{
    margin-bottom: 0;
    color: #bfbfbf;
    font-size: 18px;
    font-weight: 500;
}
.last_foot_social li{
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.last_foot_social li:last-child{
    margin-right: 0;
}
.last_foot_social ul{
    margin-left: 21px;
}
.last_foot_social li a{
    display: block;
}
.last_foot_social li a img{
    transition: 0.6s ease-in-out;
    width: 41px;
}
.last_foot_social li a:hover img{
    transform: rotate(360deg);
}

.energy_part_rt_sec_wrapper_rtt .boostr_head{
     font-size: 30px;   
}

.foot_logo{
    display: block;
    max-width: 510px;
}



/*responsive start*/

@media(max-width: 1199px){
    h1{
     font-size: 55px;
    }
    h2{
        font-size: 50px;
    }
    .mail_footer{
        font-size: 25px;
    }
    .coming_soon_part_bd_btm_row{
        --bs-gutter-x: 20px;
    }
    .energy_part_rt_sec_wrapper_rtt .boostr_head{
        font-size: 25px;
    }
    .about_pack_sec .heading_main{
        font-size: 40px;
        padding: 14px 28px 12px 44px;
    }

}

@media(max-width: 991px){
    body{
        font-size: 20px;
    }

    h1{
     font-size: 50px;
    }
    h2{
        font-size: 46px;
    }

    h3{
      font-size: 28px;
    }
    .header_part .logo{
        max-width: 260px;
    }
    .header_part{
        padding-top: 32px;
    }
    .coming_soon_part_bd::after{
        height: 36px;
    }
    .coming_soon_part_bd{
        padding-top: 73px;
    }
    .energy_part_rt_sec li{
        margin-bottom: 48px;
    }
    .main_foot_wrapper_col_lft,.main_foot_wrapper_col_rtt{
        text-align: center;
    }
    .more_info,.mail_footer{
        margin-left: auto;
        margin-right: auto;
    }
    .last_foot_social{
        justify-content: center;
    }
    .main_foot{
        padding: 30px 0;
    }
}

@media(max-width: 767px){
    body{
        font-size: 18px;
    }

    h1{
     font-size: 45px;
    }
    h2{
        font-size: 40px;
    }

    h3{
      font-size: 26px;
    }

    h4{
        font-size: 23px;
    }


    h5{
        font-size: 17px;
    }

    h6{
        font-size: 16px;
    }
    .coming_soon_part_bd_top .banner_img{
        margin-left: 0;
    }
    .about_pack_sec .heading_main{
        padding: 12px 20px;
    }
    .about_pack_sec .pragrph{
        padding: 30px 20px;
        padding-bottom: 0;
    }
}

@media(max-width: 575px){
    h1{
     font-size: 40px;
    }
    h2{
        font-size: 35px;
    }
    .about_pack_sec .heading_main{
        font-size: 35px;
    }
    .energy_part_rt_sec{
        padding: 40px 20px;
    }
    .energy_part_rt_sec_wrapper .main_img{
        width: 73px;
        height: 73px;
    }
    .energy_part_rt_sec_wrapper_rtt{
      width: calc(100% - 73px);
    }
    .energy_part_rt_sec_wrapper .main_img img{
        max-height: 40px;
        max-width: 47px;
        object-fit: contain;
    }
    .energy_part_rt_sec_wrapper_rtt .boostr_head{
      font-size: 21px;
    }
    .energy_part_rt_sec_wrapper_rtt{
        padding-left: 15px;
    }
    .mail_footer{
      font-size: 22px;
    }
}

@media(max-width: 479px){
    .header_part .logo{
      max-width: 200px;
    }
    .coming_soon_part_bd::after{
      height: 22px;
    }
    .coming_soon_part_bd{
      padding-top: 53px;
    }
    .about_pack_sec .heading_main{
      font-size: 31px;
    }
    .about_pack_sec .pragrph{
        padding-top: 20px;
    }
    .energy_part_rt_sec{
      padding: 30px 17px;
    }
    .energy_part_rt_sec_wrapper .main_img{
      width: 53px;
      height: 53px;
    }
    .energy_part_rt_sec_wrapper_rtt{
        width: calc(100% - 53px);
    }
    .energy_part_rt_sec_wrapper .main_img img{
        max-height: 30px;
        max-width: 37px;
    }
    .energy_part_rt_sec_wrapper_rtt .boostr_head{
      font-size: 18px;
    }
    .mail_footer{
      font-size: 17px;
      padding: 12px 10px;
    }
    .last_foot_social p{
        font-size: 17px;
    }
}