
body {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6, p{
    letter-spacing: 0.3px;
    font-family: 'Roboto', sans-serif;
}
/*=============================================================
        Color bar css
==============================================================*/
.color-bar {
    position: relative;
}
.color-bar .color1 {
    border-top: 5px solid #79220e;
    float: left;
    width: 25%;
}
.color-bar .color2 {
    border-top: 5px solid #cfa251;
    float: left;
    width: 25%;
}
.color-bar .color3 {
    border-top: 5px solid #79220e;
    float: left;
    width: 25%;
}
.color-bar .color4 {
    border-top: 5px solid #cfa251;
    float: left;
    width: 25%;
}
/*=============================================================
        Header css 
==============================================================*/
header.top_nav {
    background: white;
    height: auto;
    width: 100%;
    z-index: 1000;
   
}
.navbar-header {
    width: 11%;
}
.navbar-default {
    z-index: 99;
}
img#logo_inner {
    margin-top: -10px;
}
img#img_logo {
    width: 354px;
    height: auto;
    z-index: 999;
    padding: 6px 10px 6px 0px;
}
.header_logo {
    background-color: white;
    padding: 4px;
    border-radius: 5px;
    z-index: 999;
    margin-left: -22px;
}
p#logo_text {
    font-size: 8px;
    color: black;
    font-family: auto;
    margin-left: 5px;
    margin-bottom: 0px;
}
.carousel-zoom>.item ,.carousel-zoom>.item.active{
    z-index:-999;
}
ul#nav_inner {
    float: right;
    margin-top: 6px;
}
ul#nav_inner>li>a {
    margin: 28px 3px 0px;
    font-weight: bold;
    padding: 7px 5px;
    font-size: 12px;
}
ul#nav_inner>li>a:hover {
    color: black;
    padding: 7px 5px;
}
ul#nav_inner>li>a:hover {
   border-radius: 2px;
    background-color: #d0a352

}
div#pad {
    height: 100px;
}
button#toggle_inner {
    margin-top: 20px;
}
.fixed {
    position: fixed !important;
    background-color: white !important;
    width: 100%;
    top: 0;
    box-shadow: 0 10px 10px rgba(0,0,0,.15);
}
span.logo-text {
    color: black;
    font-weight: 900;
    font-size: 30px;
}
a.navbar-brand {
    margin-top: 2px;
    padding: 0;
}
a.navbar-brand>span {
    font-size: 20px;
    color: black;
    font-weight: 900;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0 0;
    border: 0;
}
section#nav {
    background: #b88c1d;
    z-index: 100;
}
ul.nav.navbar-nav>li>a {
    color: black;
    text-transform: uppercase;
    margin-right: 25px;
}
.fixed ul.nav.navbar-nav>li>a {
    color: black;
}
ul.nav.navbar-nav>li>a:hover {
    color: white;
}
.fixme { 
    width: 100%; 
    box-shadow: 0px 7px 16px 0px rgba(50, 50, 50, 0.1);
}
.logo_text>h3 {
    margin-top: 34px;
    margin-bottom: 16px;
    font-size: 28px;
    color: #67c7dc;
}
.logo_text {
    margin-left: 115px;
    float: left;
}
/*=============================================================
    dropdown css
==============================================================*/
.dropdown:hover .dropdown-content {
transition-delay: .5s;
-webkit-transition: height .5s, line-height .5s; /* Safari */
transition: height .5s, line-height .5s;
transition: all .3s linear;
display: block;
}
.dropdown-content > li > a {
    transition-delay: .5s;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
    transition: all .3s linear;
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    border: 1px dashed #e2e2e2;
}
.dropdown-content > li > a:hover {
    transition-delay: .5s;
-webkit-transition: height .5s, line-height .5s; /* Safari */
transition: height .5s, line-height .5s;
transition: all .3s linear;
color: black;
background-color:#d0a352;
}
span.caret {
    margin-left: 10px;
}

