/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* header CSS start */

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
    height: 60px;
    width: 60px;
}

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button i {
    font-size: 30px;
    line-height: 38px;
}
#top ul.buttons.sf-menu {
    flex-direction: row-reverse;
}

#top .container {
    padding: 0px 120px !important;
}

div#header-outer {
    background: #F8F8FB;
}

#top nav > ul > li > a span {
    color: #000;
}

#hero-inr h1, #hero-inr p, #hero-inr h5 {
    color: #fff;
}

#top nav > ul > li > a span {
    color: #000;
}

#top .cart-menu a i {
    color: #000 !important;
}

#top .cart-menu a {
    margin-right: 20px !important;
}

li#search-btn a span {
    color: #000 !important;
}

li#menu-item-39 a {
    background: #010066;
    padding: 15px 40px !important;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

li#menu-item-39 a:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #DB2524, #722522);
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    bottom: -70px;
    top: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

li#menu-item-39 a:hover:before {
    transform: scale(7)
}

li#menu-item-39 a span {
    color: #fff !important;
}

/* header CSS end */

/* hero section CSS start */

div#hero {
    padding: 100px 120px !important;
}

div#hero .row-bg {
    background: linear-gradient(180deg, #DB2524, #722522);
}

div#hero-inr .row-bg {
    background: unset !important;
}

#hero-inr h1, #hero-inr p, #hero-inr h6 {
    color: #fff;
}
 
#hero-inr .type-blk {
    position: relative;
    padding-left: 80px;
}

#hero-inr .type-blk:before {
    content: '';
    position: absolute;
    background: #F4DD0A;
    height: 2px;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.border {
    padding-left: 40px;
    border-left: 2px solid #F4DD0A;
}

#entire-btn {
    background: #010066 !important;
    padding: 17px 50px 17px 40px;
    font-size: 21px;
    line-height: 29px;
    border-radius: 10px !important;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
    opacity: 1 !important;
}

#entire-btn i {
    right: 14%;
    font-size: 21px;
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #DB2524, #722522);
    height: 40px;
    width: 40px;
    left: 0;
    right: 0;
    bottom: -70px;
    top: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(9)
}

#entire-btn:hover {
    transform: unset !important;
    box-shadow: unset !important;
}

#hero .flag-img {
    width: 100%;
    margin-top: 100px;
}

#hero-inr .hover-wrap {
    position: relative;
}

#hero-inr .hover-wrap:before {
    content: '';
    position: absolute;
    background: url(https://amininterpretation.com/wp-content/uploads/2025/11/banner-before.png);
    height: 100%;
    width: 100%;
    top: -10%;
    left: 6%;
    background-repeat: no-repeat;
    background-position: top left;
}

/* hero section CSS end */

/* services section CSS start */

div#services {
	padding: 100px 120px 0px !important;
}

#services h6, #services h2 {
	text-align: center;
}

h6 {
	color: #010066;
}

h2 {
	color: #000;
}

#service-inr p {
    font-size: 21px;
    line-height: 29px;
}

h4 {
    color: #000;
}

p {
    color: #4B4B59;
}

#service-inr .vc_column-inner {
    border: 1px solid #E8E8EA;
    padding: 45px 45px;
    margin-right: 20px;
    border-radius: 16px;
	transition: all 0.5s;
}

div#service-inr {
    padding-top: 50px;
}

#services .type-blk {
    position: relative;
}

#services .type-blk:before {
    content: '';
    position: absolute;
    background: #F4DD0A;
    height: 2px;
    width: 6%;
    top: 0;
    bottom: 0;
    left: -13%;
    right: 0;
    margin: auto;
}

#service-inr img {
    margin-bottom: 20px;
}

#entire-btn.transparent {
    padding-left: 18px;
    color: #010066;
    background: unset !important;
}

#entire-btn.transparent:before {
    display: none;
}

#service-inr .vc_column-inner:hover {
    transform: translateY(-20px);
	border-color: #DB2524;
}

div#services.inr-service {
    padding-bottom: 100px !important;
}

/* services section CSS end */

/* about section CSS start */

div#about {
	padding: 100px 120px !important;
}

#about .hover-wrap {
    position: relative;
}

#about .hover-wrap:before {
    content: '';
    position: absolute;
    background: url(https://amininterpretation.com/wp-content/uploads/2025/11/about-img-before.png);
    height: 100%;
    width: 100%;
    top: -10%;
    right: 6%;
    background-repeat: no-repeat;
    background-position: top right;
}

#about .type-blk {
    position: relative;
    padding-left: 80px;
}

#about .type-blk:before {
    content: '';
    position: absolute;
    background: #F4DD0A;
    height: 2px;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

#about ul li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 10px;
    color: #010066;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 26px !important;
}

#about ul li:before {
    content: '\f061';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    color: #010066;
}

#about.about-inr .wpb_text_column {
    margin-bottom: 15px;
}

/* about section CSS end */

/* counter section CSS start */

div#counter {
	padding: 0px 120px !important;
}

#counter-inr {
    background: #010066;
    padding: 80px 80px;
    border-radius: 16px;
}

