* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid #333;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #333 inset;
    transition: background-color 5000s ease-in-out 0s;
    border-bottom: solid 1px #fff;
}

html {
    font-family: 'Work Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


a, a:focus, a:active, a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.alert-success {
    color: #fff;
    background-color: #008cc2;
    border-color: #008cc2;
}

.text-color {
    color: #008cc2;
}

.container.full-width-box {
    max-width: 100%;
}

.owl-carousel owl-theme{
    display: none
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
}

.cover {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}


.owl-theme .owl-nav [class*=owl-] {
    background: #fff;
}

.owl-carousel.owl-loaded{display: none;}

.owl-carousel .owl-nav button.owl-next{
    right: 0; 
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: calc(50% - 85px);  
}

.owl-slide-animated.owl-slide-subtitle {
    color: #fff;
}

.owl-slide-animated.owl-slide-subtitle p {
    margin: 0;
}

.owl-slide-animated.owl-slide-title{
    color: #008cc2;
}

.owl-slide-text{
    padding-top: 50px;    
}

.mainHeader {
    display: none;
}

.fab-container.back-top {
    left: 0;
    right: auto;
}

.fab-container {
    position: fixed;
    bottom: -350px;
    right: 0;
    z-index: 99;
}

.fab {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.fab:before {
    content: attr(tooltip);
    background: #008cc2;
    padding: 4px 14px;
    border-radius: 2px;
    position: absolute;
    top: 75px;
    right: 100%;
    color: white;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: 0.3s;
}

.top.fab:before {
    top: 20px;
    right: auto;
    left: 80px;
    ;
}

.fab:hover {
}

.fab:hover:before {
    opacity: 1;
    visibility: visible;
}


.top {
    background: #008cc2 url('../img/arrow-up.png') center no-repeat;
    background-size: 25px;
}

.top:hover {
}

.margin-auto {
    margin: auto;
}


a:hover {
    cursor: pointer;
}

h2 {
    font-size: 48px;
    line-height: 52px;
    padding-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
    fill: #fff;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    max-width: 1500px;
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.round-list .round li{
	 list-style: none;
	 position: relative;
	 padding: 0 0 0 20px;  
     visibility: visible;
     opacity: 1;     
}

.round-list .round{
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    display: flex;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    box-shadow: none;
    background: none;
}


 ul.round li::before {
	 content: "";
	 position: absolute;
	 left: 0;
	 top: 8px;
	 width: 10px;
	 height: 10px;
	 background-color: #fff;
	 border-radius: 50%;
	 -moz-border-radius: 50%;
	 -webkit-border-radius: 50%;
}

.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    height: auto;
    padding: 0 15px;
    background-color: #242424;
}

.left-top-nav, .right-top-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}

.get-in-touch-box {
    display: flex;
    justify-content: space-between;
}

.call-us, .email-us {
}

.call-us-text, .email-us-text {
    margin: 0;
    color: #fff;
}


.call-us-img, .email-us-img, .call-us-img-w, .email-us-img-w {
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    display: inline-block;
    line-height: 12px;
    font-size: 12px;
}

.call-us-img-w, .email-us-img-w {
    width: 16px;
    height: 13px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
}

.call-us-img {
    padding: 0;
}

.email-us-img {
    background-image: url(../img/msg.png);
}

.call-us-img-w {
}

.email-us-img-w {
    background-image: url(../img/msg-w.png);
}


.contact-us-section .submit-mail {
    display: inline-block;
    background-color: transparent;
    height: auto;
    line-height: 36px;
    font-size: 36px;
    color: #212529;
    letter-spacing: -1px;
    font-weight: bold;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.contact-us-section .submit-mail:hover {  
    box-shadow: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    background-color: #fff;
    padding: 2px;
    margin: 2px 0;
    color: #008cc2;
}

.contact-us-section label {
    color: #212529;
}

.contact-us-section .form-group {
    min-height: 100px;
}

.contact-us-section .form-control, .contact-us-section .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-text-fill-color:#212529;
    border-radius: 0;
    color: #212529;
    outline: 0;
    box-shadow: none;
    padding: 0;
}

.submit-btn-box {
    margin: 15px 0;
}

button.close {
    color: #fff;
    text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #eb1c23;
}


.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #110f4b;
    border-color: #110f4b;
}