/*=============================================================
                Slider css 
==============================================================*/
.carousel-caption{top:50%;}

.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sg-carousel .carousel-control.left {
    top: 40%;
}
#sg-carousel .carousel-control.right {
    top: 40%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
    }
.carousel-control {
    width: 50px;
    height: 75px;
    padding : 15px 10px;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    /*opacity: 0;*/
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 36px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 36px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
.carousel-caption h1 {
    background-color: rgba(0,0,0,.5);
    color: white;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
    padding: 30px 10px;
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    padding: 10px 5px;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
#sg-carousel h1 {
    animation-delay: 1s;
    margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel .carousel-control.left {
    top: 30%;
}
#sg-carousel .carousel-control.right {
    top: 30%;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-zoom>.item ,.carousel-zoom>.item.active{
    height:450px;
}
#sg-carousel .carousel-caption {
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    z-index: 99;
}
#sg-carousel .carousel-caption .thm-container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#sg-carousel .carousel-caption .thm-container .box {
    display: table-cell;
    text-align: left;
}
#sg-carousel .carousel-caption .thm-container .box .content {
    display: block;
}
#sg-carousel .slide-1 .carousel-caption .content {
    padding-top: 130px;
    position: relative;
    left: 2%;
}
h2.this-head {
    font-size: 40px;
    font-weight: 300;
    margin: 0px 79px 12px;
    text-transform: uppercase;
}
/*a#btn_slider {
    background: transparent;
    font-weight: 300;
    border: 1px solid white;
    margin-top: 10px;
    padding: 9px 15px;
}*/
canvas#slider_canvas {
    width: 100%;
    background-color: rgba(0, 71, 142, 0.30);
    position: absolute;
    z-index: 99;
    height: 100%;
    opacity: 0.73;
    top: 0;
}
/*=====================*/

.btn_transparent{
    color: #fff;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: transparent;
    border: 1px solid #fff !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn_transparent {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.btn_transparent {
    opacity: 1;
    margin-left: 78px;
    transform: translateY(0);
}
.btn_transparent:hover, .btn_transparent:focus, .btn_transparent:active {
    color: #000 !important;
    border-color: #f4cb10;
}
.btn_transparent:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f4cb10;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_transparent:hover:before, .btn_transparent:focus:before, .btn_transparent:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn_yellow{
    color: #03153e;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: #f4cb10;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn_yellow {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.btn_yellow  {
    opacity: 1;
    transform: translateY(0);
}
.btn_yellow:hover, .btn_yellow:focus, .btn_yellow:active {
    color: #03153e !important;
    border: 1px solid #f4cb10;
    background: white;
}
.btn_yellow:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: white;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_yellow:hover:before, .btn_yellow:focus:before, .btn_yellow:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn_yellowborder{
    color: #03153e;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    background: white;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
     border: 1px solid #f4cb10;
}
.btn_yellowborder  {
    opacity: 1;
    transform: translateY(0);
}
.btn_yellowborder:hover, .btn_yellowborder:focus, .btn_yellowborder:active {
    color: #03153e !important;
    border: 1px solid #f4cb10;
}
.btn_yellowborder:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    background: #f4cb10;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_yellowborder:hover:before, .btn_yellowborder:focus:before, .btn_yellowborder:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*=======about=======*/
section.about_section {
    background-color: #51170a;
    height: auto;
}
section.about_section .container {
    padding: 23px 0px;
}
section.about_section h2 {
    color: white;
    text-align: center;
}
p.sub_text {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    padding-top: 10px;
    color: #c3c1c1;
}

