/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('fonts2.css');
@import url('fonts3.css');

/*****---------------------------------------- 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 {
    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: 50px;
    padding-bottom: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background: #fefefd url(/uploads/images/menu.png);
    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: 15px;
    color: #252525;
}
.call_text a:hover{
    color: #155abf;
}

.call_main {
    display: flex;
    margin: 10px auto 0;

}

.padding_right15{
    color: #155abf;
    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;
}

.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: 350px;
    background-size: cover;
    padding-top: 0px;
}

.banner_img {
    width: 100%;
    text-align: center;
    height: 350px;
}

.banner_taital_1 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #292929;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 100px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #155abf;
    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;
    margin-bottom: 5px;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    background: #ff0000 url(/uploads/images/red.png);
    text-align: center;
    padding: 10px 0px;
}

.more_bt a:hover {
    color: #fefefd;
    background: #155abf url(/uploads/images/blue.png);
}

.more_bt.active a {
    color: #fefefd;
    background: #155abf url(/uploads/images/blue.png);
}

.contact_bt {
    width: 170px;
    float: left;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    background: #ff0000 url(/uploads/images/red.png);
    text-align: center;
    padding: 10px 0px;
}

.contact_bt a:hover {
    color: #fefefd;
    background: #155abf url(/uploads/images/blue.png);
}

#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: #155abf url(/uploads/images/blue.png);
    color: #fefefd;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 30px;
    height: 30px;
    background: #ffffff;
    opacity: 1;
    font-size: 20px;
    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: #155abf url(/uploads/images/blue.png);
    color: #fefefd;
}
.item-banner {
    width: 100%;
    float: left;
    height: 300px;
    background-size: cover;
    padding-top: 0px;
}
.item-banner h3{
   
    font-size: 30px;
    color: #292929;
    text-transform: uppercase;
    font-weight: bold;
   
}

/* banner section end */

/* services section start */

.services_section {
    width: 100%;
    float: left;
}
.services_section p {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 30px;
    font-weight: 400;
}
.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: 50px 0px;
}

.corporate_text {
    width: 100%;
    float: left;
    color: #202020;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0px;
}

p.chunks_text {
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #001431;
}

.readmore_button {
    width: 160px;
    float: left;
    margin-bottom: 10px;
}

.readmore_button a {
    width: 160px;
    float: left;
    font-size: 16px;
    color: #155abf;
    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: #155abf;
}

.service_box.active .corporate_text {
    color: #155abf;
}

/* services section end */

/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 0px 0px;
    background: #155abf url(/uploads/images/blue.png);
    height: auto;
}

.about_taital_main {
    width: 100%;
    float: left;
    padding-left: 100px;
    padding-top: 80px;
}

.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 */
.title {
    width: 100%;
    font-size: 20px;
    color: #272727;
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio_section {
    width: 85%;
    float: right;
    padding-bottom: 90px;
}

.portfolio_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #272727;
    font-weight: bold;
    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;
}

.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;
}

.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 auto;
    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: #155abf url(/uploads/images/blue.png);
}

#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: #155abf url(/uploads/images/blue.png);
}


/* portfolio section end */

/* company section start */

.company_section{
    width: 100%;
    float: left;
    background: #155abf url(/uploads/images/blue.png);
    height: auto;
    background-size: cover;
    padding: 90px 0px;
}

.company_taital{
    width: 100%;
    font-size: 30px;
    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: 50px 0px;
}

.readmore_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background: #ff0000 url(/uploads/images/red.png);
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #000;
    background: #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: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.client_box {
    width: 100%;
    display: flex;
    border: 1px solid #cacaca;
    padding: 30px;
}

.client_left{
    width: 20%;
}

.client_middle{
    width: 40%;
    padding-top: 40px;
    padding-left: 20px;
}

.client_right {
    width: 40%;
    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: 15px;
    color: #155abf;
    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: #ff0000 url(/uploads/images/red.png);
    padding: 12px;
    border-radius: 40px;
    text-align: center;
}

.get_bt a:hover{
    color: #ffffff;
    background: #155abf url(/uploads/images/blue.png);
}

.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: 90%;
    margin: 0 auto;
    text-align: center;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #202020;
    text-align: left;
    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: #ff0000 url(/uploads/images/red.png);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.send_bt a:hover {
    color: #fefefd;
    background: #155abf url(/uploads/images/blue.png);
}


.send_bt button {
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 16px;
    padding: 10px 0px;
    background: #ff0000 url(/uploads/images/red.png);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.send_bt button:hover {
    color: #fefefd;
    background: #155abf url(/uploads/images/blue.png);
}
/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background: #252525 url(/uploads/images/footer.png);
    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 30px 10px 0px;
}

.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: #ff0000 url(/uploads/images/red.png);
    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;
}

.margin_top50{
    margin-top: 50px;
}

.page_left_list dd {
	font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.page_left_list a {
	font-size: 16px;
	color: #333333;
}
.page_left_list a:hover {
	color: #414141;
}

.NewsDetails_page_back {
	margin: 50px 0;
	padding: 10px;
	border: 1px dashed #e5e5e5;
	line-height: 30px;
	font-size: 16px;

}
.category-widget ul li a {
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgb(121, 121, 121); 
  }
     
.category-widget ul li p{
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
  overflow: hidden;
  white-space:nowrap; 
  text-overflow:ellipsis;
}
  
  .category-widget ul li span{
  font-size: 13px;
  width: 100px;
  text-align: right;
  white-space:nowrap; 
  }
  
.pages{
    width:100%;
    text-align:center;
    margin: 60px 0;
}
.pages a{
      display:inline-block;
      *display:inline;
      zoom:1;
      margin:3px;
      height:30px;
      line-height:30px;
      border:1px solid #ddd;
      font-size:15px;
      color:#3b3b3b;
      min-width:30px;
      text-align:center;
}
  
.pages a.now,.pages a:hover{
      color:#FFF;
      background:#2f2f2f;
      border:1px solid #2f2f2f;
}