/* Nuka */
.button--nuka {
    margin: 1em 2em;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--nuka.button--inverted {
    color: #37474f;
}

.button--nuka::before, .button--nuka::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    background: #008cc2;
    z-index: -1;
}

.button--nuka::before {
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.button--nuka::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.button--nuka::before, .button--nuka::after {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button--nuka.button--inverted::before, .button--nuka.button--inverted::after {
    background: #fff;
}

.button--nuka:hover {
    color: #fff;
}

.button--nuka:hover::before {
    opacity: 1;
}

.button--nuka:hover::after {
}

.button--nuka.button--inverted:hover::after {
    background-color: #008cc2;
}

.button--nuka:hover::after, .button--nuka:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


.btn-cont {
    text-align: center;
}

.btn-cont .btn {
    position: relative;
    box-shadow: none;
    padding: 5px 15px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased infinite;
}

.btn-cont .btn {
    border: none;
}

.btn-cont .btn .line-1 {
    animation: move1 1500ms infinite ease;
}

.btn-cont .btn .line-2 {
    animation: move2 1500ms infinite ease;
}

.btn-cont .btn .line-3 {
    animation: move3 1500ms infinite ease;
}

.btn-cont .btn .line-4 {
    animation: move4 1500ms infinite ease;
}

.btn-cont .line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #008cc2;
    left: 0;
    bottom: 0;
}

.btn-cont .line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #008cc2;
    left: 0;
    top: 0;
}

.btn-cont .line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background-color: #008cc2;
    right: 0;
    top: 0;
}

.btn-cont .line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #008cc2;
    right: 0;
    bottom: 0;
}

.nuka-button {
    min-width: 150px;
    width: 75%;
    margin: 1em;
    padding: 20px 0;
    border: none;
    font-size: 18px;
    font-weight: bold;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.nav-item.mobile {
    display: none;
}

/*** override 3side style ***/
/*** override bootstrap btn background-color ***/
.lang-drop .btn-primary.dropdown-toggle {
    font-size: 14px;
    padding: 0;
    margin: 0 10px;
    background-color: transparent !important;
    box-shadow: none;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #008cc2;
}

.iframe-box {
    width: calc(100% - 30px);
    height: 100%;
    padding: 15px;
}

header {}

.main-nav-row {
    display: flex;
    justify-content: space-between;
}

nav {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    top: 34px;
    background: #46b2f0;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    transition: all 0.3s;
}

nav.navShadow {
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    height: 60px;
}

nav.navShadow #word-mark {
    opacity: 0;
}

#brand, #menu, ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#brand {}

#logo {
    cursor: pointer;
}


.text-logo,.footer-logo-img {
    height: 48px;
}

#loader-wrapper .text-logo,.footer-logo-img{
    position: relative;
    bottom: 15px;
}


#word-mark {
    width: 120px;
    height: 20px;
    background: #008cc2;
    border-radius: 90px;
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s;
}
/*** Menu Styles ***/
#menu {
    justify-content: flex-end;
}

.nav-list li {
    margin: 0 10px;
}

.nav-list li a {
    display: block;    
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.nav.active:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #3bcbc1;
    opacity: 1;
    transition: all 200ms linear;
}


a.search-btn.active {
    background-color: transparent;
}

#menu-toggle {
    width: 55px;
    height: 55px;
    background: #008cc2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

#menu-toggle:hover .bar {
    width: 25px;
}

#menu-toggle.closeMenu .bar {
    width: 25px;
}

#menu-toggle.closeMenu .bar:first-child {
    transform: translateY(7px) rotate(45deg);
}

#menu-toggle.closeMenu .bar:nth-child(2) {
    transform: scale(0);
}

#menu-toggle.closeMenu .bar:last-child {
    transform: translateY(-7px) rotate(-45deg);
}