/*=========testimonial_block=======*/
section.testimonial_section {
    height: 454px;
}
section.testimonial_section .container {
    padding: 48px 0px;
}
.testimonial_leftside_div h3 {
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
}
.testimonial_rightside_div {
    padding: 0px 30px;
    border-left: 2px solid #d0a352;
}
p.rightside_text_heading {
    font-weight: bold;
    font-size: 18px;
}
p.rightside_text_body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.testimonial_leftside_div h3 {
    font-size: 28px;
}
.btn-primary:hover {
    color: #e76029;
    background-color: #fcfcf7;
    border-color: #c34c2e;
}
a.btn-style:hover {
    color: #d0a352;
}
a.btn-style {
    color: #79220e;
    font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: #d0a352;
    border-color: #d0a352;
    margin-top: 35px;
    width: 250px;
}
.container-fluid.testimonials_block {
    padding: 10px 0px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 60px;
    height: 358px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #a00404;
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
p.review_block_text {
    margin-top: 50px;
    color: white;
}
p.author_name {
    font-size: 15px;
    text-align: right;
    color: #924d3c;
    font-weight: bold;
    padding: 0px;
}
p.author_publish {
    text-align: right;
    font-size: 13px;
}
p.review_body_text {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}
/*=============================================================
                Contact parallax css
==============================================================*/
#content {
    margin-top: 0px;
}
.parall_sec {
    background-image: url(../images/parallex1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #9d2f2f91;
}
.appoint_parallax {
    padding: 40px 0px;
    background-color: rgba(0, 0, 0, 0.59);
    color: white;
    text-align: center;
    font-size: 24px;
}
.callout-2-text {
    padding: 20px 10px 45px;
    border: 1px solid #fff;
    z-index: 10;
    width: 80%;
    margin: 0 auto;
}
.callout-2-text:after {
    content: "\f10b";
    font-family: "FontAwesome";
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
   background: #51170a;
    font-size: 36px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 28px);
    z-index: 25;
}
.title_sec>h1{
    font-size: 28px;
}
.paralax_text {
    margin-top: 20px;
}
.counters {
    margin-bottom: 85px;
    margin-top: 20px;
}
/*=======footer=====*/
.container.pre-footer {
    height: auto;
    background-color: #d0a352;
    margin-top: -79px;
    width: 100%;
}
footer .footer {
    padding: 0;
    background: #03153e;
}
.footer_body {
    color: white;
    line-height: 2.0;
}
.row.pre-footer {
    position: relative;
    top: -73px;
}
.pre-footer > div {
    padding: 0;
}
.contact-box {
    padding: 30px 40px;
   
    margin-bottom: 5px;
    margin-top: 5px;
}
.contact-box i.fa {
    font-size: 20px;
    color: #000;
    float: left;
    width: 20px;
    margin-right: 15px;
    text-align: right;
}
.contact-details {
    padding-left: 0px;
    color: #212020;
}
h4.pre-footer-title {
    font-size: 20px;
    color: #262628;
    font-weight: 500;
    margin: 0 0 15px;
}


.about-txt {
    color: white;
    padding-top: 30px;
}
div.title-semi {
    font-weight: bold;
    font-size: 40px;
}
p.about-txt {
    font-size: 15px;
    padding-top: 16px;
}
footer .footer .widgets {
    /*padding: 0 0 70px;*/
      padding: 0 0 30px;

}
footer.main_footer {
    height: auto;
    background-color: #51170a;
}



