* {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

@font-face {
  font-family: 'Recoleta Regular DEMO';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Recoleta-RegularDEMO.woff') format('woff');
  }
:root {
  --font1:'Poppins', sans-serif;
  --font2:'Roboto Slab', serif;
  --font3:'Nunito', sans-serif;
  
 }
body {
	margin:0;
	padding:0;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-family: var(--font1);

}
img{
  max-width: 100%;
}
a:hover{
  text-decoration: none;
}
ul, li {
  list-style: none;
  padding: 0;
}

img ,
h1,h2,h3,h4,h5,h6,p, span, ul, li, blockquote {
  padding: 0;
  margin: 0;
}
.section {
  position: relative;
}
.color-white{
  color: #fff!important;
}
p{
 
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 12px;
  font-family: var(--font1);
}
.padd-75{
  padding: 75px 0px;
}
.common-heading {
  margin: 0 auto 30px;
}
.common-heading h2{
  position: relative;
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 10px;
  color: #101010;
  font-weight: 800;
  font-family:var(--font3)
}
.common-heading.white-heading h2 , .white-heading p{
  color:#fff;
}

.common-heading:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e6ae95;
  margin: 0 auto;
}

.common-btn a {
  color: #fff;
  padding: 6px 2em;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
  background: #003c56;
  text-decoration: none;
  transition: .5s ease-in-out;
  font-family: var(--font1);
  text-transform: uppercase;
}


.common-btn a:hover{
  opacity: .75;
  transition: .5s ease-in-out;
}
.bg-color{
  background-color: #f7f7f7;
}

/* ---------banner css start------------ */

.banner-section {
position:relative;
text-align:center

}
.banner-section{
  background-image:url('../images/banner.jpg');
  height: 626px;
  background-size: cover;
}
.banner-section:before {
  position: absolute;
  content: "";
  background-color: #000000ba;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  
}
.banner-section .cover {
  position: absolute;
  width: 100%;
  top: 37%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.banner-section .cover .header-content h2 {
  font-size: 50px;
  line-height: 65px;
  color: #fff;
  font-family: var(--font2);
  text-transform:uppercase;
}

.banner-section .cover .header-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin:10px auto 20px;
  width: 70%;

}

.banner-section .cover .header-content a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: #003c56;
  padding: 10px 30px;
  transition: .3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}


.banner-section h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-section p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-section a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

/* ---------banner css end------------ */

/* ======about us css-============= */