.bar {
    width: 25px;
    height: 2px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.bar:nth-child(2) {
    width: 20px;
    margin: 5px 0;
}

.bar:last-child {
    width: 15px;
}




/* Common style */
figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy:hover {
    background: -webkit-linear-gradient(45deg, #008cc2 0%, #3cb0dd 100%);
    background: linear-gradient(45deg, #008cc2 0%,#3cb0dd 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}



figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;    
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p ,.round-list{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p,figure.effect-roxy:hover .round-list{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.section-list-box {
}

.section-list-row {
    display: flex;
    margin: 25px 0;
}

.section-list-row:first-child {
    padding-top: 0;
    margin-top: 0;
}

.section-list-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-img {
}

.list-title-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.list-title {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    color: #008cc2;
    margin-bottom: 5px;
}

.list-text {
    margin: 0;
    font-size: 18px;
}



.contact-us-section {
    height: calc(100% - 94px);
    background-color: #e6e6e6;
    background-image: url(../img/big-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    justify-content: start;
}

/*** Hero Section Styles ***/
#hero-section {
    width: 100%;
    height: calc(100vh - 104px);
    display: flex;
    flex-direction: column;
    margin-top: 104px;
}

.hero-main-box {
    z-index: 2;
    position: relative;
}


#slides-collection {
    width: 100%;
    height: calc(100vh - 120px);
    position: relative;
    overflow: hidden;
}

.slide {
    position: absolute;
    transform-origin: center;
    transition: all 1s;
    width: 100%;
    height: calc(100vh - 120px);
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
}

.left-half, .right-half {
    position: absolute;
    width: 59%;
    height: calc(100vh - 120px);
    background-size: cover;
    background-position: center;
}

.left-half {
    left: -61%;
    -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
    display: flex;
    justify-content: flex-end;
}

.right-half {
    right: -61%;
    -webkit-clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    justify-content: center;
}

.slide-content {
    width: auto;
    top: 50px;
    box-sizing: border-box;
    position: absolute;
    padding: 20px 0;
}

.left-half .slide-content {
    padding-right: 120px;
}

.right-half .slide-content {
    padding-left: 60px;
}

.slide-content p {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}


.right-half .slide-content p {
}


.left-half .slide-content p {
}


.right-half .slide-content h2, .left-half .slide-content p {
    color: #008cc2;
}


.left-half .slide-content h2, .right-half .slide-content p {
    color: #fff;
}




#nav {
    text-align: center;
    display: none;
}

#nav a {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 10;
    top: calc(50% - 16px);
    text-indent: -9999px;
}

#nav a.prev-slide {
    background: url(../img/arrow-left.png) no-repeat top left;
    left: 10px;
}

#nav a.next-slide {
    background: url(../img/arrow-right.png) no-repeat top left;
    right: 10px;
}

#nav a.disabled {
    display: none;
}


/*** Section Styles ***/
section {
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 35px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.logo-center-section {
    height: auto;
}

.logo-center-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 0;
}


.logo-center-sub-title h3 {
    color: #008cc2;
    font-size: 29px;
    line-height: 29px;
    padding: 10px 0;
    margin: 0;
}


.about-us {
    height: calc(100% - 94px);
    background-image: url(../img/who-we-are-2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #e6e6e6;
    position: relative;
}

.about-us-clouds {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
}

.clouds-box {
    display: flex;
    justify-content: space-between;
}

.clouds-left {
    top: -105px;
    left: -125px;
    position: relative;
}

.clouds-right {
    position: relative;
    top: -50px;
    right: -100px;
}

.about-us-container {
    display: flex;
    flex-direction: column;
    height: 745px;
    padding-top: 50px;
}


.our-services {}

.our-services .section-title{padding-bottom: 10px;}

.our-services-text-box{
    margin: 0 0 30px 0;
    text-align: center;
}

.our-services-text{
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;    
}

.our-services-container {
    margin-bottom: 35px;
}


.whether-you-are-box, .our-services-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whether-title {
    text-align: center;
    margin: 15px 0;
}

.whether-title p {
    font-size: 21px;
    line-height: 29px;
    margin: 0;
}

.whether-image,.whether-image img  {
    width: 100%;
}



.our-services-box {
    margin-bottom: 25px;
}

.services-image {
}

.services-title {
}

.services-title h3 {
    margin: 0;
    padding: 0;
}

.services-title{
    text-transform: uppercase;
    display: flex;
    width: 100%;
    padding: 15px 0;
}

.section-title-holder {
    display: flex;
    justify-content: center;
}

.section-title-box {
    display: flex;
    justify-content: center;
}

.section-title {
    font-size: 58px;
    text-align: center;
    color: #008cc2;
    padding: 35px 0;
    margin: 0;
    text-transform: uppercase;
}

.sub-section-title-box {
    display: flex;  
}


.section-title,
.sub-section-title
 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #008cc2;
    border: none;
    padding: 35px 0;
    margin: 0;
    text-transform: uppercase;
}