#counter-inr .number {
    color: #fff;
    font-size: 64px !important;
    line-height: 72px !important;
}

#counter-inr .symbol {
    color: #DB2524;
    font-size: 64px !important;
    line-height: 72px !important;
}

#counter-inr .subject {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: capitalize;
}

#counter.counter-white #counter-inr {
    background: unset;
}

#counter.counter-white #counter-inr .subject {
    color: #010066;
}

#counter.counter-white #counter-inr .number {
    color: #010066;
}

#counter.counter-white #counter-inr .vc_column-inner {
    border-right: 1px solid #0100663d;
}

#counter.counter-white #counter-inr .border-end .vc_column-inner {
    border: unset !important;
}

/* counter section CSS end */

/* blogs section CSS start */

div#single-below-header {
    display: none;
}

a.natasha {
    display: none !important;
}

div#author-bio {
    display: none;
}

.comment-wrap {
    display: none;
}

.content-inner {
    padding-bottom: unset !important;
}

div#blogs {
	padding: 100px 120px !important;
}

#blogs img {
    width: 100%;
}

#blogs .blog-recent {
    text-align: left;
}

#blogs h3.title {
    font-size: 25px;
    line-height: 33px;
}

#blogs h3.title a {
    color: #000 !important;
}

#blogs .excerpt {
    color: #727272;
    font-size: 20px !important;
}

#blogs span.meta-category {
    color: #2E4049;
    font-size: 20px;
    line-height: 28px;
}

#blogs .type-blk {
    position: relative;
}

#blogs .type-blk:before {
    content: '';
    position: absolute;
    background: #F4DD0A;
    height: 2px;
    width: 6%;
    top: 0;
    bottom: 0;
    left: -12%;
    right: 0;
    margin: auto;
}

#blog-inr img {
    width: 100%;
}

#blog-inr h4, #blog-inr h5 {
    color: #2E4049 !important;
    font-weight: 800 !important;
}

/* blogs section CSS end */

/* language section CSS start */

div#language {
	padding: 0px 120px 100px !important;
}

#language .type-blk {
    position: relative;
    padding-left: 80px;
}

#language .type-blk:before {
    content: '';
    position: absolute;
    background: #F4DD0A;
    height: 2px;
    width: 8%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

div#language.choose {
    padding-top: 100px !important;
}

#language.choose .color-bg {
    background: #010066;
    border-radius: 10px;
    padding: 30px 30px;
}

#language.choose h4 {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
}

div#language.language-inr {
    padding-top: 100px !important;
}

/* language section CSS end */

/* ready section CSS start */

div#ready {
	padding: 100px 120px !important;
}

div#ready h2 {
	color: #fff;
}

div#ready .right-col {
	text-align: right;
}

#entire-btn.white-btn {
    background: #fff !important;
    color: #010066;
}

#entire-btn.white-btn:hover {
    color: #fff !important;
}

/* ready section CSS end */

/* footer CSS start */

#footer-inr img {
    margin-bottom: 10px  !important;
}

div#footer {
	padding: 100px 120px 30px !important;
}

#inr-footer .right-col {
	text-align: right;
}

#footer .row-bg {
    background: linear-gradient(180deg, #DB2524, #722522);
}

#footer-inr .row-bg, #inr-footer .row-bg {
    background: unset !important;
}

#footer-inr .tnp-subscription {
    margin: unset !important;
}

#footer-inr .tnp-subscription label {
    display: none !important;
}

#footer-inr p {
    font-size: 21px;
    line-height: 29px;
    color: #fff;
    max-width: 480px;
}

#footer-inr .border-blk .vc_column-inner {
    position: relative;
}

#footer-inr .border-blk .vc_column-inner:before {
    content: '';
    position: absolute;
    background: #ffffff3b;
    height: 60%;
    width: 1px;
    right: 12%;
    top: 0;
    bottom: 0;
    margin: auto 0;    
}

ul {
    margin: unset;
}

ul li {
    list-style: none;
}

#footer ul li {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
}

#footer ul li a {
    color: #fff;
}

#footer h6 {
    color: #fff;
}

#footer .tnp-submit {
    border: unset !important;
    width: 40%;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Plus Jakarta Sans';
    border-radius: 10px !important;
    opacity: 1 !important;
    transition: all 0.5s;
    border: 1px solid #010066 !important;
}

#footer .tnp-submit:hover {
    background: #fff;
    color: #010066;
    transform: unset !important;
    box-shadow: unset !important;
}

div#inr-footer {
    border-top: 1px solid #fff;
    padding-top: 30px;
}

div#inr-footer p {
    color: #fff;
}

div#inr-footer a {
    color: #fff;
    font-weight: bold;
}

div#footer-outer {
    display: none;
}

#footer-inr input#tnp-1 {
    font-size: 18px;
    line-height: 26px;
    color: #00000073;
    padding: 15px 15px;
    border-radius: 10px !important;
    font-weight: 500;
}

#footer-inr input#tnp-1::placeholder {
    font-size: 18px;
    line-height: 26px;
    color: #00000073;
    font-weight: 500;
}

div#footer-inr {
    padding-bottom: 100px;
}

