body{font-family: 'Oswald', sans-serif; font-weight:400;}
p{font-family: 'Oswald', sans-serif; font-size:16px; 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:#111111; font-size:16px; margin-top:20px; display:inline-block; background: #3dbbb7;}
.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{width: 333px;}

.social{margin-top:19px;}
.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:20%; right:10%; width:600px;}
.bannertext h2{font-size:56px;}
.bannertext p{font-size:23px; margin-top:20px;}

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

/*---------------------------------------------------
------------------------------------------------------
CONTAIN SECTION
----------------------------------------------------------*/
.containsec{background:#3dbbb7; text-align:center;}
.containsec p{font-size:16px; margin:20px 0;}

/*---------------------------------------------------
------------------------------------------------------
TEXT AND IMAGE SECTION
----------------------------------------------------------*/
.textandimagesec img{width:100%;}
.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:#3dbbb7;}
.testimonial h2{font-size:50px; 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:#3dbbb7; 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;}

img.defimage {
    margin: 0 auto 30px;
    float: none;
    display: table;
}

img.flgicon {
    height: auto;
    width: 55px;
}