.section-btn {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    border: solid 1px #008cc2;
    padding: 25px 35px;
    text-transform: uppercase;
}

.section-btn {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
    background-color: #008cc2;
    border: solid 1px #008cc2;
    padding: 15px 35px;
    margin: 15px 0;
    text-transform: uppercase;
    border-radius: 5px;
}


.section-btn:hover {
    color: #fff;
    background-color: #333;
    border: solid 1px #008cc2;
}

.section-text-box {
}

.section-text {
    font-size: 18px;
    line-height: 30px;
    color: #242424;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.titles-box {
    min-height: 100px;
}

.move-btn {
    -webkit-animation: diagonal-slide 5s;
    animation: diagonal-slide 5s;
}


.footer-distributed {
    box-sizing: border-box;
    padding: 35px 15px;
}

.footer-distributed-wrap {
    display: flex;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.footer-distributed .footer-center {
    border-right: solid 1px #fff;
}

/* Footer left */
.footer-distributed .footer-left {
    align-items: flex-start;
    padding: 0;
}

/* The company logo */
.footer-left .footer-logo {
}

.footer-left .footer-logo-img {}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
}

.footer-distributed .footer-links a:first-child:before {
    content: '';
}

.footer-distributed .footer-company-name {
    color: #212529;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */



.footer-distributed .footer-center-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-distributed .footer-center i {
    background-color: #fff;
    color: #333;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 0 5px 0 0;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #212529;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 5px;
}

.footer-distributed .footer-center p span {
    display: block;
}

.footer-distributed .footer-center p a {
    color: #008cc2;
    text-decoration: none;
    ;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #008cc2;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

.footer-center-addres {
    display: flex;
    align-items: center;
    margin: 5px 0;
    min-height: 48px;
}

/* Footer Right */

.footer-distributed .footer-right {
    padding: 0;
}

/*Old Footer*/
.footer-left-wrap {
    display: flex;
    margin: 55px 0;
}

.footer-top {
}

.footer-trade-now-section {
    height: auto;
    background-color: #008cc2;
    padding: 25px 0;
}


.footer-trade-now-sentence-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-trade-now-sentence-box {
    font-size: 20px;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-trade-now-sentence {
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.footer-trade-now-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-trade-now-btn-link{width:85%; }

.footer-trade-now-btn-box {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.footer-trade-now-btn {
    color: #fff;
    background-color: #008cc2;
    border: solid 1px #008cc2;
    padding: 5px 0;
    font-size: 30px;
    border-radius: 5px;
    margin: auto;
    width: 65%;
    text-align: center;
}

.footer-trade-now-btn:hover {
    color: #333;
    background-color: #008cc2;
}


.footer-right-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 55px 0;
}

.footer-rights-reserved {
    margin: 0;
    padding: 0;
    color: #212529;
    font-size: 16px;
}


.footer-menu-box {
}

.footer-menu {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
    align-items: flex-start;
}


.footer-menu-link-box {
    margin: 5px 0;
}

.footer-menu-link:first-child:before {
    display: none;
}

.footer-menu-link {
    color: #212529;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.footer-menu-link:hover {
    color: #008cc2;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.nav.active:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #008cc2;
    opacity: 1;
    transition: all 200ms linear;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #008cc2;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.nav-list .btn-secondary.dropdown-toggle {
    background: none;
    background-color: transparent !important;
    box-shadow: none;
    color: #333;
    margin: 0;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
    height: auto;
}

.btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: transparent !important;
}

.btn-secondary.dropdown-toggle:focus, .btn-secondary.dropdown-toggle:hover {
    box-shadow: none;
    background-color: transparent !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #333;
}

[class*="dropdown-menu-tip-"]::after {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
    border-left: none;
}

.dropdown-menu-tip-n::after {
    top: calc(-.25rem - 1px);
    left: calc(50% - .25rem);
    transform: rotate(-45deg);
}

.dropdown-menu-tip-ne::after {
    top: calc(-.25rem - 1px);
    right: 1rem;
    transform: rotate(-45deg);
}

.dropdown-menu-tip-nw::after {
    top: calc(-.25rem - 1px);
    left: 1rem;
    transform: rotate(-45deg);
}

.dropdown-menu-tip-s::after {
    left: calc(50% - .25rem);
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu-tip-se::after {
    right: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu-tip-sw::after {
    left: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu {
    margin-top: 0.75rem;
}




.sub-section-heading-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.sub-section-heading {
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
}


.sub-section-heading-box.bot {
    margin: 35px 0;
}

.sub-section-heading.bot {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}


.about-frontier-beat-corp {
    background-color: #333;
    padding: 0 15px;
}

.about-frontier-beat-corp-right {
}

.about-frontier-beat-corp-left {
}

.about-frontier-beat-corp-title-box {
    margin: 16px 0 0 0;
}

.about-frontier-beat-corp-title {
}

.about-frontier-beat-corp-text {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    opacity: 0.5;
    font-family: 'Lato', sans-serif;
}

.color-text {
    color: #fff;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 9999;
}

.modal-dialog {
    position: fixed;
    margin: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    max-width: none;
    padding: 0;
    left: 15px;
    top: 15px;
}

.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #6598d9;
    border: 0;
}

.modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-body {
    position: absolute;
    top: 0;
    bottom: 60px;
    width: 100%;
}

.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

.btn {
    height: 40px;
    border-radius: 0;
}

.btn:focus, .btn:active, .btn:active:focus {
    box-shadow: none;
    outline: none;
}

.btn-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -100px;
    width: 200px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    font-weight: 300;
    font-size: 1.6rem;
    color: #fff;
    color: #767b93;
    text-align: center;
    background: #60cc69;
    border: 1px solid #36a940;
    border-bottom: 3px solid #36a940;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.btn-primary:active, .btn-primary:hover:active, .btn-primary:focus:active, .btn-primary:active:active {
    border-bottom: 1px solid #36a940;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active {
    font-weight: 300;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #bfc5ce;
    border: 1px solid #a2aab8;
    border-bottom: 3px solid #a2aab8;
}

.btn-default:active, .btn-default:hover:active, .btn-default:focus:active, .btn-default:active:active {
    border-bottom: 1px solid #a2aab8;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #fff;
    background: transparent;
    border: 0;
    line-height: 16px;
    font-size: 16px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background: #f1f3f5;
    border-left: 1px solid #d3dae0;
}

::-webkit-scrollbar-thumb {
    background: #b6c0cb;
}


.loader-logo-box{
    position: relative;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #333;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #008cc2;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #008cc2;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }



@keyframes ani {
    0% {
        left: -15px;
    }

    100% {
        left: 15px;
    }
}


/* motion */
@keyframes gradient-animation {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@keyframes frame-enter {
    0% {
        clip-path: polygon(0% 100%, 12px 100%, 12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) calc(100% - 12px), 12px calc(100% - 12px), 12px 100%, 100% 100%, 100% 0%, 0% 0%);
    }

    25% {
        clip-path: polygon(0% 100%, 12px 100%, 12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) calc(100% - 12px), calc(100% - 12px) calc(100% - 12px), calc(100% - 12px) 100%, 100% 100%, 100% 0%, 0% 0%);
    }

    50% {
        clip-path: polygon(0% 100%, 12px 100%, 12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, 100% 0%, 0% 0%);
    }

    75% {
        -webkit-clip-path: polygon(0% 100%, 12px 100%, 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 0%, 0% 0%);
    }

    100% {
        -webkit-clip-path: polygon(0% 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 0% 100%);
    }
}



@-webkit-keyframes diagonal-slide {
    0% {
        left: 0;
        top: 0;
    }

    100% {
        left: 100px;
        top: 100px;
    }
}

@keyframes diagonal-slide {
    0% {
        left: 0;
        top: 0;
    }

    100% {
        left: 100px;
        top: 100px;
    }
}



@-webkit-keyframes anim-nanuk-1 {
    0%, 100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit;
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: #fff;
    }

    100% {
        color: #fff;
    }
}

@keyframes anim-nanuk-1 {
    0%, 100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit;
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: #fff;
    }

    100% {
        color: #fff;
    }
}


@keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }

    54% {
        height: 0;
        bottom: 100%;
    }

    55% {
        height: 0;
        bottom: 0;
    }

    100% {
        height: 100%;
        bottom: 0;
    }
}

@keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }

    50% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }

    54% {
        height: 0;
        top: 100%;
    }

    55% {
        height: 0;
        top: 0;
    }

    100% {
        height: 100%;
        top: 0;
    }
}

@keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }

    55% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

@keyframes scroll-pulse {
    to {
        opacity: 1;
    }
}


/*** Responsive Menu For Smaller Device ***/
@media screen and (min-width: 1480px) {
    .round-list .round {
        font-size: 16px;
    }    
}

@media screen and (min-width:767px) and (max-width:1000px) {
    .round-list .round {
        font-size: 10px;
        line-height: 20px;
    }

    ul.round li::before {
        top: 5px;
    }
      
}


@media screen and (min-width:1200px) and (max-width:1480px) {

    .about-us-container {
        height: 625px;
    }

    .main-mouse-text {
        font-size: 12px;
    }

    .section-title,
    .sub-section-title{
        font-size: 38px;
        line-height: 38px;
    }

    .section-text, .about-frontier-beat-corp-text {
        font-size: 16px;
        line-height: 22px;
    }

    .section-btn {
        font-size: 20px;
        line-height: 22px;
        padding: 15px 35px;
    }

    .contact-us-section .submit-mail {
        padding: 6px 38px;
        font-size: 28px;
    }

    .footer-trade-now-btn {
        font-size: 23px;
    }

    .footer-addres {
        font-size: 16px;
        line-height: 18px;
    }

    .footer-addres-container {
        margin: 0 40px;
    }

    .footer-menu-box li {
        margin: 0;
    }

    .footer-menu-box li a {
        font-size: 16px;
        line-height: 23px;
    }

    .top-addres {
        font-size: 13px;
    }

    .round-list .round {
        font-size: 13px;
    }

    ul.round li::before {
        top: 5px;
    }

}