/* footer CSS end */

/* inr-banner CSS start */

div#inr-banner {
	padding: 180px 120px !important;
}

div#inr-banner .row-bg {
    background: linear-gradient(180deg, #DB2524, #722522);
}

h1 {
	color: #fff;
}

/* inr-banner CSS end */

/* group section CSS start */

#group h3, #group p {
    color: #fff;
}
#group p {
    max-width: 1360px;
    margin: 0 auto;
}
#group p br {
	display:none !important;
}

/* group section CSS end */

/* certificate section CSS start */

div#certificate {
    padding: 100px 120px !important;
}

div#certificate-inr {
    padding-bottom: 50px;
}

div#inr-certificate {
    background: #F3F5F6;
    padding: 50px 50px;
    border-radius: 10px;
}

#inr-certificate ul {
    margin-left: 25px;
}

#inr-certificate ul li {
    list-style: disc !important;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #4B4B59;
    padding-bottom: 20px;
}

#inr-certificate ul li::marker {
    color: #010066;
}

#inr-certificate p {
    max-width: 850px
}

#certificate h5 {
    color: #4B4B59;
}

#certificate .type-blk {
    position: relative;
    padding-left: 80px;
}

#certificate .type-blk:before {
    content: '';
    position: absolute;
    background: #F4DD0A;
    height: 2px;
    width: 6%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

/* certificate section CSS end */

/* our-member section CSS start */

div#our-member {
    padding: 0px 120px !important;
}

#member-inr .vc_column-inner {
    border: 1px solid #FAFAFA;
    padding: 50px 50px;
    margin-right: 20px;
    border-radius: 16px;
	transition: all 0.5s;
}

#member-inr .vc_column-inner:hover {
    transform: translateY(-20px);
	border-color: #DB2524;
}

#member-inr h5 {
    color: #000;
}

#our-member h2 {
    color: #010066;
}

/* our-member section CSS end */

/* our-certificate section CSS start */

div#our-certificate {
    padding: 50px 120px 50px !important;
}

#certification-inr .vc_column-inner {
    border: 1px solid #FAFAFA;
    padding: 50px 50px;
    margin-right: 20px;
    border-radius: 16px;
	transition: all 0.5s;
}

#certification-inr .vc_column-inner:hover {
    transform: translateY(-20px);
	border-color: #DB2524;
}

#certification-inr h5 {
    color: #000;
}

#our-certificate h2 {
    color: #010066;
}

/* our-certificate section CSS start */

/* matter section CSS start */

div#matter {
    padding: 0px 120px 100px !important;
}

#matter-inr .row-bg {
    background: url(https://amininterpretation.com/wp-content/uploads/2025/11/membership-bg.png);
    background-size: 100%;
}

div#matter-inr {
   padding: 50px 50px; 
    border-radius: 10px;
}

#matter-inr ul {
    margin-left: 25px;
}

#matter-inr ul li {
    list-style: disc;
    color: #4B4B59;
    padding-bottom: 20px;
    font-weight: bold;
}

#matter-inr ul li::marker {
    color: #4B4B59;
}

/* matter section CSS end */

/* contact section CSS start */

#contact iframe {
    width: 100%;
    height: 600px;
}

div#contact {
	padding: 100px 120px !important;
}

#contact .contact {
    display: flex;
    gap: 20px;
    align-items: center;
}

#contact .contact .contact-icon i {
    background: #F2F2F2;
    border-radius: 0px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    font-size: 40px;
}

#contact .contact .contact-text a {
    color: #727272;
    font-size: 20px;
    line-height: 28px;
}

#contact h5 {
    color: #2E4049;
    font-weight: 800;
}

#contact p {
    font-size: 20px;
    line-height: 28px;
}

#contact .vc_column-inner {
    margin-right: 20px;
}

#contact ul.social-icons {
    display: flex;
    gap: 10px;
}

#contact ul.social-icons li i {
    color: #010066;
    font-size: 30px;
    line-height: 38px;
}

#contact .border-col .vc_column-inner {
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 50px 50px;
}

#contact input, #contact textarea {
    background: #F5F5F5;
    border-radius: unset !important;
    color: #909090;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 25px;
}

#contact input::placeholder, #contact textarea::placeholder {
    color: #909090;
    font-size: 18px;
    line-height: 26px;
}

#contact input.wpcf7-submit {
    background: #010066;
    padding: 15px 50px !important;
    border-radius: 50px !important;
    color: #fff;
    transition: all 0.5s !important;
    opacity: 1;
}

#contact input.wpcf7-submit:hover {
    background: linear-gradient(90deg, #DB2524, #722522);
    box-shadow: unset !important;
    transform: unset !important;
}

/* contact section CSS end */









@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
#top .container {
    padding: 0px 60px !important;
}

#top nav ul li a {
    padding: 0px 15px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

#top li#menu-item-39 a {
    padding: 15px 25px !important;
}

li#search-btn {
    margin: 0px 0px !important;
}

li.nectar-woo-cart {
    margin-left: 0px !important;
    left: 40px !important;
}

h1 {
    font-size: 55px !important;
    line-height: 63px !important;
}

