/*--------------------------------------------------------------------- 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(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.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;
 font-family: 'Poppins', sans-serif;
 text-decoration: none;

}

html {
  scroll-behavior: smooth;
}

body {
 color: #666666;
 font-size: 14px;
 font-family: poppins;
 line-height: 1.80857;
 font-weight: normal;
 overflow-x: hidden;
}
:root{
    --primary-color:#dc3545!important;
    --sec-color:#001e57;
    --font:'Poppins',sans-serif;
}
.menu-area-main li:hover a,
.menu-area-main li:focus a {
 color: #ff0000;
 border-bottom: 3px solid #ff0000;
}

.menu-area-main li.active a {
 color: #ff0000;
}

a {

 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;
}

.carousel-caption {
    background-color: rgba(255, 0, 0, 0.6);
    margin-bottom: 85px;
    padding: 70px 70px 0;
    width: 40%;
    height: 250px;
    border-radius: 0.2rem;
}

.carousel-item h4 {
 text-transform: uppercase;
}

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: 40px
}

h2 {
 font-size: 35px
}

h3 {
 font-size: 30px
}

h4 {
 font-size: 25px
}

h5 {
 font-size: 20px
}

h6 {
 font-size: 15px
}

*,
*::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: 0px;
 font-weight: 300;
 font-size: 15px;
 line-height: 24px;
}

a {
 color: #222222;
 text-decoration: none;
 outline: none !important;
}

.btn {
 height: 10px;
}


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;
}



/*---------------------------- preloader area ----------------------------*/

.loader_bg {
 position: fixed;
 z-index: 9999999;
 background: #fff;
 width: 100%;
 height: 100%;
}

.loader {
 height: 100%;
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 display: flex;
 justify-content: center;
 align-items: center;
}

.loader img {
 width: 280px;
}


/*=============================== navbar section start ===================*/
.navbar-nav:hover a{
  color: red;
  border-bottom: transparent ;
  transition: .2s !important;
}
/*.nav-link{
  border-bottom: transparent !important;
}*/
.nav-link:hover{
  transition:  !important;
  border-bottom: 1px solid var(--primary-color) !important;
  color: red !important;
}

.navbar{
  
  transition: 2s;
  
}


.navigation{
  position: sticky !important;
  top: 0%;
  transition: 2s;
  padding: 10px;
  z-index: 99999;
  
  
}
/*============================== navbar section end =======================*/

/*---------------------------- scroll to top area ----------------------------*/

.scrollup {
 float: right;
 position: absolute;
 color: #fff;
 right: 20px;
 padding: 0px 5px;
 text-transform: uppercase;
 font-weight: 600;
 background: #38c8a8;
 position: fixed;
 bottom: 20px;
 z-index: 99;
 text-align: center;
 color: #fff;
 cursor: pointer;
 border-radius: 0px;
 opacity: 0;
 backface-visibility: hidden;
 -webkit-backface-visibility: hidden;
 transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
 -webkit-transform: scale(1);
 transition: .2s all ease;
 -moz-transition: .2s all ease;
 -o-transition: .2s all ease;
 -webkit-transition: .2s all ease;
 width: 50px;
 height: 50px;
 border-radius: 100%;
 line-height: 48px;
 font-size: 16px;
}

.scrollup.b-show_scrollBut {
 opacity: 1;
 visibility: visible;
}

.top_awro {
 background: #ee4a79 none repeat scroll 0 0;
 cursor: pointer;
 padding: 6px 8px;
 position: fixed;
 bottom: 59px;
 right: 20px;
 display: none;
 height: 45px;
 width: 45px;
 border-radius: 50%;
 text-align: center;
 line-height: 30px;
 transition: all 0.5s ease;
}
.phone_a a{
  color: #fff;
}
.phone_mob i{
  margin-left: 12px;
}

.phone_a:hover a{
  color: #fff;
}
.margin_top_50 {
 margin-top: 50px;
}

.margin_bottom_30_all {
 margin-bottom: 30px;
}

.text_align_center {
 text-align: center;
}

/*------------------------ enquiry btn--------------------*/
.enquiryBtn:hover{
    background: var(--primary-color);
}
.enquiryBtn a input{
    border: none;
    padding: 15px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    
}
.enquiryBtn:hover a input{
    background: var(--sec-color);
}
/*---------------------- banner section start ----------------------*/

