

/* abel-regular - latin */
@font-face {
  font-family: 'English';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/english-111-vivace-bt-3714.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/english-111-vivace-bt-3714.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/english-111-vivace-bt-3714.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/english-111-vivace-bt-3714.woff') format('woff'), /* Modern Browsers */
       url('../fonts/english-111-vivace-bt-3714.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/english-111-vivace-bt-3714.svg#English') format('svg'); /* Legacy iOS */
}



.ind-english .elementor-heading-title {
    font-family: 'English', Sans-serif!important;
    letter-spacing: 0px!important;
}








/*///////////////////////////////////////////////////////
///////////////////////SYMPIC-Footer CSS/////////////////
///////////////////////////////////////////////////////*/



.sympic-footer-link {
 width: 260px;
 height: 60px;
 border-radius: 5px;
 box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
 background: #fff;
 position: relative;
 overflow: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 border-radius: 30px;
 -webkit-box-shadow: 2px 2px 5px 0px rgba(77, 78, 64, 0.75);
 -moz-box-shadow: 2px 2px 5px 0px rgba(77, 78, 64, 0.75);
 box-shadow: 2px 2px 5px 0px rgba(77, 78, 64, 0.75);
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-border-radius: 60px 3px;
 border-radius: 60px 3px;
 transition: box-shadow .3s;
 opacity: .3;
 margin:auto;
}
@media (min-width:720px) {
 .sympic-footer-link {
  float: right;
 }
}
.sympic-footer-link img {
 vertical-align: top;
}
.sympic-footer-link:hover {
 box-shadow: 0 0 11px rgba(33,33,33,.2);
 outline: none;
 border-color: #34a299;
 box-shadow: 0 0 10px #34a299;
 transition: all .3s;
 opacity: 1;
}
.wave {
 opacity: .4;
 position: absolute;
 top: -70%;
 left: 42%;
 background: rgba(77,78,64,0.5);
 width: 500px;
 height: 500px;
 margin-left: -250px;
 margin-top: -250px;
 -webkit-transform-origin: 50% 48%;
 transform-origin: 50% 48%;
 border-radius: 43%;
 -webkit-animation: drift 3000ms infinite linear;
 animation: drift 7000ms infinite linear;
}
.wave.-three {
 -webkit-animation: drift 5000ms infinite linear;
 animation: drift 5000ms infinite linear;
}
.wave.-two {
 -webkit-animation: drift 7000ms infinite linear;
 animation: drift 7000ms infinite linear;
 opacity: .1;
 background: #34a299;
}
.sympic-footer-link::after {
 content: '';
 display: block;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: -webkit-linear-gradient(top, #34a299, rgba(52, 162, 153, 0) 80%, rgba(255, 255, 255, 0.7));
 background: linear-gradient(to bottom, rgba(52,162,153,0.5), rgba(52, 162, 153, 0) 65%, rgba(255, 255, 255, 0.3));
 z-index: 11;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.sympic-footer-link .title {
 position: absolute;
 left: 0px;
 top: 5px;
 width: 100%;
 z-index: 1;
 line-height: 300px;
 text-align: center;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 color: white;
 text-transform: uppercase;
 font-family: 'Playfair Display', serif;
 letter-spacing: .4em;
 font-size: 24px;
 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
 text-indent: .3em;
}
.sympic-footer-link .title img {
 max-width: 75%;
 margin: 0 auto;
}
@-webkit-keyframes drift {
 from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 from {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@keyframes drift {
 from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
 }
 from {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
/*/////////////////////////////////////////////////////
////////////SYMPIC-Footer CSS Responsive//////////////
//////////////////////////////////////////////////*/


.pull-left, .pull-left a {
     color: rgba(255,255,255,.9);
}

.pull-left {
    margin-top: 20px;
}



.footer-wrapper .pull-left {
 margin-top: 18px;
}
.footer-wrapper {
 padding:8px 0px;
}
.footer-wrapper a:hover {
 text-decoration:underline;
}
.logo-bot {
 max-width:6%;
 float:right;
 margin-left:3px;
}
.link-bot {
 text-align:right;
}
@media (max-width:768px) {
 .link-bot {
  margin-right: 20px;
 }
}
@media (max-width:720px) {
 .link-bot {
  margin:5px 32%
 }
 .footer-wrapper .pull-left {
  float:none!important;
 }
}
@media (max-width:640px) {
 .link-bot {
  margin:8px 27%
 }
}
@media (max-width:540px) {
 .link-bot {
  margin:8px 21%
 }
}
@media (max-width:450px) {
 .link-bot {
  margin:8px 14%
 }
}
@media (max-width:410px) {
 .link-bot {
  margin:8px 10%
 }
}
@media (max-width:360px) {
 .link-bot {
  margin:8px 4%
 }
}
@media (max-width:330px) {
 .link-bot {
  margin:8px -2%
 }
}