div#hero {
    padding: 80px 80px !important;
}

.border {
    padding-left: 20px !important;
}

div#services {
    padding: 80px 80px !important;
}

#service-inr .vc_column-inner {
    padding: 30px 30px !important;
}

h4 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#hero-inr .hover-wrap:before {
    top: -12% !important;
    left: -10% !important;
}

div#about {
    padding: 80px 80px !important;
}

#about .vc_column-inner {
    margin-right: 30px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 22px !important;
    line-height: 30px !important;
}

#about .hover-wrap:before {
    top: -9% !important;
    right: -4% !important;
    background-size: 10% !important;
}

div#counter {
    padding: 0px 80px !important;
}

#counter-inr {padding: 60px 60px !important;}

div#blogs {
    padding: 80px 80px !important;
}

#blogs .excerpt {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#language {
    padding: 0px 80px 80px !important;
}

div#ready {
    padding: 80px 80px !important;
}

div#footer {
    padding: 80px 80px 25px !important;
}

#footer-inr input#tnp-1 {
    width: 80% !important;
}

div#footer-inr {
    padding-bottom: 80px !important;
}

div#inr-footer {
    padding-top: 25px !important;
}

div#inr-banner {
    padding: 160px 80px !important;
}

#about ul li {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#language.choose {
    padding-top: 80px !important;
}

div#language.choose .vc_column-inner {
    margin-right: 10px !important;
}

#language.choose .color-bg {
    padding: 25px 25px !important;
}

#language.choose h4 {
    font-size: 25px !important;
    line-height: 33px !important;
}

div#group {
    padding: 100px 50px !important;
}

#group p br {
    display: none !important;
}

div#services.inr-service {
    padding-bottom: 80px !important;
}

#service-inr p {
    font-size: 17px !important;
    line-height: 25px !important;
}

#services .wpb_text_column {
    margin-bottom: 15px !important;
}

div#language.language-inr {
    padding-top: 80px !important;
}

div#language.language-inr .vc_column-inner {
    margin-right: 10px !important;
}

div#certificate {
    padding: 80px 80px !important;
}

div#inr-certificate {
    padding: 40px 40px !important;
}

#certificate-inr .vc_column-inner {
    margin-right: 10px !important;
}

#certification-inr .vc_column-inner {
    padding: 30px 30px !important;
}

#member-inr .vc_column-inner {}

#member-inr .vc_column-inner {
    padding: 30px 30px !important;
}

div#our-member {
    padding: 0px 80px !important;
}

div#our-certificate {
    padding: 40px 80px  !important;
}

#certification-inr h5, #member-inr h5 {
    font-size: 22px !important;
}

#certification-inr p, #member-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

div#matter {
    padding: 0px 80px 80px !important;
}

div#contact {
    padding: 80px 80px !important;
}
	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
#top .container {
    padding: 0px 50px !important;
}

#top nav ul li a {
    padding: 0px 12px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#top li#menu-item-39 a {
    padding: 12px 20px !important;
}

li#search-btn {
    margin: 0px 0px !important;
}

li.nectar-woo-cart {
    margin-left: 0px !important;
    left: 40px !important;
}

h1 {
    font-size: 45px !important;
    line-height: 53px !important;
}

div#hero {
    padding: 60px 60px !important;
}

.border {
    padding-left: 20px !important;
}

div#services {
    padding: 60px 60px !important;
}

#service-inr .vc_column-inner {
    padding: 20px 20px !important;
}

h4 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#hero-inr .hover-wrap:before {
    top: -12% !important;
    left: -10% !important;
}

div#about {
    padding: 60px 60px !important;
}

#about .vc_column-inner {
    margin-right: 30px !important;
}

h2 {
    font-size: 35px !important;
    line-height: 43px !important;
}

p {
    font-size: 18px !important;
    line-height: 26px !important;
}

#about .hover-wrap:before {
    top: -9% !important;
    right: -4% !important;
    background-size: 10% !important;
}

div#counter {
    padding: 0px 60px !important;
}

#counter-inr {padding: 40px 40px !important;}

div#blogs {
    padding: 60px 60px !important;
}

#blogs .excerpt {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#language {
    padding: 0px 60px 60px !important;
}

div#ready {
    padding: 60px 60px !important;
}

div#footer {
    padding: 60px 60px 20px !important;
}

#footer-inr input#tnp-1 {
    width: 80% !important;
}

div#footer-inr {
    padding-bottom: 60px !important;
}

div#inr-footer {
    padding-top: 25px !important;
}

div#inr-banner {
    padding: 120px 60px !important;
}

#about ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#language.choose {
    padding-top: 60px !important;
}

div#language.choose .vc_column-inner {
    margin-right: 10px !important;
}

#language.choose .color-bg {
    padding: 15px 15px !important;
}

#language.choose h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#group {
    padding: 60px 50px !important;
}

#group p br {
    display: none !important;
}

div#services.inr-service {
    padding-bottom: 60px !important;
}

#service-inr p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#services .wpb_text_column {
    margin-bottom: 15px !important;
}

div#language.language-inr {
    padding-top: 80px !important;
}