.shape-img {
  position: absolute;
  top: 58%;
  z-index: -1;
  left:45px;
}
.about-bg{
  background-image:url('../images/about-bg.png');
}
.about-bg {
  background-image: url('../images/about-bg.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

/* =============about css end================== */

/* ===============cta section start================= */
section.cta-section {

  color: #fff;
  text-align:center;
  background-image:url(https://staging.wpcustomersupports.com/wp-content/uploads/2021/12/banner_slider_4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
section.cta-section:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  right:0;
  background: #007e65e0;
}
.cta-section h2 {
  font-size: 49px;
  line-height: 55px;
  padding-bottom: 15px;
  Color: #ffffff;
  font-weight: 800;
  text-align: center;
  font-family: var(--font1);
  text-transform: capitalize;
  letter-spacing: -0.6px;
}
.cta-content {
  padding: 100px 0;
}

.commom-btn a {
  border: solid 3px #f5f5f5;
  padding: 10px 30px;
  display: inline-block;
  color: #fff!important;
  margin-top: 20px;
	position: relative;
	transition: all 0.5s;
	z-index: 3;
}
.commom-btn a:hover,
.commom-btn a:active,
.commom-btn a:focus{
	color: #000 !important;
}
.commom-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.commom-btn a:active:before,
.commom-btn a:focus:before,
.commom-btn a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* ============cta section end================== */

/* ==========service section start================== */
 .service-section {
  background: url("../images/service-bg.png");
}
.service-box {
  position: relative;
  padding: 30px 23px;
  margin-bottom: 30px;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient( 160deg, rgb(6 58 80) 0, rgb(16 85 143 / 80%) 100%);
  transition:.3s ease-in-out;
  height: 400px;
}
.service-box:hover{
  background: linear-gradient( 
    160deg, rgb(32 145 193) 0, rgb(0 60 86) 100%);
    transition:.3s ease-in-out;
}

.service-content p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}
.service-content h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 27px;
  color:#fff;
}
.service-icon img {
  width: 130px;
}

/* ==========service section end================== */

 /*========================= how it work start============ */
 .how-it-work{
  background: #007e65;
 }

 .flowforequest {
	width: 100%
}

.flowforequestcircle {
	float: left;
	width: 100%;
	text-align: center
}

.flowcircleimagemask {
	float: none;
	width: 24%;
	position: relative;
	display: inline-block
}

.flowcircleimage {
	background-color: #fff;
	height: 80px;
	width: 80px;
	float: none;
	display: table;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  box-shadow: 0px 0px 30px 0px hsl(0deg 4% 16% / 28%);
}

.flowcirclecenterimg {
	display: table-cell;
	vertical-align: middle
}

.flowcircletitle {
	width: 100%;
	font-size: 18px;
	margin: 12px 0 7px;
	color: #fff;
	font-weight: 700
}

.flowcircletext {
	width: 100%;
	margin-bottom: 5px;
	font-size: 15px;
	color: #404040;
	font-weight: 500
}

.flowcirclecenterimgleft {
	float: left;
	width: 50%;
	text-align: right;
	position: relative
}

.flowcirclecenterimgleft img {
	float: right;
	width: 74%;
	margin: 0 0 10px
}

.animationarrow {
	float: left;
	left: 60%;
	margin: 0 auto;
	position: absolute;
	width: 20px;
	top: 2px
}

.flowcirclecenterimgright {
	float: right;
	position: relative;
	width: 50%;
	text-align: left
}

.animationarrow-vertical {
	float: left;
	left: 45%;
	margin: 0 auto;
	position: absolute;
	width: 20px
}

.flowcirclecenterimgright img {
	float: left;
	width: 74%;
	margin: 0 0 10px
}

.animationarrow img {
	position: absolute;
	width: 11px;
	top: 24px
}

.flowcirclecenterimgleft img:first-child {
	position: relative
}

.flowforequestcircle {
	float: left;
	width: 100%;
	text-align: center
}

.flowcircleimagemask {
	float: none;
	width: 24%;
	position: relative;
	display: inline-block
}

.arrowverticalflow {
	position: absolute;
	right: -85px;
	top: 35px
}

.arrowverticalflow img {
	width: 170px
}

.animationarrow-vertical img {
	position: absolute;
	width: 11px;
	top: -18px
}

.flowcirclecenterimgleftmobile {
	display: none;
	float: left;
	width: 100%
}

.flowforequestfirstarrow {
	float: left;
	width: 100%
}

.flowcirclecenterimgright .animationarrow {
	left: 34%;
	top: 23px
}

.flowcirclecenterimg img {
	width: 46px
}
.animationarrow img,
.animationarrow-vertical img {
	-webkit-animation: linear infinite alternate;
	-webkit-animation-name: run;
	-webkit-animation-duration: 3s
}
@-webkit-keyframes run {
	0%,
	100% {
		left: 0
	}
	50% {
		left: 100%
	}
}
/* ============how work end============ */


/* ==========choose ussection============== */

.chooseus-list li {
  padding-bottom: 12px;
  position: relative;
  padding-left: 23px;
}
.chooseus-list li:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f05d";
  left: 0;
  color: #003c56;
  font-size: 17px;
}
.chooseus-list h3 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 24px;
}
/* ==========choose ussection============== */