/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 1400px) {
.nav-list li {
   margin: 0 5px;
}

.nav-list li a {
    font-size: 16px;
}

.clouds-left {   
    left: -161px; 
}

.clouds-right {
    right: -150px;
}

.contact-us-section .form-group {
    min-height: 80px;
}

.contact-us-section .form-control, .contact-us-section .form-control:focus {
    height: 50px;
}

   
}


/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 1200px) {
    
    .owl-carousel owl-theme  
    {
          display: block;
    }   

    #menu-toggle {
        display: flex;
        width: 40px;
        height: 40px;
    }

    ul {
        display: inline-block;
        width: 100%;
        height: 0;
        background: #333;
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        overflow: hidden;
        box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    ul.showMenu {
        height: auto;
        overflow: visible;
        padding: 35px 15px;
    }

    ul.showMenu li {
        opacity: 1;
        transition: all 0.6s ease;
        visibility: visible;
        margin: 5px 0;
        color: #fff;
    }

    ul.showMenu li a {
        color: #fff;
        padding: 0 15px;
    }

    ul.showMenu li:first-child {
        margin-top: 0;
    }

    li {
        opacity: 0;
        visibility: hidden;
    }

    .nav-list .btn-secondary.dropdown-toggle {
        padding: 0 15px;
        color: #fff;
        height: auto;
    }

    .nav-item:after,
    .nav.active:after {
        width: calc(100% - 30px);
        margin: 0 15px -3.5px 15px;
    }

    #head-line {
        transform: scale(0.8);
    }

    nav {
        top: 0px;
        height: 85px;
    }

    #hero-section {
        margin-top: 85px;
        height: auto;
    }


    .clouds-box {
        display: none;
    }

    .about-us, .contact-us-section, .our-services {
        background-image: none;
        height: auto;
        padding: 35px 15px;
    }

    .contact-form-box {
        padding: 35px 0;
    }

    .sub-section-title-box {
        justify-content: center;
    }

    .about-us-container {
        height: auto;
    }

    .row-centered {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .section-text-box, .about-frontier-beat-corp-title-box {
        text-align: center;
    }


    .titles-box {
        min-height: 60px;
    }

    ul.showMenu .dropdown-item {
        color: #333;
    }

    .section-title {
        font-size: 50px;
    }

    .about-us-container {
        padding-top: 15px;
    }

    .section-title,   
    .sub-section-title
 {
        font-size: 28px;
        line-height: 28px;
    }

    .contact-us-section .submit-mail {
        font-size: 26px;
    }

    .footer-trade-now-sentence-box {
        font-size: 24px;
    }

    .footer-trade-now-btn {
        padding: 5px 30px;
        font-size: 20px;
        margin: 5px 15px;
    }


    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        margin: 25px 0;
        padding: 0 15px;
    }

    .text-logo,.footer-logo-img {
        height: 38px;
    }

    .nav-item.mobile {
        display: flex;
    }


    .email-us-img {       
        background-position: 0 2px;
        padding: 0 0 0 8px;
        line-height: 14px;
    }

     ul.showMenu .email-us-img a{
        font-size: 14px;     
    }

    .mobile-padding{
        padding: 0 15px;    
    }

    #slides-collection {
        display: none;
        visibility: hidden;        
        height: 0;
    }