div#language.language-inr .vc_column-inner {
    margin-right: 10px !important;
}

div#certificate {
    padding: 80px 80px !important;
}

div#inr-certificate {
    padding: 40px 40px !important;
}

#certificate-inr .vc_column-inner {
    margin-right: 10px !important;
}

#certification-inr .vc_column-inner {
    padding: 30px 30px !important;
}

#member-inr .vc_column-inner {
    padding: 30px 30px !important;
}

div#our-member {
    padding: 0px 80px !important;
}

div#our-certificate {
    padding: 40px 80px  !important;
}

#certification-inr h5, #member-inr h5 {
    font-size: 22px !important;
}

#certification-inr p, #member-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

div#matter {
    padding: 0px 80px 80px !important;
}

div#contact {
    padding: 60px 60px !important;
}

#hero .flag-img {
    margin-top: 60px !important;
}

#entire-btn {
    font-size: 19px !important;
    line-height: 27px !important;
    padding: 15px 45px 15px 35px !important;
}

#entire-btn.transparent {
    padding-left: 15px !important;
}

#counter-inr .subject {
    font-size: 20px !important;
    line-height: 28px !important;
}

#counter-inr .number, #counter-inr .symbol {
    font-size: 55px !important;
    line-height: 63px !important;
}

#footer-inr p {
    font-size: 17px !important;
    line-height: 25px !important;
    max-width: 390px !important;
}

#footer ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 10px !important;
}

#about.about-inr .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact .contact .contact-icon i {
    height: 80px !important;
    width: 80px !important;
    font-size: 30px !important;
}

#contact .border-col .vc_column-inner {
    padding: 30px 30px !important;
}

#contact input, #contact textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 20px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
#top .container {
    padding: 0px 30px !important;
}

#top nav ul li a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top li#menu-item-39 a {
    padding: 12px 20px !important;
}

li#search-btn {
    margin: 0px 0px !important;
}

li.nectar-woo-cart {
    margin-left: 0px !important;
    left: 40px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#hero {
    padding: 40px 40px !important;
}

.border {
    padding-left: 12px !important;
}

div#services {
    padding: 40px 40px !important;
}

#service-inr .vc_column-inner {
    padding: 10px 10px !important;
    margin-right: 10px !important;
}

h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#hero-inr .hover-wrap:before {
    top: -12% !important;
    left: -10% !important;
}

div#about {
    padding: 40px 40px !important;
}

#about .vc_column-inner {
    margin-right: 30px !important;
}

h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}

p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#about .hover-wrap:before {
    top: -9% !important;
    right: -4% !important;
    background-size: 10% !important;
}

div#counter {
    padding: 0px 40px !important;
}

#counter-inr {padding: 30px 30px !important;}

div#blogs {
    padding: 40px 40px !important;
}

#blogs .excerpt {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#language {
    padding: 0px 40px 40px !important;
}

div#ready {
    padding: 40px 40px !important;
}

div#footer {
    padding: 40px 40px 20px !important;
}

#footer-inr input#tnp-1 {
    width: 80% !important;
}

div#footer-inr {
    padding-bottom: 60px !important;
}

div#inr-footer {
    padding-top: 25px !important;
}

div#inr-banner {
    padding: 100px 40px !important;
}

#about ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#language.choose {
    padding-top: 40px !important;
}

div#language.choose .vc_column-inner {
    margin-right: 10px !important;
}

#language.choose .color-bg {
    padding: 10px 10px !important;
}

#language.choose h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#group {
    padding: 40px 40px !important;
}

#group p br {
    display: none !important;
}

div#services.inr-service {
    padding-bottom: 60px !important;
}

#service-inr p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#services .wpb_text_column {
    margin-bottom: 15px !important;
}

div#language.language-inr {
    padding-top: 80px !important;
}

div#language.language-inr .vc_column-inner {
    margin-right: 10px !important;
}

div#certificate {
    padding: 40px 40px !important;
}

div#inr-certificate {
    padding: 30px 30px !important;
}

#certificate-inr .vc_column-inner {
    margin-right: 10px !important;
}

#certification-inr .vc_column-inner {
    padding: 10px 10px !important;
}

#member-inr .vc_column-inner {
    padding: 10px 10px !important;
}

div#our-member {
    padding: 0px 40px !important;
}

div#our-certificate {
    padding: 40px 40px  !important;
}

#certification-inr h5, #member-inr h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#certification-inr p, #member-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

div#matter {
    padding: 0px 40px 40px !important;
}

div#contact {
    padding: 40px 40px !important;
}

#hero .flag-img {
    margin-top: 60px !important;
}

#entire-btn {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 12px 40px 12px 30px !important;
}

#entire-btn.transparent {
    padding-left: 15px !important;
}

#counter-inr .subject {
    font-size: 16px !important;
    line-height: 24px !important;
}

#counter-inr .number, #counter-inr .symbol {
    font-size: 45px !important;
    line-height: 53px !important;
}

#footer-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
    max-width: 327px !important;
}

#footer ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 10px !important;
}

#about.about-inr .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact .contact .contact-icon i {
    height: 80px !important;
    width: 80px !important;
    font-size: 30px !important;
}