/*----------------------- slider section start -------------------*/
.blank{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}
header .item2 {
  height: 100vh;
  position: relative;
}
header .item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item2 .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item2 .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item2 .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #dc3545;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item2 .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item2 .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
header .item2 .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/*---------------------- slider section end ----------------------*/


/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/


/*--ish-section--*/
.section-title-right .icon {
  float: left;
  margin-right: 20px;
  margin-top: -10px;
}

.ish-about {
  padding: 100px 0px 100px 0px;
  background-size: cover;
}

.section.section-ba-2 {
  background-color: #f2f2f2;
}
.section.section-ba-3 {
  background-color: #f5f5f5;
}

.section-title {
  text-align: center;
}
.section-title .icon {
  font-size: 25px;
  
  color: var(--sec-color);

}
.icon .fa-sharp{
  color: var(--primary-color);
}
#text{
  
  font-size: 16px;
}
.section-title .h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  position: relative;
  
  color: var(--sec-color);
}
.section-title .h2:before {
  border-bottom: 2px solid #d1d1d1;
  content: " ";
  width: 100px;
  position: absolute;
  left: -120px;
  right: 0;
  bottom: 12px;
}
.section-title .h2:after {
  border-bottom: 2px solid #d1d1d1;
  content: " ";
  width: 100px;
  position: absolute;
  right: -120px;
  bottom: 12px;
}
.section-title .des {
  opacity: .8;
}
.services_btn{
  background: var(--primary-color);
  background: green;
}
a.nile-bottom {
  background-color: #e53935;
  color: #fff;
  border-radius: 35px;
  display: inline-block;
}
a.nile-bottom:hover {
  background-color: #999;
  color: #fff;
}
a.nile-bottom.sm {
  padding: 6px 30px 6px 30px;
}
a.nile-bottom.md {
  padding: 6px 40px 6px 40px;
  -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
}
a.nile-bottom.md .fa {
  margin-left: 10px;
}
a.nile-bottom.sm-block {
  display: block;
  padding: 6px 40px 6px 40px;
  -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.75);
  font-weight: 500;
}
a.nile-bottom.sm-block .fa {
  margin-left: 10px;
}

a.action-bottom {
  background-color: rgba(255, 168, 186, 0.5);
  border-radius: 10px;
  padding: 30px 16px;
  text-align: center;
  color: #fff;
  display: block;
}
a.action-bottom h4 {
  font-size: 17px;
  color:#fff;
}
a.action-bottom:hover{
  background-color: #e53935;
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.75) !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.75) !important;
  -moz-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.75) !important;
  

}

.service-icon-box {
  text-align: center;
  margin-bottom: 35px;
}
.service-icon-box a.title.h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 15px auto;
}
.service-item .btn {
  background: green;
}
.service-icon-box .des {
  font-size: 13px;
  color: #777;
}

.call-action {
  background:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../img/feature.jpg)!important;
  background-attachment: fixed !important;
  background-size: cover !important;
  padding: 100px 0px;
  color: #fff;
  font-size: 13px;
}
.call-action h2 {
  font-size: 27px;
  color: #fff;;
}
.call-action.ba-1 {
  background-image: url(images/ba_call_action.jpg);
  background-size: cover;
}
.call-action.ba-2 {
  background-color: #444;
}
.email_btn a{
    background: red;
    background: var(--primary-color);
}
.email_btn:hover a{
    background: var(--sec-color);
}
.contact_form {
 background: #114c7d;
 padding: 45px;
}

