/*
========================
Header area start
========================
*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');
 */

html{
font-family: 'Nunito Sans', sans-serif !important;
}	
 
body {	
	font-family: 'Nunito Sans', sans-serif !important;
    /* font-family: 'Poppins', sans-serif; */
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #F1536E;
}

::-webkit-selection {
    color: white; 
    background: #F1536E;
}

::-moz-selection {
    color: white; 
    background: #F1536E;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 5px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 8px;
    bottom: 3px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #36384b;
    color: #fff;
/*     box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   */ 
}

::placeholder {
  color: #a7abbd;
  opacity: 1; 
}

:-ms-input-placeholder { 
  color: #a7abbd;
  opacity: 1;
}

::-ms-input-placeholder { 
  color: #a7abbd;
  opacity: 1;
}

.header-area {
    /* padding: 15px 30px 0 45px; */
    padding: 12px 62px;
}

.logo-part img {
   max-width: 100%;
   display: block;
}

.hero-form input {
	width: 100%;
	display: block;
	font-size: 16px;
	height: 42px;
	border: 1px solid #EFEFEF;
	margin-bottom: 15px;
	border-radius: 4px;
}

.hero-form select {
    width: 100%;
    height: 42px;
    width: 100%;
    display: block;
    border: 1px solid #EFEFEF;
    margin-bottom: 15px;
    border-radius: 4px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #495057!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #495057!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #495057!important;
}

.hero-form {
    box-shadow: 0 0 25px #E8E8E8;
    border-radius: 0 0 5px 5px;
    margin-top: 30px;
}

.hero-left h2 {
    font-size: 36px;
    font-weight: 500;
    color: #444;
}

.hero-left h2 span {
    color: #F1536E;
}

.hero-left h1 span {
    color: #F1536E;
}

.hero-form input[type="submit"] {
    background: linear-gradient(#FE0B0B, #BD1207);
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 25px auto 0;
    border: none;
    border-radius: 60px;
    padding: 12px 15px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.hero-form input[type="submit"]:hover {
    background: linear-gradient(#BD1207, #FE0B0B);
}

.hero-form form {   
    padding: 30px;
}

.ipt-bg input {
    background: url(../images/mp.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 13px;
    padding-right: 28px;
}

.ipt-bg2 input {
    background: url(../images/mail.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 22px;
    padding-right: 40px;
}

.hero-area {
    margin-bottom: 60px;
}

.hero-left h4 {
    text-align: center;
    background: #f1536e;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    padding: 8px 5px;
    border-radius: 5px 5px 0 0;
    margin: 0; 
}

.sec-a1-area {
    background: #00c689;
    padding: 65px 0 20px;
}

.seca1-item {
    padding-bottom: 40px;
}

.seca1-item h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.seca1-item p {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.seca1-item img {
    max-width: 100%;
    display: block;
    margin-right: 35px;
}

.sec-b2-area {
    padding: 100px 0 50px;
}

.secb2-top {
    text-align: center;
    margin-bottom: 70px;
}

.secb2-top span {
    color: #F1536E;
}

.secb2-top h2 {
    font-size: 41px;
    font-weight: 600;
    color: #333333;
}

.secb2-item {
	text-align: center;
	background: #fff;
	box-shadow: 0px 20px 21px #F4F4F4;
	padding: 30px;
	margin-bottom: 50px;
	display: inline-grid;
	width: 100%;
	min-height: 275px;
	border-radius: 10px;
}

.secb2-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
}

.secb2-item h3 {
    font-size: 36px;
    color: #666666;
    margin: 5px 0;
}

.secb2-item p {
	font-size: 24px;
	font-weight: 700;
	color: #666666;
	margin: 0;    
}

.video-area {
    background: url(../images/video.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

.video-part {
    padding: 200px 0;
}

.video-part {
    text-align: center;
}

.video-part h4 {
    color: #fff;
    text-align: center;
    font-size: 47px;
    font-weight: normal;
}

.video-part h5 {
    color: #fff;
    text-align: center;
    font-size: 39px;
    font-weight: normal;
    vertical-align: middle;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
}

.video-part img {
    width: 100px;
    display: inline-block;
    margin-right: 15px;
}

.video-mdl .modal-dialog {
    max-width: 800px;  
}

.video-mdl .modal-header {
    padding: 5px 16px;
    border-radius: 0;
}

.sec-c3-area {
    background: #F1536E;
    text-align: center;
    padding: 60px 0;
}

.sec-c3-area h4 {
    font-size: 41px;
    color: #fff;
    font-weight: 500;
}

.sec-c3-area a {
    background: #fff;
    text-align: center;
    font-size: 22px;
    color: #555;
    display: inline-block;
    padding: 8px 50px;
    border-radius: 60px;
    font-weight: bold;
    margin-top: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.sec-c3-area a:hover {
    opacity: 0.9;
}

.copyright-area {
	background: #F1536E;
	padding: 12px 0;
	text-align: center;
}

.copyright-area p,.copyright-area a  {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.carousel-cell {
    background: teal;
}

.mainc-wrapper {
    width: 100%;
    padding: 70px 0;
}

.carousel-cell {
    background: #36384B;
    opacity: 0.3;
    width: 60%;
    margin: 15px;
    border-radius: 15px;
}

.cc-wrapper {
    padding: 80px 35px;
}

.carousel-cell.is-selected {
  background: #36384B;
  opacity: 1;
}

.cc-pp img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cc-cnt h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 32px;
}

.cc-cnt h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;  
    margin: 20px 0 0;
}

.cc-cnt p {
    color: #fff;    
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.cc-cnt {
  position: relative;
  z-index: 3;
}

.cc-cnt:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #fff;
    font-size: 80px;
    position: absolute;
    z-index: -3;
    opacity: 0.1;
    top: -55px;
    font-weight: normal;
}
.hero-form input[type="button"] {
    background: #F1536E;
font-size: 18px;color: #fff;text-align: center;
    width: 80%;margin: 25px auto 0;
border: none;
border-radius: 60px;
padding: 12px 15px;
transition: 0.2s all ease;
-webkit-transition: 0.2s all ease;
}
.hero-form button[type="submit"] {
    background: #F1536E;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 25px auto 0;
    border: none;
    border-radius: 60px;
    padding: 12px 15px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00C689;
    outline: 0;
    box-shadow: none;
}

.thankyou-tel{
	color: #fff !important;
	background: none  !important;
	font-size: 1.25rem  !important;
	padding: 0  !important;
	margin: 0  !important;	
}
.thankyou-tel:hover{
    text-decoration: underline;	
}
.custom-section-padding{
	padding:100px 0;
}
.thankyou-body{
	background: #F1536E;
}