img.logo_footer {
    width: 269px;
    height: auto;
    padding: 13px;
    border-radius: 4px;
    background: #fff;
}
.widgets-social {
    padding-top: 20px;
}
.about-txt p {
    color: rgba(255, 255, 255, 0.73);
    line-height: 1.9;
}
.widgets-social a {
    background: #faf6f6;
    width: 36px;
    height: 36px;
    color: #000;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 15px;
}
h2.widget-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}
h4.widget-title-5
{
    color: #fff;
    line-height: 25px;
}
h2.widget-title-semi
{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
    text-transform: uppercase;
}
.quick-links ul li , .our-services ul li  {
    list-style-type: none;
}
.quick-links ul li a, .our-services ul li a {
    color: rgba(255, 255, 255, 0.73);
    line-height: 1.6;
    font-size: 14px;
    padding-bottom: 15px;
    display: block;
}
footer .copyright {
    padding: 20px 0;
    background: #3d0f05;
    margin-top: 10px;
}
.copyright-bar p {
    font-size: 14px;
    color: rgba( 255, 255, 255, 0.73);
    line-height: 1.857;
    margin-bottom: 0;
}
.address p{
    color: rgba(255, 255, 255, 0.73);
    font-size: 14px;
}
.about-txt p a{
    color: rgba(255, 255, 255, 0.73);
}
ul.our-services.widget {
    padding-inline-start: 0px;
}
span.dobig {
    color: white;
}
/*=======banner styling======*/
section.banner-parallax {
    background-image: url(../images/abstract.png);
    background-position: center ;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.9;
    border-bottom: 4px solid rgb(207 162 81);
} 

.banner-inner {
    padding: 15px 0px;
    background-color: rgb(121 34 14 / 82%);
    width: 100%;
    color: white;
    text-align: center;
    height: 69px;
}
ul.breadcrumb {
    padding: 10px 16px 0px;
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: -15px;
    background-color: transparent;
    text-align: right;
    margin-right: 39px;
    margin-top: 18px;
        font-size: 16px;
    opacity: 0.6;
}
a#banner_ul {
    color: white;
}
ul.quick-links, ul.service_links {
    padding-inline-start: 0px;
}
section.banner-parallax {
    z-index: -999;
}
/*=============about page===========*/
section.aboutpage_sec.innerpage_sec .container {
    padding: 20px 0px;
}
.widget_head_red h1 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.widget_head_red h1:after {
    content: '';
    position: absolute;
    left:0;
    bottom: -1px;
    width: 90px;
    height: 3px;
}
.widget_head_red h1:after {
    background: #a00404;
}

.aboutdesc {
    line-height: 1.9;
    padding: 28px;
    text-align: justify;
    margin-bottom: 20px;
}
img.abt_img {
    width: 100%;
}
section.bread-bg-crumbs {
    width: 100%;
    border-bottom: 4px solid rgb(207 162 81);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90px;
    background-attachment: fixed;
    background-color: rgb(121 34 14 / 82%);
}
section.bread-bg-crumbs:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 27, 58, 0.64);
}
.bread-bg-crumbs-in {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px 0 13px;
}
.bread-bg-crumbs-breads h4 {
    margin-top: -68px;
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
}
.bread-bg-crumbs-breads h4:before {
    content: '';
    border-bottom: 6px solid #38beee;
    height: 5px;
    width: 127px;
    position: absolute;
    bottom: 76px;
}

/*======process page=====*/

section.main_process_sec {
    background: #ececec;
    padding: 50px 0px;
}
.pro-item-block-1 {
    width: auto;
    height: 120px;
    background-color: orange;
    border-radius: 0px 26px;
}
.pro-item-block-1:hover {
    transform: scale(1.1);
}
img#arrow_img {
    width: 74px;
    padding-top: 34px;
}
.col-md-1.pro-arrow-box {
    padding: 0px;
}
h4.item-text-heading {
    padding-top: 20px;
    font-size: 22px;
    color: #2b51a6;
    font-weight: 500;
}

h3.content-heading {
    text-align: center;
    font-size: 38px;
}
.col-md-8.col-text {
    padding-top: 25px;
}
h2#heading {
    text-align: center;
    font-size: 38px;
    color: #3455a6;
    font-weight: 200;
}
h3#col-heading {
    font-size: 28px;
    font-weight: 300;
    border-bottom: 1px solid #e6e2e2;
}

.pro-item-block-1 {
    background-color: #d0a352;
    border-radius: 0px 36px;
    height: auto;
    text-align: center;
}
section.production_sec {
    padding: 20px 0px;
}
.row.production {
    padding: 25px 0px;
   
}
.row.distribution {
    padding: 25px 0px;
    
}
.row.marketing {
    padding: 25px 0px;
   
}