#contact .border-col .vc_column-inner {
    padding: 30px 30px !important;
}

#contact input, #contact textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 20px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#header-outer #logo img {
    height: 80px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#footer .tnp-submit {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-certificate ul li {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 15px !important;
}

#matter-inr ul li {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 15px !important;
}

#contact .contact .contact-text a {
    font-size: 15px !important;
    line-height: 23px !important;
}	
	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
#top .container {
    padding: 0px 30px !important;
}

#top nav ul li a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top li#menu-item-39 a {
    padding: 12px 20px !important;
}

li#search-btn {
    margin: 0px 0px !important;
}

li.nectar-woo-cart {
    margin-left: 0px !important;
    left: 40px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#hero {
    padding: 60px 40px 40px !important;
}

.border {
    padding-left: 12px !important;
}

div#services {
    padding: 40px 40px !important;
}

#service-inr .vc_column-inner {
    padding: 10px 10px !important;
    margin-right: 10px !important;
}

h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#hero-inr .hover-wrap:before {
    top: -12% !important;
    left: -10% !important;
}

div#about {
    padding: 40px 40px !important;
}

#about .vc_column-inner {
    margin-right: 30px !important;
}

h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}

p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#about .hover-wrap:before {
    top: -9% !important;
    right: -4% !important;
    background-size: 10% !important;
}

div#counter {
    padding: 0px 40px !important;
}

#counter-inr {padding: 30px 30px !important;}

div#blogs {
    padding: 40px 40px !important;
}

#blogs .excerpt {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#language {
    padding: 0px 40px 40px !important;
}

div#ready {
    padding: 40px 40px !important;
}

div#footer {
    padding: 40px 40px 20px !important;
}

#footer-inr input#tnp-1 {
    width: 80% !important;
}

div#footer-inr {
    padding-bottom: 60px !important;
}

div#inr-footer {
    padding-top: 25px !important;
}

div#inr-banner {
    padding: 100px 40px !important;
}

#about ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#language.choose {
    padding-top: 40px !important;
}

div#language.choose .vc_column-inner {
    margin-right: 10px !important;
}

#language.choose .color-bg {
    padding: 10px 10px !important;
}

#language.choose h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#group {
    padding: 40px 40px !important;
}

#group p br {
    display: none !important;
}

div#services.inr-service {
    padding-bottom: 60px !important;
}

#service-inr p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#services .wpb_text_column {
    margin-bottom: 15px !important;
}

div#language.language-inr {
    padding-top: 80px !important;
}

div#language.language-inr .vc_column-inner {
    margin-right: 10px !important;
}

div#certificate {
    padding: 40px 40px !important;
}

div#inr-certificate {
    padding: 30px 30px !important;
}

#certificate-inr .vc_column-inner {
    margin-right: 10px !important;
}

#certification-inr .vc_column-inner {
    padding: 10px 10px !important;
}

#member-inr .vc_column-inner {
    padding: 10px 10px !important;
}

div#our-member {
    padding: 0px 40px !important;
}

div#our-certificate {
    padding: 40px 40px  !important;
}

#certification-inr h5, #member-inr h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#certification-inr p, #member-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

div#matter {
    padding: 0px 40px 40px !important;
}

div#contact {
    padding: 40px 40px !important;
}

#hero .flag-img {
    margin-top: 60px !important;
}

#entire-btn {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 12px 40px 12px 30px !important;
}

#entire-btn.transparent {
    padding-left: 15px !important;
}

#counter-inr .subject {
    font-size: 16px !important;
    line-height: 24px !important;
}

#counter-inr .number, #counter-inr .symbol {
    font-size: 45px !important;
    line-height: 53px !important;
}

#footer-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
    max-width: 327px !important;
}

#footer ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 10px !important;
}

#about.about-inr .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact .contact .contact-icon i {
    height: 80px !important;
    width: 80px !important;
    font-size: 30px !important;
}

#contact .border-col .vc_column-inner {
    padding: 30px 30px !important;
}

#contact input, #contact textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 20px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#footer .tnp-submit {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-certificate ul li {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 15px !important;
}

#matter-inr ul li {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 15px !important;
}

#contact .contact .contact-text a {
    font-size: 15px !important;
    line-height: 23px !important;
}	

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#services .type-blk:before {
    left: -22% !important;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
#top .container {
    padding: 0px 30px !important;
}

#top nav ul li a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top li#menu-item-39 a {
    padding: 12px 20px !important;
}

li#search-btn {
    margin: 0px 0px !important;
}

li.nectar-woo-cart {
    margin-left: 0px !important;
    left: 40px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#hero {
    padding: 60px 40px 40px !important;
}

.border {
    padding-left: 12px !important;
}

div#services {
    padding: 40px 40px !important;
}

#service-inr .vc_column-inner {
    padding: 10px 10px !important;
    margin-right: 10px !important;
}

h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#hero-inr .hover-wrap:before {
    top: -12% !important;
    left: -10% !important;
}

div#about {
    padding: 30px 30px !important;
}

#about .vc_column-inner {
    margin-right: 30px !important;
}

h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}