.footer {
 background-color: #022739;
}
.footer .Follow {
 margin-bottom: 27px;
}
.footer .Follow h3 {
 color: #fff;
 font-size: 25px;
 line-height: 30px;
 font-weight: 600;
 text-transform: uppercase;
 border-width: 1px;
 display: inline-block;
 padding-bottom: 2px;
 padding-bottom: 27px;
}
.footer span {
 font-size: 15px;
 display: block;
 color: #fff;
}
ul.link li a {
 color: #fff;
 font-size: 17px;
}
ul.link li a:hover {
 color: #878686;
}
.footer .Newsletter {
 padding: 13px 26px;
 padding-top: 10px;
 padding-right: 26px;
 padding-bottom: 10px;
 padding-left: 15px;
 
 width: 100%;
 margin-bottom: 15px;
}
.footer .Subscribe {
 padding: 10px 30px;
 outline: none;
 border: none;
 background:var(--primary-color);
 color: #fff;
 float: right;
}
.footer .Subscribe:hover {
 color: #fff;
 background-color: var(--sec-color);
}
.pdn-top-30 {
 padding-top: 35px;
}
ul.location_icon {
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 float: left;
}
ul.location_icon li {
 float: left;
 height: 70px;
 color: #fff;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 padding-right: 20px;
}
ul.location_icon li:last-child {
 padding-right: 0px;
}
ul.location_icon li a {
 margin-bottom: 23px;
}
ul.location_icon span {
 font-size: 17px;
 font-weight: 400;
}
.copyright {
 padding: 10px 0px 30px 0;
}
.copyright p {
 color: #fff;
 font-size: 16px;
 text-align: center;
 max-width: 594px;
 text-align: center;
 margin: 0 auto;
 width: 100%;
 padding-top: 10px;
 border-top: #807d7d solid 1px;
}
.copyright a {
 color: #fff;
}
.copyright a:hover {
 color:var(--sec-color);
}

.contact-page .Contact {
 margin-top: 0px;
}
.contact-page .form-control {
 margin-bottom: 20px;
}



/*---about----*/

section {
    padding: 60px 0;
    /* min-height: 100vh;*/
}

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:40px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 10px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:20px;
  line-height: 1.28em;
  color: #222222;
  color: var(--sec-color);
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 0px;
}

.about-section .sec-title{
  margin-bottom: 28px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;

}

.about-section .btn-box a{
  padding: 15px 50px;
  box-shadow: 5px 5px 20px gray;
  background: var(--primary-color);
}
.btn-box:hover a{
  background: var(--sec-color);
}
.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #f

}


/*----------------------------------- our services start -------------------------------------*/

.our_services_sec{
    margin-bottom: 50px;
    margin-top: 20px;

}
.services_row{
    margin-top: 80px;
}
.serives_row_div1{
  margin-top: 15px;
  
}
.service-item{
   position: relative;
   height: 350px;
   margin: 65px 0 25px 0;
   box-shadow: 0 0 45px rgba(0, 0, 0, .07);
   background: green;
}
.service-item img{
    height: 100%;
}
.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
/*    background: green;*/
box-shadow: 0 0 45px rgba(0, 0, 0, .09);
z-index: 2;
}
.service-img img{
    width: 100%;
    height: 100%;
}
.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
    background: rgba(210, 215, 211, 0.8);
}
.service-title h3{
    color: #000;
    font-weight: bolder;
    font-size: 20px;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
    color: #fff;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    background: rgba(210, 215, 211, 0.9);
    transition: .2s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    color: #fff;
    background: var(--primary-color);
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    background-color: #001e57;
}



/*start owl carousel css*/

header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

header .item .cover .header-content .box{
    width: 500px;
    height: 100%;
    background-color: rgba(255, 0, 0, 0.6);;
    left: 0;
    top: 0;
    position: absolute;
    border-top-left-radius: 20%;  
    border-bottom-right-radius: 20%;


}
header .owl-item.active .box{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
}


header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