.row.digital {
    padding: 25px 0px;
    
}
.back_option {
    float: right;
}
p#col-body-text {
    font-size: 17px;
    text-align: justify;
}
img.col_img {
    width: 100%;
    border-radius: 0px 42px;
    height: auto;
}
section.distribution_sec {
    background: #ececec;
    padding: 40px 0px;
}
section.digital_sec {
    background: #ececec;
     padding: 40px 0px;
}
section#production {
    padding: 40px 0px;
}
section#marketing {
    padding: 40px 0px;
}
img.pro_clipart {
    padding: 22px;
    width: 96px;
}
.col-img-content.ri {
    text-align: right;
}
.col-img-content {
    text-align: left;
}
/*====resource page====*/
main.innerpage_main .container {
    padding: 60px 0px;
}
img.res_img {
    margin-top: 86px;
}
section.resourcepage_sec.innerpage_sec p {
    line-height: 1.9;
    padding: 20px;
    text-align: justify;
}
/*=======notepad_page=====*/
section.notepadpage_sec.innerpage_sec .container {
    padding: 25px 0px;
}
.col-xs-12.notedesc h4 {
    text-align: right;
    color: #e7271c;
    font-style: italic;
}
.col-xs-12.notedesc h3 {
    text-align: center;
}
section.notepadpage_sec.innerpage_sec p {
    padding: 10px 0px;
    line-height: 1.8;
    text-align: justify;
}
/*====contactpage_styling===*/
section.contact-form {
    padding: 50px 0px 0px;
}
.abt-title.text-center {
    margin-bottom: 2em;
}
.abt-title {
    text-align: center;
}
h3.abt-heading {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 65px;
    position: relative;
    color: #003767;
}
h3.abt-heading:before {
    bottom: -49px;
    color: #f4cb10;
  
    font-family: fontawesome;
    font-size: 20px;
    height: 27px;
    margin-right: -20px;
    position: absolute;
    right: 50%;
    text-align: center;
    width: 40px;
    z-index: 2;
    background: #fff;
}
h3.abt-heading:after {
    background: #003767 none repeat scroll 0 0;
    bottom: -37px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.darpan-contact-text {
    padding: 25px 35px 19px;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 1;
    transition: 0.5s ease-in-out;
    height: 393px;
}
.contact-image>i {
    font-size: 50px;
    color: #cfa251;
    margin-bottom: 30px;
}
.darpan-contact-text h6 {
    font-size: 18px;
    margin: 0px 0px 9px;
    text-transform: uppercase;
    font-weight: 600;
    color: #003767;
}
.darpan-contact-text p {
    line-height: 30px;
    margin: 0px;
    font-size: 14px;
    color: #000000;
}
.darpan-contact-text:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
    border: 1px solid #003767;
    transition: 0.5s ease-in-out;
    background: transparent;
}
section.contact-sec-frm {
    background: rgb(250, 250, 250) left top repeat;
}
.contact-sec2 {
    padding: 50px 0px 0px;
}
.contact-row3 {
    margin-bottom: 25px;
}
.darpan-contact-form h2 {
    margin: 0px 0px 30px;
    padding: 0px 0px 14px;
    font-weight: 600;
    font-size: 22px;
    line-height: 0.8;
    color: #003767;
    border-bottom: 2px solid #f4f4f4;
}
ul.darpan-contact-form-ul {
    margin: 0px -12px;
    padding-inline-start: 0px;
}
ul.darpan-contact-form-ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px 0px 15px;
    padding: 0px 12px;
}
ul.darpan-contact-form-ul li input {
    width: 100%;
    background-color: #fff;
    color: #929292;
    font-size: 12px;
    height: 35px;
    margin: 0;
    padding-left: 15px;
    border:1px solid #e4e4e4;
}
.darpan-contact-form form textarea {
    background-color: #fff;
    color: #929292;
    font-size: 12px;
    height: 65px;
    margin: 0;
    padding-left: 15px;
    border:1px solid #e4e4e4;
    width: 100%;
}
.btn-default {
    color: #333;
    background-color: #d0a352;
    border-color: #ccc;
    margin-top: 20px;
}
/*=======================================================
      contact page css ends
========================================================*/
/*======service page======*/
section.service_block {
    padding: 100px 0px;
}

