/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none;
    line-height: 2;  }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  width: 100%; }

input,
select,
button {
  box-shadow: none !important;
  outline: none !important; }

input:focus,
select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important; }

button {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  outline: none !important; }

a:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0; }

a,
button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  outline: none !important; }

.wrapper {
  clear: both;
  position: relative;
  float: left;
  width: 100%; }

body {
  position: relative; }

p,
a,
input,
label,
button,
span,
body {
  font-family: 'Open Sans', sans-serif;
  word-break: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  word-break: break-word; }

p {
	margin-bottom: 15px; 
	text-align: justify;
	font-size: 16px;
    color: #000000;
	text-indent: 50px;
    line-height: 1.846;
    font-weight: 500;}

.cntrl_grp {
  position: relative; }

.form-control {
  border-radius: 4px;
  border: 1px solid #d9d7d7;
  padding-right: 50px;
  height: 40px; }
  .form-control:focus {
    border-color: #020202; }

.icon_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.page_btn {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 15px;
  font-weight: 500;
  background: linear-gradient(#eb2026 0%, #9e1419 100%);
  color: #ffffff;
  z-index: 1;
  border: none;
  border-radius: 30px;
  box-shadow: none; }
  .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #31292c;
    z-index: -1;
	    border-radius: 30px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .page_btn:hover {
    color: #ffffff;
    border-radius: 30px;	}
    .page_btn:hover::before {
      width: 100%; }
  .page_btn.full_btn {
    display: block;
    width: 100%; }

.spacing_module {
  padding: 45px 0 0; }

.owl-carousel,
select, .news_scroll_ul {
  animation: reveal 0s 2s forwards;
  -webkit-animation: reveal 0s 2s forwards;
  visibility: hidden; }

@keyframes reveal {
  to {
    visibility: visible; } }

.form-group {
  margin-bottom: 20px;
  position: relative;
    width: 100%;  }
  .form-group label {
    margin-bottom: 10px;
    font-weight: 700; }

input[type=text],
input[type=password],
input[type=number] ,
input[type=email] {
  background-color: #ffffff;
  border-color: #d9d7d7;
  height: 34px; }

.title_block {
  position: relative; }
  .title_block .section_title {
    display: block;
    clear: both;
    padding-right: 15px;
	margin-top: 43px;
    font-size: 28px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    
    line-height: 1.314;}
    @media only screen and (max-width: 480px) {
      .title_block .section_title {
        font-size: 26px; } }
  .title_block .sub_txt {
    display: block;
    clear: both;
    font-size: 14px;
    color: #6f7074;
    font-weight: 500;
    line-height: 25px; }
  .title_block.center_title .section_title {
    text-align: center; }
  .title_block.center_title .sub_txt {
    text-align: center; }
.know_more {
    font-size: 13px;
    color: rgb(51, 102, 153);
    font-weight: bold;
    line-height: 1.846; }

.sub_sec_content {
  margin: 30px 0 15px; }
  .sub_sec_content p {
    color: #310900;
    margin-bottom: 10px; }

.section_list {
  margin: 15px 0; }
  .section_list li {
    display: block;
    margin-bottom: 20px; }
    .section_list li span {
        display: block;
		font-size: 13px;
		color: #131211;
		line-height: 18px;
      position: relative;
      padding-left: 20px; }
      .section_list li span::before {
        content: "";
		position: absolute;
		left: 0;
		top: 0;
		font-size: 15px;
		width: 10px;
		height: 10px;
		border: 1px solid #020202;
		background: #56180a; }

.owl-carousel .owl-dots {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #56180a;
      border: 1px solid #56180a; }

.breadcrumb_wrapper {
  padding: 120px 0 60px;
  background-size: cover !important;
  background-attachment: fixed !important; }
  .breadcrumb_wrapper h1 {
    display: inline-block;
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 15px; }
  .breadcrumb_wrapper .breadcrumb_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .breadcrumb_wrapper .breadcrumb_links li {
      display: block; }
      .breadcrumb_wrapper .breadcrumb_links li a {
        display: block;
        color: #ffffff;
        font-size: 16px;
		font-weight: 100;
        position: relative;
        padding-right: 30px;
        margin-right: 15px; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li a {
            font-size: 12px;
            margin-right: 7px;
            padding-right: 12px; } }
        .breadcrumb_wrapper .breadcrumb_links li a::before {
          content: ">";
          position: absolute;
          right: 0;
          top: 0;
          color: #ffffff; }
      .breadcrumb_wrapper .breadcrumb_links li span {
        display: block;
        color: #4dc247;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li span {
            font-size: 12px; } }

.grey_bg {
  background-color: #f2f2f2 !important; }
.grey_bg img {
  height: 187px }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }

.background img.bg_img {
	width:46%;height: auto;
	}
	.background  {
	width: 47%;margin: 0 auto;
	}
	.brand_title{
	position: absolute;
    top: 0;
	}
	.brand_title h3 {
	font-size: 3em;
    font-weight: 800;
    text-shadow: 3px 11px 20px #ff8000;
    transform: rotate(-11deg);
    color: #000;
    margin: 170px 0 0px 203px;
	}
	@media only screen and (max-width: 320px) {
		.brand_title {
			margin: 9px -102px 0; }
		.brand_title h3 {
			font-size: 26px; }
		.background {
			width: 100%;
			height: auto;}
		.background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0 0 0 0;}
		.cargp_brand_title {
			margin: 9px -102px 0;
    position: relative;
    top: 37px;
    width: 100%;
    text-align: center;			}
		.cargp_brand_title h3 {
			    width: 100%; }
		.cargo_background {
			width: 33% !important;
			height: auto;}
		.cargo_background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0;}
	}
	@media only screen and (max-width: 360px) {
		.brand_title {
			margin: 9px -102px 0; }
		.brand_title h3 {
			font-size: 26px; }
		.background {
			width: 100%;
			height: auto;}
		.background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0 0 0 0;}
		.cargp_brand_title {
			margin: 9px -102px 0;
    position: relative;
    top: 37px;
    width: 100%;
    text-align: center;			}
		.cargp_brand_title h3 {
			    width: 100%; }
		.cargo_background {
			width: 100%;
			height: auto;}
		.cargo_background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0;}
	}
	@media only screen and (max-width: 480px) {
		.brand_title {
			margin: 9px -102px 0; }
		.brand_title h3 {
			font-size: 26px; }
		.background {
			width: 100%;
			height: auto;}
		.background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0 0 0 0;}
		.cargp_brand_title {
			margin: 9px -102px 0; 
			    position: relative;
    top: 37px;
    width: 100%;
    text-align: center;}
		.cargp_brand_title h3 {
			    width: 100%; }
		.cargo_background {
			width: 100% !important ;
			height: auto;}
		.cargo_background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0;}
	}
	@media only screen and (max-width: 760px) {
		.brand_title {
			margin: 9px -102px 0; }
		.brand_title h3 {
			font-size: 26px; }
		.background {
			width: 100%;
			height: auto;}
		.background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0 0 0 0;}
		.cargp_brand_title {
			margin: 9px -102px 0;
    position: relative;
    top: 252px !important;
    width: 100%;
    text-align: center;			}
		.cargp_brand_title h3 {
		    width: 100%; }
		.cargo_background {
			width:35% !important;
			height: auto;}
		.cargo_background img.bg_img{
			width: 100%;
			height: auto;
			margin: 0;}
	}
	.brand_van{
	position: absolute;
    bottom: 0;
	}
	.brand_van img{
       width: 39%;
    left: 82px;
    top: -28px;
    position: relative;
	}
	
