/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: #fefefd;
    height: auto;
    padding: 20px 0px;
}

.logo {
    float: left;
}

.menu_main {
    font-size: 16px;
    color: #fff;
    float: left;
}

.call_text {
    margin: 0px 30px;
    text-align: center;
}

.call_text a{
    font-size: 18px;
    color: #252525;
}
.call_text a:hover{
    color: #1880a0;
}

.call_main {
    width: 50%;
    display: flex;
    margin: 0 auto;
}

.padding_right15{
    color: #1880a0;
    padding-right: 10px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.bottomtext {
    height: 200px;
    width: 100%;
    position: relative;
    margin: 0 0;
    text-align: center;
    z-index: 1;
    color: green;
    /* top: 0; */
    bottom: 0;
    left: 0;
    /* background-color: rgb(0, 0, 0); */
    background-color: rgba(0, 0, 0, 0.05);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: 0px;
    position: relative;
}

.togle_3 {
    float: left;
}

.menu_text {
    display: flex;
}

.search_icon {
    width: 100%;
    float: left;
}

.padding_left_40 {
    padding-left: 40px;
}

.shoping_bag {
    float: left;
    padding: 0px 30px 0px 0px;
    margin: 0px;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-color: #e3e4e6;
    height: auto;
    background-size: cover;
    padding-top: 0px;
}

.banner_img {
    width: 100%;
    text-align: center;
}

.banner_taital_1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #292929;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 140px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #2c5679;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #262626;
    margin: 30px 0px;
}

.btn_main {
    width: 100%;
    float: left;
}

.more_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    background-color: #ff0000;
    text-align: center;
    padding: 10px 0px;
}

.more_bt a:hover {
    color: #fefefd;
    background-color: #1880a0;
}

.more_bt.active a {
    color: #fefefd;
    background-color: #1880a0;
}

.contact_bt {
    width: 170px;
    float: left;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    background-color: #ff0000;
    text-align: center;
    padding: 10px 0px;
}

.contact_bt a:hover {
    color: #fefefd;
    background-color: #1880a0;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    top: 95%;
    right: 0px;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: -60px;
    top: 95%;
    left: 0px;
    background: #1880a0;
    color: #fefefd;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 40px;
    color: #000000;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 30px 0px #e3e4e6;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
    background: #1880a0;
    color: #fefefd;
}


/* banner section end */

/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.corporate_text {
    width: 100%;
    float: left;
    color: #202020;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px;
}

p.chunks_text {
    width: 80%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #001431;
}

.readmore_button {
    width: 160px;
    float: left;
    margin-top: 10px;
}

.readmore_button a {
    width: 160px;
    float: left;
    font-size: 16px;
    color: #1880a0;
    padding: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_button a:hover{
    color: #202020;
}

.service_box .house_icon .image_2 {
    display: none;
}

.service_box:hover .house_icon .image_2 {
    display: block;
}

.service_box:hover .house_icon .image_1 {
    display: none;
}

.service_box:hover .corporate_text {
    color: #1880a0;
}

.service_box.active .corporate_text {
    color: #1880a0;
}

/* services section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 0px 0px;
    background-color: #1880a0;
    height: auto;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-left: 100px;
    padding-top: 130px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #fefefd;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fefefd;
    margin-left: 0px;
}

.read_bt {
    width: 150px;
    float: left;
    margin-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #000;
}

.arrow_icon{
    padding-left: 15px;
}

.padding_right0{
    padding-right: 0px;
}


/* about section end */

/* portfolio section start */

.portfolio_section {
    width: 85%;
    float: right;
    padding-bottom: 90px;
}

.portfolio_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #272727;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio_section_2 {
    padding: 50px 0px;
    width: 100%;
}

.pets_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
}

.pets_section_2 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
    box-shadow: 0px 0px 10px 1px #1880a0;
    margin: 10px;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    width: 170px;
    margin: 0 0;
    text-align: center;
}

.some_text a{
    text-align: center;
    font-size: 18px;
    color: #fefefd;
    text-transform: uppercase;
    font-weight: bold;
}

.some_text a:hover{
    color: #fefefd;
    text-transform: uppercase;
    font-weight: bold;
}

.padding_right0 {
    padding-right: 0px;
}

#custom_slider a.carousel-control-next {
    right: initial;
    left: -70px;
    top: 110px;
    color: #fefefd;
    background-color: #1880a0;
}

#custom_slider a.carousel-control-prev {
    left: -130px;
    right: initial;
    top: 110px;
}

#custom_slider .carousel-control-next,
#custom_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #111111;
    box-shadow: 0px 0px 30px 0px #e3e4e6;
}