img.ser_img {
    width: 100%;
    height: 71px;
}

.service_content {
    margin-top: 53px;
    padding: 25px 15px 0px;
    background-color: white;
    height: 69%;
}
.service_content p {
    font-size: 18px;
}
.service_content a {
    font-size: 15px;
}
.ser_inner_sec {
    width: 29%;
    height: 265px;
    float: left;
    border: 1px solid #e0dcdc;
    margin: 20px;
    background-image: url(../images/book.jpg);
    background-size: cover;
    background-position: center;
}
.ser_block_head h4 {
    padding-left: 7px;
    color: #efdc9c;
}
.ser_inner_sec:hover {
    border: 2px solid #7a2510;
    transform: scale(1.1);
}


/* img.partner {
    width: 200px;
} */

.carousel-inner>h3 {
    text-align: center;
    font-size: 32px;
    border-bottom: 4px solid maroon;
    margin: 0px 142px 0px 142px;
    font-weight: 300;
}

.partner {
    width: 75%;
}

/**********antibodies************/
.new-section-layer-in {
    margin-top: 50px;
    margin-bottom: 50px;
}
section.blog-section-layer {
    padding: 30px 0px 45px;
    margin-bottom: 300px;
}
.blog-section-single {
    height: 736px;
}
.event-news {
    background: #fff;
    position: relative;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 24%);
}
.event-news:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 4px;
    background-color: #3fa9ff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.event-news figure {
    background: linear-gradient(to bottom, rgb(35, 202, 139) 0%,rgb(1, 79, 124) 100%);
}
figure {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #222;
}
.event-news figure.event-news-fig:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    background-color: #fff;
    bottom: -110px;
    content: "";
    height: 50%;
    left: -10px;
    position: absolute;
    transform: rotate(0deg);
    width: 110%;
    z-index: 9;
}
figure.event-news-fig img {
    width: 100%;
    height: auto;
}
.event-news figure figcaption {
    position: absolute;
    top: 0%;
    width: 100%;
    text-align: center;
    opacity: 0;
}
a.event-news-aa {
    display: block;
    font-weight: 100;
    font-size: 35px;
    margin: -45px 0px 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.event-news figure.event-news-fig:after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    bottom: 10px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    transform: rotate(-7deg);
    width: 0%;
    z-index: 9;
    background-color: #3fa9ff;
}
.event-news figure.event-news-fig:before {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    background-color: #fff;
    bottom: -110px;
    content: "";
    height: 50%;
    left: -10px;
    position: absolute;
    transform: rotate(0deg);
    width: 110%;
    z-index: 9;
}