/* =========feature css start============= */
.features-section {
  background: #007e65;

}
.features-section .item {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 260px;
  transition: .5s ease-in-out;
}
.features-section .item:hover{
  transition: .5s ease-in-out; 
  margin-top:-10px;
} 
.item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}
.item p{
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item img {
  width: 60px;
  margin-bottom: 15px;
}
/* =========featurecss End============= */


/* ============hiring-section css start============== */

.hiring-section .hiring-content {
  background: #104CBA;
  padding: 40px;
  border-radius: 5px;
  color: #fff;
}
.hiring-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.hiring-content .hiring-box i {
  font-size: 55px;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background: #285ec1;
  line-height: 130px;
  margin: 10px 0 20px;
}
.hiring-section {
  background-image: url('../images/about-bg.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}
.pay-icon a {
  background: #fff;
  color: #fff;
  padding: 5px 0px 5px;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 3px;
  border-radius: 3px;
}

/* ============hiring-section css end============== */


/* -------------footer css start---------------- */

footer.footer-area {
  color: #dfdfdf;
  background-color: #2e2f30;
}

footer.footer-area ul li{
  border-bottom: 1px dashed rgb(221 215 215 / 50%);
  position: relative;
  padding: 10px 0px 10px 0px;
  line-height: 20px;
  font-size: 15px;
  background: none;
  margin-bottom: 6px;
  transition: .3s ease-in-out;
}
footer.footer-area ul li:hover {
  padding-left: 4px;
  transition: .3s ease-in-out;
}

footer.footer-area ul li a{
  color: #fff;
  text-decoration: none;
}
.single-footer-widget h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.single-footer-widget h4 {
    font-size: 20px;
    margin: 20px 0 15PX;
}
 .blog ul li a {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.copyright-area p{
  color: #fff;
}
footer.footer-area ul.social-icons li{
  padding: 10px 15px 10px 0px;
  border-bottom: none;
 
}
footer.footer-area p{
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}

.footer-bottom{
  background: #2d2c2c;
  padding: 8px 0 8px;
}
.footer-bottom p{
  font-size: 15px;
	margin: 0;
}
.footer-widget__logo img{
  width: 78px;
}

/* -------------footer css end---------------- */


/* =========aboutus page css start============== */

.inner-banner {
  position: relative;
}
.inner-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* right: 0; */
    text-align: center;
}
.inner-banner-content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
}
.common-heading.text-left {
  margin-bottom: 0;
}
/*========= about us End==================== */

/* ===========Contact page start============*/
.contact-information {
  background-image: linear-gradient( 
    250deg,#003c56,#094f7f);
  padding: 50px 21px;
  border-radius: 5px 5px 5px 5px;
  height:365px;
  color: #fff;
}
.card-box {
  margin-top: 40px;
}
.card-box h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
}
.card-box h4{
  margin-bottom: 15px;
  font-size: 22px;
}
.formify_box form input {
  height: 47px;
  margin-bottom: 20px;
}
.contact-details li a {
  color: #fff;
  padding: 4px 0;
  display: inline-block;
  font-size: 16px;
}

.contact-details li span {
  background-image: linear-gradient( 275deg,#fff,#fcfcff);
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 5px;
  color: #094f7f;
  display: inline-block;
}
.contact-details li {
  margin-bottom: 25px;
}
.contact-details li span i{
  font-size: 20px;
  line-height: 48px;
  color: #03228f;
}
.social-info ul.social-icons li {
  padding-right: 16px;
  font-size: 25px;
}
.social-info .social-icons li a i {
  font-size: 20px;
}

/* ======contact page css end========== */

/* =============pricing table css start=============*/

 .pricing-section {
  background: #1d232f;
} 

.pricing-table1 #basic .price {
  background: #209de1;
}
.pricing-table1 #agency .price {
  background: #0b7bba;
}
.pricing-table1 #enterprise .price {
  background: #045b8c;
}
.pricing-table1 .price {
  padding: 40px 0;
  color: #f4f4f4;
  display: block;
}
.pricing-table1 .pricing-plan {
  background: #fff;
  text-align: center;
 
  
}

ul.price-list li {
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  height: 72px;

}

ul.price-list:hover {
  background:#1999f0;
  transition: .2s;
}
ul.price-list:hover li{
  color: #fff;
  transition: .2s;
}
.pricing-table1 .col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.signup-btn {
  padding: 30px 0;
}
.signup-btn a {
  background: #003c56;
  color: #fff;
  padding: 10px 40px;
  border-radius: 4px;
}
/* =============pricing table css End=============*/

/* ==========Web development page css start======== */

