@charset "UTF-8";
/*font initialization begin*/

@font-face {
    font-family: 'OpenSans-bold';
    src: url('../fonts/opensans/OpenSans-Bold.eot');
    src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Bold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSanssemibolditalic';
    src: url('../fonts/opensans/OpenSans-SemiboldItalic.eot');
    src: url('../fonts/opensans/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-SemiboldItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-SemiboldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-extrabold';
    src: url('../fonts/opensans/OpenSans-Extrabold.eot');
    src: url('../fonts/opensans/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-Extrabold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Extrabold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-bolditalic';
    src: url('../fonts/opensans/OpenSans-BoldItalic.eot');
    src: url('../fonts/opensans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-BoldItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-semibold';
    src: url('../fonts/opensans/OpenSans-Semibold.eot');
    src: url('../fonts/opensans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-light';
    src: url('../fonts/opensans/OpenSans-Light.eot');
    src: url('../fonts/opensans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Light.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-extrabolditalic';
    src: url('../fonts/opensans/OpenSans-ExtraboldItalic.eot');
    src: url('../fonts/opensans/OpenSans-ExtraboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-ExtraboldItalic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-ExtraboldItalic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-ExtraboldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans/OpenSans.eot');
    src: url('../fonts/opensans/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans.woff') format('woff'),
        url('../fonts/opensans/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-lightitalic';
    src: url('../fonts/opensans/OpenSansLight-Italic.eot');
    src: url('../fonts/opensans/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSansLight-Italic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSansLight-Italic.woff') format('woff'),
        url('../fonts/opensans/OpenSansLight-Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'OpenSans-italic';
    src: url('../fonts/opensans/OpenSans-Italic.eot');
    src: url('../fonts/opensans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/opensans/OpenSans-Italic.woff') format('woff'),
        url('../fonts/opensans/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/*font initialization end*/
body,h1,h2,h3,h4,h5,h6{
	font-family: 'OpenSans';
}
a, a:hover, a:focus, a:active, button, button:focus{
	display: inline-block;
	outline: 0;
	position: relative;
	text-decoration: none;
}
.nopad{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nopad-left{
	padding-right: 0 !important;
}
.nopad-right{
	padding-right: 0 !important;
}
.padtb-15px{
	padding: 15px 0;
}
.large-title{
	font-size: 30px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.medium-title{
	font-size: 24px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.small-title{
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
section{
	float: left;
	width: 100%;
}

/*header start*/
.common-header .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: none;
    background-color: #fff;
    padding: 15px 0;
	transition: all 0.5s ease;
}
.navbar-fixed-top.common-header .navbar {
    background-color: transparent;
}
.shrink.common-header .navbar {
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 12px -4px;
    padding: 0;
    transition: all 0.5s ease;
}
.logo-image {
    height: 80px;
	transition: all 0.5s ease;
}
.shrink .logo-image {
    height: 50px;
	margin: 5px 0;
	transition: all 0.5s ease;
}
.common-header .navbar-header {
    width: 100%;
}
.common-header .navbar-brand {
    height: auto;
    padding: 0;
	margin: 0;
}
.common-header .navbar-default .navbar-nav>li>a{
	color: #000;
	position: relative;
	text-transform: uppercase;
}
/*fullpage menu*/
.fullpage-menu {
    position: relative;
    visibility: hidden;
    width: 100%;
}
.show.fullpage-menu {
    visibility: visible;
}
.overlay-section {
    background: rgba(18,18,18,0.8);
    color: #fff;
	display: table;
    height: 100vh;
    left: 50%;
    position: fixed;
	text-align: center;
    top: 0;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 0;
    z-index: 999;
}

.show .overlay-section {
    left: 0;
    transition: all 0.5s ease;
    visibility: visible;
    width: 100%;
}
.menu-trigger{
	cursor: pointer;
	display: inline-block;
	float: right;
	margin-top: 8px;
	position: relative;
	z-index: 1036;
}
.icon-bar {
    background-color: #000;
    display: block;
    height: 3px;
    margin: 6px 0;
    transition: all 0.5s ease;
	transform: none;
	width: 35px;
}
.icon-bar.two {
    opacity: 1;
	transition: all 0.5s ease;
}
.show .icon-bar.one {
    transform: rotate(-45deg) translate(-5px, 6px);
	transition: all 0.5s ease;
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
}
.show .icon-bar.two {
    opacity: 0;
	transition: all 0.5s ease;
}
.show .icon-bar.three {
    transform: rotate(45deg) translate(-6px, -8px);
	transition: all 0.5s ease;
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
}
.fullpagemenu-inner{
	display: table-cell;
	list-style: none;
	max-width: 1px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.fullpagemenu-inner li a{
	color: #fff;
	font-size: 28px;
	line-height: 80px;
	opacity: 0;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.show .fullpagemenu-inner li a{
	line-height: 62px;
	opacity: 1;
	transition: all 0.5s ease;
	
}
/*fullpage menu*/
/*header end*/

/*home slider start*/

.homeslider{
	display: block;
	width: 100%;
}
.owl-theme .owl-controls .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
}
.owl-theme .owl-controls .owl-dot{
    display: inline-block
}
/*home slider end*/


.common-btn{
	background-color: #000;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	overflow: hidden;
	padding: 8px 30px;
	position: relative;
	z-index: 10;
}
.common-btn span{
	display: block;
	position: relative;
	z-index: 30;
}

/*footer start*/
footer {
    background-color: #D4D4D4;
    float: left;
    width: 100%;
}
footer .container{
	padding: 0;
}
.footer-menu li {
    width: 49%;
    margin: 0;
}
.footer-menu li a {
	color: #000;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    position: relative;
}
.footer-menu li a::after {
    background: #333;
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: 0;
    position: absolute;
    transition: all 0.5s ease;
    width: 0;
}
.footer-menu li a:hover{
	color: #333;
	transition: all 0.5s ease;
}
.footer-menu li a:hover::after {
    margin-left: -50%;
    width: 100%;
}
.social-links li a {
    border: 1px solid #797979;
    border-radius: 50%;
    color: #797979;
    display: inline-block;
    padding: 4px 0 0;
    height: 40px;
    font-size: 21px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 40px;
    z-index: 10;
}
.social-links li a:hover {
    color: #D4D4D4;
}
.social-links li a:after {
    background-color: #797979;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: scale(0);
    transition: all 0.4s ease;
}
.social-links a i {
    position: relative;
    z-index: 20;
}
.social-links li a:hover:after {
    transform: scale(3);
    transition: all 0.9s ease;
}
.copyright{
    background-color: #385895;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    font-family: 'OpenSans-light';
}
/*footer end*/


.commonhead h2{
    color: #544f4f;
    font-size: 35px;
    font-family: 'OpenSans-bold';
    margin-bottom: 50px;
}

.commonhead h2 span{
    display: block;
}

.content-para h4{
    color: #544f4f;
    font-size: 21px;
    font-family: 'OpenSans-bold';
}

.content-para p{
    color: #544f4f;
    font-size: 19px;
    font-family: 'OpenSans-light';
    width: 92%;
}
.common-pad-10{
    padding: 10px 0;
}
.common-pad-20{
    padding: 20px 0;
}

.common-pad-30{
    padding: 30px 0;
}
.common-pad-40{
    padding: 40px 0;
}

.common-pad-50{
    padding: 50px 0;
}

.common-pad-60{
    padding: 60px 0;
}

.common-pad-70{
    padding: 70px 0;
}

.common-pad-80{
    padding: 80px 0;
}


.deliversec h4{
    font-size: 16px;
    font-family: 'OpenSans-bold';
    color: #544f4f;
}

.deliversec p{
    color: #544f4f;
    font-size: 14px;
    font-family: 'OpenSans-light';
}



.deliversec{
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 70px 0;
    width: 100%;
}

.deliverbg1, .deliverbg3{
    background: #f3f8ff;
    padding: 15px;
    position: relative;
    z-index: 1;
    width: 20%;
    
}
.deliverbg2{
    background: #fff9f3;
    position: relative;
    z-index: 2;
    width: 20%;
    
    border-radius: 20px;
}   
.deliverbg3{
    position: relative;
    z-index: 3;
    width: 20%;
}
.deliverbg4{
    background: #faf0ff;
    position: relative;
    z-index: 4;
    width: 20%;
}

.deliverbg5{
    background: #e7faff;
    position: relative;
    z-index: 5;
    width: 20%;
}

.deliverbg6{
    background: #dffced;
    position: relative;
    z-index: 6;
    width: 20%;
}

.posabs{
    position: absolute;
    border-radius: 15px;
    border: 1px dashed #e1e1e1;
    
    padding: 10px;
}
.posabs h5{
    color: #544f4f;
    font-size: 16px;
    font-family: 'OpenSans-bold';
}
.posabs h5 span{
    display: block;
}

.posabs p{
    color: #544f4f;
    font-size: 14px;
    font-family: 'OpenSans-light';
}

.posabs h6{
    color: #544f4f;
    font-size: 15px;
    font-family: 'OpenSans-bold';
    margin-bottom: 0;
}


.posabs.deliverbg1{
    left: 0;
    width: 22%;
}
.posabs.deliverbg2{
    left: 20%;
    top: -53px;
    width: 22%;
    box-shadow: 6px 7px 14px rgba(0, 0, 0, 0.12);
}

.posabs.deliverbg3{
    left: 24%;
    bottom: -181px;
    width: 22%;
    box-shadow: 6px 7px 14px rgba(0, 0, 0, 0.12);
}
.posabs.deliverbg4{
    padding: 24px;
    right: 31.5%;
    top: -42px;
    width: 24%;
    box-shadow: 6px 7px 14px rgba(0, 0, 0, 0.12);
}
.posabs.deliverbg5{
    right: 25%;
    top: 88px;
    width: 27%;
    padding: 7px 29px;
    box-shadow: 6px 7px 14px rgba(0, 0, 0, 0.12);
}
.posabs.deliverbg6{
    right: 6%;
    top: -46px;
    width: 22%;
    box-shadow: 6px 7px 14px rgba(0, 0, 0, 0.12);
}

.posabs.deliverbg4 p{
    margin-bottom: 0;
}

.banner{
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    padding-top: 170px;
}


.bannercap {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 28px 0px 10px 20px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.15);
}

.bannercap h3{
    font-size: 24px;
    color: #0d65ac;
}
.bannercap h3 span{
    display: block;
}

.bannercap p{
    color: #4c4c4c;
    font-family: 'OpenSans-light';
    font-size: 19px;
    padding: 0 79px;
    margin-bottom: 0;
}
.bancapwrp{
    position: relative;
    z-index: 5;
    margin-top: 60px;
}

.bx1, .bx2, .bx3, .bx4{
    position: absolute;
    border-radius: 15px;
}
.bx1 {
    background: rgba(255, 255, 255, 0.25);
    height: 150px;
    width: 200px;
    left: -58px;
    top: -52px;
    z-index: 1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.bx2{
    background: rgba(255, 255, 255, 0.43);
    height: 100px;
    width: 120px;
    top: -34px;
    right: -41px;
    z-index: 1;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.bx3 {
    background: #fff;
    height: 80px;
    width: 100px;
    left: -18px;
    bottom: -23px;
    z-index: -9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
}
.bx4 {
    background: rgba(255, 255, 255, 0.5);
    height: 150px;
    width: 200px;
    right: -65px;
    bottom: -51px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
}

.delwrap{
    padding-top: 50px;
    padding-bottom: 100px;
}

.arrowpos{
    position: absolute;
    z-index: 9;
}
.arrowpos.arrow1{
    left: 19%;
    transform: rotate(-63deg);
    top: -10px;
}

.arrowpos.arrow1 img{

}

.arrowpos.arrow2{
    left: 23%;
    top: 55px;
    transform: rotate(79deg);
}

.arrowpos.arrow2 img{

}

.arrowpos.arrow3{
    left: 43%;
    top: 62px;
    transform: rotate(15deg);
}

.arrowpos.arrow3 img{

}

.arrowpos.arrow4{
    right: 33%;
    top: 73px;
}

.arrowpos.arrow4 img{

}

.arrowpos.arrow5{
    right: 25%;
    top: 103px;
}

.arrowpos.arrow5 img{

}

.redtxt{
    position: absolute;
    color: red;
    right: 9%;
    top: 133px;
}
.redtxt span{
    display: block;
}

.heightsec{
    min-height: 10px;
}

.cloud1{
    position: absolute;
    left: 0;
    top: -76px;
}

.cloud2{
    position: absolute;
    right: 50px;
    top: -114px;
}

.female{
    position: absolute;
    left: -1%;
    top: 63px;
    z-index: 9;
    
}

.mens{
    position: absolute;
    right: 3%;
    top: 45px;
    z-index: 9;
}

.samplesec {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    position: relative;
    border: 1px solid rgba(84, 79, 79, 0.2);
    box-shadow: 8px 14px 25px rgba(0, 0, 0, 0.15);
}

.themeplay {
    position: absolute;
    bottom: -27px;
    right: -9px;
    width: 32px;
   
}

.themeplay::before{
    content: "";
    position: absolute;
    box-shadow: 0px 1px 50px rgba(0, 0, 0, 0.42);
    border-radius: 100%;
    background: rgb(255, 255, 255);
    padding: 25px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-animation: glowdot 1.5s ease-in-out infinite;
    animation: glowdot 1.5s ease-in-out infinite;
    left: -9px;
    bottom: -9px;
}
.themeplay span{
    position: relative;
}


@-webkit-keyframes glowdot {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform:scale(0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes glowdot {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform:scale(0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes glowdot {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform:scale(0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes glowdot {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform:scale(0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.samplesec h4{
    color: #544f4f;
    font-size: 22px;
    font-family: 'OpenSans-bold';
}

.samplesec p{
    color: #544f4f;
    font-size: 15px;
    padding: 0 60px;
    margin-bottom: 0;
}

.sampcon a.callusbtn{
    background: #f7941d;
    padding: 6px 25px;
    color: #fff;
    font-size: 19px;
    font-family: 'OpenSans-bold';
    margin-top: 30px;
}

.vis h4, .vis p, .vis a{
    visibility: hidden;
}
.formsec{
    background-color: #fff;
    border: 1px solid rgba(84, 79, 79, 0.2);
    box-shadow: 8px 14px 25px rgba(0, 0, 0, 0.15);
    padding: 20px 60px;
    margin: 0 36px;
}
.formsec h2{
    color: #544f4f;
    font-size: 32px;
    font-family: 'OpenSans-bold';
}

.formsec form{
    margin-top: 15px;
    margin-bottom: 40px;
}
.formsec .form-control {
    height: 40px;
    font-size: 15px;
    color: #544f4f;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formsec .btn{
    width: 100%;
    padding: 9px;
    color: #fff;
    background-color: #f7941d;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    font-family: 'OpenSans-bold';
    text-transform: uppercase;
}   
.navbar {
    border-radius: 0;
}

.formsec .btn:hover {
    color: #fff;
    background-color: #f7941d;
    outline: 0;
}
.formsec .btn:focus {
    outline: 0;
}   


.contactsec{
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 40px;
}

.contactsec h3{
    font-family: 'OpenSans-semibold';
    color: #4c4c4c;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.contactsec h3 a{
    color: #4c4c4c;
}
.contactsec h3 span.lt{
    color: #4c4c4c;
    font-size: 20px;
    display: block;
    font-family: 'OpenSans-light';
}

.contactsec h3 span.blk{
    display: block;
}
.mail > span{
    display: inline-block;
    vertical-align: middle;
}

.mail > span:first-child{
    width: 20%;
}

.mail > span:nth-child(2){
    width: 78%;
}

.location > span{
    display: inline-block;
    vertical-align: middle;
}

.location > span:first-child{
    width: 15%;
}

.location > span:nth-child(2){
    width: 78%;
}
.phone > span{
    display: inline-block;
    vertical-align: middle;
}

.phone > span:first-child{
    width: 18%;
}
.phone > span:nth-child(2){
    width: 78%;
}
.location{
    padding-left: 40px;
}
.socialicns{
    padding: 30px 0;
    padding-bottom: 0;
}
.socialicns ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.socialicns ul li{
    display: inline-block;
    margin-right: 30px;    
}

.socialicns ul li:last-child{
    margin-right: 0;
}

.socialicns ul li a{
    font-size: 30px;
    color: #4c4c4c;
}


img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}


img.vert-move1 {
    -webkit-animation: mover 0.5s infinite  alternate;
    animation: mover 0.5s infinite  alternate;
}
img.vert-move1 {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.bx1{
    animation: crescendo 4s alternate infinite ease-in;
}

@keyframes crescendo {
    0%   {transform: scale(0.5);}
    100% {transform: scale(1);}
  }

.bx4{
    animation: crescendo 5s alternate infinite ease-in;
}

@keyframes crescendo {
    0%   {transform: scale(0.5);}
    100% {transform: scale(1);}
  }


.banner.tnksban img{
    width: 40%;
}

.banner.tnksban {
    padding-top: 100px;
}
  
.bannercap.thkscap{
    display: flex;
    text-align: center;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.sampcon img{
    width: 100%;
    
}
/* .sampcon{
    overflow: hidden;
height: 290px;
} */

.temphead h3{
    font-size: 20px;
}
.temphead h3 a{
    font-size: 17px; color: #544f4f;
}


.sampcon h6{
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
}

.sampcon h5{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}

a.callusbtn span{
    font-family: 'OpenSans-light';
}


.faqimgwrap{
    position: fixed;
    left: -200px;
    bottom: 46px;
    transition: 0.5s;
    cursor: pointer;
    z-index: 9;
}
.faqimgwrap.showimg{
    left: 0;
}
.faqcontwrap{
    position: fixed;
    left: -800px;
    top: 0;
    width: 35%;
    z-index: 9999;
    background: #ffffff;
    padding: 40px;
    box-shadow: 8px 0px 40px rgba(0, 0, 0, 0.15);
    height: 100vh;
    transition: 0.5s;
}

.faqcontwrap.showcont{
    left: 0;
}

.faqcont{
    position: relative;
}

.closefaq{
    position: absolute;
    right: -25px;
    top: -45px;
    cursor: pointer;
}

.faqcontent{
    height: 80vh;
    overflow: auto;
}

.faqcont h2 {
    margin-bottom: 30px;
    font-size: 22px;
    /* padding-left: 11px; */
}

.faqlist{
    padding-left: 25px;
    padding-right: 35px;
}

.faqlist li{
    margin-bottom: 30px;
}

.faqlist li:last-child{
    margin-bottom: 0;
}

.faqlist li h4{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

.faqlist li p{
    line-height: 25px;
    font-size: 15px;
    text-align: justify;
}

.faqcontent .panel-heading {
    padding: 15px 15px;
}

.faqcontent .panel-heading h4 a{
    width: 100%;
    padding-right: 7px;
}

.faqcontent .panel-group {
    margin-bottom: 20px;
    margin-right: 30px;
}
/* .faqcontent .plusico{
    position: relative;
    transition: 0.5s;
}

.faqcontent .plusico:after{
    content: "\f196";
    position: absolute;
    right: 0px;
    font: normal normal normal 14px/1 FontAwesome;
    top: 5px;
    transition: 0.5s;
    
}


.faqcontent .minusico:after{
    content: "\f147";    
} */


.faqcontent p{
    line-height: 23px;
}

.faqcontent .panel-heading {
    padding: 0;
      border:0;
  }
  .faqcontent .panel-title>a, .faqcontent .panel-title>a:active{
      display:block;
      padding:15px;
    color:#555;
    font-size:14px;
      letter-spacing:1px;
      font-weight: 600;
      text-decoration:none;
      padding-right: 7px;
  }
  .faqcontent .panel-heading  a:before {
     font-family: 'FontAwesome';
     content: "\f107";
     float: right;
     transition: all 0.5s;
  }
  .faqcontent .panel-heading.active a:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);
  } 

  .faqcont h6{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #544f4f;
}

.faqcont h2{
    margin-top: 10px;
}


.faqcontent .panel-default>.panel-heading {
    background-color: transparent;
}

.faqcontent .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.watappicon{
    position: fixed;
    right: 10px;
    bottom: 100px;
}