@charset "utf-8";

/* CSS Document */


html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}


* {

    box-sizing: border-box;

}

body {

    margin: 0;
    padding: 0;
    background: #ffffff;
    line-height: 1.2;
    overflow-x: hidden;
    font-size: 16px;
    color: #595959;
    font-family: 'Poppins', sans-serif;

}

div, table, tr, th, td, figure, th, video, audio, h1, h2, h3, h4, h5, h6, aside,  section, header, footer, nav, span, p, small, big, a, b, strong, img, hr, pre, button, input, textarea, optgroup, ul, li, ol, select, option, blockquote, nav {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style-type: none;
}

.clear {

    clear: both;

}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

img {
    max-width: 100%;
    display: block;
}

.container{
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    margin: auto;
}
.container-full{
    width: 100%;
    padding:0 50px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif !important;
    -webkit-font-smoothing: antialiased !important;

}

.head1{
    font-size: 68px;
    line-height: 1.2;
    font-weight: 800;
    color: #433D3D;
}

.head2{
    font-size: 55px;
    line-height: 1;
    font-weight: 800;
    color: #433D3D;
    padding-bottom: 20px;
}

.head3{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #433D3D;
     padding-bottom: 10px;

}

.head4{
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #433D3D;
    padding-bottom: 10px;
}

.head5{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #000000;
    padding-bottom: 10px;
}

.head6{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}
.headwhite{
  color: #fff;
}

span.head6{
  margin-bottom: 15px;
  display: block;
}


p {
    font-size: 16px;
    color: #595959;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
p:last-child{
  padding-bottom: 0 !important;
}


ul {
  margin-bottom: 0px ;
}

p a{
  color: #4C51E0;
}
p a:hover{
  text-decoration: underline;
}


input, textarea{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;

}




.PT_80{
    padding-top: 80px;
}
.PB_80{
    padding-bottom: 80px;
}

.btn_blue{
  display: inline-block;
  padding-left: 20px;
  background: #4C51E0;
  color: #fff;
  padding-right: 70px;
  position: relative;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.btn_blue span.btntext{
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1;
}
.btn_blue span.btnround{
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  position: absolute;
  right: 10px;
  top: 5px;
  border-radius: 50%;
}

.btn_blue:hover{
  background: #000000;
}

.btn_blue:hover span.btnround{
  background: #4C51E0;
}



.btn_white{
  display: inline-block;
  padding-left: 20px;
  background: transparent;
  color: #fff;
  padding-right: 70px;
  position: relative;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    border: 1px solid #fff;
}
.btn_white span.btntext{
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1;
}
.btn_white span.btnround{
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  right: 10px;
  top: 5px;
  border-radius: 50%;
}

.btn_white:hover{
  background: #000000;
}

.btn_white:hover span.btnround{
  background: #4C51E0;
}


.btn_black{
  display: inline-block;
  padding-left: 20px;
  background: #000;
  color: #fff;
  padding-right: 70px;
  position: relative;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    border: 1px solid #000;
}
.btn_black span.btntext{
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1;
}
.btn_black span.btnround{
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4C51E0;
  position: absolute;
  right: 10px;
  top: 5px;
  border-radius: 50%;
}

.btn_black:hover{
  background: #ffffff;
  border-color: #fff;
}

.btn_black:hover span.btntext{
  color: #000;
}

.btn_black:hover span.btnround{
  background: #4C51E0;
}





.btnwrap{
  display: inline-block;
}
.btnwrap.btncenter{
  text-align: center;
  display: block;
}

.innerbannerhead span{
  text-align: center;
}




::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-weight: 400;   
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

::selection {
  background: #4C51E0;
  color: #ffffff;
}


 