#custom_slider .carousel-control-next:focus,
#custom_slider .carousel-control-next:hover,
#custom_slider .carousel-control-prev:focus,
#custom_slider .carousel-control-prev:hover {
    color: #fefefd;
    background-color: #1880a0;
}


/* portfolio section end */

/* company section start */

.company_section{
    width: 100%;
    float: left;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    opacity: .8;
    height: auto;
    background-size: cover;
    padding: 90px 0px;
}

.company_taital{
    width: 100%;
    font-size: 40px;
    color: #fefefd;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.company_text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #fefefd;
    text-align: center;
    padding: 100px 0px;
}

.readmore_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff0000;
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #000;
    background-color: #fefefd;
}


/* company section end */

/* customer section start */

.customer_section{
    width: 100%;
    float: left;
}

.customer_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #242424;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.customer_section_2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_box {
    width: 100%;
    display: flex;
    border: 1px solid #ff1111;
    padding: 30px;
}

.client_left{
    width: 20%;
}

.client_middle{
    width: 30%;
    padding-top: 40px;
    padding-left: 20px;
}

.client_right {
    width: 50%;
    padding-top: 30px;
}

.client_img{
    width: 100%;
    float: left;
}

.client_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #090909;
    font-weight: bold;
    padding: 0px;
}

.consectetur_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ff0000;
    margin: 0px;  
}

.lorem_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #090909;
    margin: 0px;  
}

#main_slider a.carousel-control-prev {
    left: 80px;
    top: 180px;
}
#main_slider a.carousel-control-next {
    right: 80px;
    top: 180px;
    color: #f7ce5c;
}

#main_slider .carousel-control-next, 
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 16px;
    color: #0b0b0b;
}

#main_slider .carousel-control-next:focus, 
#main_slider .carousel-control-next:hover, 
#main_slider .carousel-control-prev:focus, 
#main_slider .carousel-control-prev:hover {
    color: #f7ce5c;
}

/* customer section end */

.newsletter_section{
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.newsletter_main{
    width: 100%;
    display: flex;
}

.newsletter_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #111111;
    font-weight: bold;
    padding-bottom: 0px;
    font-family: 'Poppins', sans-serif;

}

.get_bt {
    width: 500px;
    float: right;
    padding-top: 50px;
}

.get_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #ff0000;
    padding: 12px;
    border-radius: 40px;
    text-align: center;
}

.get_bt a:hover{
    color: #ffffff;
    background-color: #1880a0;
}

.dummy_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #2c2c2c;
    margin: 0px;  
    padding-top: 10px;
}


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_main {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.form-group {
    margin-bottom: 30px;
}

.email-bt {
    color: #969695;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px 20px 0px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #838383 !important;
    border: 0px;
}

input.email-bt::placeholder {
    color: #969695;
}

.massage-bt {
    color: #969695;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 20px 20px 0px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #838383 !important;
    border: 0px;
}

textarea#comment::placeholder {
    color: #969695;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.send_bt a {
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #ff0000;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #1880a0;
}


/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    padding: 60px 0px 20px 0px;
}

.footer_section {
    width: 100%;
    float: left;
}

.newsletter_text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fefefd;
    text-transform: uppercase;
}


.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #fefefd;
    padding: 0px 70px 30px 70px;
}

.location_text li a {
    color: #fefefd;
}

.location_text li a:hover {
    color: #ff0000;
}

.padding_15 {
    padding-right: 15px;
    font-size: 30px;
    position: relative;
    top: 4px;
}

.frorm_box {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.update_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin: 0px;
    text-align: left;
}

.update_mail {
    color: #3b3b3b;
    width: 100%;
    height: 43px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0px;
}

.subscribe_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 0px;
    background-color: #ff0000;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #fefefd;
}

.follow_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fefefd;
    text-transform: uppercase;
    padding-top: 30px;
}

.footer_social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}
.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fefefd;
    color: #252525;
    border-radius: 100%;
    font-size: 19px;
    margin-right: 5px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #fefefd;
    color: #ff0000;
}

/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 20px 0px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.copyright_text a {
    color: #000;
}

.copyright_text a:hover {
    color: #ff0000;
}


/* copyright section end */

.margin_top90{
    margin-top: 90px;
}