.indust-box  {
  align-items: center;
  width: 18.5%;
  padding: 20px 0px;
  position: relative;
  margin: 30px 5px 20px;
  text-align: center;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.industries-We-Serve.industr-inner .indust-box {
width: 100%;
   margin: 0;
  margin-bottom: 30px;
}
.industries-We-Serve.industr-inner .indust-box:hover .indust-box-1 {

  width: 100%;
}
.industries-We-Serve.industr-inner .indust-box:hover .indust-box-1

.indust-box img{
  width: 60px;
}
.flex-box{
  display: flex;
}
.indust-box h4 {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.indust-box img{
  width: 60px;
}
.indust-box-1 {
  position: absolute;
  display: none;
  padding: 20px 9px;
  left: 0;
  right: 0;
  background: #007e65;
transition-duration: .25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.indust-box-1 img{
  width: 60px;
}

.industries .indust-box h4{
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #455963;

}
.indust-box-1 h4{
  color: #fff;
}
.indust-box:hover .indust-box-1{
  display: block;
  top:0;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.about-content ul li {
  padding: 5px 0px 5px 22px;
  position:relative;
  font-family: var(--font3);
  font-size: 17px;
  line-height: 28px;
  color: #0e0e0e
}
.about-content ul li:before {
  position: absolute;
  left: 0;
  color: #1672b0;
  content: "\f046";
  font-family: FontAwesome;
}
/* ==========Web development page css End======== */


@media(max-width:767px){
  .features-section .item {
   
    height: auto;
  }
  .banner-section .cover .header-content h2 {
    font-size: 34px;
    line-height: 55px;
  }
    .banner-section .cover {
    
      top: 21%;}

  .banner-section .cover .header-content p {

    width: 100%;
  }

  .common-heading h2 {
 
    font-size: 29px;
    line-height: 37px;
  }
  .cta-section h2 {
    font-size: 38px;
    line-height: 49px;}
    .flowcircleimagemask {

      width: 100%;
      margin-bottom: 15px;
    }
    .arrowverticalflow , .flowcirclecenterimgleft , .flowcirclecenterimgright {
   
      display: none;}
      .hiring-content h3 {
        font-size: 20px;
       
        line-height: 30px;
    }
    .top-header a {
      color: #fff;
      font-size: 14px;
    }
    .call-us {
      float: none;
    }
    .indust-box h4 {
      margin-top: 10px;
      line-height: 20px;
  }
    .indust-box {
      width: 47.5%;
      margin: 5px auto 5px;
     }
  
}

.da-slider{
    width: 100%;
    min-width: 520px;
    height: 500px;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    background: transparent url(https://freelancerwebdevelopment.com/wp-content/uploads/2021/04/php_development.png) repeat;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
    -webkit-transition: background-position 1.4s ease-in-out 0.3s;
    -moz-transition: background-position 1.4s ease-in-out 0.3s;
    -o-transition: background-position 1.4s ease-in-out 0.3s;
    -ms-transition: background-position 1.4s ease-in-out 0.3s;
    transition: background-position 1.4s ease-in-out 0.3s;
}

section.main_bannerr:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(7 60 82 / 91%) !important;
    top: 0;
    left: 0;
}

.da-slide {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    transform: inherit;
    left: 100px;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}

.slide_cont {
    padding-top: 0px;
}


.da-slide-current{
    z-index: 1000;
}
.da-slider-fb .da-slide{
    left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
    left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
    position: absolute;
    opacity: 0;
    left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
    left: 10%;
    opacity: 1;
}
.da-slider-fb .da-slide .da-img{
    left: 60%;
    opacity: 1;
}


.da-slide h2 {
    color: #fff;
    font-size: 65px;
    width: auto;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 10;
    line-height: normal !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-weight: 600;
    font-family: 'Poppins';
    padding-bottom: 10px;
    position: unset !important;
}


.da-slide p {
    width: 80%;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    height: auto;
    overflow: hidden;
    font-weight: 400;
    font-style: unset;
    font-family: 'Poppins';
    position: unset !important;
}

.da-slide .da-img {
    text-align: center;
    width: 30%;
    top: 0;
    height: 100%;
    line-height: 320px;
}

.da-img img {
    filter: drop-shadow(2px 4px 10px #0F53C0);
}

a.da-link {
    background: -webkit-linear-gradient(0deg, #003c56 0%, #03212e 100%) !important;
    line-height: 42px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: none !important;
  position:unset!important;
    color: #fff !important;
    display: inline-block !important;
    font-weight: 500 !important;
    font-family: 'Poppins' !important;
    text-transform: uppercase !important;
    margin-top: 30px;
	margin-left: -10%;
	position: relative !important;
}
a.da-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	    
}
a.da-link:active:before,
a.da-link:focus:before,
a.da-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.da-slide .da-link:hover{
    background: rgba(255,255,255,0.3);
}
.da-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 20px;
    z-index: 2000;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 3px;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
}


.da-dots span.da-dots-current:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%) !important;
    cursor: pointer;
    z-index: 2000;
    opacity: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset, 1px 1px 1px rgba(255,255,255,0.1);
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}

.da-slider:hover .da-arrows span{
    opacity: 1;
}
.da-arrows span:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: transparent url(../images/arrows.png) no-repeat top left;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
    background-position: top right;
}
.da-arrows span.da-arrows-prev{
    left: 15px;
}
.da-arrows span.da-arrows-next{
    right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
    left: 10%;
    opacity: 1;
}
.da-slide-current .da-img{
    left: 56%;
    opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
    -webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
    -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
    -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
    -webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    -moz-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    -o-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    -ms-animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
    animation: fromRightAnim4 0.6s ease-in 0.8s both !important;
}
@-webkit-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
    -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
    -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
    -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
    -webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
    -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
    animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
    -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
    animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
    -webkit-animation: toRightAnim3 0.4s ease-in both;
    -moz-animation: toRightAnim3 0.4s ease-in both;
    -o-animation: toRightAnim3 0.4s ease-in both;
    -ms-animation: toRightAnim3 0.4s ease-in both;
    animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
    -webkit-animation: toRightAnim4 0.6s ease-in both;
    -moz-animation: toRightAnim4 0.6s ease-in both;
    -o-animation: toRightAnim4 0.6s ease-in both;
    -ms-animation: toRightAnim4 0.6s ease-in both;
    animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
    -webkit-animation: toLeftAnim1 0.6s ease-in both;
    -moz-animation: toLeftAnim1 0.6s ease-in both;
    -o-animation: toLeftAnim1 0.6s ease-in both;
    -ms-animation: toLeftAnim1 0.6s ease-in both;
    animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
    -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
    -webkit-animation: toLeftAnim3 0.4s ease-in both;
    -moz-animation: toLeftAnim3 0.4s ease-in both;
    -o-animation: toLeftAnim3 0.4s ease-in both;
    -ms-animation: toLeftAnim3 0.4s ease-in both;
    animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
    -webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

.da-slide h4 {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px !important;
    font-size: 16px;
}

.da-img img {
    width: 68%;
    height: auto;
    object-fit: contain;
}

section.main_bannerr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.4);
    top: 0;
    left: 0;
    z-index: 9;
}