header .item .cover .header-content h1 {
  font-size: 40px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

header .item .cover .header-content h4 {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.7) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/*end owl carousel css*/

.aboutus{
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/aboutus-breadcrumb.jpg") !important;
    position: relative;
    background-position: center;
    background-size:cover;
    font-family: sans-serif;
}

.about_right{
    padding-top: 30px;
}

.aboutus .about_ish{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    font-family: sans-serif;
}

.aboutus p{
    color: #fff;
    position: absolute;
    font-family: sans-serif;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
}

.aboutus .about_subinner{
    position: absolute;
    top: 80%;
}

.aboutus a{
    color:#ff2222;
}

.aboutus .span1{
    color: #fff;
}

.aboutus_containt{
    font-family:  sans-serif;
}

.aboutus_containt hr{
    color: #ff2222;
}

.left_about p{
    text-align: left;
    margin-left: 0px;
}

.img_sec {
  overflow: hidden;
}

.img_sec img{
  height: 100%;
  transition: transform 0.2s ease;
}

.img_sec:hover img {
    transform: scale(1.1);
}

.aboutus_containt h3{
    color: #ff2222;
    color:var(--sec-color);

    font-family: sans-serif;
}
.over_view{
    line-height:    30px;
}
.aboutus_containt  p{
    color: #000;

}
.aboutus_containt i{
    font-size: 25px;
    color: #114c7d;
    color: var(--primary-color);
    transition: .2s;
}

.icon_div i{
  color: var(--sec-color);
}

.icon_div:hover i{
  transition: .2s;
  transform:scale(1.6);
  color: var(--primary-color);
}

/*core value*/
.event {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 300px;
}
.event img{
    width: 100%;
    height: 300px;
}

.event .content {
    background: rgba(29, 93, 194, 0.8);
    color: #fff;
    bottom: 0;
    height: 68px;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: all .5s ease;
    width: 100%;
}

.event h3 {
    font: bold 1em/1.125em 'Montserrat', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    height: 68px;
    margin: 0;
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
}

.event .rollover {
    border-top: 1px solid #59E4DF;
    font-size: .9375em;
    line-height: 1.4em;
    padding: 18px 20px;
    opacity: 0;
    transition: all .5s ease;
}

.event .rollover p {
    margin: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.event:hover .content {
    background: rgba(255, 0, 0, 0.6);
    height: 100%;
}

.event:hover .rollover {
    opacity: 1;
}


/*========= services page ========*/

/*============ services section====*/

.services{
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/services-breadcrumb.jpg") !important;
    position: relative;
    background-position: center;
    background-size:cover;
    font-family: sans-serif;
}

.services .services_ish{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    font-family: sans-serif;
}

.services p{
    color: #fff;
    position: absolute;
    font-family: sans-serif;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
}

.services .services_subinner{
    position: absolute;
    top: 80%;
}

.services a{
    color:#ff2222;
}

.services .span1{
    color: #fff;
}

.services_sec{

    margin: 40px 0px;
}

.services_menu{

}
.services_title{

    margin-top: 10px;
    padding: 10px;
    padding-left: 20px;
    background: var(--sec-color);
    color: #fff;
    
    
    transition: .2s;
}
.services_title:first-child{
    margin-bottom: 10px;
}
.services_title:hover{
    background: var(--primary-color);
    box-shadow: 5px 5px 15px gray;
    transition: .2s;
}
.services_title:hover a{
    color: var(--sec-color);
    text-align:;
}
.services_title a span{
  font-size: 17px;
}
.services_title:hover a i{
    color: var(--sec-color);
}
.services_title a{
    text-decoration: none;
    font-size: 20px;
    color: var(--primary-color);
    color: #fff;
    font-weight: bolder;
}
.services_title a i{
    margin-right: 10px;
}
.services_title i{
    font-size: 30px;
    color: #fff;
}

/*.services_details{
    border: 1px solid black;
}
.services_details_inner{
    border: 1px solid red;
}*/
.services_1{
    padding: 0px;
    position: relative;
}
.services_1 h2{
  color: var(--primary-color);
  font-size: 22px;
}
.services_menu{
  position: fixed;
}
/*#ser{
  position: fixed;
  top: 60%;
}*/
.left_sec{
    width: 60%;
    padding: 0px;
}
.right_services_img{

    width: 40%;
    overflow: hidden;
    transition: .5s;
}
.inner_img{
    width: 100%;
    height: 90%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    margin-top: 20px;
}
.right_services_img:hover img{
    transform: scale(1.4);
    transition: .5s;

}
.inner_img img{
    width: 100%;
    height: 100%;
    transition: .5s;
    
}
.services_1 h3{
    color: var(--sec-color);
    font-size: 18px;
}
.left_sec p{
    font-size: 15px;
    word-spacing: 2px;
    text-align: justify;
    font-weight:400;
    margin-left: 0px;
}

.top_btn{
    position: fixed;
    width: 40px;
    height: 40px;
    
    right: 0%;
    border: 1px solid red;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
}   
.inner_arrow{

    margin-top: 10px;
}
.inner_arrow a {
    text-decoration: none;
    color: #fff;
}
.inner_arrow:hover a{
    color: #fff;
}
.inner_arrow i{
    font-size: 20px;
    animation-name: myanim;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}
@keyframes myanim{
    0%{
        margin-top:5px;
        transition: 1s;
    }
    100%{
        margin-top:0px;
        transition: 1s;
    }
}

/*=============================== services 2 section start ============================*/
  .services2_sec{
   
    margin:20px 0px;
  }
  .tab_container{
    
  }
  ul.tabs{
      margin: 0px;
      padding: 0px 0px;
/*      border: 1px solid var(--primary-color);*/
      list-style: none;
    }
    ul .tabs li{
     
    }
    ul.tabs li{
      background: none;
/*       border-right: 1px solid var(--primary-color); */
      display: inline-block;
      padding: 10px 15px;
      cursor: pointer;
    }
    ul.tabs li:last-child{
      border: none;
    }

    ul.tabs li.current{
      
      
      background:var(--sec-color);
      color: #fff;
    }
     ul .tabs li i{
      color: red;
    }
    .tab-content{
      display: none;
      background: whitesmoke;
      padding: 15px;
    }
    .tab-content h3{
      color: var(--sec-color);
    }
    .tab-content.current{
      display: inherit;
    }
   
/*=============================== services 2 section start ============================*/


/*============================ contact us page =====================*/



.contact{
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url("../img/contact-breadcrumb.jpg") !important;
    position: relative;
    background-position: center;
    background-size:cover;
    font-family: sans-serif;
}

.contact .contact_ish{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    font-family: sans-serif;
}

.contact p{
    color: #fff;
    position: absolute;
    font-family: sans-serif;
    top: 75%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
}

.contact .contact_subinner{
    position: absolute;
    top: 80%;
}

.contact a{
    color:#ff2222;
}

.contact .span1{
    color: #fff;
}


.contact_sec_con{

    margin: 0px 0px;
    margin-top: 80px;
    margin-bottom: 40px;
}
.cont_row h3{
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: var(--sec-color);
}
.contact_iteam{
    border: .5px solid var(--sec-color);
    background: #FFFFFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-align: center;
    height: 208px;
}
.contact_iteam h3{
    font-size: 20px;
    margin-top: 10px;
}
.call_div{
    border-bottom: 20px solid var(--sec-color);
}
.contact_iteam p a{
    text-decoration: none;
    color: #000;

}
.con_form{

    margin-bottom: 40px;
    margin-top: 20px;
}
.from_sec{
 padding: 20px;
 background: #FFFFFF;
 box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
 border-radius: 5px;
 margin-bottom: 40px;
}
.form_sec_inner{
/*    border: 1px solid yellow;*/
}
.form_input{
    width: 100%;

}
.input input{
  padding: 8px;
  width: 100%;
  outline: none;
}
.input textarea{
    width: 100%;
    outline: none;
    padding: 8px;
    border: none;
    border: 1px solid #000000;
}
.btn_div{
    text-align: center;
}
.btn_div button{
    padding: 10px;
    outline: none;
    border: none;
    background: var(--primary-color);
    color: #fff;
    border-radius: 3px;
    box-shadow: 5px 5px 10px gray;
    transition: .5s;
}
.btn_div:hover button{
    background: var(--sec-color);
    transition: 0.5s;
}


/*======================= address section ==============*/

.office_add_sec{
  margin-top: 100px;
}
.office_add_row{
  
}
.office_div{
  
}
.office_inner{
  
  padding: 20px;
  background: var(--sec-color);
  color: #fff;
  transition: .5s;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  box-shadow: 2px 2px 20px  gray;
}
.office_inner:hover{
  background: var(--primary-color);
  transition: .5s;
  transform: translateY(-15%);
}
.office_inner:hover i{
  color: var(--sec-color);
  transition: .5s;
  color: #fff;
}
.office_inner:hover  #icon_id  i{
  
  color: var(--sec-color);
}
.office_inner:hover p span{
  color: var(--sec-color);
  transition: .5s;
}
.office_inner:hover .icon span{
  color: var(--sec-color);
  transition: .5s;
}
.office_inner:hover .icon p a{
  color: var(--sec-color);
  transition: .5s;
}
.office_inner:hover .icon i{
  color: #fff;
}
.icon{
  
  text-align: center;
}
.icon p a{
  color: #fff;
  text-decoration: none;
  transition: .5s;
  font-size: 14px;
}
.icon p a{
  color: #fff;

}
.icon:last-child{
  margin-top: 10px;
}
.icon p span{
  font-size: 16px; 
  transition: .5s;
}
.icon i{
  font-size: 40px;
  transition: .5s;
  color: var(--primary-color);
  margin-bottom: 10px;

}
#icon_id i{
  color:var(--primary-color);
}
.icon span{
  font-size: 20px;
  margin-top: 10px;
  transition: .5s;
  
  font-weight: bolder;
}