/*============ blog_left_sidebar css ==============*/
/* line 525,  */
.blog_item {
    margin-bottom: 50px;
  }
  
  /* line 529,  */
  .blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
  }
  
  @media (min-width: 768px) {
    /* line 529,  */
    .blog_details {
      padding: 60px 30px 35px 35px;
    }
  }
  
  /* line 537,  */
  .blog_details p {
    margin-bottom: 30px;
  }
  
  /* line 541,  */
  .blog_details a {
    color: #ff8b23;
  }
  
  /* line 544,  */
  .blog_details a:hover {
    color: #57222e;
  }
  
  /* line 549,  */
  .blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  
  @media (min-width: 768px) {
    /* line 549,  */
    .blog_details h2 {
      font-size: 24px;
      margin-bottom: 15px;
    }
  }
  
  /* line 563,  */
  .blog-info-link li {
    float: left;
    font-size: 14px;
  }
  
  /* line 567,  */
  .blog-info-link li a {
    color: #999999;
  }
  
  /* line 571,  */
  .blog-info-link li i,
  .blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
  }
  
  /* line 577,  */
  .blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* line 583,  */
  .blog-info-link li:last-child::after {
    display: none;
  }
  
  /* line 588,  */
  .blog-info-link::after {
    content: "";
    display: block;
    clear: both;
    display: table;
  }
  
  /* line 596,  */
  .blog_item_img {
    position: relative;
  }
  
  /* line 599,  */
  .blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #57222e;
    padding: 8px 15px;
    border-radius: 5px;
  }
  
  @media (min-width: 768px) {
    /* line 599,  */
    .blog_item_img .blog_item_date {
      bottom: -20px;
      left: 40px;
      padding: 13px 30px;
    }
  }
  
  /* line 615,  */
  .blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
  }
  
  @media (min-width: 768px) {
    /* line 615,  */
    .blog_item_img .blog_item_date h3 {
      font-size: 30px;
    }
  }
  
  /* line 627,  */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
  }
  
  @media (min-width: 768px) {
    /* line 627,  */
    .blog_item_img .blog_item_date p {
      font-size: 18px;
    }
  }
  
  /* line 647,  */
  .blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  
  /* line 652,  */
  .blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
  }
  
  /* line 660,  */
  .blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
  }
  
  /* line 664,  */
  .blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0px;
  }
  
  /* line 672,  */
  .blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
  }
  
  /* line 681,  */
  .blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999;
  }
  
  /* line 685,  */
  .blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
  }
  
  /* line 694,  */
  .blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
  }
  
  /* line 701,  */
  .blog_right_sidebar .search_widget .input-group button i,
  .blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999;
  }
  
  /* line 713,  */
  .blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
  }
  
  /* line 722,  */
  .blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
  }
  
  /* line 726,  */
  .blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
  }
  
  /* line 735,  */
  .blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
  }
  
  /* line 742,  */
  .blog_right_sidebar .newsletter_widget .input-group button i,
  .blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999999;
  }
  
  /* line 755,  */
  .blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
  }
  
  /* line 760,  */
  .blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
  }
  
  /* line 764,  */
  .blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
  }
  
  /* line 769,  */
  .blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
  }
  
  /* line 774,  */
  .blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
  }
  
  /* line 791,  */
  .blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
  }
  
  /* line 796,  */
  .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
  }
  
  /* line 807,  */
  .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
  }
  
  /* line 813,  */
  .blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
  }
  
  /* line 820,  */
  .blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
  }
  
  /* line 828,  */
  .blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
  }
  
  /* line 831,  */
  .blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
  }
  
  /* line 842,  */
  .blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #57222e;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  /* line 857,  */
  .blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
  }
  
  /* line 863,  */
  .blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
  }
  
  /* line 963,  */
  .blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px;
  }
  
  /* line 984,  */
  .blog-pagination {
    margin-top: 80px;
  }
  
  /* line 988,  */
  .blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
  }
  
  /* line 1005,  */
  .blog-pagination .page-link i,
  .blog-pagination .page-link span {
    font-size: 13px;
  }
  
  /* line 1017,  */
  .blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
  }
  
  /* line 1024,  */
  .blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
  }
  
  /*============ Start Blog Single Styles  =============*/
  /* line 1049,  */
  .single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
  }
  
  /* line 1054,  */
  .single-post-area .social-links {
    padding-top: 10px;
  }
  
  /* line 1057,  */
  .single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
  }
  
  /* line 1061,  */
  .single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
  }
  
  /* line 1074,  */
  .single-post-area .blog_details {
    padding-top: 26px;
  }
  
  /* line 1077,  */
  .single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
  }
  







  /* line 13,  */
