body{font-family: 'Oswald', sans-serif; font-weight:400;}
p{font-family: 'Oswald', sans-serif; font-size:18px; font-weight:400; color:#121111;}
h2{font-size:45px; color:#121111;}
h4{font-size:24px; color:#000; font-weight:normal;}
header{width:100%; float:left;}
section{width:100%; float:left; padding:80px 0;}
footer{width:100%; float:left;}
h1,h2,h3,h4,h5,h6{font-family: 'Oswald', sans-serif; font-weight:500}
ul{margin:0; padding:0}
li{list-style:none}
a:hover{text-decoration:none;}

html {
  scroll-behavior: smooth;
}
.divwrap{display:flex}
.greenbtn {
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    background: #01a1c3;
}
.greenbtn:hover{background: #111111; color:#3dbbb7;}


.blackbtn{padding:15px 35px; color:#3dbbb7; font-size:16px; margin-top:20px; display:inline-block; background: #111111;}
.blackbtn:hover{color:#fff; display:inline-block; background: #118985;}

.hidden_xs{display:none;}


/*---------------------------------------------------
------------------------------------------------------
HEADER
----------------------------------------------------------*/
header{padding:10px 0; background:#fff;}
.fixed{z-indeX:9; position: fixed; background:#ececec; padding:10px 0; top: 0; left: 0; animation: smoothScroll 1s forwards;}@keyframes smoothScroll {	0% {		transform: translateY(-40px);	}	100% {		transform: translateY(0px);	} }
.logo{}
.logo img{}

.social {margin-top: 59px;}
.social ul{float:right}
.social ul li{display:inline-block; padding-left:10px;}


/*---------------------------------------------------
------------------------------------------------------
BANNER SECTION
----------------------------------------------------------*/
.banner{position:relative; padding:0px;}
.banner img{width:100%;}
.bannertext{position:absolute; top:30%; right:10%; width:600px;}
.bannertext h2{font-size:77px;}
.bannertext p{font-size:18px; margin-top:20px;}

/*---------------------------------------------------
------------------------------------------------------
ABOUT SECTION
----------------------------------------------------------*/
.aboutsec{padding:0px;}
a.readmore{color:#3dbbb7}

/*---------------------------------------------------
------------------------------------------------------
CONTAIN SECTION
----------------------------------------------------------*/
.containsec{background:#01a1c3; text-align:center;}
.containsec p{font-size:18px; margin:20px 0;}

/*---------------------------------------------------
------------------------------------------------------
TEXT AND IMAGE SECTION
----------------------------------------------------------*/
.textandimagesec img{width:auto;}
.righttext h3{font-size:40px; color:#3dbbb7}
.righttext a{color:#3dbbb7}
.righttext p{margin:20px 0;}

/*---------------------------------------------------
------------------------------------------------------
TEXT ONE SECTION
----------------------------------------------------------*/
.textsec{padding:0px;}
.imgbox{width:50%;}
.textbox{width:50%; padding:59px 60px;}
.textbox p{margin-top:20px;}
.graybg{background:#f9f9f9}
.imgbox img{width:100%;}

/*---------------------------------------------------
------------------------------------------------------
TESTIMONIALS SECTION
----------------------------------------------------------*/
.testimonial{background:#01a1c3;}
.testimonial h2{font-size:45px; margin-bottom:20px;}
.testimonial p{margin:20px 0;}
.carousel-indicators{bottom:-40px;}

/*---------------------------------------------------
------------------------------------------------------
FOOTER SECTION
----------------------------------------------------------*/
footer{padding:80px 0; text-align:center; background:url(../images/btm-bck.jpg) no-repeat; background-size:cover;}
.foottext{text-align:center;}
.foottext ul li{color:#121111; display:inline-block; border-right:1px #121111 solid; line-height:15px; padding:0 10px; font-size:18px;}
.foottext ul li:last-child{border-right:none;}
.foottext ul li span{color:#01a1c3; font-weight:600;}
.foottext ul li a{color:#121111;}
.copyright{margin-top:30px;}
.copyright p{font-size:15px; color:#121111; margin-bottom:0px;}

.total-content{width:100%;padding:23px 60px;background: #f9f9f9;}
.total-content-new{width:100%;padding: 35px 60px 21px;background: #fff;}
ul.key-listing{margin: 0;padding:0;width:100%;}
ul.key-listing li{margin: 0 0 0 23px;padding:0;width:100%;list-style: disc;font-size:15px;color:#000;}
.mylogo {width: 249px;height: 156px;}
.mylogo img {object-fit: cover;width: 100%;height: auto;}
.txt-center{text-align: center;}
table.mytble td{width: 500px;}
/*table.mytble tr { display: none; }*/
table tr.active { display: table-row; }


.dataTables_wrapper {
  display: inline-block;
  margin: 0 0;
  width: auto;
  
  table {
    border: 1px solid #ccc;
    background-color: #eee;
    
    thead {
      th {
        font-weight: bold;
        background-color: #ccc;
      }
    }
    
    tr {
      th, td {
        text-align: left;
        padding: 16px 32px;
      }
      
      &:nth-child(odd) {
        background-color: #fff;
      }
    }
  }
  
  .load-more {
    margin-top: 32px;
  }
}

table.mytble {
    margin: 0 auto;
    float: none;
    display: table;
    width: 100%;
}
a#songs-load {
    color: #fff;
    background-color: #01a1c3;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 11px 0 0 0;
    float: left;
}
a.noContent {
    display: none;
}

.container {
    max-width: 1240px;
}

ul.leader-listing {
    margin: 0 0 27px 0;
    padding: 0 0 0 22px;
    float: left;
    width: 100%;
}
ul.leader-listing li {
    margin: 0 45px 7px 0;
    padding: 0;
    float: left;
    list-style: disc;font-size:18px;
}

.modal-dialog {
    max-width: 947px;}


form.form2{float: left;width: 96%;margin: 11px 0 0 0;}
.inpt-fld-new{width: 49%;
line-height: 51px;
padding: 0 0 0 17px;
margin: 5px 2px 2px 2px;
color: #000;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
transition: all 1s;
float: left;
border: 1px solid #000;
border-radius: 0px;background:#fff;}
textarea.inpt-fld-new{width: 98.4%;
line-height: 50px;
padding: 0 0 0 17px;
margin: 5px 0px 13px 2px;
color: #000;
font-size: 15px;
font-family: 'Oswald', sans-serif;
font-weight: 400;
transition: all 1s;
float: left;
border: 1px solid #000;
border-radius: 0px;
height: 151px;background:#fff;}
.sb-btn-cntct-new{padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    background: #01a1c3;font-family: 'Oswald', sans-serif;font-weight: 400;transition: ease-in-out 1s;border: none;
}
.sb-btn-cntct-new:hover{background: #111111;
    color: #3dbbb7;transition: ease-in-out 1s;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:  1;color: #000;font-size: 15px;font-family: 'Oswald', sans-serif;font-weight: 400;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:  1;color: #000;font-size: 15px;font-family: 'Oswald', sans-serif;font-weight: 400;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:  1;color: #000;font-size: 15px;font-family: 'Oswald', sans-serif;font-weight: 400;
}
:-moz-placeholder { /* Firefox 18- */
  opacity:  1;color: #000;font-size: 15px;font-family: 'Oswald', sans-serif;font-weight: 400;
}
::placeholder { color: #000;font-size: 15px;font-family: 'Oswald', sans-serif;font-weight: 400;}

.mmkkcoach .col-sm-6{padding-right: 13px;
    padding-left: 13px;}

label.agreesubscribe {font-size: 14px;}
span.wpcf7-list-item-label {font-size: 14px;}
p.lbnn{font-size: 16px;}

div#myModaltwo h2 {font-size: 27px;}
div#myModalfour h2 {font-size: 27px;}

section#strategies .greenbtn {background: #111111;color:#fff;transition: ease-in-out 1s;}
section#strategies .greenbtn:hover {background: #fff;color:#000 !important;transition: ease-in-out 1s;}
div#myModalfive h2{font-size: 24px;}
.containsec div#myModalfive  p{font-size: 18px !important;}
div#myModal  ul.leader-listing li{width: 100%;}

div#myModalone p{margin: 0;}

input[type="checkbox"] {
    margin: 0 6px 0 0;
}
.wpcf7-list-item {
    margin: 0 0 0 3px !important;
}

p.fllwwing{font-size: 10px;margin: 15px 0 0 0 !important;}
p.fllwwinghh{font-size: 12px;}
p.cchhnngg{font-size: 22px;}
div#myModalfive h2 {
    text-align: left;
}
div#myModalfive p {
    text-align: left;
}

span.lssrr{font-size: 22px;}
div#myModal .row p {
    margin: 0;
}

a#bkbtn{margin-top:-10px;}