/* @media (min-width: 1200px) and (max-width: 2000px)
{
    section,footer{
        margin: 0 auto !important;
        max-width:none !important;
        width: 100% !important;
    }
} */
/* @media (min-width: 2560px) and (max-width: 4000px){
    section{
        margin: 0 auto;
        max-width: 1200px;
    }
} */

/* section,footer{
    margin: 0 auto !important;
    max-width: 1060px;
    width: 100%;
} */
.title_h1 {
    font-size: 32px;
}
.title_h2 {
    font-size: 30px;
}
.title_h3 {
    font-size: 28px;
}
.title_h4 {
    font-size: 26px;
}
.title_h5 {
    font-size: 24px;
}
.title_h6 {
    font-size: 22px;
}
.content_h1, .content_h2, .content_h3, .content_h4, .content_h5, .content_h6 {
    color: #000;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}
.content_h6 {
    font-size: 12px;
}
.content_h5 {
    font-size: 14px;
}
.content_h4 {
    font-size: 16px;
}
.content_h3 {
    font-size: 18px;
}
.content_h2 {
    font-size: 20px;
}
.content_h1 {
    font-size: 22px;
}


.bg-img-common, .common-space, .common-text-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fa-telegram-plane:before {
    content: "\f1d8";
}
.fab {
    font-family: "Font Awesome 5 Brands";
}

.black-text {
    color: #000!important;
}
.white {
    background-color: #fff!important;
}

a:hover{
    text-decoration: none;
}
a{
    text-decoration: none;
}
ul li{
    /* list-style: none; */
}
.footer-copyrights ul li , .logo_content ul li ,.f-logo-socialmedia ul li{
    list-style: disc !important;
}
.f-logo-socialmedia ol li{
    list-style-type: decimal ;
}
.common-space {
    padding: 40px 0px;
    margin: 0px;
}
/* .container {
    width: 90%;
} */
/* .container {
    margin: 0 auto;
    max-width: 100rem !important;
    max-width: 1300px !important;
} */

/* @media (min-width: 1366px) and (max-width: 1516px)
{
    .container {
        margin: 0 auto;
        max-width: 1200px !important;
    }
}
@media (min-width: 1241px) and (max-width: 1365px)
{
    .container {
        margin: 0 auto;
        max-width: 1100px !important;
    }
}
@media (min-width: 1517px) and (max-width: 1706px)
{
    .container {
        margin: 0 auto;
        max-width: 1300px !important;
    }
}
@media (min-width: 1821px) and (max-width: 2049px)
{
    .container {
        margin: 0 auto;
        max-width: 1600px !important;
    }
} */
.fas{
    font: normal normal normal 14px/1 FontAwesome;
}
@media (min-width: 290px) and (max-width: 992px){
    .container{
        width: 90% !important;
    }
}

.right-align {
    text-align: right;
}


.cta.animation-oval {
    position: relative;
    margin: auto;
    padding: 10px 10px 10px 60px !important;
    transition: all .2s ease; 
}
    .cta.animation-oval span {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      border-radius: 28px;
      width: 38px;
        height: 38px;
      transition: all .3s ease; }
    .cta.animation-oval {
      position: relative;
      font-size: 16px;
      background-color: #f0f8ff00;
      font-weight: 700;
      border: none;
      line-height: 18px;
      /* display: inline-block; */
      display: table-caption;
      margin-top: 15px !important;
      
     
      vertical-align: middle; }

    .cta.animation-oval:hover span {
        width: 100%;
   }
  
    .cta.animation-oval:active {
      transform: scale(0.96); }
  
      .cta.animation-oval:after {
        font-family: FontAwesome;
        font-size: 28px !important;
        content: "\f178" !important;
        left: 25px;
        width: 37px;
        height: 10px;
        position: absolute;
        top: 10px !important;
        font-weight: 100;
    }

    .oval , .animation-oval{
        border-radius: 50px;
    }

    .left-align {
        text-align: left;
    }