.cargo_background img.bg_img {
	width: 100%;height: auto;
	}
	.cargo_background  {
	width: 35% !important;margin: 0 auto;
	}
	.cargp_brand_title{
	 position: relative;
    top: 37px;
    width: 93%;
    text-align: center;
	}
	.cargp_brand_title h3 {
        font-size: 1em;
    /* font-weight: 800; */
    text-align: center;
    color: #231f20;
    margin: 17px 0 0px 117px;
}
	
	.brand_van2{
	position: absolute;
    bottom: 0;
	right:0;
	}
	.brand_van2 img{
	        margin: 0 300px 0;
    float: right;
    width: 15%;
	}
	
//*****kovilakam***//

.background img.bg_img {
	width: 100%;height: auto;
	}
	.background  {
	width: 100%;margin: 0 auto;
	}
	.brand_title{
	position: relative;
    top: 0;
	}
	.brand_title h3 {
	font-size: 3em;
    font-weight: 800;
    text-shadow: 3px 11px 20px #fc0305;
    text-align: center;
    color: #000;
    margin: 170px 0 0px 203px;
	}
	.coming_img {
    position: absolute;
    top: 1px;
    width: 18%;
    left: 642px;
}
.coming_img img{
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
}
h6.cheb_title1 {
    position: absolute;top: 256px;right: 187px;font-size: 1em;color: #fff;
}
h2.cheb_title2 {
    position: absolute;top: 273px;right: 187px;font-size: 3em;color: #fff;
}
h4.cheb_title3 {
    position: absolute;top: 337px;right: 187px;font-size: 2em;color: #fff;
}

	@media only screen and (max-width: 320px) {
		.coming_img{
		position: absolute;
    bottom: -40px;
    width: 65%;
    left: 66px;
		}
		.background img.mb_img {
			width: 100%;
			height: 348px;
			margin: 0 0 0 0;
		}
		.brand_van img {
			    width: 100%;
    left: 2px;
    top: 32px;
    position: relative;
		}
		.brand_van img {
			    width: 100%;
    left: 2px;
    top: 32px;
    position: relative;
		}
		h6.cheb_title1 {
    top: 394px;
    right: 136px;
    font-size: 1em;
}
h2.cheb_title2 {
    top: 473px;
    right: 111px;
    font-size: 1em;
}
h4.cheb_title3 {
    top: 431px;
    right: 94px;
    font-size: 2em;
}
	}
	@media only screen and (max-width: 360px) {
		.coming_img{
		position: absolute;
    bottom: -40px;
    width: 65%;
    left: 66px;
		}
		.background img.mb_img {
			width: 100%;
			height: 348px;
			margin: 0 0 0 0;
		}
		.brand_van img {
			    width: 100%;
    left: 2px;
    top: 32px;
    position: relative;
		}
		h6.cheb_title1 {
    top: 394px;
    right: 136px;
    font-size: 1em;
}
h2.cheb_title2 {
    top: 473px;
    right: 111px;
    font-size: 1em;
}
h4.cheb_title3 {
    top: 431px;
    right: 94px;
    font-size: 2em;
}
	}
	@media only screen and (max-width: 480px) {
		.coming_img{
		position: absolute;
    bottom: -40px;
    width: 65%;
    left: 66px;
		}
		.background img.mb_img {
			width: 100%;
			height: 348px;
			margin: 0 0 0 0;
		}
		.brand_van img {
			    width: 100%;
    left: 2px;
    top: 32px;
    position: relative;
		}
		h6.cheb_title1 {
    top: 394px;
    right: 136px;
    font-size: 1em;
}
h2.cheb_title2 {
    top: 473px;
    right: 111px;
    font-size: 1em;
}
h4.cheb_title3 {
    top: 431px;
    right: 94px;
    font-size: 2em;
}
	}
	@media only screen and (max-width: 760px) {
		.coming_img{
		position: absolute;
    bottom: -40px;
    width: 65%;
    left: 66px;
		}
		.background img.mb_img {
			width: 100%;
			height: 348px;
			margin: 0 0 0 0;
		}
		.brand_van img {
			    width: 100%;
    left: -40px;
    top: 56px;
    position: relative;
		}
		h6.cheb_title1 {
    top: 394px;
    right: 136px;
    font-size: 1em;
}
h2.cheb_title2 {
    top: 473px;
    right: 111px;
    font-size: 1em;
}
h4.cheb_title3 {
    top: 431px;
    right: 94px;
    font-size: 2em;
}
	}