/*--------------------------------------------------------------------- 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;
 ----------------------------------------*****/

/**
purple:#2a4a95

magenta:#b31d5c
pink: #ec2127
**/


/*--------------------------------------------------------------------- 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: auto;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    overflow: hidden;
}

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%;
    
}

 :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: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    height: auto;
    padding: 10px 0px;
}

.logo {
    float: left;
}
.logo img{
    height: 80px;
}
.menu_main {
    font-size: 16px;
    color: #fff;
    float: left;
}

.call_text {
    margin: 20px 30px;
    text-align: center;
}

.call_text a{
    font-size: 16px;
    padding-top:20px;
    color: #2a4a95;
}
.call_text a:hover{
    color: #ec2127;
}

.call_main {
    width: 50%;
    display: flex;
    margin: 0 auto;
}

.padding_right15{
    color: #ec2127;
    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;
    margin: 20px 0px;
}

.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 */

#my_slider{
    height: 650px;
    margin-bottom: 50px;
   
}
   

.carousel{
    height: 650px;
    margin-top: 80px;
}
.carousel .carousel-inner{
    height: 650px;
}
.carousel .carousel-inner .carousel-item{
    height: 650px;  
}
/*.carousel .carousel-inner .carousel-item img{
    height: 100%; 
    width: 100%;
}*/
.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: #ec2127;
    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: #ec2127;
}

.more_bt.active a {
    color: #fefefd;
    background-color: #ec2127;
}

.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: #ec2127;
}

#my_slider a.carousel-control-prev {
    position: absolute;
    left: -60px;
    top: 90%;
    right: 0px;
}

#my_slider a.carousel-control-next {
    position: absolute;
    right: -60px;
    top: 90%;
    left: 0px;
    background: #ec2127;
    color: #fefefd;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #2a4a95;
    opacity: 1;
    font-size: 40px;
    color: #fff;
    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: #ec2127;
    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: #ec2127;
    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: #ec2127;
}

.service_box.active .corporate_text {
    color: #ec2127;
}

/* services section end */

/* about section start */

.about_section {
    float: left;
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 0;
    background-color: #2a4a95;
}
.about_img img{
    height: 530px;
}
.about_taital_main {
    width: 100%;
    float: left;
    padding-left: 100px;
    padding-top: 130px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #fefefd;
}
.about_taital  img{
    height: 110px;
    margin-top: -30px;
}
.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: #2a4a95;
    background: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #fff;
    background: #ec2127;
}

.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: #2a4a95;
    font-weight: 400;
    text-transform: uppercase;
}
.portfolio_taital span{
    color: #ec2127;
    font-weight: 700;
}
.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;
}

.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-color: #ec2127;
}

#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: #2a4a95;
    opacity: 1;
    font-size: 30px;
    color: #fff;
    box-shadow: 0px 0px 30px 0px #222;
}

#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: #ec2127;
}


/* portfolio section end */

/* company section start */