.swap-on-hover {
  position: relative; 
  margin:  0 auto;
  max-width: 400px;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
  position: absolute;
  top:0;
  left:0;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 400px;
  height: 400px;
}

/* 
  We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .5s linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image{
  opacity: 0;
}

$color: rgba(22, 195, 255,0.5);
$border: rgba(0,0,0,0.2);
$background: #fafafa;

$darkcolor: rgba(175,227,100, 0.6);
$darkborder: rgba(255,255,255, 0.3);
$darkbackground: #333;

.sexytabs > ul {
  
  text-align: center; font-weight: 500;
  margin: 50px 0 0; padding: 0; position: relative;
  border-bottom: 1px solid $border; z-index: 1;
  
  > li {
    
    display: inline-block; background: $background;
    padding: 0.6em 0; position: relative; width: 33%; margin: 0 0 0 -4px;
    
    &:before,
    &:after { opacity: 0; transition: 0.3s ease; }
    
    &.ui-tabs-active:before, &.ui-tabs-active:after,
    &.ui-state-hover:before, &.ui-state-hover:after,
    &.ui-state-focus:before, &.ui-state-focus:after{ opacity: 1; }
    
    // this is the shadow under the text/mask
    &:before,
    &.ui-state-active.ui-state-hover:before,
    &.ui-state-active.ui-state-focus:before{
      content: "";
      position: absolute;
      z-index: -1;
      box-shadow: 0 2px 3px $color;
      top: 50%; bottom: 0px; left: 5px; right: 5px;
      border-radius: 100px / 10px; 
    }
    
    // this is the "diamond" mask that creates the
    // nice indent effect.
    &:after,
    &.ui-state-active.ui-state-hover:after,
    &.ui-state-active.ui-state-focus:after{
      content: ""; background: $background;
      position: absolute;
      width: 12px; height: 12px;
      left: 50%; bottom: -6px; margin-left: -6px;
      transform: rotate(45deg);
      box-shadow: 
        inset 3px 3px 3px $color, 
        inset 1px 1px 1px opacify($border,0.1);
      
    }
    &.ui-state-hover:before,
    &.ui-state-focus:before{
      box-shadow: 0 2px 3px $border;
    }
    &.ui-state-hover:after,
    &.ui-state-focus:after{
      box-shadow: 
        inset 3px 3px 3px $border, 
        inset 1px 1px 1px opacify($border,0.1);
    }
    &.ui-state-focus a {
      text-decoration: underline;  
    }
    
    &:focus { outline: none; }
    
    a {
      
      color: #444; text-decoration: none;
      
      &:focus { outline: none; }
      span { position: relative; top: -0.5em; }
      
    }
  }
}


.sexytabs.dark > ul {
  
  border-bottom-color: $darkborder;
  
  > li {
    
    background: $darkbackground;
    
    
    // this is the shadow under the text/mask
    &:before,
    &.ui-state-active.ui-state-hover:before,
    &.ui-state-active.ui-state-focus:before {
      box-shadow: 0 2px 3px $darkborder;
    }
    
    // this is the "diamond" mask that creates the
    // nice indent effect.
    &:after,
    &.ui-state-active.ui-state-hover:after,
    &.ui-state-active.ui-state-focus:after{
      background: $darkbackground;
      box-shadow: 
        inset 3px 3px 3px $darkborder, 
        inset 1px 1px 1px opacify($darkborder,0.2);
    }
    &.ui-state-hover:before,
    &.ui-state-focus:before{
      box-shadow: none;
    }
    &.ui-state-hover:after,
    &.ui-state-focus:after{
      box-shadow: inset 1px 1px 0px opacify($darkborder,0.1);
    }
    
    a {
      color: white;
    }
  }
}

// misc setup CSS.

img { 
  width: 60px; float: left; 
  margin: 0 1em 1em 0; border-radius: 3px; }

h1 { text-align: center; font-size: 20px;  }

.sexytabs { width: 90%; min-width: 360px; margin: auto; }
.contents { padding: 20px 50px; min-height: 200px; }

.darkpage { 
  
  background: #333; 
  color: white;
  
}

.darkpage,
.lightpage { padding: 50px 0; }


@media screen and (min-width: 1000px) {
  .darkpage,
  .lightpage { width: 50%; float: left; padding: 0; }
}

.customSwalBtn{
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 5px 0px 5px;
    padding: 10px 32px;
  }
  .customSwalBtn1{
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 5px 0px 5px;
    padding: 10px 32px;
  }
  .swal2-image {
    max-width: 100%;
    margin: 0.25em auto !important;
}
  .close {
    position: absolute;
    left: 96%;
    top: 13px;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    /* background-color: #5c5c5c; */
    cursor: pointer;
    text-decoration: none;
}
  input.fip {
    margin:auto;
    width: 80%;
    background: #f5f5f5;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
  .form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #f9f9f9;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.margin-below{
    margin-bottom: 1.2rem;
}
.form-control:focus {
    border-color: #7743ff;
    box-shadow: inset 0 1px 1px rgba(45, 45, 45, 0.07), 0 0 8px rgba(129, 129, 129, 0.6);
}
.btn2 {
  cursor:pointer;
    width: 80%;
    padding: 12px;
    border: 0;
    background: #3e7fb9;
    font-size: 1.1em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 3px 0px #3e7fb9;
    margin-top: 1.2rem;
    border-radius: .25rem;
}
.btn2:hover {
    color: #fff;
    background: #3e7fb9;
    border-color: #3e7fb9;
}
  .swal2-title {

    color: #3e7fb9 !important;
  }
  #pop-msg{
    font-size: 14px;
    color: red;
    font-weight: 700;
}
  .swal2-container{
    z-index:999999999 !important;
  }