.owl-carousel.owl-loaded{display: block;}

}





@media only screen and (max-width: 992px) {
    
    .nav-list li a {
        font-size: 14px;
    }
    

    .arrow-move:after {
        display: none;
    }

    .step-img {
        width: auto;
        margin: 10px 0;
    }

    .step-title {
        font-size: 20px;
        line-height: 20px;
    }


    .footer-distributed {
        padding: 35px 0;
    }


    .footer-distributed-wrap {
        display: block;
    }

    .footer-distributed .footer-center {
        border-right: none;
        align-items: flex-start;
        padding-bottom: 25px;
        border-bottom: solid 1px #fff;
    }

    .footer-distributed .footer-right {
        align-items: flex-start;
    }

    .footer-trade-now-sentence {
        text-align: left;
    }

    .footer-trade-now-btn-box {
        justify-content: flex-start;
    }
    .owl-slide-text {
        padding-top: 25px;
    }
}


@media only screen and (max-width: 767px) {


    .section-title,
    .sub-section-title {
        font-size: 26px;
        line-height: 26px;
    }

    .section-btn {
        font-size: 20px;
        line-height: 20px;
    }

    .top-addres {
        font-size: 12px;
    }

    .footer-trade-now-sentence-wrap {
        align-items: center;
    }

    .footer-trade-now-btn-wrap {
        justify-content: center;
    }

    .text-logo,.footer-logo-img {
        height: 30px;
    }


    .contact-us-section {
        height: auto;
        padding: 35px;
    }

    ul.showMenu li a{  
        font-size: 14px;  
    }

    .our-services-text {
        font-size: 16px;
    }

    .our-services-text-box {
        max-width: 70%;
    }

    .round-list .round {
        font-size: 12px;
        line-height: 20px;    
    }

    ul.round li::before {
        top: 5px;
    }
    #loader-wrapper .text-logo,.footer-logo-img{
        bottom: 35px;
    }

}


@media only screen and (max-width: 480px) {
    .text-logo,.footer-logo-img {
        height: 25px;
    }

    .list-title {
        font-size: 20px;
    }

    .section-title,
    .sub-section-title {
        font-size: 24px;
        line-height: 24px;
    }
    .owl-slide-text {
        padding-top: 25px;
    }
    .owl-slide-animated.owl-slide-title{
        font-size: 35px;
        line-height: 45px;
        font-weight: bold;
    }
    .owl-slide-animated.owl-slide-subtitle p {
        line-height: 22px;
    }
    

}


@media only screen and (max-width: 380px) {
    .text-logo,.footer-logo-img {
        height: 20px;
    }
}