section.main_bannerr {
    position: relative;
	z-index: 0;
}

.serimage img {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
}

.slide_cont.wow.fadeInUp {
    width: 70%;
    float: left;
}

.da-img.wow.fadeInDown {
    display: flex;
    align-items: center;
}

.slide_img.first-img-1 .da-img {
    align-items: center;
}
.single-footer-widget ul.menu {
    padding-left: 0;
    margin-left: 0;
}
.single-footer-widget ul.list {
    margin-left: 0;
}

.single-footer-widget.blog {
    text-align: center;
    margin-top: 26px;
}

.single-footer-widget.blog img {
    width: 58px;
    height: 34px;
    object-fit: contain;
    object-position: center;
}

.single-footer-widget .wpcf7 .wpcf7-form-control {
    border-radius: 2px;
    padding: 6px 11px;
    max-height: 85px;
    font-size: 14px;
    border: 0;
}
.single-footer-widget .wpcf7 .form-group {
    margin-bottom: 8px;
}
.single-footer-widget .wpcf7 .wpcf7-submit {
    background: #3c7e67;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
	position: relative;
	z-index:3;
}
.single-footer-widget .wpcf7 .wpcf7-submit:hover,
.single-footer-widget .wpcf7 .wpcf7-submit:active,
.single-footer-widget .wpcf7 .wpcf7-submit:focus{
	color: #3c7e67;
}
.single-footer-widget .wpcf7 .wpcf7-submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.single-footer-widget .wpcf7 .wpcf7-submit:active:before,
.single-footer-widget .wpcf7 .wpcf7-submit:focus:before,
.single-footer-widget .wpcf7 .wpcf7-submit:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
section.contact-section .formify_box {
    margin-top: 60px;
}
.contact-information .contact-details ul {
    margin: 0;
}
section.contact-section .formify_box {
    margin-top: -6px;
}
section.contact-section .formify_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    width: fit-content;
    border-bottom: 1px solid #02405e;
    padding-bottom: 8px;
    font-weight: bold;
}
section.contact-section .formify_box .wpcf7-form-control {
    padding: 10px 20px;
    max-height: 184px;
    border-radius: 5px;
}
section.contact-section .formify_box .wpcf7-submit {
    background: -webkit-linear-gradient(0deg, #003c56 0%, #03212e 100%) !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 37px;
}
section.contact-section .formify_box .wpcf7-submit:hover,
section.contact-section .formify_box .wpcf7-submit:active,
section.contact-section .formify_box .wpcf7-submit:focus{
	background: #000;
}
.blog-section .card h4 {
    font-size: 23px;
    margin-bottom: 16px;
}
.blog-section .card p {
    font-size: 15px;
    line-height: 25px;
}
.blog-section .card .card-footer{
	padding:0;
}
.blog-section .card .card-footer a {
    font-weight: bold;
    color: #3b7e66;
	padding: 15px;
	position: relative;
	    display: block;
	z-index: 2;
	transition: all 0.5s;
}
.blog-section .card .card-footer a:hover,
.blog-section .card .card-footer a:active,
.blog-section .card .card-footer a:focus{
	color: #fff;
}
.blog-section .card .card-footer a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #3b7e66;
    z-index: -1;
	transition: all 0.5s;
}
.blog-section .card .card-footer a:hover:after,
.blog-section .card .card-footer a:active:after,
.blog-section .card .card-footer a:focus:after{
	height:100%;	
}
figure.wp-block-image {
    max-width: 416px;
}
.post-thumbnail img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    /* float: right; */
    /* max-width: 350px; */
    /* border: 1px solid #ddd; */
    /* padding: 5px; */
    width: 100%;
}
/* comments  desine setup */