p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#about .hover-wrap:before {
    top: -9% !important;
    right: -4% !important;
    background-size: 10% !important;
}

div#counter {
    padding: 0px 40px !important;
}

#counter-inr {padding: 30px 30px !important;}

div#blogs {
    padding: 40px 40px !important;
}

#blogs .excerpt {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#language {
    padding: 0px 30px 30px !important;
}

div#ready {
    padding: 40px 40px !important;
}

div#footer {
    padding: 40px 40px 20px !important;
}

#footer-inr input#tnp-1 {
    width: 80% !important;
}

div#footer-inr {
    padding-bottom: 60px !important;
}

div#inr-footer {
    padding-top: 25px !important;
}

div#inr-banner {
    padding: 70px 20px !important;
}

#about ul li {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#language.choose {
    padding-top: 30px !important;
}

div#language.choose .vc_column-inner {
    margin-right: 10px !important;
}

#language.choose .color-bg {
    padding: 10px 10px !important;
}

#language.choose h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#group {
    padding: 20px 20px !important;
}

#group p br {
    display: none !important;
}

div#services.inr-service {
    padding-bottom: 60px !important;
}

#service-inr p {
    font-size: 16px !important;
    line-height: 24px !important;
}

#services .wpb_text_column {
    margin-bottom: 15px !important;
}

div#language.language-inr {
    padding-top: 30px !important;
}

div#language.language-inr .vc_column-inner {
    margin-right: 10px !important;
}

div#certificate {
    padding: 40px 40px !important;
}

div#inr-certificate {
    padding: 30px 30px !important;
}

#certificate-inr .vc_column-inner {
    margin-right: 10px !important;
}

#certification-inr .vc_column-inner {
    padding: 10px 10px !important;
}

#member-inr .vc_column-inner {
    padding: 10px 10px !important;
}

div#our-member {
    padding: 0px 40px !important;
}

div#our-certificate {
    padding: 40px 40px  !important;
}

#certification-inr h5, #member-inr h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#certification-inr p, #member-inr p {
    font-size: 19px !important;
    line-height: 27px !important;
}

div#matter {
    padding: 0px 30px 20px !important;
}

div#contact {
    padding: 40px 40px !important;
}

#hero .flag-img {
    margin-top: 60px !important;
}

#entire-btn {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 12px 40px 12px 30px !important;
}

#entire-btn.transparent {
    padding-left: 15px !important;
}

#counter-inr .subject {
    font-size: 16px !important;
    line-height: 24px !important;
}

#counter-inr .number, #counter-inr .symbol {
    font-size: 45px !important;
    line-height: 53px !important;
}

#footer-inr p {
    font-size: 15px !important;
    line-height: 23px !important;
    max-width: 327px !important;
}

#footer ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 10px !important;
}

#about.about-inr .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact .contact .contact-icon i {
    height: 80px !important;
    width: 80px !important;
    font-size: 30px !important;
}

#contact .border-col .vc_column-inner {
    padding: 30px 30px !important;
}

#contact input, #contact textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 20px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#footer .tnp-submit {
    font-size: 20px !important;
    line-height: 28px !important;
}

#inr-certificate ul li {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 15px !important;
}

#matter-inr ul li {
    font-size: 17px !important;
    line-height: 25px !important;
    padding-bottom: 10px !important;
}

#contact .contact .contact-text a {
    font-size: 15px !important;
    line-height: 23px !important;
}	

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#services .type-blk:before {
    left: -22% !important;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

div#ready .right-col {
    text-align: left;
    margin-top: 20px !important;
}

#counter.counter-white #counter-inr .vc_column-inner {
    border: unset !important;
}

#language img {
    margin-top: 20px !important;
}

#certificate .type-blk {
    padding-left: 30px !important;
}

#certificate h5 {
    font-size: 20px !important;
    line-height: 28px !important;
}

div#matter-inr {
    padding: 30px 30px !important;
}

#blogs h3.title {
    font-size: 20px !important;
    line-height: 28px !important;
}	
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
#top .container {
    padding: 0px 30px !important;
}

#top nav ul li a {
    padding: 0px 10px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

#top li#menu-item-39 a {
    padding: 12px 20px !important;
}

li#search-btn {
    margin: 0px 0px !important;
}

li.nectar-woo-cart {
    margin-left: 0px !important;
    left: 40px !important;
}

h1 {
    font-size: 28px !important;
    line-height: 36px !important;
}

div#hero {
    padding: 30px 20px 20px !important;
}

.border {
    padding-left: 12px !important;
}

div#services {
    padding: 20px 20px !important;
}

#service-inr .vc_column-inner {
    padding: 10px 10px !important;
    margin-right: 0px !important;
}

h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

#hero-inr .hover-wrap:before {
    top: -12% !important;
    left: -10% !important;
}

div#about {
    padding: 20px 20px !important;
}

#about .vc_column-inner {
    margin-right: 30px !important;
}

h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#about .hover-wrap:before {
    top: -9% !important;
    right: -4% !important;
    background-size: 10% !important;
}

div#counter {
    padding: 0px 30px !important;
}

#counter-inr {padding: 20px 20px !important;}