.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 237px 0 178px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    /* line 13,  */
    .bradcam_area {
      padding: 120px 0;
    }
  }
  
  /* line 23,  */
  .bradcam_area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001d38+0,1a0d01+100&0.7+0,0.6+100 */
    background: -moz-linear-gradient(left, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3001d38', endColorstr='#991a0d01',GradientType=1 );
    /* IE6-9 */
    z-index: -1;
    content: '';
  }
  
  @media (max-width: 767px) {
    /* line 13,  */
    .bradcam_area {
      padding: 150px 0;
    }
  }
  
  /* line 40,  */
  .bradcam_area h3 {
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: capitalize;
  }
  
  @media (max-width: 767px) {
    /* line 40,  */
    .bradcam_area h3 {
      font-size: 30px;
    }
  }
  
  /* line 50,  */
  .bradcam_area p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  /* line 55,  */
  .bradcam_area p a {
    color: #fff;
  }
  
  /* line 57,  */
  .bradcam_area p a:hover {
    color: #fff;
  }
  
  /* line 63,  */
  .bradcam_area .bradcam_text2 h3 {
    font-size: 50px;
    margin-bottom: 14px;
  }
  
  @media (max-width: 767px) {
    /* line 63,  */
    .bradcam_area .bradcam_text2 h3 {
      font-size: 30px;
    }
  }
  
  /* line 70,  */
  .bradcam_area .bradcam_text2 p {
    font-size: 20px;
    margin-bottom: 0;
  }
  
  
  .bradcam_area.Extra_padding {
    padding: 399px 0;
  }
  
  @media (max-width: 767px) {
    
    .bradcam_area.Extra_padding {
      padding: 150px 0;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
    
    .bradcam_area.Extra_padding {
      padding: 150px 0;
    }
  }
  
  @media (min-width: 992px) and (max-width: 1200px) {
    
    .bradcam_area.Extra_padding {
      padding: 150px 0;
    }
  }
  

  .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  

  .ts-service-box .ts-service-icon i {
    font-size: 36px;
    float: left;
    color: #ffb600;
  }
  
  .ts-service-box .ts-service-box-content {
    margin-left: 62px;
    margin-bottom: 30px;
  }
  
  .tab-content .ts-service-box .ts-service-box-content {
    margin-left: 90px;
  }
  
  .ts-service-box .ts-service-box-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
  }
  
  .ts-service-box .ts-service-box-info {
    margin-left: 25px;
    margin-bottom: 40px;
  }
  
  .service-box-title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .service-box-title a {
    color: #333;
  }
  .service-box-title a:hover {
    color: #ffb600;
  }
  
  /* Service box bg */
  .ts-service-box-bg {
    background: #252525;
    color: #fff;
    padding: 30px;
  }
  
  .ts-service-box-bg h4,
  .ts-service-box-bg h3 {
    color: #fff;
  }
  
  /* Service box 
  
  .ts-service-box .ts-service-icon i {
    font-size: 24px;
    float: left;
    color: #fff;
    background: $color-primary;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  
  .ts-service-box .ts-service-box-content {
    margin-left: 80px;
    margin-bottom: 30px;
  }
  
  .tab-content .ts-service-box .ts-service-box-content {
    margin-left: 90px;
  }
  
  .ts-service-box .ts-service-box-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .ts-service-box .ts-service-box-info {
    margin-left: 90px;
    margin-bottom: 40px;
  }
  
  .service-box-title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  
  .service-box-title a {
    color: #333;
  }
  
  .service-box-title a:hover {
    color: $color-primary;
  }
  
  .service-center-img {
    padding: 0 20px;
  }
  */
  /* Icon squre */
  .ts-service-icon.icon-round i {
    font-size: 24px;
    color: #fff;
    background: #ffb600;
    text-align: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    position: relative;
    float: none;
  }
  
  /* Icon left */
  .ts-service-box.icon-left .ts-service-box-icon {
    float: left;
  }
  
  .ts-service-box.icon-left .ts-service-box-icon i {
    background: #ffb600;
    color: #fff;
  }
  
  .ts-service-box.icon-left .ts-service-box-info {
    margin-left: 90px;
  }
  
  .ts-service-box.icon-left .ts-service-box-info h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  
  /* Service no box */
  .service-no {
    font-size: 48px;
    color: #dbdbdb;
    float: left;
    margin-top: 10px;
  }
  
  .ts-service-box-content .ts-service-box-info {
    margin-left: 90px;
  }
  
  /* Service Image */
  .ts-service-image-wrapper {
    margin-bottom: 30px;
  }
  
  .ts-service-icon i {
    font-size: 28px;
    margin-right: 15px;
    margin-top: 2px;
  }
  
  .ts-service-info {
    margin-left: 30px;
  }
  .ts-service-info h3 {
    font-size: 16px;
  }
  .ts-service-info .learn-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
  .ts-service-info .learn-more:hover {
    color: #ffb600;
  }
  
  /* Service Classic */
  .ts-service-classic .ts-service-icon i {
    font-size: 24px;
    float: left;
    color: #fff;
    background: #ffb600;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
  }
  
  .ts-service-classic .ts-service-box-info {
    margin-left: 80px;
  }
  
  .ts-service-classic:hover .ts-service-icon i {
    background: #ffb600;
  }
  