.company_section{
    width: 100%;
    float: left;
    text-align: left;
    padding: 30px 0px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.company_section img{
    height: 350px;
}
.company_taital{
    width: 100%;
    font-size: 28px;
    color: #222;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.company_text {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    color: #777;
    text-align: left;
    padding: 30px 0px;
}

.readmore_bt {
    width: 200px;
    float: left;
    text-align: left;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2a4a95;
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #fff;
    background-color: #ec2127;
}


/* 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: #ec2127;
}

.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: #ec2127;
}


/* contact section end */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
    background-color: #ffffff;
    padding: 50px 0;
    color: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  }
  
  /*.footer .footer-info  {
    line-height: 0;
    margin-bottom: 25px;
  }*/
  
  .footer .footer-info img {
    height: 100px;
    margin-right: 6px;
}
  
  .footer .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222;
    font-family: var(--font-primary);
  }
  
  .footer .footer-info p {
    font-size: 14px;
    color: #222;
    font-family: var(--font-primary);
  }
  .footer .footer-info p i{
    color: #ec2127;
    padding-right: 5px;
  }
  .footer .footer-links{
    margin-top: 40px;
  }
  .footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    background: #2a4a95;
    color: #ffffff;
    margin-right: 10px;
    transition: 0.3s;
  }
  
  .footer .social-links a:hover {
    color: #ffffff;
    background: #ec2127;
  }
  
  .footer h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    color:#2a4a95;
  }
  
  .footer .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  /*.footer .footer-links ul i {
    padding-right: 2px;
    color: #ec2127;
    font-size: 12px;
    line-height: 0;
  }*/
  
  .footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  .footer .footer-links ul li i{
    color: #ec2127;
    font-size: 15px;
    padding-right: 5px;
  }
  .footer .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-links ul li a {
    color: #222;
    transition: 0.3s;
    display: inline-block;
    line-height: 2;
  }
  
  .footer .footer-links ul li a:hover {
    color: #ec2127;
    font-weight: 600;
  }
  
  .footer .footer-contact p {
    line-height: 26px;
    color: #222;
  }
  
  .footer .copyright {
    text-align: center;
    color: #222;
  }
  
  .footer .credits {
    padding-top: 4px;
    text-align: center;
    color: #222;
    font-size: 13px;
  }
  
  .footer .copyright a {
    color: #ec2127;
  }
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact{
    background: #fff;
    margin-bottom: 100px;
}
.contact h1 {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #2a4a95;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
.contact h1 span{
    color: #ec2127;
    font-weight: 700;
}
.contact .info-container {
    background-color:#2a4a95;
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    margin-left: 20px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  }
  .contact .info-item {
    width: 100%;
    background-color: #2a4a95;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
  }
  
  .contact .info-item:last-child {
    margin-bottom: 0;
  }
  
  .contact .info-item i {
    font-size: 20px;
    color: #ec2127;
    float: left;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }
  .contact .info-item .fa-location-dot{
    width:100px;
    height: 44px;
  }
  .contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #eee;
  }
  
  .contact .info-item p {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 0px;
  }
  .contact .php-email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-right: 20px;
    border-radius: 0 10px 10px 0;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #059652;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #059652;
    border-top-color: #fff;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 10px;
  }
  
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form input[type=text]:focus,
  .contact .php-email-form input[type=email]:focus,
  .contact .php-email-form textarea:focus {
    border-color: var(--color-primary);
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form input[type=submit] {
    border: 0;
    padding: 14px 45px;
    color: #fff;
    background: #ec2127 !important;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form input[type=submit]:hover {
    background: rgba(0, 131, 116, 0.8);
  }
/* whatsapp btn  */
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 30px;
	right: 15px;
  width:20px;
  height:20px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 160px;
    right: 45px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 15px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 15px;
		opacity: 0.75;
	}
	75% {
		padding: 40px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* call button css*/
.btn-call-pulse {
	background: #ec2127;
	color: white;
	position: fixed;
	bottom: 110px !important;
	right: 15px !important;
    width:20px;
    height:20px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-call-pulse-border {
	bottom: 180px;
    right: 45px;
	animation-play-state: paused;
}

.btn-call-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 15px;
	border: 5px solid #f58d21;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 15px;
		opacity: 0.75;
	}
	75% {
		padding: 40px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.btn-call-pulse .fa-phone{
  animation: shake s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.values{
    margin-top: 50px;
    margin-bottom: 50px;
}

.values .value_box{
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    height: 450px;
    border-radius: 20px;
}

.values .value_box img{
    margin: 25px auto;
    text-align: center;
    height: 64px;
    width: 64px;
}
/*.values .value_box .border-line{
    border-right: 2.5px solid #2a4a95;
    border-left: 2.5px solid #2a4a95;
}*/
.values .value_box p{
    padding: 0px 15px;
    text-align: left;
}
.values .value_box h3{
    color: #ec2127;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.values2{
    margin-bottom: 50px;
}
.values2 .row{
    margin-bottom: 20px;
}
.values2 .img-box img{
    height: 150px;
    width: 150px;
}
.values2 .content h4{
    font-size: 18px;
    font-weight: 700;
    color: #2a4a95;
}
.values2 .content h6{
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    color: #ec2127;
}
.values2 .content p{
    font-size: 14px;
    text-align: left;
    color: #555555;
}

.values2 .content ul li{
    font-size: 14px;
    text-align: left;
    color: #555555;
}

.product-details{
    margin-bottom: 100px;
    margin-top: 200px;
}
.product-details h4{
    font-size: 28px;
    font-weight: 700;
    color: #2a4a95;
}
.product-details h5{
    font-size: 22px;
    font-weight: 700;
    background: -webkit-linear-gradient(40deg,#ec2127,#2a4a95
);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  margin-bottom: 0;
}
.product-details p{
    margin-bottom: 0;
    margin-left: 0;
}
.product-details .content i{
    color: #2a4a95;
    margin-right: 10px;
}
@media (max-width: 768px) {
    .company_section img {
    height:100%;
    margin-top: 30px;
    }
        .about_img img {
        height: 100%;
        margin-top: 60px;
    }
        .portfolio_section_2 {
        padding: 0px;
        width: 100%;
        margin-top: -59px;
    }
    .carousel .carousel-inner .carousel-item{
    height: 100%;
    }
}

.products-cat{
    margin-top: 150px;
}
.products-cat .heading h3{
    font-size: 28px;
    font-weight: 700;
    color: #2a4a95;
    text-align: center;
    margin-bottom: 50px;
}
.products-cat a .box{
    margin-bottom: 20px;
}
.products-cat a .box .img-box img{
    height: 100%;
    width: 100%;
}

.products-cat a .box .product-link{
    text-align: center;
    padding: 10px;
    height: 60px;
    background: #2a4a95;
}
.products-cat a .box .product-link h4{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.featured-section {
  background: #eef3f6;
  padding: 90px 10px;
  text-align: center;
  position: static;   /* 👈 default, safe */
  margin-top: 60px;   /* 👈 proper spacing */
  z-index: 1;
  display: flow-root;
}

.section-title {
  font-size: 24px;
  margin-bottom: 8px;
  color: #2a4a95;
  font-weight: 700;
}

.title-underline {
  display: block;
  width: 60px;
  height: 3px;
  background: #ec2127;
  margin: 0 auto 40px ;
}
.carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 70px;              /* 🔥 arrow space */
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

/* 👇 EXACT 3 PER VIEW */
.product-card {
  flex: 0 0 calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  text-align: center;
}

.product-card h3{
    color: #ec2127;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-card a{
    background: #2a4a95;
    color: #ffffff;
    font-weight: 600;
    padding: 10px;
}

/* Arrows */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #2a4a95;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 5;
}

.prev { left: 10px; }
.next { right: 10px; }

/* ---------- Responsive ---------- */

@media (max-width: 992px) {
  .product-card {
    flex: 0 0 calc((100% - 30px) / 2); /* 2 per view */
  }
}

@media (max-width: 576px) {
  .carousel-wrapper {
    padding: 0 50px;
  }

  .product-card {
    flex: 0 0 100%; /* 1 per view */
  }
}
.dots {
  margin-top: 20px;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  margin: 0 5px;
}

.dot.active {
  background: #555;
}
.nav-btn:disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: none; /* optional */
}
/* Responsive */
@media (max-width: 768px) {
  .product-card {
    width: 220px;
  }
}

@media (max-width: 480px) {
  .product-card {
    width: 90%;
    margin: 0 10px;
  }
}
.floating-catalogue-vertical {
  position: fixed;
  right: 25px;
  bottom:  350px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  background: #e60023;
  color: #fff;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px 6px 0 0;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.floating-catalogue-vertical:hover {
  background: #b8001a;
}