.event-news:hover figure img {
    opacity: 0.35;
}
.event-news:hover figure figcaption {
    top: 50%;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.event-news:hover figure.event-news-fig:before {
   transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transform: rotate(-7deg);
}
.event-news:hover figure.event-news-fig:after {
      transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    width: 100%;
    bottom: 32px;
}
.event-news:hover:before {
    
    width: 100%;
     transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.event-news:hover .evnt-news-des h4 a:before  {
    transition: 0.3s ease-in-out;
    background-color: #ef4a2b;
}


.event-news:hover .evnt-news-des h4 a{
  color: #d2044d;
}
.event-news:hover a.event-news-asn{
  color: red;
}
.evnt-news-des>h4 {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 234px;
}
.evnt-news-des h4 a:before {
    content: "";
    position: absolute;
    top: 230px;
    left: -1px;
    width: 3px;
    height: 10%;
    background-color: #474747;
}
a.event-news-asn {
    margin-left: 10px;
}
.anti-head>h2 {
    border-bottom: 4px solid maroon;
    margin-left: 425px;
    margin-right: 425px;
}
.anti-head {
    text-align: center;
}

img.abclo {
    width: 75%;
    margin-top: -12px;
}
h2.featurette-heading {
    padding-top: 30px;
    border-bottom: 4px solid #f19016;
    width: 125px;
    font-weight: bold;
}
h4.partnrs {
    margin-left: 15px;
    font-size: 22px;
}
h2.featurette-heading1 {
    padding-top: 30px;
    border-bottom: 4px solid #f19016;
    width: 350px;
    font-weight: bold;
}
img.featurette-image.img-responsive.center-block {
    margin-top: 30px;
}



#white_sec {
    background: white;
}
.widget_head_yellow h3 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.widget_head_yellow h3 {
    color: #03153e;
}
.widget_head_yellow h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 90px;
    height: 3px;
}
.widget_head_yellow h3:after {
    background: #9c5c4d;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}
.subproducts_dec {
    text-align: justify;
}
/**************************************
***************************************/
.customers-section {
    width: 100%;
    float: left;
    padding-top: 175px;
    position: relative;
    margin-bottom: 20px;
    margin-top: -98px;
}
.customers-section:before {
    content: "";
    position: absolute;
    background: #F5F5F5;
    width: 100%;
    height: calc(100% - 75px);
    top: 0;
    left: 0;
}
.pageInnerWrap {
    max-width: 715px;
    text-align: center;
}
.pageInnerWrap {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.pageInnerWrap h2 {
    margin-bottom: 55px;
    color: #9c5c4d;
}
.iqbot-page h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 37px;
    color: #424242;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    text-transform: none;
}
.custOuterWrap {
    width: 100%;
    float: left;
    background: linear-gradient(123.04deg, #FFFFFF 18.24%, #F1F1F1 99.39%);
    border-radius: 0px 30px;
    position: relative;
    z-index: 9;
}
.custInnerBox {
    float: left;
    width: 100%;
    padding-right: 44px;
}
.custInnerBox p {
    font-size: 18px;
    line-height: 26px;
    margin: 25px 0 15px;
}
.iqbot-page p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #424242;
    margin: 0;
    text-align: left;
}
.custInnerBox p.quotetxt {
    margin: 0;
}
.custInnerBox p.quotetxt span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #424242;
    float: left;
    width: 190px;
}
.custInnerBox p.quotetxt img {
    float: right;
}
.custListWrap {
    width: 100%;
    float: left;
    border: 1px solid #E0E0E0;
    border-top: none;
    border-radius: 0 0 0 30px;
    padding: 70px 30px 40px;
    position: relative;
    margin-top: -30px;
}
.custListInnerWrap {
    max-width: 915px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.custListInnerWrap img {
    float: left;
}
.container-wrap:after {
    content: "";
    position: absolute;
    background-image: url(/images/botinsight/dropshadow-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 60px;
    width: 980px;
    bottom: -20px;
    left: 50%;
    margin-left: -490px;
}
.custFeaturedWrap {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 30px;
    padding: 45px 30px 50px 30px;
}
section#content {
    clear: both;
}
.pageInnerWrap h2:after {
    background: #d4ab63;
}
.pageInnerWrap h2:after {
    content: '';
    position: absolute;
    left: 297px;
    bottom: -3px;
    width: 121px;
    height: 4px;
}
.subproducts_desc.widget_head_yellow>p {
    text-align: justify;
    line-height: 1.8;
}
.custListInnerWrap>span>p {
    font-size: 28px;
    border-bottom: 3px solid #d4ab63;
}
.customers-section1 {
    width: 100%;
    float: left;
    padding-top: 45px;
    position: relative;
    margin-bottom: 20px;
}
.customers-section1:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: calc(100% - 75px);
    top: 0;
    left: 0;
}
.customers-section2 {
    width: 100%;
    float: left;
    padding-top: 45px;
    position: relative;
    margin-bottom: 20px;
}
.customers-section2:before {
    content: "";
    position: absolute;
    background: #F5F5F5;
    width: 100%;
    height: calc(100% - 75px);
    top: 0;
    left: 0;
}