div#blogs {
    padding: 20px 20px !important;
}

#blogs .excerpt {
    font-size: 14px !important;
    line-height: 22px !important;
    padding-bottom: 20px !important;
}

div#language {
    padding: 0px 20px 20px !important;
}

div#ready {
    padding: 20px 30px !important;
}

div#footer {
    padding: 30px 30px 15px !important;
}

#footer-inr input#tnp-1 {
    width: 100% !important;
}

div#footer-inr {
    padding-bottom: 60px !important;
}

div#inr-footer {
    padding-top: 15px !important;
    text-align: center !important;
}

div#inr-banner {
    padding: 50px 20px !important;
}

#about ul li {
    font-size: 15px !important;
    line-height: 23px !important;
}

div#language.choose {
    padding-top: 30px !important;
}

div#language.choose .vc_column-inner {
    margin-right: 10px !important;
}

#language.choose .color-bg {
    padding: 10px 10px !important;
}

#language.choose h4 {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#group {
    padding: 20px 20px !important;
}

#group p br {
    display: none !important;
}

div#services.inr-service {
    padding-bottom: 60px !important;
}

#service-inr p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#services .wpb_text_column {
    margin-bottom: 15px !important;
}

div#language.language-inr {
    padding-top: 30px !important;
}

div#language.language-inr .vc_column-inner {
    margin-right: 10px !important;
}

div#certificate {
    padding: 20px 20px !important;
}

div#inr-certificate {
    padding: 20px 20px !important;
}

#certificate-inr .vc_column-inner {
    margin-right: 10px !important;
}

#certification-inr .vc_column-inner {
    padding: 10px 10px !important;
    margin: unset !important;
}

#member-inr .vc_column-inner {
    padding: 10px 10px !important;
    margin: unset !important;
}

div#our-member {
    padding: 0px 20px !important;
}

div#our-certificate {
    padding: 20px 20px  !important;
}

#certification-inr h5, #member-inr h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#certification-inr p, #member-inr p {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#matter {
    padding: 0px 20px 20px !important;
}

div#contact {
    padding: 20px 20px !important;
}

#hero .flag-img {
    margin-top: 30px !important;
}

#entire-btn {
    font-size: 17px !important;
    line-height: 25px !important;
    padding: 12px 40px 12px 30px !important;
}

#entire-btn.transparent {
    padding-left: 15px !important;
}

#counter-inr .subject {
    font-size: 16px !important;
    line-height: 24px !important;
}

#counter-inr .number, #counter-inr .symbol {
    font-size: 45px !important;
    line-height: 53px !important;
}

#footer-inr p {
    font-size: 14px !important;
    line-height: 22px !important;
    max-width: unset !important;
}

#footer ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-bottom: 10px !important;
}

#about.about-inr .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact .contact .contact-icon i {
    height: 60px !important;
    width: 60px !important;
    font-size: 20px !important;
}

#contact .border-col .vc_column-inner {
    padding: 15px 15px !important;
    margin: unset !important;
}

#contact input, #contact textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 20px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

#about .wpb_text_column {
    margin-bottom: 10px !important;
}

#footer .tnp-submit {
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 10px 0px !important;
}

#inr-certificate ul li {
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 15px !important;
}

#matter-inr ul li {
    font-size: 15px !important;
    line-height: 23px !important;
    padding-bottom: 10px !important;
}

#contact .contact .contact-text a {
    font-size: 13px !important;
    line-height: 21px !important;
}	

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

#services .type-blk:before {
    left: -22% !important;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

div#ready .right-col {
    text-align: left;
    margin-top: 20px !important;
}

#counter.counter-white #counter-inr .vc_column-inner {
    border: unset !important;
}

#language img {
    margin-top: 20px !important;
}

#certificate .type-blk {
    padding-left: 30px !important;
}

#certificate h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#matter-inr {
    padding: 20px 20px !important;
}

#blogs h3.title {
    font-size: 20px !important;
    line-height: 28px !important;
}

#hero-inr .type-blk {
    padding-left: 40px !important;
}

#services h2 br {
    display: none !important;
}

div#service-inr {
    padding-top: 10px !important;
}

#about .type-blk {
    padding=left: 0 !important;
    padding=left: 0 !important;
    padding=left: 0 !important;
    padding=left: 0 !important;
    padding=left: 0 !important;
    padding=left: 0 !i;
    padding=left: 0 !;
    padding=left: 0;
    padding=left: 0;
    padding-left: 40px !important;
}

#blogs span.meta-category {
    font-size: 16px !important;
    line-height: 24px !important;
}

#footer-inr .border-blk .vc_column-inner:before {
    display: none;
}

#inr-footer .right-col {
    text-align: center !important;
}

h6 {
    font-size: 16px !important;
    line-height: 24px !important;
}

#group p {
    max-width: unset !important;
}

h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#group .wpb_text_column {
    margin-bottom: 10px !important;
}

#contact h5 {
	font-size: 20px !important;
	line-height: 28px !important;
}
	
#slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a {
    font-size: 23px !important;
    padding: unset !important;
    line-height: 31px !important;
}	
	
}





