@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Light.woff') format('woff'),
         url('../fonts/Montserrat-Light.otf') format('truetype'),
         url('../fonts/Montserrat-Light.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url('../fonts/Montserrat-Regular.otf') format('truetype'),
         url('../fonts/Montserrat-Regular.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Medium.woff') format('woff'),
         url('../fonts/Montserrat-Medium.otf') format('truetype'),
         url('../fonts/Montserrat-Medium.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-Bold.woff') format('woff'),
         url('../fonts/Montserrat-Bold.otf') format('truetype'),
         url('../fonts/Montserrat-Bold.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
         url('../fonts/Montserrat-ExtraBold.otf') format('truetype'),
         url('../fonts/Montserrat-ExtraBold.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular.woff') format('woff'),
         url('../fonts/Roboto-Regular.ttf') format('truetype'),
         url('../fonts/Roboto-Regular.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium.woff') format('woff'),
         url('../fonts/Roboto-Medium.ttf') format('truetype'),
         url('../fonts/Roboto-Medium.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat-Medium';}
a{text-decoration:none !important; }
body{font-family: 'Montserrat-Regular'; }
.pad0{padding:0;}
ul{ margin:0; padding:0; list-style:none;}
.text-white {color: #fff !important;}
header { background-color: #090e12; position: absolute; top: 0; left: 0;  z-index: 99;     -webkit-transition: all 300ms ease-in-out;
 -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.header {background-color: transparent;}
.fixed, body.active .header{ position: fixed; z-index: 999; background: #090e12; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; height: 85px;}
.fixed .navbar-nav{-webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s;}
.fixed .nav>li>a, body.active .nav>li>a {padding: 33px 20px;}
.fixed .navbar-brand, body.active .navbar-brand { padding: 0 15px;}
.inner_page.fixed .navbar-brand img, body.active .navbar-brand img {transform: scale(0.9); opacity: 1; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.inner_page .navbar-brand img {transform: scale(1); opacity: 1; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
header .navbar { min-height: auto; margin-bottom: 0; border: none; border-radius: 0px;}
header .nav>li>a {transition: all linear .3s; -moz-transition: all linear .3s; -webkit-transition: all linear .3s; padding: 40px 20px; color: #fff; font-size: 14px; letter-spacing: .10px; font-family: 'Montserrat-Regular';}
header .nav>li.active >a, header .nav>li.active >a:hover {background-color: #d5b13a; color: #000;}
header .nav>li>a:focus, header .nav>li>a:hover { background-color: #d5b13a; color: #000;}
header .navbar-brand {padding: 7px 15px; height: auto;}
header .navbar-brand img{transform: scale(0,0); opacity: 0;}
header .toggle-button { -webkit-transition: all .5s cubic-bezier(.7,0,.3,1);  -moz-transition: all .5s cubic-bezier(.7,0,.3,1); -o-transition: all .5s cubic-bezier(.7,0,.3,1);  transition: all .5s cubic-bezier(.7,0,.3,1); top: 50px; left: 60px; width: 56px; height: 56px; position: absolute; z-index: 10; border: 2px solid #bb9b32;  border-radius: 50%;}
header .toggle-button .lines { transition: all .3s cubic-bezier(.7,0,.3,1); position: relative;  width: 20px;  height: 3px;  background-color: #e9c961; display: block;  top: 50%; margin: -2px auto 0;  border-radius: 30px;}
header .toggle-button .lines:after, header .toggle-button .lines:before { transition: all .3s cubic-bezier(.7,0,.3,1); position: absolute; left: 0; height: 3px; background-color: #e9c961; display: block; content: '';border-radius: 30px;}
header .toggle-button .lines:before {top: -7px; background-color: #f8dd82;}
header .toggle-button .lines:after { top: 7px;}
header .toggle-button.toggle {-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}
header .toggle-button.toggle .lines {background-color: transparent!important;}
header .toggle-button.toggle .lines:before { -webkit-transform: translateY(0)rotate(-45deg); -moz-transform: translateY(0)rotate(-45deg); -o-transform: translateY(0)rotate(-45deg); -ms-transform: translateY(0)rotate(-45deg); transform: translateY(0)rotate(-45deg);}
header .toggle-button.toggle .lines:after { -webkit-transform: translateY(0)rotate(45deg); -moz-transform: translateY(0)rotate(45deg);
-o-transform: translateY(0)rotate(45deg); -ms-transform: translateY(0)rotate(45deg); transform: translateY(0)rotate(45deg);}
header .toggle-button.toggle .lines:after, header .toggle-button.toggle .lines:before { top: 0;}
header .main-menu {height: 100%; position: fixed; top: 0; left: 0; background-color: #080d11; text-align: center; font-size: 42px; text-transform: uppercase; z-index: 5; }
header .main-menu.open {display: block;}
.vertical-container { height: 100%; position: relative;  display: table;}
.vertical-container .vertical-content { position: relative; vertical-align: middle; display: table-cell;}
header .main-menu ul li { margin-bottom: 12px;}
header .main-menu ul li>a { position: relative; display: inline-block; color: #e1c054; font-family: 'Montserrat-Bold'; }
.banner {height: 790px; background-size: cover !important; position:relative;}
.banner .main_heading {position: absolute;  top: 180px;  left: 150px;}
.banner .page_heading {visibility: visible; opacity: 1; height: 400px; position: relative; z-index: 1; margin-top: 35px; transition: all linear .3s; -moz-transition: all linear .3s; -webkit-transition: all linear .3s;}
body.active .banner .page_heading { visibility: hidden; opacity: 0; }
.banner .logo { text-align: center;}
.inner_page .navbar {border-bottom: none !important;}
.sec_speak {padding: 125px 0 135px 0; background-size: cover !important;}
.seo_content { padding-left: 70px;}
.seo_content h2 { color: #d4af37; text-transform: uppercase; font-size: 32px; line-height: 36px; margin: 0 0 30px;}
.seo_content h2 span { font-family: 'Montserrat-Regular'; font-size: 14px; display: block; line-height: 16.8px; color: #9d9d9d; letter-spacing: 4px; margin-bottom: 20px;}
.seo_content p {font-family: 'Montserrat-Regular'; font-size: 15px; line-height: 27px; color: #3f485d; margin: 0 0 60px; position:relative;}
.seo_content p::after { content: ""; width: 30px; height: 2px; background: #000; display: block;  position: absolute; bottom: -40px;}
.y_video { margin-top: 80px;}
.y_video img {box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.2);}
.seo_content h3 {font-family: 'Montserrat-Regular'; font-size: 20px; color: #323232;}
.seo_content h3 span {display: block; font-size: 12.5px; color: #7f7f7f; margin-top: 5px;}
.sign {margin-top: 5px;}
.p_speciality {padding: 100px 0; background-size: cover !important; position: relative; z-index: 1;}
.p_speciality::after { content: ""; height: 100%; background: rgba(0,0,0,0.8); display: block; position: absolute;
 top: 0; left: 0; right: 0; bottom: 0; z-index: -1;}
.ps_content h2 {font-size: 32px; text-transform: uppercase; color: #c5b358; line-height:38px; margin:0; margin-bottom:65px;background: #f7dc81; background: -moz-linear-gradient(top, #f7dc81 0%, #f7dc81 0%, #e7c65d 50%, #e7c65d 50%, #e7c65d 50%); background: -webkit-linear-gradient(top, #f7dc81 0%,#f7dc81 0%,#e7c65d 50%,#e7c65d 50%,#e7c65d 50%); background: linear-gradient(to bottom, #f7dc81 0%,#f7dc81 0%,#e7c65d 50%,#e7c65d 50%,#e7c65d 50%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dc81', endColorstr='#e7c65d',GradientType=0 ); -webkit-background-clip: text;  -webkit-text-fill-color: transparent; padding-top: 7px;}
.ps_content p {font-family: 'Montserrat-Regular';  font-size: 15px; line-height: 27px; margin: 0 0 60px 0;}
.ps_content .btn-custom { border: 1px solid #c5b358; padding: 11px 20px; color: #c5b358; text-transform: uppercase; font-size: 15px;  line-height: 24px; font-family: 'Montserrat-Bold';}
.ps_content { padding-top: 95px;}
.ps_rt_content { float: right;}
.our_speciality { padding: 65px 0 85px 0;}
.top_content h2 {font-size: 32px; font-family: 'Montserrat-Medium'; line-height:38px; text-align: center; text-transform: uppercase; color: #333333; margin: 0 0 20px 0;}
.top_content h2 span {font-family: 'Montserrat-Regular';  font-size: 15px; color: #06163a; letter-spacing:3px;}
.top_content p {font-family: 'Montserrat-Regular'; font-size: 15px; color: #4c4c4c; line-height: 28px; width: 72%; margin: 0 auto; text-align: center;}
.ptb{ padding-top:115px;}
.c_services h2 small { font-size: 15px; font-family: 'Montserrat-Regular'; line-height: 18px; display: block; color: #262626; letter-spacing: 3px; margin-bottom: 5px;}
.c_services h2 {font-size: 32px;  font-family: 'Montserrat-Medium';  line-height: 38px;  text-transform: uppercase;  color: #d4af37;  margin: 0 0 45px 0;}
.c_services h2 span{ color:#ccc;}
.c_services p {font-size: 17px; color: #4c4c4c; line-height: 27px; margin: 0 0 40px 0; position:relative; padding-left: 30px}
.c_services .btn-custom {border: 1px solid #d4af37; font-size:15px; line-height:24px; font-family: 'Montserrat-Bold'; text-align: center;   text-transform: uppercase;  padding: 11px 30px; color: #d4af37; margin-top: 20px; margin-left: 30px;}
.c_services p.para_left::after, .c_services p.para_right::after { content: ""; width: 3px; height: 60px; background: #e9d79b; display: block; position: absolute; top: 7px;}
.c_services p.para_left::after { left: 0; }
.c_services p.para_right::after {right: 0;}
.c_services p.para_right, .c_services p.pad-right{ padding:0 30px 0 0;}
.mr-30{ margin-right:30px;}
.bg_grey {background: #f6f6f6;}
.team {padding: 100px 0;}
.team .row{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.team .people_work_img{padding-left:15px;}
.team .people_work { position: relative; background: #fff;}
.team .people_work h2 {font-family: 'Montserrat-ExtraBold'; font-size: 34px; text-transform: uppercase; color: #d4af37; line-height: 1.3; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.testimonials { padding: 65px 0;}
.testimonials .tc_heading h2 { font-size: 34px; text-align: center;  color: #d4af37;  margin: 0 0 45px;  text-transform: uppercase;  font-family: 'Montserrat-Medium';}
.testimonials .tc_heading h2 span {font-family: 'Montserrat-Light'; font-size: 13px; display: block; color: #9d9d9d; margin-bottom: 10px;letter-spacing: 3px;}
.testimonials .client_say {box-shadow: 0px 0 15px rgba(0,0,0,0.15); -webkit-box-shadow: 0px 0 15px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0 15px rgba(0,0,0,0.15); padding: 50px 40px; margin: 10px 0;}
.client_say p { font-size: 13px; line-height: 21px; color: #2f2f2f; font-style: italic;  margin: 0 0 25px 0; position:relative;}
.client_say p.para_one::before { width: 18px; height: 13px; content: ""; background: url(../images/t-head.png); display: block;  position: absolute; top: -25px; left: 0;}
.p_img {width: 98px; height: 60px; background: #2f2f2f; padding: 4px 0 0 0; position: relative; border-radius: 0 50% 50% 0;margin-left: -40px; margin-bottom:25px;}
.p_img img {float: right; margin-right: 5px;}
.p_img::after { width: 60px; height: 60px;  content: "";  background: #2f2f2f; display: block; border-radius: 0 50% 50% 0;-webkit-border-radius: 0 50% 50% 0;-moz-border-radius: 0 50% 50% 0;  position: absolute;  top: 0;  right: 0;  z-index: -1;}
.client_say h4 {font-size: 13px; color: #202020; font-family: 'Montserrat-Medium'; line-height: 1.5;}
.client_say h4 span { font-size: 11px; color: #2f2f2f; display: block;}
.t_slider {padding: 0 160px;}
.t_slider .slick-slide {margin-right:10px; margin-left:10px; width:272px ;}
.t_slider .slick-prev { left: 0;}
.t_slider .slick-next { right: 0;}
.t_slider .slick-prev, .t_slider .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 45px;  height: 45px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer;  color: transparent; border: none; outline: none; background: rgba(213,177,58,.9); border-radius: 50%;  box-shadow: 0 0 15px rgba(0,0,0,0.15); z-index: 1;}
.t_slider .slick-prev:before, .t_slider .slick-next:before {font: normal normal normal 14px/1 FontAwesome; font-size: 20px; color: #333333; }
.t_slider .slick-prev:before { content: "\f104";}
.t_slider .slick-next:before { content: "\f105";}
.t_slider .slick-prev:hover, .t_slider .slick-next:hover { background: #000;}
.c_logo {padding: 65px 160px;}
.c_logo .slick-slide img {display: block; margin: 0 auto;}
.c_logo .slick-prev { left: -10px;}
.c_logo .slick-next { right: -10px;}
.c_logo .slick-prev, .c_logo .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 45px;  height: 45px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer;  color: transparent; border: none; outline: none;  background: transparent; border-radius: 50%;  box-shadow: 0 0 15px rgba(0,0,0,0.15);}
.c_logo .slick-prev:before, .c_logo .slick-next:before {font: normal normal normal 14px/1 FontAwesome; font-size: 20px; color: #333333; }
.c_logo .slick-prev:before { content: "\f104";}
.c_logo .slick-next:before { content: "\f105";}
.footer_top{background: #17191e; padding: 60px 0 ;}
.footer_bottom{ background:#000;}
.footer_bottom p {font-size: 14px; padding: 15px 0;}
.ft_content img {display: block; margin-bottom: 20px;}
.ft_content p {font-family: 'Montserrat-Medium';font-size: 15px; color: #c4c4c4; margin: 0 0 10px 0; line-height: 24px;}
.ft_content p span {font-size: 13px; color: #ccc; display: block;}
.ft_content h4 {font-family: 'Montserrat-Medium';font-size: 14px; color: #c4c4c4; margin: 0 0 10px; line-height: 2;}
.ft_content h4 span, .ft_content h4 span a {font-size: 13px; color: #ccc; display: block;}
.ft_content h4 span a{ display: inline-block;}
.ft_c_b { margin-bottom: 30px;}
ul.social_icon{border-bottom: 1px solid #2f3035;}
ul.social_icon>li { display: inline-block; margin: 0 25px 0 0;}
ul.social_icon>li>a{ color:#fff; font-size:14px;}
.ft_link h2 {font-size: 18px;  margin: 0 0 65px 0;  position: relative; font-family: 'Montserrat-Medium';}
.ft_link h2::after { content: ""; width: 35px; height: 4px; display: block; background: #d4af37; position: absolute; top: 40px; left: 0;}
.ft_link ul{ width:49%; display:inline-block; vertical-align: top;}
.ft_link ul>li>a { display: inline-block; color: #c4c4c4; font-size: 15px;  margin: 0 0 15px; font-family: 'Montserrat-Medium';text-decoration:none;}
.ft_material p {color: #8f9091;}
.ft_material .media { margin-top: 30px;}
.section_padding { padding: 300px 0; background-size: cover !important;}
.about_banner img {display: block; margin: 0 auto;}
.page_title { height:65px; position:relative;}
.page_title h1 { font-size: 54px; color:#242424;}
.page_title h1 span {font-size: 15px; margin: 10px 0 0; font-family: 'Montserrat-Medium'; color: #06163a; letter-spacing: 2px;display: block; text-transform: uppercase;}
.we_create {padding: 105px 0;}
.wc_content {text-align: center;  max-width: 1072px; margin: 0 auto;}
.wc_content h2 {font-size: 32px; line-height: 38px; font-family: 'Montserrat-Medium'; color: #333; margin: 0 0 60px; text-transform: uppercase;}
.wc_content h2 span { font-size: 15px; display: block; line-height: 18px; letter-spacing: 2px; color: #06163a; font-family: 'Montserrat-Regular'; margin-bottom: 20px; text-transform: uppercase;}
.wc_content p {font-size: 15px; line-height: 28px; margin: 35px 0 0 0; color: #4c4c4c;}
.wc_content p.para_one { margin-top: 0;}
.wc_content ul {margin-top: 90px;}
.wc_content ul>li {display: inline-block; width: 18%; vertical-align: top;}
.wc_content ul>li span {display: block; text-transform: uppercase; margin-top: 20px; font-family: 'Montserrat-Bold'; }
.wc_content ul>li span { color:#333;}
.founded_time {padding: 105px 0; background-size: cover !important;}
.timeline::after { content: ''; position: absolute; background-color: #ccc;  top: 50%;  height: 1px;  bottom: 0; left: 0;  margin-top: -1px;}
.our_success {padding: 100px 0;}
.our_success .os-content { padding-top: 50px;}
.our_success .os-content h2 {font-size: 44px; line-height: 54px; margin: 0 0 40px 0; color: #333333;}
.our_success .os-content p {font-size: 17px; color: #4c4c4c; line-height: 28px;  margin: 0 0 40px 0;}
.our_success .os-content p span{font-family: 'Roboto-Medium'; color:#242424;}
.our_vision { padding: 105px 0; background-size: cover !important;}
.our_vision .ov_content { max-width: 985px; margin: 0 auto;}
.our_vision .ov_content h2 {font-size: 32px; line-height: 38px; margin: 0 0 40px 0; font-family: 'Montserrat-Medium';}
.our_vision .ov_content p {font-size: 15px; color: #d9d8d8; line-height: 28px;}
.stake_holder {padding: 65px 0 123px; position: relative; overflow: hidden;}
.stake_holder::before { content: ""; position: absolute; top: 60px; right: 0; width: 1246px; height: 740px; background-image: url(../images/about_shape.png); background-repeat: no-repeat; background-size: cover;}
.stake_holder .sh-content { padding-top: 50px;}
.stake_holder .sh-content h2 {font-size: 32px; font-family: 'Montserrat-Medium'; line-height: 38px; margin: 0 0 40px 0; color: #333333;}
.timeline { position: relative;  max-width: 100%;  margin: 0 auto;}
.cont { padding: 10px 15px;  position: relative; background-color: inherit;  width: 33%; display: inline-block;}
.content { position: relative; text-align: center;  padding: 30px 0;}
.left .content { padding: 0 0 30px 0;}
.right .content { padding: 30px 0 0  0;}
.content h2 {font-size: 24px; line-height: 15px; font-family: 'Montserrat-Medium';}
.content h2 span {font-family: 'Montserrat-Regular'; font-size: 12px; display: block; line-height: 18px; margin-top: 10px;}
.right {left: 0;}
.cont.left {width: 23%; display: block; float: left;}
.cont.left::after, .cont.right::after {content: ""; width: 1px; height: 30px; background: #ccc; display: block; position: absolute;  left: 50%; margin-left: -1px;}
.cont.left::after{bottom: 0;}
.cont.right { width: 19%;}
.cont.right::after, .left{top: 0;} 
.our_info {padding: 70px 0; background-size: cover !important;}
.our_info_heding {margin-bottom: 65px;}
.our_info_heding h2 {font-size: 35px; text-transform: uppercase; font-family: 'Montserrat-Medium';}
.our_info_section h3 {margin: 0 0 40px 0; font-size: 18px; color: #d4af37; text-transform: uppercase; position: relative; padding-right:55px;}
.our_info_section p {margin: 0 0 45px 0; font-size: 15px;}
.our_info_section .media-heading {font-size: 16px; color: #d4af37; margin: 0 0 9px 0;}
.our_info_section .media-body p{margin:0;}
.our_info_section .media { margin-top: 40px;}
.our_info_section .media-body { position: relative; padding-right: 60px;}
.our_info_section .media-body::after { content: ""; display: block; position: absolute; top: 0; right: 0;}
.email::after {width: 46px; height: 36px; background: url(../images/message.png);  }
.call::after {width: 30px; height: 46px; background: url(../images/phone.png);}
.address::after {width: 44px; height: 46px; background: url(../images/location.png);}
.text-left .email::after, .text-left .call::after, .text-left .address::after{ right: 0; left:0;}
.text-left .media-body {padding-right: 0px; padding-left: 60px;}
.our_agents {overflow: hidden; padding-top: 100px; padding-bottom: 30px; background-color: #f9f9f8; background-size: cover !important; background-position: bottom -410px right -150px; background-repeat: no-repeat;}
.timeline2 { position: relative;  max-width: 1200px;  margin: 0 auto;}
.timeline2::after { content: '';  position: absolute; width: 6px; background-color: #e1bf52; top: 0; bottom: -100%; left: 10px;}
.timeline2 .wrapper {padding: 0px 40px; position: relative;}
.timeline2 .wrapper::after { content: ''; position: absolute; width: 25px; height: 25px; left: 0px; background-color: #333; border: 6px solid #e1bf52; top: 0; border-radius: 50%; z-index: 1;}
.timeline2 .left { left: 0;}
.timeline2 .content { text-align: left; margin-bottom: 40px; padding: 0;}
.timeline2 .content h4 {font-family: 'Montserrat-Medium'; color: #424141; font-size: 22px; margin: 0 0 10px 0;}
.timeline2 .content p {color: #4c4c4c; font-size: 17px; margin-bottom: 0px; line-height: 28px;}
.right_content .form {margin-top: 90px;}
.right_content .form h3 { font-size: 30px; color: #333333; margin: 0 0 30px 0;}
.right_content #myform .form-control { border: 1px solid #e5e5e5; box-shadow: none; height: 45px; color: #4c4c4c; border-radius: 0px; background: #fff;}
.right_content .form .form-control::placeholder { color: #4c4c4c;}
.right_content .form textarea {height: 130px !important; padding: 10px 12px;}
.right_content .form .btn-custom {font-family: 'Montserrat-bold'; text-transform: uppercase;float: right; font-size: 13px; background: #e1bf52;
border-radius: 30px; padding: 10px 40px; letter-spacing: 0.5px;}
.csr_banner .page_title h1 span {font-size: 18px; color: #06163a; line-height: 30px;}
.social_responsibility {background-size: cover !important;} 
.ktrv {height: 270px; position: relative; clear: both; overflow: hidden; margin-top:100px; display:block;}
.wwkt img {display: block; height: 100%; opacity: 1; border-radius: 20px; filter: grayscale(1);}
.wwkt.carousel-center img { filter: grayscale(0);}
.ktrv>div.wwkt>div { position: absolute; top: 0; height: inherit;display: table; border-radius: 5px;}
.ktrv>div.wwkt {display: block;cursor: pointer;}
.our_mission {padding: 95px 0; background: #f9f9f8;}
.our_mission h2 { margin: 0 0 35px 0; font-size: 30px; color: #000000; text-transform: uppercase;}
.our_mission .media-left {width: 815px;}
.our_mission .media-left img {margin: 0 auto 10px;}
.our_mission span {font-family: 'Montserrat-Medium'; font-size: 18px; color: #d4af37; display: block; text-align: center; text-transform: uppercase;}
.our_mission span small {display: block; font-size: 14px; color: #414141;}
.our_mission p {font-size: 17px; color: #4c4c4c; line-height: 28px; margin-bottom: 40px;}
.border_line {border: 1px solid #f3f3f3; margin: 30px 0;}
.what_we_do { background: rgba(0, 0, 0, 0.40); padding: 30px 15px 60px;}
.what_we_do h4 {font-size: 18px; color: #d4af37; line-height: 24px; letter-spacing: .25px; margin: 0 0 20px 0;}
.what_we_do p {font-size: 15px; line-height: 28px;}
.our_achievement { background: #f9f9f8;}
.mt-100 {margin-top: 100px;}
.our_achievement_content img {display: block; margin: 0 auto 20px; max-height: 60px;}
.our_achievement_content span {font-size: 15px; color: #4c4c4c; display: block; line-height:24px;}
.btn-custom {font-family: 'Montserrat-Bold';font-size: 14px; border: 1px solid #fff;  padding: 7px 21px; margin-top: 50px;
 letter-spacing: .25px; text-transform: uppercase; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px;}
.btn-custom:hover {color: #000; background:#fff;}
.product_advantage {padding: 80px 0 130px;}
.product_advantage .wc_content h2 {font-size: 32px; line-height: 40px; color: #152028; margin: 0 0 85px; }
.product_advantage .slick-prev, .product_advantage .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block;
width: 40px; height: 40px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: rgba(0,0,0,0.30); box-shadow: 0 0 15px rgba(0,0,0,0.15);
z-index:2;}
.product_advantage .slick-prev:hover, .product_advantage .slick-next:hover { background: rgba(0,0,0,1);}
.product_advantage .slick-prev { left: 0;}
.product_advantage .slick-prev::before, .product_advantage .slick-next::before {font: normal normal normal 24px/1 FontAwesome;}
.product_advantage .slick-prev::before {content: "\f104";}
.product_advantage .slick-next {right: 0;}
.product_advantage .slick-next::before {content: "\f105";}
.product_advantage .wc_content ul.slick-dots {position: absolute;left: 50%; transform: translateX(-50%);  -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom: -30px;}
.product_advantage .wc_content ul.slick-dots>li {width: auto; display: inline-block; margin-left: 5px; margin-right: 5px;}
.product_advantage .wc_content ul.slick-dots>li button { width: 16px; height: 16px; background: #d6d6d6; border: none; font-size: 0;
border-radius: 50%;outline:none;}
.product_advantage .wc_content ul.slick-dots>li.slick-active button {background: #d4af37;}
.product_advantage .advantage_content ul {padding-left: 45px;}
.wc_content .advantage_content ul>li {display: block; text-align: left; color: #4c4c4c; line-height: 28px; font-size: 15px; border-bottom: 1px solid #d6d6d6; padding-bottom: 10px; margin-bottom: 15px; margin-left: 0px; padding-left: 50px; position: relative; margin-right: 0;}
.wc_content .advantage_content ul>li::before {content: ""; width: 30px; height: 30px; background: url(../images/checkbox.png) no-repeat; display: block;
background-size: 30px; position: absolute; left: 0px; top: 0px; box-shadow: 0px 0px 55px 0px rgba(55,55,55,0.2);  -moz-box-shadow: 0px 0px 55px 0px rgba(55,55,55,0.2);  -webkit-box-shadow: 0px 0px 55px 0px rgba(55,55,55,0.2);}
.wc_content .advantage_content ul>li:last-child {border-bottom: none;}
.video_content { background: url(../images/video_bg.png) no-repeat center; height: 290px; position: relative; background-size: cover !important;}
.video_content .play_btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); cursor: pointer;}
.wc_content h3.bottom_heading a {font-family: montserrat-regular; text-align: left; font-size: 15px; line-height: 28px; letter-spacing: .10px; padding: 10px 0; display:block;}
.video_content .play_btn span {font-family: 'Roboto-Regular'; letter-spacing: .10px; font-size: 17px;  margin-left: 15px;}
.pr-3 {padding-right: 30px;}
.pl-3 {padding-left: 30px;}
.inside_page { padding-top: 90px;}
.inside_page .wc_content h2 {font-size: 32px; line-height: 40px; color: #152028;; margin-bottom: 0;}
.inside_page .c_logo {padding: 65px 160px;}
.product_item {position: relative;}
.text-overlay {position: absolute; bottom: 0; left: 0; text-align: center; background: rgba(0,0,0,0.8); transition:all linear 0.3s; -webkit-transition:all linear 0.3s; -moz-transition:all linear 0.3s;}
.text-overlay h3 {font-family: 'Montserrat-Medium'; font-size: 21px; padding: 10px 0; letter-spacing:0.50px;}
.product_item:hover .text-overlay, a.activean .text-overlay {background: rgba(213,177,58,0.8);}
.product_item:hover .text-overlay h3, a.activean .text-overlay h3 { color:#111b24;}
.tab_content {margin-top: 40px;}
.accordian{margin-bottom: 20px;}
.brushing_product {background: #d5b13a; padding: 35px 25px; margin-bottom: 30px; position:relative; cursor:pointer;}
.brushing_product.active {background: #131d25;}
.brushing_product::after { content: "\f107"; font: normal normal normal 34px/1 FontAwesome; position: absolute; top: 50%; right: 30px;    transform: translateY(-50%);}
.brushing_product.active h4, .brushing_product.active p, .brushing_product.active::after { color:#fff;}
.brushing_product.active::after { content: "\f106";}
.brushing_product h4 {font-family: 'Montserrat-Medium'; font-size: 18px; margin: 0 0 10px; color: #101a22; }
.brushing_product p { font-size: 16px; color: #101a22; font-family: 'Roboto-Regular'; }
.product_description table {background: #101b23; font-size: 15px; margin-bottom:10px;}
.product_description .table-bordered>tbody>tr>td, .product_description .table-bordered>tbody>tr>th, .product_description .table-bordered>tfoot>tr>td, .product_description .table-bordered>tfoot>tr>th, .product_description .table-bordered>thead>tr>td, .product_description .table-bordered>thead>tr>th { border: 1px solid rgba(255,255,255,0.2); padding: 15px 10px; text-align:center; vertical-align: middle;}
.product_description .table-bordered>tbody>tr>th{ padding: 30px 10px; color:#d5b13a; text-transform:uppercase;font-size: 14px;}
.product_description p {font-size: 13px; color: #000;}
.tab_content .btn-custom{background: #101a22; border-radius: 4px; display: block; float: none; text-align: center; margin: auto;width: 440px;padding: 15px 0; margin-top: 30px; font-size: 16px; font-family: 'Montserrat-Medium'; color:#fff;}
.tab_content .btn-custom::before {content: ""; width: 25px; height: 20px; background: url(../images/btn_arrow.png) no-repeat; display: inline-block; vertical-align: middle; margin-right: 5px;}
.tab_content .btn-custom:hover, .tab_content .btn-custom:active{ color:#ccc;}
.download_pdfs .wc_content h2 {font-size: 34px;}
.precious_colours {padding: 105px 0 30px;}
.download_pdfs {padding: 30px 0 60px;}
.download_pdfs ul{ margin-top:0;}
.download_pdfs ul>li {max-width: 180px; margin: 0 7px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.download_pdfs .pdf_icon {padding: 40px 15px; border-bottom: 1px solid rgba(0,0,0,0.1);}
.download_pdfs .pdf_text {padding: 15px 20px;}
.pdf_text h3 {font-family: 'Montserrat-Medium'; font-size: 13px; color: #202020;}
.pdf_text p {color: #535353; font-size: 11px; line-height: 24px;}
#myModal .modal-dialog { max-width: 520px; margin: 30px auto;}
#myModal .modal-header {padding:0; border-bottom: none; position: relative;}
#myModal .modal-title {font-family: 'Montserrat-Medium'; font-size: 26px; text-align: center; margin-top: 30px;}
#myModal .modal-title img { display: block;  margin: 0 auto 15px;}
#myModal .modal-content { background-color: #141e26;}
#myModal .modal-body {padding: 30px 40px 60px;}
#myModal .modal-header .close {position: absolute; top: -10px; right: -10px; opacity: 1; z-index: 9999; cursor: pointer;}
#myform label {font-family: 'Montserrat-Medium'; text-transform: uppercase; font-size: 12px; letter-spacing: .10px;}
#myform .form-control { height: 40px; background-color: #f5f5f5; border: none; border-radius: 3px;}
#myform textarea { height: 120px !important;}
#myform .btn-warning { background:#d5b13a; margin: 15px auto 0; display: block; font-size: 18px;font-family: 'Montserrat-Medium'; border:none; padding: 10px 30px; text-transform: uppercase;}
.slider_wrapper{ margin-top:100px; display:none;}
.slider-for .slick-prev, .slider-for .slick-next {font-size: 0;line-height: 0; position: absolute; top: 50%; display: block; width:30px;
height: 30px; padding: 0;  -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
cursor: pointer; color: transparent; border: none; outline: none; background: rgba(213,177,58,.8); z-index: 1;}	
.slider-for .slick-prev {left: 0px;}
.slider-for .slick-next {right: 0px;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {font-family: 'slick';font-size: 20px; line-height: 1; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.slider-for .slick-prev:before {content: '←';}
.slider-for .slick-next:before {content: '→';}
.py-3 { padding: 12px 15px;}
.modal-backdrop.in { opacity: .7;}
.top0{top:0; font-size: 18px;}
.product_description .mb-1 { margin-bottom: 5px; font-size: 14px;}
.ft_material .btn-primary { background-color: #d4af37; border-color: #d4af37; font-family: 'Montserrat-Medium';
 font-size: 16px; text-transform: uppercase;}
.ft_material .btn-primary:hover{border-color: #d4af37; background: transparent; color:#d4af37; }
ul.slick-dots { bottom: -60px; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);}
ul.slick-dots>li {display: inline-block; margin: 0 5px;}
ul.slick-dots>li.slick-active button{background: #d5b13a;}
ul.slick-dots>li>button { background: transparent; border: none; width: 12px; height: 12px; position: relative; box-shadow: 0 0 0 2px #FFF; font-size: 0; border-radius: 50%;}
ul.slick-dots>li>button::after { content: ""; width: 4px; height: 4px; background: #fff; display: block; border-radius: 50%;
 text-align: center; position: absolute; top: 4px; left: 4px;}
.stake_holder ul.slick-dots>li>button { box-shadow: 0 0 0 2px #d5b13a;}
.our_info_section { position: relative;}
.our_info_section::after {content: ""; width: 1px; height: 120px; background: #ccc; display: block; position: absolute; top: 60px; right: 20px;}
.content-none::after{ content: none;}
.single-item { box-shadow: 10px 10px 60px 10px rgba(0, 0, 0, .07);}
.single-item .slick-prev, .single-item .slick-next {z-index: 1; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block;
 height: 60px; width: 60px; border: none; box-shadow: 0 0 15px rgba(0,0,0,0.30);  border-radius: 50%; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);
 cursor: pointer; color: transparent; outline: none; background: transparent; transition: .3s;}
.single-item .slick-prev:hover, .single-item .slick-next:hover{background: #d5b13a; box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);}
.single-item .slick-prev { left: -100px;}
.single-item .slick-next {right: -100px;}
.single-item .slick-prev:before, .single-item .slick-next:before { font: normal normal normal 14px/1 FontAwesome; font-size: 20px; line-height: 1;
color: #000; font-weight: 900;}
.single-item .slick-next:before {content: "\f105";}
.single-item .slick-prev:before {    content: "\f104";}
.mb-3 { margin-bottom: 60px;}
.social_responsibility .single-item .slick-prev, .social_responsibility .single-item .slick-next{background: #d5b13a;}
.htslide-item ul.slick-dots>li>button::after {top: 6px; left: 6px;}
.ft_link h2.content-none { margin-bottom: 80px;}
.ft_link h2.content-none::after {content: none;}
.help-block, .error, .text-danger{color:red !important; font-size: 12px;}
.pt-0 {padding-top: 0 !important;}
.pb-1 {padding-bottom: 8px !important;}
.mb-0{ margin-bottom: 0 !important;}
.product_description .table-responsive {background: #101b23;}
.content-after::after {content: "";}
.download_pdfs .pdf_icon img, .wc_content ul>li>a img { margin: auto;}
.video_content .play_btn picture {display: inline-block;vertical-align: middle;}
.navbar-toggle, .first-line br, header .main-menu, .product_description, .wc_content h3.bottom_heading a img, .image_responsive, header .toggle-button {display: none;}
.client_say h4, .footer_bottom p, .page_title h1, .our_vision .ov_content p, .content h2, .our_info_heding h2, .what_we_do p, .our_achievement .wc_content p, .product_advantage .wc_content ul.slick-dots, .product_advantage .advantage_content ul, .wc_content h3.bottom_heading, #myModal .modal-header .close, .seo_content h3, .top_content h2 span, .team .people_work h2, .pdf_text p, .pdf_text h3, .product_description p, .brushing_product p, .text-overlay h3 { margin: 0;}
.right_content .form .btn-custom, .ps_content p, .t_slider .slick-prev:hover:before, .t_slider .slick-next:hover:before, .t_slider .slick-prev:hover, .t_slider .slick-next:hover, .footer_bottom p, .ft_link h2, .ft_link ul>li>a:hover, .ft_material h4, .our_vision .ov_content h2, .content h2, .our_info_section p, .what_we_do p, .btn-custom, .product_advantage .slick-prev::before, .product_advantage .slick-next::before, .wc_content h3.bottom_heading a, .video_content .play_btn span, .text-overlay h3, .product_description table, #myModal .modal-title, #myform label, #myform .btn-warning, .single-item .slick-prev:hover:before, .single-item .slick-next:hover:before, .social_responsibility .single-item .slick-prev:before, .social_responsibility .single-item .slick-next:before {color: #fff;}
header .toggle-button .lines:after, header .toggle-button .lines:before, header, .inner_page .navbar-brand img, header .main-menu, .vertical-container, .banner .page_heading, .p_speciality::after, .team .people_work_img img, .about_banner img, .wc_content, .timeline::after, .our_success .os-rt-content img, .our_vision .ov_content, .wwkt img, .ktrv>div.wwkt>div, .wc_content .advantage_content ul>li, .product_item img, .text-overlay, .download_pdfs ul>li, #myform .form-control, .slider_wrapper .slick-slide img, .single-item .slick-slide img, .ktrv, #myModal .modal-dialog, .product_advantage .slick-slide img, header .navbar-brand img {width:100%;}
.our_mission p:last-child {margin-bottom: 0;}

@media(max-width: 1199px){
.seo_content h2 br, .seo_content p br, .our_success .os-content h2 br, .team .people_work h2 br { display: none;}	
.y_video img, .ps_rt_content img, .c_services img { width: 100%;}
.ps_content h2 span { font-size: 28px;}
.team .people_work {padding-top: 28px; padding-bottom: 28px;}
.t_slider { padding: 0 87px;}
.c_logo {padding: 90px 60px 0;}
header .nav > li > a {padding: 46px 8px; font-size: 14px;}
.stake_holder .sh-rt-content img {position: static; width: 100%;}
.stake_holder, .our_success, .our_agents { padding: 65px 0;}
.stake_holder .sh-content, .ps_content { padding-top: 0px;}
.what_we_do {min-height: 300px; padding: 30px 15px;}
.video_content h3.bottom_heading {width: 80%;}
.our_info_section::after{content: none;}
}
	
@media screen and (max-width: 991px){
.banner .main_heading { left: 120px;}
.ptb { padding-top: 60px;}
.f_img, .c_services .btn-custom.mr-30, .image_responsive, .htslide-item, .ps_content, .product_advantage .wc_content h2 { margin-bottom: 60px;}
.team .row, .image_responsive, .slider_wrapper {display: block;}
.t_slider, .stake_holder .sh-content, .product_advantage .advantage_content ul, .inside_page .c_logo, .our_info_section.text-right, .our_info_section.text-left { padding: 0;}
.pr-3 { padding-right: 10px;}
.pl-3 { padding-left: 10px;}
header .navbar-nav, .our_achievement_content span br, .d-none, .ktrv {display:none;}
header .toggle-button { right: 25px; top: 25px;  left: auto; display: block;}
.we_create, .founded_time, .our_success, .our_vision, .stake_holder, .our_mission, .product_advantage, .inside_page {padding: 60px 0;}
.our_success .os-content {padding-top: 0;}
.stake_holder .sh-content h2, .stake_holder .sh-content p, .team .people_work h2, .our_success .os-content, .ps_content, .product_advantage .wc_content h2 { text-align:center;}
.our_info_section.text-right, .our_info_section.text-left { text-align: left;}
.our_info_section.text-right {margin-bottom: 40px;}
.text-right .email::after, .text-right .call::after, .text-right .address::after { right: 0; left: 0;}
.text-right .media-body {padding-right: 0px; padding-left: 60px;}
.our_info_section.text-right h3 {padding-right: 0; padding-left: 55px;}
.our_info_section.text-right h3::after {left: 0; transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.what_we_do {min-height: 355px;}
header .main-menu {font-size: 18px;}
.seo_content {padding-left: 0;}
.row.c_services.ptb .col-md-6.text-right { text-align: left;}
.wc_content h3.bottom_heading {margin-bottom: 30px;}
.single-item .slick-prev { left: 15px;}
.single-item .slick-next { right: 15px;}
.our_info_section h3 {padding-right: 0;}
.our_info .row .col-sm-6 {margin-bottom: 45px;}
.bottom_heading br { display: none;}
header .logo img, .cont.left, .cont.right {width: 100%;}
.cont.left::after, .cont.right::after, .timeline::after, .content-none::before, .content-after::before {content: none;}
.sh-content .single-item ul.slick-dots { bottom: -40px; width: 220px;}
}

@media screen and (max-width: 767px){
.our_info_section.text-left h3, .our_info_section.text-right h3 { padding:0;}
.text-right .media-body, .text-left .media-body { padding-right: 0px; padding-left: 0; padding-top: 50px;}
.text-right .email::after, .text-right .call::after, .text-right .address::after, .text-left .email::after, .text-left .call::after, .text-left .address::after { right: 50%; left: 50%; transform: translateX(-50%);}
.our_info_section {text-align: center !important; margin-bottom: 30px; padding-bottom: 30px !important;}
.our_info_section::before {content: ""; width: 85%; height: 1px; background: rgba(255,255,255,0.3); display: block; position: absolute;
 top: -30px; border: none; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
header .toggle-button {top: 30px; right: 30px; width: 45px; height: 45px;}
header.fixed .toggle-button {top: 20px;}
header .toggle-button .lines::before { top: -6px;}
header .toggle-button .lines::after { top: 6px;}
.ps_content h3 { font-size: 32px;}
header .logo { width: 150px;}
.download_pdfs .wc_content ul > li {width: 100%; max-width: 280px; margin-left: 10px; margin-right: 10px;}
.download_pdfs .pdf_icon {padding: 20px 15px; border-bottom: none; display: inline-block; width: 30%; vertical-align: middle;}
.pdf_text {width: 65%; display: inline-block; margin-left: 5px;vertical-align: middle; text-align: left !important;}
header .main_heading {left: 30px; top: 90px; height: auto;}
header .page_heading {width: 280px; height: auto;}	
.banner .page_heading img, .ps_rt_content, .banner .logo img, .banner::after, .top_content p { width: 100%;}
.banner .logo { width: 180px;}
.banner { height: 490px; background-position: right center !important;}
.banner::after {content: ""; height: 100%; background: rgba(0,0,0,0.5); display: block;}
.sec_speak, .p_speciality, .our_speciality { padding: 60px 0;}
.seo_content h2, .top_content h2, .c_services h2, .testimonials .tc_heading h2, .product_advantage .wc_content h2, .ps_content h2 {font-size: 24px; line-height: 30px;}
.ps_content h2 {line-height: 32px; margin-bottom: 30px;}
.ps_content p {margin: 0 0 30px 0;}
.ptb { padding-top: 30px;}
.f_img, .c_services .btn-custom.mr-30, .ft_content, .ft_link, .image_responsive{ margin-bottom: 30px;}
.c_services p {margin: 0 0 25px 0; padding: 0 0 0 15px;}
.team, .testimonials { padding: 30px 0;}
.team .people_work_img, .team .people_work{ padding:0 15px;}
.team .people_work h2 {font-size: 18px; text-align: center; padding: 10px 0; font-family: 'Montserrat-Bold'; position: static; transform: translate(0,0);}
.c_logo { padding: 30px 0px;}
.c_logo .slick-prev {left: 0;}
.c_logo .slick-next {right: 0;}
.t_slider .slick-prev, .t_slider .slick-next{border-radius: 0; bottom: -13px; top: auto;}
.t_slider .slick-prev {left: 10px;}
.t_slider .slick-next { right: 10px;}
.section_padding {padding: 160px 0; position: relative; margin-top: 60px;}
.page_title {z-index: 1;}
.what_we_do { min-height: auto; margin-top: 20px;}
.product_advantage .wc_content ul.slick-dots {bottom: -40px;}
.text-overlay h3 {padding: 13px 0; letter-spacing: 0;}
.brushing_product h4 {line-height: 24px;}
.tab_content .btn-custom { width: auto; padding: 15px; margin-top:15px;}
.brushing_product::after {font: normal normal normal 24px/1 FontAwesome;  right: 15px;}
.download_pdfs { padding: 0px 0 60px !important;}
.product_description .table-bordered>tbody>tr>td, .product_description .table-bordered>tbody>tr>th{padding: 8px; font-size:14px;}
.brushing_product { padding: 15px 25px;}
#myModal .modal-header .close {top: 0; right: 0;}
#myModal .modal-body {padding: 30px;}
.footer_top {padding: 60px 0 30px;}
.our_info_section h3.ptb {margin-top: 30px;}
.wc_content ul>li {width: 50%; margin-left: -4px;}
.wc_content ul>li span { font-size: 12px;}
.ft_link h2.content-none { display: none;}
.banner .main_heading {left: 50%;top: 110px;width: calc(100% - 20px); max-width: 320px; transform: translateX(-50%);}
.mb-r-0{ margin-bottom: 0;}
.product_item { margin-top: 30px;}
.single-item ul.slick-dots { bottom: -40px; width: 135px;}
.our_info_heding h3 {font-size: 18px; text-transform: uppercase;}
.about_banner, .ht_banner {background-position: top right !important;}
.cc-banner {background-position: top left -120px !important;}
.content-none::before { content: "";}
.ps_content p, .top_content p, .c_services p, .brushing_product h4, .tab_content .btn-custom {font-size: 15px;}
.brushing_product p, .text-overlay h3 {font-size: 14px;}
.our_info .row .col-sm-6 { margin-bottom: 0;}
.timeline2::after { bottom: 0;}
.our_info_section.text-left.content-none.content-after::before { content: none;}
.wc_content ul>li, .brushing_product, .seo_content h2, .top_content h2, .c_services h2, .testimonials .tc_heading h2, .product_advantage .wc_content h2, .ps_content h2, .download_pdfs .wc_content ul > li { margin-bottom: 15px;}
}
@media(max-width: 600px){
.seo_content h2, .seo_content p, .seo_content h3, .c_services h2, .c_services p, .our_mission h2, .our_mission p, .download_pdfs .pdf_text, .product_description p, .ft_c_b, ul.social_icon, .ft_link { text-align: center;}
.y_video, .wc_content ul, .os-rt-content, .right_content .form, .map, .mt-100, .tab_content {margin-top: 30px;}
.c_services .btn-custom { margin: 0 auto; display: block;  width: 180px;}
.c_services p.para_right, .c_services p.pad-right { padding: 0 15px 0 0;}
.ps_content h3, .our_info_section h3, .timeline2 .content h4 {font-size: 18px;}
.page_title h1, .our_info_heding h2, .right_content .form h3, .our_mission h2, .inside_page .wc_content h2 {font-size: 24px;}
.page_title h1 span, .csr_banner .page_title h1 span {font-size: 13px; margin-top: 5px; line-height: 22px;}
.wc_content h2, .our_success .os-content h2, .our_vision .ov_content h2, .stake_holder .sh-content h2, .download_pdfs .wc_content h2 {font-size: 24px; line-height: 28px; margin-bottom: 30px !important;}
.wc_content h2 span {font-size: 13px; line-height: 10px; margin-bottom: 10px;}
.wc_content p, .our_success .os-content p, .our_vision .ov_content p, .stake_holder .sh-content p, .stake_holder .sh-content ul > li, .our_mission p, .advantage_content ul > li {font-size: 15px; line-height: 28px;}
.content h2 { line-height: 12px; font-size: 24px; }
.content h2 span {font-size: 10px; line-height: 22px;}
.sh-rt-content, .our_info_heding, .timeline2 .content, .our_mission h2{ margin-bottom: 30px;}
.our_info_section h3 { margin: 0 0 15px 0; padding-left: 40px;}
.our_info_section h3::after { content: none;}
.our_info_section p br, .border_line, .c_services p br {display:none;}
.our_info_section p {margin: 0 0 30px 0; font-size: 14px;}
.our_info_section .media { margin-top: 20px;}
.our_info_section .media-heading {font-size: 15px; margin: 0 0 6px 0;}
.email::after {width: 40px; height: 30px; background-size: 40px 30px;}
.call::after {width: 25px; height: 40px; background-size: 25px 40px;}
.address::after { width: 40px; height: 42px; background-size: 40px 42px;}
.timeline2 .content p {font-size: 15px; margin-bottom: 10px; line-height: 24px;}
.timeline2::after { bottom: 0;}
.right_content .form h3, .our_mission .media-left, .our_achievement_content { margin: 0 0 15px 0;}
.slider_wrapper { margin-top: 50px;}
.our_mission .media-body, .our_mission .media-left, .our_mission .media-right {display: block; padding: 0; width: 100%;}
.row.mt-100 .col-lg-3, .video_content h3.bottom_heading { width: 100%;}
.seo_content p::after { left: 50%; margin-left: -15px;}
.ft_content img {margin: 0 auto 20px;}
.ft_link h2::after {left: 50%; transform: translateX(-50%);}
.ft_material .media-body {width: auto;}
.brushing_product::after {top: 50%;}
.single-item .slick-prev, .single-item .slick-next{ width:40px; height: 40px;}
.stake_holder .single-item .slick-prev, .stake_holder .single-item .slick-next{ top: -35px;}
.single-item .slick-prev:before, .single-item .slick-next:before { font-size: 16px;}
.ft_link ul {width: 100%; display: block;}
.footer_top .col-xs-6 {width: 100%;}
.ft_link h2 {margin: 0 0 40px 0;}

}