/*******************************************
********************************************/

/*********************************************
Partners
**********************************************/
.user-section {
    float: left;
    width: 100%;
    margin: 25px 0 35px;
    clear: both;
}
.row.userListWrap {
    padding: 0 5px;
}
.userListWrap div[class*="col-"] {
    padding: 0 10px;
    outline: none;
}
.user-box {
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    position: relative;
    text-align: center;
}
.user-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.user-box.infoBox img {
    position: relative;
    margin: 0 auto;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #c58617;
}
.overlay:hover {
    opacity: 0.8;
}
.overlay>a>p {
    color: white;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
}
.overlay>a>i>p {
    color: white;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
}
.overlay>a>i {
    color: white;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
}
.user-box.infoBox1 img {
    position: relative;
    margin: 0 auto;
}

/***********************************
Research
***********************************/
.enq-list>a>.btn-primary {
    background-color: #0290d9;
    margin-top: 18px;
    margin-bottom: 17px;
    padding: 5px 25px;
    width: auto;
    border: 3px solid #1379ad;
    border-radius: 28px;
    font-weight: 600;
}
.enq-list {
    margin-right: -210px;
}
.custListInnerWrap {
    margin-right: 0px;
    margin-left: -20px;
}
.enq-list>a>.btn-primary:hover {
    color: #0c0c0c;
    background: #d3d0d0cc;
}
.enq-list>a>img {
    width: 217px;
}
p.blk-partner {
    padding-top: 90px;
}
p.blk-partner1 {
    padding-top: 61px;
}
p.blk-partner2 {
    padding-top: 40px;
}

h3.form-title {
    margin: 10px 0px 30px;
}
/* .text_bx {
    padding: 14px 1px;
} */
/* #btn_reg {
    margin: 20px 0px;
    padding: 8px 40px;
    font-size: 16px;
    float: right;
} */
span.error {
    color: red;
    font-size: 14px;
}

/*******************************
enquiry
****************************/
section.about-parallax {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: rgb(121 34 14 / 82%);
    border-bottom: 4px solid rgb(207 162 81);
    opacity: 0.9;
}
.about-inner {
    padding: 5px 0px;
    width: 100%;
    color: white;
    text-align: center;
    height: 55px;
}
.page-title {
    margin: 0;
    font-family: "Alegreya", serif;
    font-size: 40px;
    font-weight: 300;
}
section.contact_det {
    padding: 20px 0px 40px;
    background: #fff;
}
h6.cont {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #d71a20;
}
fieldset#field_form {
    margin-top: 30px;
}
fieldset#field_form>textarea {
    resize: none;
    border-color: #ccc;
}
.error {
    font-family: "open sans";
    line-height: 5px;
    font-size: 11px;
    text-align: left;
    color: #ff0000;
}
#btn_reg {
    background: #00478e;
    margin-top: 20px;
}
ul#contact_info {
    margin-top: -15px;
}
ul.personal-info {
    padding-top: 7px;
}
ul.personal-info>li {
    list-style-type: none;
    line-height: 26px;
    margin-bottom: 20px;
}
i#maper {
    margin-bottom: 20px;
    float: left;
}
ul.personal-info>li>i {
    line-height: 30px;
    padding-bottom: 3px;
    padding-right: 10px;
}
.row.cust.align_captcha {
    margin-left: 0px;
}
span#reg-error>p {
    padding-top: 10px;
}
.g-recaptcha {
    margin-top: 25px;
}