@media(min-width: 325px) and (max-width: 767px) {
  
  .swal2-title {

    font-size: 25px !important;
  }
  input.fip {
    margin:auto;
    width: 100%;
  }
  .btn2{
    width:100%;
  }
}

.fixedoffer {
  position: fixed;
  width: 200px;
  height: 30px;
  margin: 0;
  padding: 0;
  top: 18%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedoffer .phonenumber {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedoffer .phonenumber span{
  width: 65px;
  height: 35px;
  float: left;
  background: #3e7fb9;
  font-size: 18px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.fixedoffer .phonenumber p{
  margin: 0;
  padding: 7px;
  color: #3e7fb9;
}
.phn{
  
    color: #3e7fb9;
    font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
}
.fixedoffer .phonenumber span i {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}
/*******/
.fixedcall1 {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 28%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedcall1 .phonenumber {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedcall1 .phonenumber span{
  width: 45px;
  height: 45px;
  float: left;
  background: #3e7fb9;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedcall1 .phonenumber p{
  margin: 0;
  padding: 7px;
  color: #3e7fb9;
}
.phn{
  
    color: #3e7fb9;
    font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
}
.fixedcall1 .phonenumber span i {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}

.fixedcall {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 48%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedcall a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedcall a span{
  width: 45px;
  height: 45px;
  float: left;
  background: #25D366;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedcall a p{
  margin: 0;
  padding: 7px;
  color: #25D366;
}
.fixedcall a svg {
  color: #fff;
  -webkit-animation: tada 1.25s infinite;
  -moz-animation: tada 1.25s infinite;
  -ms-animation: tada 1.25s infinite;
  animation: tada 1.25s infinite;
}
.fixedwhatapp {
  position: fixed;
  width: 180px;
  height: 45px;
  margin: 0;
  padding: 0;
  top: 57%;
  right: -135px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedwhatapp a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
  letter-spacing: .6px;
  text-decoration: none;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fixedwhatapp a span{
  width: 45px;
  height: 45px;
  float: left;
  background: #25D366;
  font-size: 25px;
  margin: 0 15px 0 0;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.fixedwhatapp a p{
  margin: 0;
  padding: 7px;
  color: #25D366;
}
.fixedwhatapp a svg {
  color: #fff;
  -webkit-animation: flipInY 1.25s infinite;
  -moz-animation: flipInY 1.25s infinite;
  -ms-animation: flipInY 1.25s infinite;
  animation: flipInY 1.25s infinite;
}
.fixedwhatapp:hover {
  right: 0;
}
@-webkit-keyframes tada {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
 @keyframes tada {
 0% {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
 10%, 20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 -ms-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 -ms-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%, 60%, 80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 -ms-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 -ms-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.fixedcall:hover {
  right: 0;
}
.fixedcall1:hover {
  right: 0;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}