div#comments {
    background: #f5f5f5;
    padding: 35px 30px;
    outline-offset: -10px;
    outline: 1px solid #ccc;
	margin-top: 40px;
}
div#comments input, div#comments textarea {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
	max-height: 150px;
}
div#comments input#wp-comment-cookies-consent {
    width: auto;
}
div#comments input#submit {
    width: auto;
    font-size: 14px;
    color: #fff;
    background-color: #3b7e66;
    padding: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
}
div#comments input#submit:hover,
div#comments input#submit:active,
div#comments input#submit:focus{
	background-color: #373535;
}

/* comments  desine end */
@media(max-width:1199px){
	.da-slide h2 {
		font-size: 40px;
	}
	a.da-link {
		margin-top: 4px;
	}
	.da-slide {
		left: 60px;
	}
	.da-slider {
		height: 423px;
	}
}

@media(max-width:991px){
	.call-us {
		float: inherit;
	}
	.top-header {
		text-align: center;
	}
	.contact-information .contact-details ul {
		margin-left: 0;
	}
	.contact-details li span {
		min-width: 39px;
		height: 39px;
		line-height: 39px;
		width: 39px;
	}
	.contact-details li span i {
		font-size: 13px;
		line-height: 32px;
	}
	.contact-details li a {
		word-break: break-all;
	}
}
@media(max-width:767px){
	.slide_img.first-img-1 .da-img{
		display: none;
	}
}
@media(max-width:575px){
	.da-slide p {
    	width: 100%;
	}
	.slide_cont.wow.fadeInUp {
		width: 100%;
		text-align: center;
		padding: 15px;
	}
	.da-slide {
	    left: 0;
	}
	.padd-75 {
		padding: 36px 0px;
	}
	section.chooseus-section .chooseus-list ul {
		margin-left: 0;
	}
	.common-heading {
		margin: 0 auto 17px;
	}
	.da-slider {
		min-width: 100%;
	}
	.da-slide h2 {
    	font-size: 24px;
	}
	.da-slide p {
		font-size: 14px;
	}
	.indust-box {
		width: 100%;
		margin: 5px auto 5px;
		border-bottom: 1px solid #ddd;
	}
	.inner-banner-content h2 {
		font-size: 30px;
	}
	
}

