/*!
Theme Name: strategic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: strategic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
body{
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.sti-header{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  background-color: #fff;
  z-index: 999999999;
  box-shadow: 0px 0px 5px #0003;
}
.navbar-container{
    padding-top:15px;
    padding-bottom:15px;
}
.sub-header{
  background-color: #191530;
  padding: 12px;
}
.sub-header a{
 float: right;
 margin-right: 25px;
 text-decoration: none;
  color: #fff;
}
.sub-header a i{
  color: #de1b77;
  font-size: 18px;
}
.sti-title-section{
  text-align:left;
  position: relative;
}
.sti-title-section .container{
	background-color:#fff;
	position:relative;
}
.sti-title-section.bg-blue .container{
	background-color:#191530;
}
.single.single-page .entry-footer,
.post-navigation{
    max-width: 650px;
    margin: 0 auto;
}
.comment-form {
    max-width: 100%;
}
.sti-title-section.bg-blue .container h2{margin-bottom:0;}
.sti-title-section h2{
  position:relative;
  vertical-align:middle;
  color: #333;
  display:inline-block;
}
.our-partners .sti-title-section h2{
  color: #fff;
	font-weight: bold;
}
.our-partners .sti-title-section .left-bar{
  background-color: #fff;
}
.sti-title-section .left-bar{
  width: 30%;
  height: 1px;
  background-color: #000;
  display:inline-block;
  vertical-align:middle;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 20px;
}
.vid-wid{
  width:100%;
}
.play-video{
  z-index: 9;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.play-video iframe{
  position: absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.vid-wid img{
  width:100%;
  height: 360px;
}
.exam-hei{
  height: 100%;
}

.clr-sec{
 font-size: 30px;
  color: #fff;
  text-align: center;
 height: 100%;
 position: relative;
}
.clr-sec ul{
  text-align: left;
  list-style: none;
  margin: 0px;
  margin-left: 0px;
  left: 0px;
  width: auto;
  padding-top: 100px;
}
.clr-sec ul li a{
  color:#fff;
  text-decoration:none;
  font-size: 24px;
  font-weight: 700;
}
.clr-sec ul li:hover {
    transform: translateX(5px);
/* 	-ms-transform: scale(1.3);  
  -webkit-transform: scale(1.3); 
  transform: scale(1.3); 
  transition-delay: .1s;
  transition-duration: 0.5s; */
}
.menu-container{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  z-index: 99999999999;
  background: rgba(255,255,255,.9);
  opacity: 0;
  visibility: hidden;
}
.active-menu .menu-container{
    opacity:1;
    visibility:visible;
}
.open-menu{
/*     float: right; */
    font-size: 30px;
    color: #191530;
/*     margin-top: -8px; */
}
.navbar{
  padding: 30px 40px;
  font-size: 20px;
  background-color: #fff !important;
}
.navbar-dark .navbar-brand{
  color:black;
  
}
/* .navbar-light .navbar-brand{
  margin-right: 70px;
} */
.navbar-nav {
  padding-left: 60px;
}
.navbar-nav li{
  margin-right: 80px;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-left:0;
  padding-right: 0;
  color: #000;
}
.navbar li:last-child{
  margin-left: 100px;
  font-size: 30px;
}
.btn-outline-success{
  color: #fff;
  background-color: #3ccbdb;
  padding: 10px 16px;
  border: none;
}
.btn-outline-success:hover{
  background-color: #191530;
}
.my-banner{
  background-image: url(../../../../dev.strategicinfinity.com/wp-content/uploads/2021/04/banner.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner-left-center{position: relative;width: 100%;z-index: 999;height:100%;}
.banner-left-center .container,
.banner-left-center .row{
	position:relative;
	height:100%;
}
.banner-left-center .col-md-6{
	position:relative;
}
.banner-left-center .carousel-row23{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
}
.banner-left-center .digital-mar ul{
	margin-top:0;
	position:absolute;
	bottom: 5%;
}
.banner-left-center .container,
.banner-bottom-right .container{
  /*max-width:1160px;*/
}
.banner-left-center h1{
   font-size: 2.5rem;
   color: #fff;
   word-spacing:5px;
   line-height: 48px;
   letter-spacing:1px;
   margin-bottom: 20px;
}
.banner-left-center p{font-size: 1.1875rem;color: #3ccbdb;}
.banner-bottom-right{
    position:absolute;
    bottom: 12%;
    right:0;
    width: 100%;
    z-index: 9999;
}
.digital-mar h3{
	text-align: right;
	font-size: 1.125rem;
	margin-bottom: 20px;
	color: #fff;
}
.digital-mar ul{
  font-size: 1.2rem;
  color: #fff  !important;
  list-style: none;
  float: left;
  margin-right: 0px;
  line-height: 50px;
  padding: 0px;
  padding-left: 30%;
}
.digital-mar ul li i{
    font-size: 0.875rem;
    margin-right: 15px;
}
.sec-space{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.book-sec h3,
..book-sec h2{color: #fff;}
.featured-sec.sec-space{
	padding-bottom:80px;
}
.sec-quote{
    padding-bottom: 56px;
    background-color: #de1b77;
    padding-top: 45px;
    color: #fff;
}
.sec-service{
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.sec-service img{
  margin-bottom: 20px;
  width: 50px;
}
.sec-service h2{
  margin-bottom: 60px;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
}
.sec-service h3{
  font-size: 18px;
  text-transform: uppercase;
}
.sec-service a:hover{
	color: #de1b77;
}
.sec-service h3 a{
	color:#000;
	text-decoration:none;
}
.your-inn h2{
  font-size: 40px;
  font-weight: bold;
}
.your-inn h5{
  font-size: 18px;
  margin-bottom: 20px;
}
.your-inn p{
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 24px;
  text-align: justify;
  margin-top: 20px;
  padding-right:50px;
}
.comprehen h6{
  font-size: 18px;
  color: #de1b77;
  text-transform: capitalize;
}
.comprehen p{
  font-size: 12px;
}
.comprehen img{
    width: 100%;
    max-width: 70px;
    float: right;
    margin-right: 11px;
}
.comprehen .col-md-3{
    padding-right:0px;
    padding-left:0px;
}
.banner-2{
 position: relative;
 background-repeat: no-repeat;
 background-position: center;
 z-index: 0;
}
.carousel-row .col-md-2{padding-left:30px;padding-right:30px;outline:none;}
.carousel-row .col-md-2:focus{outline:none;}
.project-box{
  position:relative;
}
.project-box:after{
  content:'';
  height:50%;
  background-color:#de1b77;
  position:absolute;
  top:50%;
  left:-20px;
  right:-20px;
  z-index:-1;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  border-radius:10px;
  opacity:0;
  visibility:hidden;
}

.slick-current .project-box:after{
  opacity:1;
  visibility:visible;
}
.project-box img{width:100%;}
.project-box .mockup{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  opacity:0;
  visibility:hidden;
}
.slick-current .project-box .mockup{
	
  opacity:1;
  visibility:visible;
}
.featured-sec{
  margin-top: 0px;
  padding-bottom: 140px;
}
.featured-sec h2{
  text-align: center;
  margin-bottom: 60px;  
  font-weight: bold;
}
.featured-sec .slick-prev,
.featured-sec .slick-next{
	bottom: -70px;
	transform: translate(0,0);
	top: auto;
	z-index: 99999;
	background-color: #de1b77;
	color: #fff;
}
.featured-sec .slick-next{right: 47%;}
.featured-sec .slick-prev{left: 47%;}
.featured-sec .slick-prev:before, 
.featured-sec .slick-next:before{
    display:none;
}
.sec-space-30{
  padding-left: 30px;
padding-right: 30px;
}
.sec-project{
  padding-top: 0px;
  padding-bottom: 0px;
}
.seo-sec{
  text-align: left;
  margin-left: 30px;
 font-size: 18px;
}
.need-more{
  margin-top: 0px;
}
.sec-want img{
  margin-bottom: 20px !important; 
}
.need-sec img,h3,p{
 margin-bottom: 30px;
}
.need-sec h3{
  font-size: 14px;
  margin-bottom: 20px;
}
.need-sec p{
  font-size: 12px;
}
.need-sec h5{
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
}
.wtd-box{
  padding:0px 20px;
}
.wtd-box img{
  width:45px;
  margin-bottom:20px;
}
.example{
  margin-bottom: 0px;
}
.example h2{
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}
form.example select {
  padding: 16px 16px;
  font-size: 17px;
  border: 1px solid grey;
  width: 30%;
  background: #FFF;
  margin: 0px -5px;
  border: none;
  color: #9a9a9a;
}
form.example .popup-contact32 {
  padding: .4em 1.7em;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border: none;
  text-decoration:none;
  border-radius:.25rem;
  margin-left:10px;
  margin-right:10px;
  vertical-align: middle;
}
.banner-3{
  position: relative;
  color: #fff;
  padding-bottom: 190px;
}
.banner-3 h2{
  margin-bottom: 8px;  
	font-weight: bold;
}
.banner-3 h4{
    margin-bottom: 40px;
    line-height: 28px;
}
.banner-3 h3{
  margin-bottom: 5px;
}
.slide {
  position: relative;
}
.testi-arrows{
    position:absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #de1b77;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
}
.test-arrow-left{
    left: -40px;
    right: auto;
}
.test-arrow-right{
    margin-left: 0px;
}
.lorem-sec{position:relative;}
.coma-sec{
  position: absolute;
  left: 0px;
  top: 4%;
}
.testi-arrows i{color:#fff;}
.carousel-row{
  margin-left: 0;
}
.testimonial-col{
  padding-left: 5px;
  padding-right: 5px;
}
.testi-col-inner{
	position:relative;
}
.row-cont{
	background-color:#fff;
    color: #333;
    padding: 30px;
    box-shadow: 0px 1px 5px #0000004a;
    margin: 10px;
}
.testi-col-inner p{
	font-size:16px;
}
.testi-col-inner p{margin-bottom:0px;}
.testi-img,
.testi-col-inner img{width:100%;border-radius: 50% !important;}
ul{
  font-family: 'Public Sans', sans-serif;
}
h1,h2,h3,p{
  font-family: 'Public Sans', sans-serif;
}
.brand-sec{
  background-color:#191530;
  padding-left: 8%;
}
.brand-sec h3{
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.brand-logo{
  margin-top: 40px;
}
.brand-logo1{
  margin-top: 80px;
}
.blog-sec{
  margin: 0px;
}
.blog-sec h3{
  margin-bottom: 30px;
  font-weight: bold;
}
.blog-sec1 h3{
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    min-height: 120px;
}
.blog-sec1 h3 a{text-decoration:none;color:#000;}
.Moment-sec{
  border-bottom: 0px solid #191530;
}
.clr-pk{
  background-color: #de1b77 ;
}
.clr-bl{
  background-color:#191530 ;
}
.inner-sec{
  text-align: center;
  color: #fff;
  padding: 50px;

    text-transform: uppercase;
    min-height: 219px;

}
.inner-sec h4{
  font-size: 30px;
}
.inner-sec h3{
  font-size: 40px;
  margin-bottom: 0;
}
.inner-sec p{
  font-size: 18px;
}
.infinity-sec{
  background-color: #3ccbdb;
  color: #fff;
  margin-top: 18px;
}
.strategic-sec{
  padding: 60px;
}
.strategic-sec h1{
  font-size: 30px;
}
.strategic-sec p{
  font-size: 15px;
}
.foot-sec{
  background-color: #fff;
}
.foot-sec h4{
 font-size: 15px;
 color: #de1b77 ;
 font-weight: 700;
}
.foot-sec h4 a{
 color: #de1b77 ;
 text-decoration:none;
}
.foot-sec h4 a:hover,
.foot-sec1 ul a:hover,
.foot-sec1 h4 a:hover{
	color: #3ccbdb;
}
.foot-sec ul a{
  font-size: 13px;
  text-decoration: none; 
  color: #000;
}
.foot-sec p{
  color: #000;
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
}
.sec-foot2{
  padding: 100px 0px;
}
#frequent-lst{
  list-style: none;
  display: block;
  color: #fff;
  text-align: right;
}
#frequent-lst li{display:inline-block;margin-right:15px;}
#frequent-lst li:last-child{margin-right:0;}
#frequent-lst li a{color:#fff;}

.foot-cpr{
  background-color: #de1b77;
  padding-top: 20px;
  color: #fff;
}
form.example1 button {
  padding: 4px 30px;
  background: #de1b77;
  color: white;
  font-size: 14px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border: none;
  float: right;
  margin-top: 4px;

}
.subs-sec{
  padding: 0;
}
.slick-next {
  right: 20px;
}
.blog-sec1 img{
    width:100%;
}
.blog-desc{
}
.bottom-bar{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #de1b77;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 99;
}
.fix-bar .bottom-bar {
  position:absolute;
  bottom: 60px;
}
.bottom-bar p{
    margin-bottom:0px;
}
.bottom-bar a{
  color:#000;
  text-decoration:none;
  margin-left:10px;
}
.bottom-bar a:hover{
  text-decoration:underline;
}
.foot-list{
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom: 15px;
}
.phon-sec2{
     display: none;
	}
.req-sec1{
	display: none;
}

/* .slick-next:before {
  font-size: 35px;
  background-color: #000;
  content: "<" !important;
  padding: 8px;
}
.slick-prev:before{
  font-size: 35px;
  background-color: #000;
  content: ">" !important;
  padding: 8px;
}
.slick-prev, .slick-next {
  top: 100%;
  padding: 10px 0px;
  left: 47%;
}
.slick-next {
  top: 100%;
  padding: 10px 40px;
  
} */
@media only screen and (max-width: 780px){
	
	.section-blogs{
		padding-top: 80px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 0px !important;
	}
	.btn-innerpage-sec{
		    padding: .4em 1.6em !important;
	}
	.sec-p .m-top{
		padding-top: 50px;
	}
	.blog-sec h3{
		margin-bottom: 0px;
	}
	.sec-top{
		padding-top: 40px;
	}
	.our-sec{
		padding-top: 50px !important;
	}
	.our-sec .sti-title-section .sec-m{
		margin-bottom: 0px !important;
	}
	.wtd-box-pad{
		padding-top: 40px;
	}
	.need-more{
		margin-top: 60px;
	}
	
	.sec-p,.sec-space{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.banner-left-center .col-md-6{
		position: initial;
	}
	.phon-sec2{
		display: block;
		text-decoration: none;
    	color: #000;
		margin-top: 35px;
   		padding: 0px 10px;
    	vertical-align: middle;
}
	.clr-sec .phone-sec button{
		text-align: center;
		display: inline-block;
		margin-top: 5px;
		padding: 7px;
		border-radius: 5px;
	}
	.clr-sec .phone-sec a, .clr-sec .phone-sec button{
		font-size: 15px !important;
	}
	
	.req-sec1{
		display: block;
		color: #000;
    	border-radius: 5px;
    	padding: 1px 10px;
    	padding-top: 0;
    	vertical-align: middle;
	}
  .banner{
      padding: 170px 0px;
  }
      .team-para {
        margin-top: 0 !important;
        margin-left: 0px !important;
        margin-bottom:30px;
    }
    .market-se{
    	min-height:auto !important;
    	margin-bottom:0px !important;
    }
  form.example .popup-contact32{
      display:block;
      margin-left: 0;
      margin-right: 0px;
  }
  .sti-title-section .left-bar{
        width: 30px;
        margin-right: 10px;
  }
  .featured-sec .slick-next{
      right:37%;
  }
  .featured-sec .slick-prev {
        left: 37%;
    }
  .sti-title-section{text-align:center;}
  .your-inn p{padding-right:0;margin-bottom:0;}
  .carousel-row .col-md-2{
      padding-left:10px;
      padding-right:10px;
  }
  .project-box:after{
      left:-10px;
      right:-10px;
  }
  form.example select,
  form.example button{
      width:100%;
  }
  .brand-sec{padding-left:0;}
  .client-logo{margin-bottom:10px;}
  .banner h1 {
      font-size: 48px;
  }
  .digital-mar ul {
      margin-right: 70px;
  }
  .my-banner {
      background-position: center;
      height: 86vh;
  }
  .my-banner video{
  	transform: scale(3.5) !important;
  }
  .your-inn {
      text-align: center;
	  padding-bottom: 50px;
  }
  .vid-wid img{
      width: 100%;
  }
  .mob-back img {
      width: 31%;
  }
  .mob-cen img {
      width: 100%;
  }
  .blog-sec img {
      width: 100%;
  }
  .Moment-sec img{
      width: auto;
  }
  .blog-sec1{
      margin-bottom: 30px;
  }
  .subs-sec {
      padding: 12px;
  }
  #frequent-lst a {
      padding: 10px;
  }
  .slick-next {
      right: 0px;
  }
  .slick-prev {
      left: -50px;
  }
  .stay-form button {
    padding: 7px 20px !important;
}
	.phon-sec1{
     display: none;
	}
	.req-sec{
	display: none;
	}
	
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c9;
}
.site-footer{
    position:relative;
}
.wtd-box ul{
    margin:0;
    padding:0;
    list-style:none;
    text-align:left;
    display: inline-block;
}
.wtd-box ul li{
  margin-bottom:5px;
  font-size: 12px;
  font-weight: 600;
}
.wtd-box ul li i{
    font-size: 9px;
     background-color: #191530;
    color: aliceblue;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    vertical-align:middle;
    display:inline-block;
    margin-top:-3px;
    margin-right: 5px;
}
.op-0{
	    visibility: hidden;
}
.our-partners img{
  max-width: 100%;
  max-height: 70px;
}
.sub-head{
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.modal-close{
  position: absolute;
  top: -20px;
  right: -20px;
  width: 35px;
  height: 35px;
  background-color:#000;
  color:#fff;
  text-align:center;
  border-radius: 50px;
  line-height: 12px;
  padding: 0px;
  border: 0px;
  font-size: 28px;
}
#youtubeVideo .modal-dialog{
  width:100%;
  max-width: 590px;
}
.modal-close span{
  position:relative;
  top:-2px;
}
.popup-contact{
  cursor:pointer;
}
.inner-sec p{
  margin-bottom:0px;
  width: 100%;
}
/* fluid 5 columns */
.grid-sizer,
.grid-item {     width: 15%;margin-bottom:30px; }
/* 2 columns */
.grid-item--width2 { width: 20%; }
.brand-srh img{
	width: 100%;
}
/* .pos-relative{
	position: relative;
}*/
.brand-srh{
	z-index: -1;
    
}
.market-se{
	 background-color: #fff;
	 padding: 35px;
	 z-index: 1;
	 position: relative;
	 min-height: 508px;
}
.market-se p{margin-bottom: 15px;}
.market-se p:last-child{margin-bottom: 0px;}
.team-para{
    margin-top: -78px;
    margin-left: 40px;
   } 
.mr-b-40{
  margin-bottom:40px;
}
.sti-title-section .col-md-12{
  padding-right: 15px;
}
.client-logo{
  min-height: 100px;
  display: flex;
  align-items: center;
}
.marketing-sec{
	margin-top: 30px;
}
.web-sec{
	margin-top: 30px;
}
.busins-sec{
	text-align:center;
    padding: 80px;
   color: #fff;
}
.st-btn a{
	 font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    padding: 4px 30px;
}
.st-btn-parimary a{
  background: transparent;
  border:2px solid #fff;
  color: #fff;
transition: transform .2s;
  
}
.st-btn-parimary a:hover{
   color: #fff;
   background: transparent;
	-ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}
.st-btn-secondary a{
    border: 2px solid black;
    padding: 7px 16px;
    background-color: black;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-right: 0;
    border-radius:5px;
 }
 .st-btn-secondary a:last-child{margin-right:0px;}
.free-book h2{
	margin-bottom: 25px;
	font-weight: 700;
}
.free-book h3{
	margin-bottom: 0px;
	font-size:20px;
	margin-top: 20px;
}
.free-book h2,
.free-book h3{color:#fff;}
.free-book p{color:#fff;font-size:18px;max-width:350px;}
.banner3{
    background-image: url('../../../../dev.strategicinfinity.com/wp-content/uploads/2021/05/web-1012467_1920.jpg');
    background-repeat: no-repeat;
    background-position: center;
  }
  .blue-bg{
      background-color: #de1b77;
  }
.seo-sec{
	margin-top: 150px;
}
.porfess-p h5{
	color: #de1b77;
}
.porfess-p1 p{
	font-weight: 700;
	margin-bottom: 20px;
}
.frm-sec{
	background-color: #de1b77;
}
.single-register input{
	background-color: #f1f1f1;
    border-bottom: 3px solid #a9a9a9!important;
    border: 0;
    padding: 10px;
}
.single-register textarea{
   background-color: #f1f1f1;
}
.frm-btn{
	margin-top: 10px;
    float: right;
}
.case-sec{
}
.fnt-icn i{
	font-size: 40px;
    color: #de1b77;
    margin-bottom: 20px;
}
.fnt-icn img{
 margin-bottom: 20px;
}
.proven-sec ul{
    margin:0;
    padding:0;
}
.proven-sec ul li{
	list-style: none;
}
.case-sec img{
	width: 100%;
	margin-bottom: 20px;
}
.case-sec-1 img{
	border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
}
.book-sec img{
	width: 100%;
}
 .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 37px;
        bottom: 40px;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 0%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 91%;
            /* float: left; */
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
/*             -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
            background-color: #fff;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
				border-right: 0 solid #fff;
/*                 border-right: 0 solid #f1f1f1; */
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
/*             color: #fff; */
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            /* left: 50%; */
            margin-left: -29px;
            background-color: #999999;
            z-index: 99;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #eee !important;
}

.timeline-badge.warning {
    background-color: #eee !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
	.Moment-sec1 .blog-sec{
	width: 19% !important;
}
	.sec-foot2{
		padding: 70px 0px;
	}
    ul.timeline:before {
        left: 40px;
    }
    .Moment-sec1 .col-2{
    	width:12%;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .digital-mar{
        display:none !important;
    }
    .callout-footer .inner-sec{
    	padding:50px 20px;
    }
}
.stay-form{
	margin-top: 20px;
}
.stay-form p{margin-top: 15px;margin-bottom: 15px;}
.stay-form input{
    border:0;
    border-bottom:1px solid #cecece;
    height:40px;
}
.stay-form .form-group{
	margin-bottom:10px;
}

.stay-form input:focus{
	outline:none;
    border-bottom:1px solid #333;
}
.stay-form button{
	border:0;
	background-color:#de1b77;
	color:#fff;
	border-radius:.25rem;
	padding:.4em 1.7em;
	vertical-align: middle;
	font-size: 16px;
    line-height: 1.4;
	padding-top: 6px;
    padding-bottom: 7px;
	border: 1px solid #de1b77;
}
.stay-form button:hover{
	background-color:#333;
	border: 1px solid #333;
}
.key-sec,
.video-sec,
.need-more{
    background-color: #fafafa;
}
.active-menu .open-menu{
    opacity:0;
}
.close-menu{
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    font-size: 26px;
}
.frm-fields .form-group{
    margin-bottom:15px;
}
.frm-fields button{
    margin-top:15px;
    background-color: #ffffff;
    border: none;
    color: #191530;
}
.frm-fields button:hover,
.frm-fields button:focus{
    background-color: #191530;
    color: #fff;
}

.cont-form h2,
.cont-form p{
    color:#fff;
}

@media (min-width: 1400px){
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1320px !important;
    }
}
.sub_heading_cont h4{
    font-size: 80px;
    margin-bottom: 0px;
    line-height: 65px;
}
.sub_heading_cont p{
    font-size: 27px;
    padding-left: 8px;
    margin-bottom: 53px;
}
.zc-section-heading h2{
        margin-top: 50px;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}
.list-img img{
    display:inline-block;
    vertical-align:middle;
    margin-top:-3px;
}
.mr-t-10{margin-top:10px;}
.ty-on-sub{display:none;color: #000 !important;}
.ty-on-sub strong{width:100%;display:block;}
.single-page main .post{
	max-width: 1300px;
    margin: 30px auto;
    margin-top: 150px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}
.str-btn{
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
}
.str-btn:hover,
.str-btn:focus{
	background-color:#fff;
	color:#000;
	border-color:#fff;
}

.case-img {
    position: relative;
    overflow:hidden;
}
.slide-effect{
	position:absolute;
    top:0;
    left:-100%;
    bottom:0;
    width:100%;
    background-color:#000;	
    padding:15px;
    color:#fff;
    transition:all 0.5s ease;
}
.slide-effect p{
	position:absolute;
	bottom: 15px;
	margin-bottom:0;
	font-weight: 700;
	font-size: 18px;
}
.case-img:hover .slide-effect{
	left:0;

}
.slide-effect h4{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 3px;
}
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
	box-shadow: none !important;
	background-color: #555;
	border-color: #555;
	outline:none;
}
.btn-link{
    text-decoration:none;
    color: #000;
	font-size: 14px;
}
.btn-link:hover {
	color: #000;
}
.testi-img{border-radius:50%;}
.elementor-element-4849355{
	display: none !important;
}
 input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    border: none;
    /*     border-bottom: 2px solid #000; */
    border: 1px solid #ddd;
}
.form-submit .submit{
	padding: .4em 1.7em;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: .25rem !important;
    vertical-align: middle;
	width: auto;
	background-color:#191530;
	color: #fff;
}
.home-lst h4 a{
                   font-size: 15px;
                   color: #de1b77;
                   font-weight: 700;
                   text-decoration:none;
}
@media only screen and (max-width: 840px){
	.home-lst p { 
	 width: 90px; 
	} 
	.home-lst p.gfg { 
		word-break: break-word; 
	} 
}
@media (min-width: 768px) and (max-width: 1199.98px) { 
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
		padding: 15px !important;	
     }
}
.service-lst{
text-decoration: none;
	color: #fff;
}
.phon-sec{
	margin: 14px 0;
}
.req-sec {
    color: #000;
    background: transparent;
    border-radius: .25rem;
    padding: .4em 1.7em;
    line-height: 1.4em;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 6px;
}
/* .req-sec:hover{
	color: #fff;
	background: #000;
    
} */

.phon-sec1{
	text-decoration: none;
    color: #000;
padding: 0px 10px;
vertical-align: middle;
}
.open-menu {
    padding: 0px 15px;
	vertical-align: middle;
}
.fb-tw{
	font-size: 25px;
    color: #191530;
	padding: 0px 2px;
}
.banner-bottom-right{
    
}
.phon-sec .phon-sec1:hover{
	color: inherit;
}
.phon-sec .open-menu:hover{
	color: inherit;
}
.fb-tw-hvr .fb-tw:hover{
	color: inherit;
}
.service-sect{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}
.service-sect:hover{
	color: inherit;
}
.menu-sec{
	padding: 0px;
}
.close-menu{
	color:#fff;
}
.menu-sec .foot-list{
	padding-bottom: 8px;
    padding-top: 15px;
}
.menu-sec .foot-list li{
	line-height: 27px;
}
.menu-sec .foot-sec1{
	margin-top: 0px;
}
.menu-fb{
	margin-top: 40px;
    color: #fff !important;
}
.menu-sec .sec-foot2{
  padding-bottom: 300px;
}
.menu-sec .sec-foot2 div{
	border-left: 1px solid #262626;
	padding-left: 20px;
}
.menu-container{
	background-color: rgba(0, 0, 0, 0.95) !important;
}

.foot-sec1 h4,
.foot-sec1 h4 a{
 font-size: 15px;
 color: #de1b77 ;
 font-weight: 700;
}
.foot-sec1 h4 a{
	text-decoration:none;
}
.foot-sec1 ul a{
  font-size: 13px;
  text-decoration: none; 
  color: rgba(255,255,255,.7);
}
.foot-sec1 p{
  color: #000;
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
}
.m-top{
	padding-top: 70px;
}
/* .featured-sec .slick-current img{
	height: 500px;
    width: 250px;
}
.featured-sec .slick-current .mockup{
	height: 500px;
    width: 250px;
} */

.sti-title-section .sec-m{
	margin-bottom: 50px;
	font-weight: bold;
}
.our-sec{
	background-color: #191530;
	padding-top: 100px;	
}
.our-sec h2{
	color: #fff;
}
.our-sec .sti-title-section .left-bar{
	background-color: #fff;
}
.sec-top{
	padding-top: 60px !important;
}
.our-sec .sti-title-section h2{
	font-weight: bold;
}
.sec-mt{
	margin-top: 60px;
}
.sec-p{
	padding-bottom: 150px;
}
.wow, .wow-menubar, .wow-p {
    opacity: .01;
}
.fadeInDownShort, .fadeInUpShort, .scalexIn, .fadeScaleIn, .fadeScaleOutIn, .fadeScaleOutInShort, .backInDown, .backInLeft, .backInRight, .backInUp, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeInTopLeft, .fadeInTopRight, .fadeInBottomLeft, .fadeInBottomRight, .flipInX, .flipInY, .lightSpeedInRight, .lightSpeedInLeft, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .jackInTheBox, .rollIn, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
html:not(.mobile) .wow, html:not(.mobile) .wow-menubar, html:not(.mobile) .wow-p {
    will-change: opacity,transform;
}
.wow.animated, .wow.scaleOutIn.animated, .wow-p.amimated, .wow-menubar.animated, .mobile .wow, .mobile .wow-menubar, .mobile .wow-p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-sec{
    background-color: #191530 !important;
	padding: .4em 1.7em;
	font-size: 16px;
    line-height: 1.4;
	border-radius: .25rem;
	vertical-align: middle;
   
}
.your-inn p{
	margin-bottom: 38px;
}
.project-box {
    position: relative;
    transform: scale(0.8);
}
.slick-current .project-box{transform: scale(1);}
@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}
.wow.scaleOutIn {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.blog-sec1{
    overflow:hidden;
}
.post-prev-img {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.project-box {
    border: 1px solid #e1e1e1;
}
.slick-current .project-box {
    border:0;
}
.callout-footer .clr-pk:hover,.callout-footer .clr-bl:hover{
	background-color: #fff;
	color: #000;
}
.callout-footer .clr-pk .inner-sec:hover,.callout-footer .clr-bl .inner-sec:hover{
	background-color: #fff;
	color: #000;
}
.work-img-bg {
	position: absolute;
	top: 0;
	left: 2px;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	border-radius: 5PX;
}

@keyframes scalexIn {
	0% {
		opacity: 0;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}
.scalexIn {
    -webkit-animation-name: scalexIn;
    animation-name: scalexIn;
}
.stay-form button:hover{
    background-color: #191530;
}
.fb-size{
	font-size: 36px;
	display: contents;
}
.fb-size:hover{
	color:#181530;
}
.form-h button:hover,.form-h a:hover{
    background-color: #191530;
	color: #fff;
}
.digital-mar ul{
	margin-bottom: 0px;
}
.row-cont:hover{
	box-shadow: 0px 2px 10px #0000004a;
}
.fb-tw:hover{
	color: #191530 !important;
}
.testimonial-col .work-img-bg {
	left: 2%;
	width: 96%;
}
.single.single-page .entry-content img{
    max-width:100%;
    height: auto;
}
.single.single-page .entry-content h4{margin-bottom:15px;}
.single.single-page .entry-content p{margin-bottom:15px;}
.post-navigation::after {
    display: block;
    clear: both;
    content: "";
}
.blog-desc {
    background-color: #f9f9f9;
    padding: 20px;
}
.foot-sec ul a:hover {
    color: #3ccbdb;
}
.Moment-sec1{
    margin-bottom:0 !important;
}
.comment-form{max-width:60%;}
.comment-form textarea{height:150px;}

@media (min-width: 1400px)
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.elementor-section.elementor-section-boxed > .elementor-container{
	padding-left: 15px;
    padding-right: 15px;
}
.Digital-Marketing ul li{
	font-size: 17px;
}
.carousel-row1 .test-arrow-left,.carousel-row1 .test-arrow-right{
	color: #fff;
}
.section-blogs .blog-sec1{
	margin-bottom: 30px;
}
.blog-inner{
	background: #f9f9f9;
	height:100%;
	position:relative;
}
.section-blogs .Moment-sec{
	position:absolute;
	bottom:20px;
	max-width: 208px;
}
.cont-pad-0.elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.need-sec .fa-check{
	background-color: #191530;
    color: #fff;
	font-size: 14px;
    margin-right: 6px;
	padding: 2px;
	border-radius: 50%;
}
.phon-sec .req-sec:hover{
	background-color: #191530;
	border-color: #191530;
	color: #fff;
}
.clr-sec ul{
	padding-left: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container{
	padding-left: 0px;
    padding-right: 0px;
}
/* .form.example .popup-contact32 {
    padding: .4rem 1.7rem;
} */
.banner-btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: .25rem;
    padding: .4em 1.7em;
    line-height: 1.5em;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 8px;
    font-size: 16px;
}
.banner-btn:hover,
.banner-btn:focus{
	background-color:#fff;
	color:#000;
}
.btn-innerpage{
	border: 1px solid #fff;
	padding: .4em 1.7em;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: .25rem;
    vertical-align: middle;
	color: #000;
	background-color: #fff;
	padding-top: 6px;
    padding-bottom: 8px;
}
.btn-innerpage:hover{
	border: 1px solid #191530;
	color: #fff;
	background-color: #191530;
}
.btn-innerpage-sec{
	border: 1px solid #191530;
	padding: .4em 1.7em;
    font-size: 16px;
    line-height: 1.5em;
    border-radius: .25rem;
    vertical-align: middle;
	color: #fff;
	background-color: #191530;
	padding-top: 6px;
    padding-bottom: 8px;
}
.btn-innerpage-sec:hover,
.btn-innerpage-sec:focus,
.btn-sec:hover,
.btn-sec:focus{
	background-color: #2a234e !important;
}
.btn-innerpage-sec:hover{
	color:#fff;
}
.blog-rad{
	border-radius: 5px;
	margin-bottom: 20px;
}
time.updated{display:none !important;}
.site-main{
	border-bottom: 2px solid #f1f1f1;
}
.comment-respond{
	margin-bottom: 50px;
}
.comments-area h2{
	    font-size: 25px;
}
.my-banner .banner-overlay{
	opacity: 60%;
}
.page-id-60 .navbar-container{
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-id-60 .navbar-container img{
	filter: invert(1);
}
.page-id-60 .phon-sec1{
color: #fff !important;
}
.page-id-60 .req-sec{
	color: #fff;
    border: 1px solid #fff;
}

.page-id-60 .svg.svg-inline--fa.fa-bars.fa-w-14 {
	color: #fff;
}
/* transparent */
.page-id-3911 .sti-header{
    background: transparent;
	box-shadow: 0px 0px 5px transparent;
}
.page-id-3911 .sti-header img {
    filter: invert(1);
}
.page-id-3911 .phon-sec1{
color: #fff !important;
}
.page-id-3911 .req-sec{
	color: #fff;
    border: 1px solid #fff;
}
.page-id-3911 .sti-header .svg-inline--fa.fa-w-14  {
	color: #fff;
}
.page-id-3911 .banner-left-center p{
	color: #fff;
}
.page-id-60 .banner-left-center p{
	color: #fff;
}
.page-id-60 .banner-left-center h1{
	text-transform: uppercase;
}
.sec-service svg {
    margin-bottom: 20px;
    width: 50px;
}
.wtd-box svg#Capa_1 {
    width: 45px;
    margin-bottom: 20px;
}
.comprehen svg {
    width: 100%;
    max-width: 70px;
    float: right;
    margin-right: 11px;
}
/*  svg animations start */

.cls-1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
    stroke: #808285;
    stroke-width: 20;
    stroke-miterlimit: 2.6131;
}
.cls-2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
    stroke: #808285;
    stroke-width: 20;
    stroke-miterlimit: 2.6131;
}

#Capa_1 path{
     animation: animate-heart 5s infinite alternate ;
	
}
    @keyframes animate-heart
    {
		0% {
       stroke-dasharray: 1523;
       stroke-dashoffset: 1523;
       fill-opacity: 0;
		stroke-width: 20;  
			
  }
      40%{
         stroke-dasharray: 331;
      stroke-dashoffset: 331;
      fill-opacity: 0;
		  stroke-width: 20;  
  }

   50%, 60% {
       stroke-opacity:0;
	  
  }
  
   60%, 100% {
           opacity: 1;
	    
          
  }
/*       0%
      {
        stroke-dasharray: 1523;
       stroke-dashoffset: 1523;
       fill-opacity: 0;
		stroke-width: 20;  
      }
      40%{
        stroke-dasharray: 762;
      stroke-dashoffset: 762;
      fill-opacity: 0;
		  stroke-width: 20;  
      }
      60%{
        stroke-dasharray: 331;
      stroke-dashoffset: 331;
      fill-opacity: 0;
		  stroke-width: 20;  
      }
      80%{
        stroke-dasharray: 160;
      stroke-dashoffset: 160;
      fill-opacity: 0;
		  stroke-width: 20;  
      }
      100%
      {
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
        stroke-opacity: 0;
        fill-opacity: 1;
		  stroke-width: 20;
		 
 } */
	}
/* #Capa_1 path.cls-so{
 animation: social 1s ease-in-out infinite alternate;
 transform-origin: bottom;
}
@keyframes social{
  from{
     transform: rotateX(0deg);
  }
  to{
    transform: rotateX(30deg);
  }
}*/
/*  svg animations end */


.blog-rad:hover {
    box-shadow: 0px 2px 10px #0000004a;
}

.clr-sel{
   color: #6c757d;
} 

.page-id-60 .svg-inline--fa {
    color: #191530;
}
/* sticky header starts */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	background: #191530 !important;
}

.sticky + .content {
  padding-top: 102px;
}
.sticky .phon-sec1 {
    color: #fff;
}
.sticky .phon-sec1:hover {
    color: #fff;
}
.sticky .req-sec {
    color: #fff;
    border: 1px solid #fff;
}

.sticky img {
    filter: invert(1);
}

.sticky svg.svg-inline--fa.fa-bars.fa-w-14 {
    color: #fff;
}
.modal{
    z-index:999999999999;
}
.sticky svg.svg-inline--fa.fa-bars.fa-w-14:hover {
    color: #fff;
}
.modal-backdrop{
 z-index: 999999999;
}
/* sticky header end */
.leadinModal{
    z-index: 99999999999 !important;
}
.about-callout-box{
    border: 1px solid #657573;
    padding: 40px;
    height: 260px;
}
.about-callout-box-header{
    font-size: 20px;
    margin-bottom: 25px;
    position:relative;
}
.about-callout-box-header:after{
    content:'';
    position:absolute;
    bottom: -5px;
    left:0;
    width: 60px;
    height: 3px;
    background-color: #de1b77;
}
.about-callout-box-title a{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}
.about-callout-box-link a{
    font-weight: 400;
    font-size: 18px;
    color: #000;
}
.about-callout-box-link a svg{
	width:15px;
	height:15px;
}
.about-callout-box-link a path{
	fill:#828282;
}
.elementor-element-501ae17.elementor-container {
    max-width: 1051px !important;
}