/*==================================theme-details==================================*/
:root {
    --theme-color-red: #E62254;
    --theme-color-red-light: #FFD8E2;
    --theme-color-blue:#1B2A3F;
    --theme-color-light:#F1F7FF;
    --theme-color-blue-dark:#1A293E;
    --theme-color-light-grey:#818892;
    --theme-color-derk-grey:#9AADC9;
    --theme-color-black:#000000;
    --theme-color-white:#ffffff;
    --background-transperent:transparent;
    --theme-fonts: 'Poppins';
}
/*==================================fontawesome==================================*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font-awesome/font/glyphicons-halflings-regular.eot');
    src: url('../font-awesome/font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../font-awesome/font/glyphicons-halflings-regular.woff2') format('woff2'),
    url('../font-awesome/font/glyphicons-halflings-regular.woff') format('woff'),
    url('../font-awesome/font/glyphicons-halflings-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../font-awesome/font/fontawesome-webfont.eot?v=4.1.0');
    src: url('../font-awesome/font/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
    url('../font-awesome/font/fontawesome-webfont.woff?v=4.1.0') format('woff'),
    url('../font-awesome/font/fontawesome-webfont.ttf?v=4.1.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/*==================================Poppins-font==================================*/
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff'),
    url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*==================================Global Styles==================================*/
.modal-dialog {max-width: 800px;margin: 30px auto;  }
.modal-body {position:relative;padding:0px;}
.btn-close {position:absolute;right:-30px;top:0;}
button.cmn-buttn.light-button {background: var(--theme-color-red-light);color: var(--theme-color-red);border: none;}
button.cmn-buttn.light-button:hover {background: var(--theme-color-red);color: var(--theme-color-red-light);}
button.cmn-buttn.light-button:focus {outline: none;box-shadow: none;}
button.cmn-buttn.light-button:focus-visible {outline: none;}
.modal {top:10% !important;z-index: 99999 !important;}

#owl-three .owl-dot.active {background: transparent !important;width: 15px;height: 15px;border: 2px solid #e62254 !important;position: relative;top:0px;border-radius: 50%;}
#owl-three .owl-dot {width: 10px;height: 10px;display: inline-block;border-radius: 50%;background: var(--theme-color-blue-dark) !important;opacity: 1;margin: 0px 3px;}
#owl-three .owl-dot.active span {border: none;top: 0px !important;}

html, body { height: 100%; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;font-family: 'Poppins'; font-size:16px; color:#000;}
html:hover, body:hover{ -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
body a:focus{ outline: none !important;}
body img:focus{ outline: none !important;}
a img:focus{ outline: none !important;}
a {text-decoration: none; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
a:hover, a:focus {text-decoration: none; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
a i{ -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
a:hover i{ -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;}
ul{padding: 0px; margin: 0px;}
ul li{list-style: none;}
ul li a{text-decoration: none;}
/*==================================Font-style-Global Styles==================================*/
h1{font-family: 'Poppins';font-size:50px;color:var(--theme-color-blue-dark);padding:0px; margin:0px;font-weight:700; }
h2{font-family: 'Poppins';font-size:35px;color:var(--theme-color-blue-dark);padding:0px; margin:0px;font-weight:700;}
h3{font-family: 'Poppins';font-size:25px;color:var(--theme-color-blue-dark);padding:0px; margin:0px;font-weight:600;}
h4,h5,h6{font-family: 'Poppins';font-size:20px;color:var(--theme-color-blue-dark);padding:0px; margin:0px;font-weight:500;}
p,small{font-family: 'Poppins';font-size:15px;color:var(--theme-color-blue-dark);padding:0px; margin:0px;font-weight:400;}
/*==================================Font-awesome-style==================================*/
.fa{ letter-spacing:normal;}
.thumbnail > img, .thumbnail a > img{ margin:10px auto;}
/*==================================Form-Global Styles==================================*/
.form-control::-webkit-input-placeholder {font-family: 'Poppins'; font-size:16px;color:#E5E5E5;font-weight:400; }
.form-control:-moz-placeholder {font-family: 'Poppins';font-size:16px;color:#E5E5E5;font-weight:400; }
.form-control::-moz-placeholder {font-family: 'Poppins'; font-size:16px;color:#E5E5E5;font-weight:400; }
.form-control:-ms-input-placeholder {font-family: 'Poppins'; font-size:16px;color:#E5E5E5;font-weight:400; }
/*==================================wirn - canvas css==================================*/
audio, canvas, video { display: inline-block; }
.large-header { position: relative; width: 100%; background: none; background-color:transparent; overflow: hidden; background-size: cover; background-position: center center; z-index: 1; }
/*==================================navigation==================================*/
/* wirn - stuck menu */
.navTrigger { display:none;}
#stuck_container{background-color:var(--background-transperent);position:relative;top: 0;right: 0;left: 0;bottom: auto;z-index: 1111;padding:31px 0px;}
.isStuck { border:none;z-index: 999; background-color:var(--theme-color-light)!important;}
.isStuck .navbar-brand img#stc{ transform: translate(0px, -5em); margin: 0 auto; max-width: 100%; transition: linear 0.1s ease-in-out 0s; opacity:0; height:0px;}
.isStuck .navbar-brand img#stc_1{ transform: translate(0px, 0em); transition: linear 0.2s ease-in-out 0s; opacity:1; width: 130px;}
.isStuck .navbar-nav > li > a{}
.isStuck ul.nav.navbar-nav.navbar-right { margin-top:9px !important;}
.isStuck .navbar-header a.navbar-brand {width: 200px; display: inline-block; float: none; vertical-align: middle;}
.isStuck .navbar-header .search-sec .wrap {margin: 20px 0px;}
.isStuck .navbar-header .cart-sec {margin: 20px 0px;}
.isStuck .search-sec .wrap{ height: 20px;}
.isStuck .navbar-collapse.collapse {width: 82%;}
/*==================================navigation-dropdown==================================*/
.dropdown-submenu{ position:relative;}
.dropdown-submenu>.dropdown-menu{ top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px; min-width:155%;}
.dropdown-submenu>a:after{ display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{ border-left-color:#555;}
.dropdown-submenu.pull-left{ float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{ left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.navbar{ margin-bottom:0px; border-radius:0px; height:auto;padding:0px;}
.navbar-inverse{ background-color:#FFFFFF; border-color:#e0dede; border: none;}
.navbar-inverse ul.nav li.dropdown:hover ul {padding:0px; margin:0px; background:#000;min-width:190px;text-align: center;}
/*.navbar-inverse ul.nav li.dropdown:hover ul li a { color: #fff;font-family: 'PoppinsSemiBold'; letter-spacing: 1px; }*/
.navbar-inverse .navbar-nav > li{    position: relative;float: none;display: inline-block;margin: 0px -2px;}
.navbar-inverse .navbar-nav > li > a{ color:var(--theme-color-white);text-transform:capitalize;font-weight:500; font-size:15px; padding: 10px 20px;line-height: 13px; position: relative;}
/*.navbar-inverse .navbar-nav > li > a:after{ position: absolute; left: auto; right: 0; width: 2px; height: 13px; content: ""; top: 0; bottom: 0; margin: auto; background: #515151;}*/
.navbar-inverse .navbar-nav > li:last-child a:after{ display: none;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:active,.navbar-inverse .navbar-nav > li > a.active{ color:var(--theme-color-red);}
/*.navbar-inverse .navbar-nav > li a.active{border-bottom: 4px solid #2098D1;}*/
.navbar-inverse .navbar-nav > li a.active.hvr-underline-from-left:before{ display: none;}
.navbar-inverse ul.nav li.dropdown:hover ul li a:hover, ul.nav li.dropdown:hover ul li a:focus, ul.nav li.dropdown:hover ul li a:active {     background: #0d383f;
    color: #fff;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{  background:#F223A9; color:#fff;}
.dropdown-menu{ min-width:auto; box-shadow:none; border:none; border-radius:0px; padding:0px; background:#000;text-align: left;}
.dropdown-menu > li > a{padding: 10px 14px; font-weight: normal; font-size: 14px; letter-spacing: 0;color:#fff;    display: block;
    text-align: left;}
.navbar-right .dropdown-menu { right: auto;left: 0;min-width: 150px;text-align: center; }
.navbar-inverse .navbar-toggle .icon-bar {background-color: #000;}
.nav.navbar-nav{ height: auto;padding:0;display: inline-block; float: none; margin:0px -2px; vertical-align: middle;}
.navbar-brand > img{ margin:0; padding:0; max-width:100%;}
.navbar-nav .dropdown-menu{position: absolute;text-align: left;}
/*nav-bar*/
.navbar-header { float: none; display: inline-block; text-align: center; vertical-align: middle;}
.navbar-collapse {padding-right: 0px;padding-left:0px;background: #fff;}
.navbar-collapse.right-nav {display: inline-block;height: auto; padding-bottom: 0;overflow: visible;vertical-align: middle;text-align:right;flex-basis: 75%;background:var( --background-transperent);float: right;    padding-top: 13px;}
/* navigation-end */
a.navbar-brand.mobile_view_logo {display: none;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{color: #037dc0;background-color: transparent;}
.navbar-inverse .navbar-nav > li > a:focus {color:var( --theme-color-red);background-color: transparent;}
button.navbar-toggle.collapsed {display: none;}
.navbar-nav{ display: inline-block;}
/*==================================Scroll-top-css==================================*/
span#top { position: fixed; bottom:60px; z-index: 11; /* background: red; */ right: 14px; width: 80px; height: 81px; opacity: 0; text-align: center; line-height: 85px; }
span.opacity{ opacity: 1!important;-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
span#top a { display: inline-block;margin: auto; width:36px;color: #000;  }
span#top a img { width: 100%; display: inline-block; position: relative;top: -32px;}
/*==================================common-css-Button-style==================================*/
.cmn-buttn{background:var(--theme-color-red);font-family:var(--theme-fonts); text-align: center;font-size: 14px; color:var(--theme-color-white);padding: 16px 20px;display: inline-block;text-transform:capitalize;border-radius:10px; text-shadow: none;font-weight: 600;line-height: 1;text-transform: uppercase;margin-left: 20px;overflow: hidden;vertical-align: middle;}
i.arrow { display: inline-block; vertical-align: middle; margin-left: 8px; width: 14px; line-height: 1; position: relative; top: -2px; }
i.arrow img {width: 100%;}
.cmn-buttn:hover{background: var(--theme-color-red-light);color: var(--theme-color-red);}
a.cmn-buttn.hvr-sweep-to-right:before{background:var(--theme-color-red-light);}
a:hover.cmn-buttn i.arrow img {filter: brightness(100);}
a.cmn-buttn.light-button.hvr-sweep-to-right:before{background:var( --theme-color-red);}
a:hover.cmn-buttn.light-button{background: var(--theme-color-red);color: var(--theme-color-white);}
.v-mid{ display:table-cell; width:100%; height:100%;vertical-align: middle;}
.v-top{ display:table-cell; width:100%; height:100%;vertical-align:top;}
.v-bott{ display:table-cell; width:100%; height:100%;vertical-align:bottom;}
.no-padding{ padding:0px;}
button.back-botton { border: 0; background: transparent; line-height: 1; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; transform: rotate( 179deg ); outline: none; display: none; cursor: pointer;}
button.back-botton:focus{outline: none; border:0;box-shadow: none;}
a.cmn-buttn.light-button{background:var(--theme-color-red-light);color: var(--theme-color-red);}
a.cmn-buttn.light-button i.arrow { top: -1px;}
/*=========================================================================common css-end=================================================================*/
/*=========================================================================custome-container=================================================================*/
.container_custome,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm, .container_custome {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container_custome {max-width: 720px;  }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container_custome {max-width: 960px;}
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container_custome {max-width: 1140px;}
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm,.container_custome  {max-width: 1366px;  }
}
/*=========================================================================cnm-header-content=================================================================*/
.cnm-header-content {padding-top: 60px;}
.cnm-header-content small { padding-bottom: 30px; display: inline-block; line-height: 1; font-weight: 500; /* letter-spacing: 2px; */ letter-spacing: 0.1em; font-size: 16px; }
.cnm-header-content h1 { display: flex; align-items: center; text-transform: capitalize; line-height: 1.2;padding-bottom:41px; }
.cnm-header-content p {width: 92%;line-height: 1.8;color:var(--theme-color-light-grey); }
.buttn-section .cmn-buttn { margin-left: 0;}
.buttn-section a.cmn-buttn.light-button{margin-left:20px; }
.buttn-section { padding: 57px 0px 26px;}
p.signup-link{color:var( --theme-color-blue-dark);letter-spacing: 0.05em;line-height: 1;font-weight: 500;}
p.signup-link a{text-decoration: underline;color:var(--theme-color-derk-grey );padding-left:3px;}
p.signup-link a:hover{color:var(--theme-color-red);}
/*=========================================================================cnm-format-content=================================================================*/
.cmn-style h2 {line-height: 1;padding-bottom:56px;}
.cmn-style p{line-height:2;font-weight: 500;}
.cmn-style ul.why-linker-point {padding-top: 60px;}
.cmn-style ul.why-linker-point li{padding-left:28px; margin-bottom:20px;position: relative;}
.cmn-style ul.why-linker-point li:last-child{margin-bottom:0px;}
.cmn-style ul.why-linker-point li p{line-height:1;}
.cmn-style ul.why-linker-point li:after{    content: "\f00c";color:var( --theme-color-red); position: absolute; top:0; left: 0; margin: auto;    font: normal normal normal 16px/1 FontAwesome;}
/*=========================================================================owl-corosul=================================================================*/
.owl-theme .owl-nav .disabled{opacity: 1;}
.owl-theme .owl-nav [class*=owl-]:hover{background:transparent;opacity: 0.6; }
/*=========================================================================contact-form-animation=================================================================*/
/* --- material floating label --- */
.material-floating .form-group {display: block;margin: 0px 0px 29px 0px; border: 2px solid #6878D6;box-sizing: border-box;border-radius: 10px;}
.material-floating .control-label { font-size: 16px; opacity:1; pointer-events: none; position: absolute; transform: translate3d(0, 13px, 0) scale(1); -webkit-transform: translate3d(0, 13px, 0) scale(1); transform-origin: left top; transition: 240ms; color:var(--theme-color-derk-grey ); left:23px; font-weight:400; }
.material-floating .form-group.focused .control-label { opacity: 1; transform: translate3d(0, 8px, 0) scale(0.75); -webkit-transform: translate3d(0, -10px, 0) scale(0.9); background: #fff; padding: 0px 5px; }
.material-floating .form-control { height: 100%; border:none; border-radius: 0; -webkit-appearance: none; box-shadow:none; font-size: 16px; background: none; }
.material-floating .form-group input{font-size:16px; color:var(--theme-color-blue-dark);height:50px;padding-left: 21px;}
.material-floating .form-group input:-webkit-autofill{background:none;}
.material-floating .form-group .mass-box{ height:100px; margin-top:15px;padding-left: 21px;}
.material-floating .form-control::-webkit-input-placeholder { color: transparent;transition: 240ms;font-size:16px;}
.material-floating .form-control:focus::-webkit-input-placeholder { transition: none;font-size:16px;}
.material-floating .form-group.focused .form-control::-webkit-input-placeholder {color:var(--theme-color-derk-grey );font-size:16px;}
.material-floating .form-control::-ms-input-placeholder, .material-floating .form-control::-moz-placeholder{color: transparent;transition: 240ms;font-size:16px;}
/*custome-checkbox*/
.radio-buttn {float: left;position: relative;top: -13px;padding-right: 20px;}
input[type='checkbox']{ height: 0; width: 0; }
input[type='checkbox'] + label{
    position: relative;
    display: flex;
    align-items: center;
    color:var(--theme-color-blue-dark);font-size: 14px;
    transition: color 250ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label > ins{
    position: absolute;
    display: block;
    bottom: 0;
    left: 2em;
    height: 0;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: height 300ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label > ins > i{
    position: absolute;
    bottom: 0;
    font-style: normal;
    color: #6878d6;
}
input[type='checkbox'] + label > span{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:8px;
    width:20px;
    height:20px;
    background: transparent;
    border: 2px solid;
    border-color:var(--theme-color-red);
    border-radius: 2px;
    cursor: pointer;
    transition: all 250ms cubic-bezier(.4,.0,.23,1);
}
input[type='checkbox'] + label:hover, input[type='checkbox']:focus + label{color:var(--theme-color-blue-dark);font-size: 14px;}
input[type='checkbox'] + label:hover > span, input[type='checkbox']:focus + label > span{background: rgba(255,255,255,.1);}
input[type='checkbox']:checked + label > ins{ height: 100%; }
input[type='checkbox']:checked + label > span{border:.5em solid #e62254;animation: shrink-bounce 200ms cubic-bezier(.4,.0,.23,1);background:var(--theme-color-red);   }
input[type='checkbox']:checked + label > span:before {content: "\f00c";position: absolute;font: normal normal normal 14px/1 FontAwesome;transform: rotate(1deg);animation: checkbox-check 125ms 250ms cubic-bezier(0.4,-10,-15.77,3) forwards;color:var(--theme-color-white);}
@keyframes shrink-bounce{
    0%{
        transform: scale(1);
    }
    33%{
        transform: scale(.85);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes checkbox-check{
    0%{
        width: 0;
        height: 0;
        border-color: #212121;
        transform: translate3d(0,0,0) rotate(45deg);
    }
    33%{
        width: .2em;
        height: 0;
        transform: translate3d(0,0,0) rotate(45deg);
    }
    100%{
        width: .2em;
        height: .5em;
        border-color: #212121;
        transform: translate3d(0,-.5em,0) rotate(45deg);
    }
}
/*--banner-section-style--*/
.banner-image { width: 1093px; position: absolute; right: 0; top: 0; height: 722px; background-position: top center; background-repeat: no-repeat; background-size: contain;text-align: center; z-index: -1;}
.mobile-top { width: 653px; display: inline-block; margin: 0px auto; margin-right: 118px; margin-top: 159px; position: relative; }
.mobile-top:after { content: ""; position: absolute; top: -162px; left: 0; margin: auto; right: 0; bottom: auto; background-image: url(../images/round-background.png); width: 723px; height: 581px; background-position: top; background-repeat: no-repeat; background-size: cover; }
.mobile-top img{position: relative;z-index: 1;}
/*--More-reviews-section-style--*/
section.more-review { padding-top: 150px; text-align: center;padding-bottom:39px; }
a.logo-box { display: table; width: 100%;     height: 115px; text-align: center; }
.cmn-heading small{font-weight: 500;font-size: 16px;letter-spacing: 0.05em;padding-bottom:28px;line-height: 1;display: inline-block;}
.cmn-heading h2{line-height:1;padding-bottom:45px;}
ul.partner-logo li {display: inline-block;margin: 0px 5px;vertical-align: middle;}
ul.partner-logo {text-align: center;}
.buttn-section {z-index: 999;position: relative;}
.banner-image {z-index: 99;}


/*--why-linker-section-style--*/
section.why-linker {padding: 102px 0px 218px;position: relative;overflow: hidden;}
section.why-linker:after{position: absolute;left: 0;top: 0;height:100%;width: 694px;content: "";background:var(--theme-color-light);border-radius: 0px 300px 0px 0px;z-index: -1;}
.why-linker-image { padding-left: 70px; position: relative; }
img.floating-mobile { position: absolute; left: -135px; bottom: -51px; }
._cmn-box{ position: absolute; top: 0; right: 0; background: #fff; background:var(--theme-color-white); box-shadow: 0 4px 12px rgba(0, 0, 0, .17); border-radius: 8px; padding: 26px 23px 15px;display: flex;align-items: center;    width: 151px; }
._cmn-box span._icon { width: 46px; height: 46px; background:var( --theme-color-light ); display: inline-block; text-align: center; line-height: 46px; font-size: 18px; border-radius: 50px; position: absolute; top: -26px; }
._cmn-box p{font-size: 18px;font-weight: 500;line-height:1.1;}
._cmn-box p b{font-weight: 500;display: block;color:var( --theme-color-derk-grey );line-height:1.1;}
.why-linker-content.cmn-style { padding-left: 16px;padding-top: 105px;}
.sms-remain._cmn-box {top: 264px;right: 2px;}
.email-left._cmn-box {top: auto;bottom: 88px;right: 53px;}
/*--how-it-works-section-style--*/
section.how-it-works { padding: 97px 0px 87px; background-position: center; background-repeat: no-repeat; background-size: cover; }
section.how-it-works .cmn-style ul.why-linker-point {padding-top: 31px;}
.video-frem {  border: 8px solid #FFFFFF; box-sizing: border-box; box-shadow: 0px 4px 22px 6px rgba(0, 0, 0, 9), inset 0px 0px 7px 10px rgba(0, 0, 0, 1); border-radius: 40px; height: 334px;position: relative;overflow: hidden;margin-bottom:70px; margin-top: -235px;background:#000000;}
.video-frem:after { position: absolute; right: -7px; top: 0; bottom: 0; height: 120px; width: 32px; content: ""; background: var( --theme-color-white); border-radius: 50px; z-index: 1; margin: auto;}
.video-frem iframe {width: 100%;height: 327px;}
/*--what-we-do-section-style--*/
section.what-we-do {position: relative;padding: 180px 0;}
section.what-we-do.pricing {position: relative;padding: 100px 0 180px 0;}
.what-we-do .cmn-heading { width: 71%;margin: 0px auto;padding-bottom: 35px;}
.what-we-do .cmn-heading h2 {line-height: 1;padding-bottom: 20px;}
.what-we-do .swiper-container.mySwiper.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {padding-top: 84px; padding-bottom: 30px;}
.what-we-do .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; width: 360px!important; text-align: center; background: #ffffff; background: #FFFFFF; box-shadow: 0px 0px 45px rgba(0, 0, 0, 10); border-radius: 30px; padding: 60px 25px; }
section.what-we-do.pricing .swiper-slide {height: 200px;}
section.what-we-do.pricing .swiper-slide .top-selling {position: absolute;top: 16px;right: 24px;font-weight: 500;font-size: 14px;background-color: #242a56;color: #fff;padding: 4px 8px;border-radius: 5px;}
.what-we-do .swiper-wrapper { left: -550px;}
.what-we-do .swiper-container:after{ position: absolute;right: 0;top: 0;height: 100%; width:600px;background: rgb(238,207,146);
    background: linear-gradient(86deg, rgba(238,207,146,0) 0%, rgba(255,255,255,1) 100%);content: "";z-index: 1; }
.what-we-do.pricing .swiper-container:after{ position: absolute;right: 0;top: 0;height: 100%; width:300px;background: rgb(238,207,146);
    background: linear-gradient(86deg, rgba(238,207,146,0) 0%, rgba(255,255,255,1) 100%);content: "";z-index: 1; }
.what-we-do .swiper-pagination{display: none;}
a.swiper-slide h3{ font-weight: 700;padding-bottom:31px;line-height: 1;}
i.cmn_icon {margin-bottom: 25px;display: inline-block;}
i.cmn_icon img {width: 113px;}
.swiper-container { overflow: hidden;padding: 30px 0px;}
.what-we-do .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 110px;display: inline-block;}
.what-we-do .swiper-pagination-bullet {width: 10px;height: 10px;display: inline-block;border-radius: 50%;background:var(--theme-color-blue-dark);opacity: 1;}
.what-we-do .swiper-pagination-bullet-active{    background: transparent;width: 15px;height: 15px; border: 2px solid #e62254;position: relative; top: 2px;}
.what-we-do ul.why-linker-point li {list-style: none;display: inline-block;margin-right: 48px;padding-left: 28px;position: relative;}
.what-we-do ul.why-linker-point li:after { content: "\f00c"; color: var( --theme-color-red); position: absolute; top: 0; left: 0; margin: auto; font: normal normal normal 16px/1 FontAwesome; }
/*--testimonial-section-style--*/
section.testimonial-section {text-align: center;background: #F1F7FF;padding: 95px 0px;}
section.testimonial-section .cmn-heading { margin-bottom: 40px;}
section.testimonial-section .cmn-heading h2 { padding-bottom: 20px;}
section.testimonial-section .cmn-heading p{font-size:22px;line-height:1;}
section.testimonial-section .slick-list{padding: 50px 0px!important;}
.slick-slide.slick-current.slick-active.slick-center { width: 950px!important;margin:0px 68px;}
i.qutation-icon{margin-bottom:20px;display: inline-block;}
i.qutation-icon img {display: inline-block;}
.item-box p{ font-size: 25px; width: 97%; margin: 0px auto; line-height: 1.6; }
.profile-details { display: flex; justify-content: center; align-items: center; padding-top: 30px; }
.profile-image { width: 102px; height: 102px; overflow: hidden; border-radius: 100%; margin-right: 25px; }
.profile-content {text-align: left; }
.profile-content b {font-weight: 600;font-size: 20px; color:var(--theme-color-blue-dark);}
.profile-content p{font-size:16px; font-weight: 300;line-height: 1; width: inherit;}
section.testimonial-section .slick-slider .slick-slide.slick-current, .slick-slider .slick-slide.slick-center{background: transparent;}
section.testimonial-section .owl-theme .owl-nav.disabled+.owl-dots {margin-top: 62px;}
section.testimonial-section .owl-theme .owl-dots .owl-dot.active span { width: 15px; height: 15px; background: transparent; border: 2px solid #e62254; position: relative; top: 2px; }
section.testimonial-section .owl-theme .owl-dots .owl-dot span{background: var(--theme-color-blue);}
section.testimonial-section .owl-carousel {padding: 0px;}
section.testimonial-section .item-box {padding: 0px 15px;}
section.testimonial-section .owl-carousel .owl-stage-outer:after{content: ""; position: absolute; left:0;height:100%; width:30%;background: linear-gradient(270deg, #F1F7FF 12.97%, rgba(241, 247, 255, 0) 126.36%);transform: matrix(-1, 0, 0, 1, 0, 0);top:0; }
section.testimonial-section .owl-carousel .owl-stage-outer:before{content: ""; position: absolute; left:auto;right:0;  height:100%; width:30%;background: linear-gradient(270deg, #F1F7FF 12.97%, rgba(241, 247, 255, 0) 126.36%);    z-index: 1;}
/*--download-app-section-style--*/
section.download-app-section {padding: 150px 0px 150px;}
.download-app-section .owl-carousel .owl-stage { left: -360px;}
.app-screen-content { display: table; width: 100%;vertical-align: middle;height: 549px;padding-left: 20%;}
.app-screen-content h2 {width: 56%; padding-bottom:25px;line-height:1;}
.app-screen-content span{line-height:1; font-size: 20px;display: inline-block;color: var(--theme-color-light-grey);padding-bottom:21px;}
.app-button-sec {padding-top: 30px;}
.download-app-section .owl-nav {position: absolute;left: -380px;bottom: 140px;display: none;}
.download-app-section button span{display:none;}
.download-app-section button{width:50px; height:25px;background:#000;position: relative;cursor: pointer;}
ul.screan-shot-slider li {display: inline-block;float: none;vertical-align: middle;width: 20%;margin: 0px -2px;}
ul.screan-shot-slider li a img {height: auto;width: 100%;display: inline-block;}
/*--footer-info-box-section-style--*/
.footer-info { background: var(--theme-color-white); box-shadow: 0px 0px 50px rgba(0, 0, 0, 13); border-radius: 50px; width: 85%; margin: 0px auto; padding: 50px 90px; background-image: url(../images/er.png); background-repeat: no-repeat; background-position: 57% 78%; }
.footer-info-content { display: inline-block; float: none; vertical-align: middle; width:70%;margin: 0px -2px;}
.footer-info-content h2{font-size: 40px;line-height:1.3;padding-bottom:28px;width: 70%; }
.footer-info-content p{color:var(--theme-color-derk-grey );}
.footer-info-link{display: inline-block; float: none; vertical-align: middle; width:30%;margin: 0px -2px;}
.footer-info-link a{display: block;text-align: right;padding-right:100px;}
.footer-info-link a img{display: inline-block;}
/*-- footer-section-link-style--*/
section.footer {position: relative;padding-top: 211px;}
.footer-wave { overflow: hidden; position: absolute; width: 100%; top: -387px; z-index: -1; }
.f-c-col-4 { display: inline-block; float: none; vertical-align: top; width: 50%; margin: 0px -2px; }
.f-cmn-box { padding-right: 20px;}
.f-cmn-box h4{color:var(--theme-color-white);font-weight: 600;padding-bottom:30px;line-height: 1;}
ul.f-cmn-links{padding: 0px; margin: 0px;}
ul.f-cmn-links li{line-height: 1;margin-bottom:27px;}
ul.f-cmn-links li a{display: block;color:var(--theme-color-white);font-weight: 300;line-height: 1;}
ul.f-cmn-links li a:hover{color: var( --theme-color-red);}
ul.f-cmn-links li.f-location a{color:var(--theme-color-white);}
ul.f-cmn-links li.f-location a:hover{color:var( --theme-color-red);}
li.f-location,li.f-mail,li.f-contact {display: flex;align-items: center;}
i.f-icon{margin-right:8px;width:41px; text-align:right;display: inline-block;}
li.f-location i.f-icon{margin-right:8px;width:55px; text-align:right;}
a.footer-logo {display: inline-block;margin-bottom: 20px;}
.footer-logo-info p { color: var(--theme-color-white); line-height: 1.2; font-size: 16px; font-weight: 300; width: 58%; }
.footer-logo-info {padding-bottom: 51px;}
.footer-app-info a {width: 104px;display:inline-block;}
.footer-app-info a:hover{opacity: 0.9;}
.footer-app-info a img{width:100%;}
/*--footer-copywright-section-link-style---*/
.copy-wright { background: #1a293e; border-top: 1px solid #ffffff40;padding: 20px 0px; }
ul.cnm-social {display: flex;align-items: center;}
ul.cnm-social li { margin: 0px 5px;}
ul.cnm-social li a{color: var(--theme-color-white);font-size:16px;}
ul.cnm-social li a:hover{color: var( --theme-color-red);}
.copy-wright-info{text-align: center;}
.copy-wright-info p{color:var(--theme-color-white);font-weight: 300;line-height: 1;}
.copy-wright-info p a{color:var(--theme-color-white);line-height: 1;}
.copy-wright-info p a:hover{color: var( --theme-color-red);text-decoration: underline;}
.info-privacy{text-align: right;line-height: 1;}
.info-privacy ul{padding: 0px;margin: 0px;}
.info-privacy ul li { margin: 0px 15px;display: inline-block; float: none; vertical-align: middle;position: relative;line-height: 1;}
.info-privacy ul li:after{content: "";position: absolute;right:-19px;top:0;bottom: 0;left:auto;margin: auto;width:1px; height:100%;background: var(--theme-color-white);}
.info-privacy ul li a{color: var(--theme-color-white);font-size:16px;line-height: 1;font-weight: 300;}
.info-privacy ul li a:hover{color: var( --theme-color-red);text-decoration: underline;}
.info-privacy ul li:last-child:after{display:none;}
/*===================================================================Contact-page=================================================================================*/
.contact-page section.more-review { padding-top: 96px;padding-bottom: 188px;}
.contact-page .more-review .cmn-heading {padding-bottom: 66px;}
.map-section iframe{height:568px;width: 100%;}
/*--mid-contact-info-form-section-style--*/
.contact-page .cmn-heading h2{padding-bottom: 17px;}
section.contact_inner {padding-top: 205px;padding-bottom:160px; position: relative;}
section.contact_inner:after{width:580px; height:810px;content:"";position: absolute;left: 0;bottom:-185px;margin: auto; background-image: url(../images/contact-page-wave.png);z-index: -1;}
.contact-page .cnm-header-content small { padding-bottom: 25px;}
.contact-page .cnm-header-content h1{padding-bottom:35px;line-height: 0.8;}
.contact-page .buttn-section a.cmn-buttn.light-button { margin-left: 0;}
.contact-info-form { margin:46px 0px 0px; background: #fff; -webkit-box-shadow: 0px 11px 49px 0px rgba(0, 0, 0, 12); -moz-box-shadow: 0px 11px 49px 0px rgba(0,0,0,0.12); box-shadow: 0px 11px 49px 0px rgba(0, 0, 0, 12); border-radius: 20px; padding: 30px; position: relative;}
.contact-info-form:after{content: "";top:0;position: absolute;left:0;right: 0;bottom: 0; margin: auto;width:1px;height: 85%; background:#CDD7E7;}
.contact-info-form:before{content: "or";top:0;position: absolute;left:0;right: 0;bottom: 0; margin: auto;width:56px;height:56px; background:#fff;font-size:16px;border: 2px solid #9AADC9;border-radius:100%;text-align: center;line-height: 50px;z-index: 1;color: var( --theme-color-blue-dark);font-family: 'Poppins';font-weight:400;}
.contact-info-form .cmn-section{display: inline-block; float:none; width: 50%; vertical-align:top;margin: 0px -2px;padding: 30px 0px;}
.cmn-section.form-sec { padding:30px 0px;padding-left:85px; }
.form-control {font-size:14px; color: #2b4e6c;border: 1px solid #e6e9eb;height: 49px;}
textarea.form-control{resize: none; height: 111px;}
.text-muted {color: #1159a1 !important;font-size: 13px;padding-top: 20px;}
.cmn-section.meeting-info.div-1 h6{padding-bottom:30px;font-size: 25px;}
.callus h5{font-size: 25px;padding-bottom:15px;}
.callus span.ph a.call{font-size: 30px;font-weight: 700;line-height: 1;vertical-align: middle;}
.submit-buttn {text-align: right;padding-top: 20px;}
.submit-buttn input.cmn-buttn:hover{color:#fff; background: #1159a1;}
.cmn-section.meeting-info h3{padding-bottom: 15px;line-height:1;font-weight:700;padding-bottom:30px;}
.cmn-section.meeting-info small{display: block;font-size: 15px;color:#234560;line-height:16px; padding-bottom:52px;}
.bottom-contact-cmn{display: inline-block; float:none; width:100%; padding-right: 17px; margin-bottom: 27px;}
.bottom-contact-cmn span{display: block;}
span.info-icon ,.bottom-contact-cmn span a{display: inline-block; float:none;vertical-align: middle;}
span.address i ,span.info-icon i{ display: inline-block; width:41px; text-align: center; }
.info-icon i img{width:100%; display: inline-block;}
.bottom-contact-cmn i.fa.fa-map-marker,.bottom-contact-cmn i.fa.fa-mobile{font-size:25px;}
a._address { display: inline-block; float: none; vertical-align: top; width:80%; }
.cmn-section.form-sec h3{font-weight: 700; padding-bottom:30px;}
span.info-icon{margin-right:17px;}
span.address, span.ph,span.mail{padding-bottom:12px;}
span.address a, span.ph a,span.mail a{font-size: 16px;color: var( --theme-color-blue-dark); display: inline-block;}
.Contact-form-sec {position: relative;margin-top: -402px;background: #fff;left: -46px;text-align: center;-webkit-box-shadow: 0px 6px 24px -2px rgba(0,0,0,0.46);
    -moz-box-shadow: 0px 6px 24px -2px rgba(0,0,0,0.46);box-shadow: 0px 6px 24px -2px rgba(0,0,0,0.46);border-radius: 4px;}
.material-floating form {position: relative;}
.form-control:focus {border-color: #66afe9;outline: 0;-webkit-box-shadow:none;box-shadow: none;}
.cmn-buttn:focus {outline: none;}
.control-label span{ padding-right:7px; display:inline-block;}
.contact-btn.form-field {text-align: center;}
.contact-btn input.cmn-buttn { padding: 18px 58px; margin: 0; outline: none; border: 0; font-size: 16px; text-transform: uppercase; }
.contact-btn input.cmn-buttn:hover{background:var(--theme-color-red-light);}
/*===================================================================Service-page=================================================================================*/
.service-page section.testimonial-section { margin-bottom: 200px;}
section.service-available {padding-top: 205px;padding-bottom: 70px;position: relative;}
.available-service .cmn-heading h2 {line-height: 1;padding-bottom: 75px;}
.service-head {position: relative;}
.cnm-header-content.service-content-inner {padding-top: 0;padding-left: 30px;}
/*--Available-Services-section-style--*/
.services-inner-box {padding-top: 50px;padding-left: 30px;padding-bottom: 65px;padding-right: 40px;box-shadow: 0px 0px 45px rgba(0, 0, 0, 10);border-radius: 25px;background: #fff;margin-bottom: 70px;min-height: 300px;}
.service-head span {font-family: 'Poppins';font-size: 35px;color: var(--theme-color-blue-dark);padding: 0px;padding-bottom: 28px;margin: 0px;font-weight: 700;display: inline-block;line-height: 36px;width: auto;margin-left: 100px;}
.services-inner-box p {width: 100%;line-height: 1.8;color: var(--theme-color-light-grey);font-family: 'Poppins';font-size: 15px;padding: 0px;margin: 0px;font-weight: 400;}
.service-head img {padding: 18px 17px;width: 85px;box-shadow: 0px 0px 45px rgba(0, 0, 0, 10);border-radius: 20px;position: absolute;top: -80px;left: 0;right: 0;background: #fff;bottom: auto;}
section.service-available:after {width: 573px;height: 520px;content: "";position: absolute;left: auto;right: 0;bottom: 0px;margin: 0px;background-image: url('../images/curve-right-side.svg');z-index: -2;background-position: center;background-repeat: no-repeat;background-size: cover;}
section.service-available:before {width: 455px;height: 842px;content: "";position: absolute;left: 0;top: 0;right: auto;bottom: auto;margin: 0px;background-image: url(../images/service-page-left-wave.png);z-index: -1;background-position: center;background-repeat: no-repeat;background-size: cover;}
.available-service .cnm-header-content p {width: 84%;line-height: 1.8;color: var(--theme-color-light-grey);}
.available-service {position: relative;}
/*===================================================================About-page=================================================================================*/
/*------------style-for-banner----------------*/
.about-page .banner {overflow: hidden !important;}
.about-page .banner .banner-image {overflow: hidden !important;}
img.about-banner-mobile {position: relative;left: -50px;}
.chat-head-box.first-chat-box-about span {padding: 18px 25px;text-align: left;box-shadow: 0px 0px 45px rgba(0, 0, 0, 10);display: inline-block;background: #fff;width: 290px;position: relative;border-radius: 20px;}
.chat-head-box.first-chat-box-about {position: absolute;top: 60px;bottom: auto;z-index: 999;left: auto;right: -10px;}
.chat-head-box.first-chat-box-about span::before {border-color: rgb(255, 255, 255) transparent;border-width: 0px 20px 20px;top: 38%;left: -6px;margin-left: -20px;content: "";position: absolute;display: block;width: 0;height: 0;z-index: 1;border-style: solid;transform: rotate(-90deg);}
.chat-head-box.last-chat-box-about {position: absolute;top: 230px;bottom: auto;z-index: 999;left: auto;right: 40px;}
.chat-head-box.last-chat-box-about span {padding: 18px 25px;text-align: left;box-shadow: 0px 0px 45px rgba(0, 0, 0, 10);display: inline-block;background: #fff;width: 295px;position: relative;border-radius: 20px;}
.chat-head-box.last-chat-box-about span::before {border-color: rgb(255, 255, 255) transparent;border-width: 0px 20px 20px;top: 38%;left: -6px;margin-left: -20px;content: "";position: absolute;display: block;width: 0;height: 0;z-index: 1;border-style: solid;transform: rotate(-90deg);}
/*--Who-Are-We-section-style--*/
.about-page .who-are-we img {height: auto;width: 100%;}
.about-page .services-inner-box {padding-top:45px;padding-left:30px;padding-bottom:40px;padding-right:40px;box-shadow:0px 0px 45px rgba(0, 0, 0, 10);border-radius:25px;background:#fff;margin-bottom:70px;min-height:200px;}
.services-inner-box-bottom {position: relative;left: -120px;margin-bottom: 0px !important;bottom: -15px;}
.about-page section.service-available::before {width: 538px;height: 1053px;}
/*--what-we-do-section-style--*/
.what-we-do {padding-top: 160px;overflow: hidden !important;padding-bottom: 30px;}
.we-do-point {padding-left: 92px;padding-top: 90px;}
.we-do-point h2 {padding-bottom: 55px;}
.we-do-point ul.why-linker-point li {width: 100%;display: block;margin-right: 0px;margin-bottom: 25px;}
.what-do-right-mobile {justify-content: space-between;display: flex;position: relative;}
.what-do-right-mobile img.we-do-mobile-img-center {position: absolute;right: 0;left: 0;top: 0;bottom: 0;margin: auto;z-index: 1;}
/*.about-page section.service-available::after {width: 663px;height: 686px;content: "";position: absolute;left: auto;right: 0;bottom: 0px;margin: 0px;background-image: url('../images/about-right-shape.svg');z-index: -2;background-position: center;background-repeat: no-repeat;background-size: cover;}*/
.about-page section.service-available::after {width: 663px;height: 686px;content: "";position: absolute;left: auto;right: 0;bottom: 0px;margin: 0px;z-index: -2;background-position: center;background-repeat: no-repeat;background-size: cover;}
.we-do-point ul.why-linker-point li p {color: var(--theme-color-derk-grey );}
/*--about-text-slider-section-style--*/
.text-slider-main {height: 500px !important;overflow: hidden;position: relative;padding-top:50px;}
.text-slider-main .swiper-container {overflow: hidden;padding: 0px;}
.about-text-slider {padding-top: 50px;padding-bottom: 250px;}
.about-page .text-slider-main .swiper-slide {display: inline-block;text-align: left;padding-left:0px;height:350px !important;}
.scroll-down-button  {bottom: 25px;color: #3555ff;display: flex;justify-content: center;height: auto;left: 45%;right: auto;opacity: 1;padding: 0;position: absolute;width: 200px;z-index: 100;background: #333333;}
.about-page .swiper-container {width: 100%;height:380px;}
.about-page .swiper-slide {text-align: center;font-size: 18px;background: #fff;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;height: 100vh;}
.text-slider-main .swiper-slide small {font-family: 'Poppins';font-size: 18px;color: var(--theme-color-blue-dark);padding: 0px;margin: 0px;font-weight: 500;line-height: 44px;}
.text-slider-main .swiper-slide h1 {width: 80%;margin-bottom:50px;}
.text-slider-main .swiper-slide p {color: var(--theme-color-derk-grey );line-height: 23px;}
.text-slider-main::after {content: "";position: absolute;left: auto;right: 0;height: 30%;width: 100%;background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7), rgba(255,255,255,0));z-index: 1;
    top: auto;bottom: 0;}
/*==================================recponcive-style-for-Mobile-view==================================*/
@media (max-width:1800px) {
    .banner-image { width: 793px;}
    .mobile-top:after {left:17px; width: 645px;height:510px;}
    .mobile-top {width: 565px; margin-right:85px; margin-top: 143px;}
    section.why-linker:after {width: 520px;border-radius: 0px 156px 0px 0px;}
    .why-linker-image {transform: scale(0.8);}
    section.why-linker { padding: 102px 0px 100px;}
    .why-linker-content.cmn-style { padding-top: 50px;}
    .video-frem { transform: scale(0.9);}
    section.what-we-do {padding: 70px 0px;}
    .what-we-do .swiper-container{ padding: 40px 0px;}
    section.download-app-section {padding: 61px 0px 115px;}
    .app-screen-content { padding-left: 14%;}
    .app-button-sec {margin-bottom: 87px;}
    .download-app-section .owl-nav {left: -325px;bottom: 111px;}
    .download-app-section .screenshoot-slider:before { width: 22%;}
    .footer-info { padding: 33px 55px;}
    .footer-info-content h2 {line-height: 1.2; width: 64%;}
}
@media (max-width:1600px) {
    .mobile-top {margin-right: 0;}
    .mobile-top:after {left: -10px;}
    .navbar-collapse.right-nav { padding-right: 50px;}
    .app-screen-content h2 { width: 62%;}
    .download-app-section .owl-nav {left: -280px;bottom: 68px;}
    .buttn-section { padding-left: 37px;}
    .what-we-do .swiper-container:after {width:16%;}
    /*---------------About-Us-page---------------*/
    .photo-text-slider .text-slider-image img {height: auto;width: 100%;}
}
@media (max-width:1440px) {
    html, body { width: auto;  padding-top:0;}
    .navbar-collapse.right-nav {padding-right: 0;}
    .sms-remain._cmn-box { right: -60px;}
    .email-left._cmn-box {right: -30px;}
    .why-linker-image { padding-left: 0;}
    img.floating-mobile { left: -185px;}
    .video-frem {height: 300px;}
    .cmn-style h2 {padding-bottom: 30px;}
    .cmn-style ul.why-linker-point {padding-top: 40px;}
    section.why-linker {padding: 40px 0px 50px;}
    .what-we-do .cmn-heading { width: 80%;}
    .what-we-do .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 41px;}
    .app-screen-content h2 {width: 95%;}
    a.app-buttn {width: 142px;display: inline-block;}
    a.app-buttn img {width: 100%;}
}
@media (max-width:1366px) {
    html, body { width: auto;  padding-top:0;}
    html, body {font-size: 14px;}
    p, small {font-size: 14px;}
    h1 {font-size: 47px;}
    img.floating-mobile {left: -130px;}
    .what-we-do .swiper-wrapper {left: -456px;}
    section.more-review {padding-top: 100px;}
    .app-screen-content {height: 400px;}
    section.download-app-section {padding: 61px 0px 80px;}
    .footer-info-content h2 {width: 66%;}
    .footer-info-content h2 {font-size: 36px;}
    .info-privacy ul li {margin: 0px 10px;}
    .info-privacy ul li a {font-size: 14px;}
    ul.f-cmn-links li {margin-bottom: 20px;}
    section.testimonial-section {padding: 60px 0px;}
    .owl-carousel .owl-item img {width: 80%;}
    .item-box p {font-size: 22px;width: 94%;}
    .profile-details .profile-content p {font-size: 20px;width: 100%;}
    .info-privacy ul li::after {right: -12px;}
    .footer-logo-info p {font-size: 14px;}
    .footer-logo-info {padding-bottom: 20px;}
    /*---------------service-page---------------*/
    .service-head span {font-size: 30px;padding-bottom: 10px;}
    .services-inner-box p {line-height: 1.6;font-size: 14px;}
    .services-inner-box {padding-top: 40px;padding-left: 30px;padding-bottom: 30px;padding-right: 30px;margin-bottom: 70px;min-height: 240px;}
    section.service-available {padding-top: 90px;padding-bottom: 70px;position: relative;}
    /*---------------About-Us-page---------------*/
    section.service-available {padding-top: 170px;padding-bottom: 40px;}
    .about-text-slider {padding-top: 50px;padding-bottom: 100px;}
    .what-we-do {padding-top: 100px;padding-bottom: 30px;}
    .chat-head-box h5 {font-size: 17px;}
    .chat-head-box p {font-size: 13px;}
    .chat-head-box.first-chat-box-about span {padding: 15px 15px;}
    .chat-head-box.last-chat-box-about span {padding: 15px 15px;}
}
@media (max-width:1280px) {html, body { width: auto; padding-top:0; }  }
@media (max-width:1199px) {
    h1 {font-size: 40px;}
    h2 {font-size: 30px;}
    h3 {font-size: 20px;}
    .cnm-header-content small {padding-bottom: 15px;font-size: 14px;}
    .cmn-style h2 {padding-bottom: 20px;}
    .banner-image {width:640px;}
    .mobile-top::after {left: 17px;width: 580px;height: 465px;}
    .cnm-header-content h1 {padding-bottom: 20px;}
    section.why-linker::after {width: 360px;border-radius: 0px 156px 0px 0px;}
    img.floating-mobile {left: -100px;}
    .why-linker-content.cmn-style {padding-left: 40px;}
    .sms-remain._cmn-box {right: -115px;}
    .email-left._cmn-box {right: -80px;}
    section.how-it-works {padding: 70px 0px 40px;}
    section.how-it-works .cmn-style ul.why-linker-point {padding-top: 20px;}
    .what-we-do .swiper-wrapper {left: -400px;}
    section.what-we-do {padding: 40px 0px;}
    a.swiper-slide h3 {padding-bottom: 20px;}
    i.cmn_icon img {width: 90px;}
    .what-we-do .swiper-slide {width: 280px !important;border-radius: 30px;padding: 40px 20px;box-shadow: 0px 19px 45px rgba(0, 0, 0, 0.1);}
    .what-we-do .swiper-container {padding-top: 15px;}
    .item-box p {font-size: 18px;width: 94%;}
    .profile-details .profile-content p {font-size: 15px;width: 100%;}
    a.app-buttn {width: 130px;}
    .app-screen-content {padding-left: 5%;}
    .app-screen-content {height: 300px;}
    section.download-app-section {padding: 40px 0px 50px;}
    .download-app-section .owl-carousel .owl-stage {left: -253px;}
    .footer-info {padding: 30px 35px;width: 90%;}
    .footer-info-content h2 {font-size: 32px;}
    .footer-info-link a {padding-right: 55px;}
    section.footer {padding-top: 175px;}
    section.testimonial-section .owl-theme .owl-nav.disabled + .owl-dots {margin-top: 30px;}
    .cmn-heading small {font-size: 14px;padding-bottom: 15px;}
    section.testimonial-section .cmn-heading p {font-size: 18px;line-height: 1;}
    section.testimonial-section .cmn-heading {margin-bottom: 15px;}
    .profile-image {width: 90px;height: 90px;margin-right: 15px;}
    /*---------------service-page---------------*/
    .service-page .mobile-top img {width: 85%;}
    .service-head span {font-size: 26px;padding-bottom: 10px;line-height: 28px;margin-left: 76px;}
    .service-head img {padding: 15px 15px;width: 75px;top: -70px;}
    section.service-available {padding-top: 70px;padding-bottom: 30px;}
    .buttn-section {padding: 25px 0px 25px;padding-left: 20px;}
    .service-page section.testimonial-section {margin-bottom: 85px;}
    /*---------------About-Us-page---------------*/
    .about-page .mobile-top img {height: auto;width: 235px;}
    .chat-head-box h5 {font-size: 15px;}
    .chat-head-box p {font-size: 12px;}
    .chat-head-box.first-chat-box-about span {padding: 10px 15px;width: 240px;}
    .chat-head-box.last-chat-box-about span {padding: 10px 16px;width: 250px;}
    .chat-head-box.first-chat-box-about {right: 0;}
    .about-page .services-inner-box {padding-top: 30px;padding-left: 20px;padding-bottom: 30px;padding-right: 20px;min-height: auto;}
    .about-page .services-inner-box {margin-bottom: 30px;}
    .what-do-right-mobile img {height: auto;width: 230px;}
    .what-we-do {padding-top: 80px;padding-bottom: 30px;}
    ul.why-linker-point li:last-child {margin-bottom: 0px;}
    .we-do-point ul.why-linker-point li {margin-bottom: 15px;}
    .we-do-point h2 {padding-bottom: 29px;}
    .text-slider-main {padding-top: 10px;}
    .text-slider-main .swiper-slide small {font-size: 15px;line-height: 30px;}
    .text-slider-main .swiper-slide h1 {width: 80%;margin-bottom: 20px;font-size: 32px;}
    .text-slider-main .swiper-slide {height: 275px !important;}
    .text-slider-main {height:320px !important;}
    .about-text-slider .swiper-container {height: 275px;}
    .about-text-slider {padding-top: 50px;padding-bottom: 70px;}
    section.service-available {padding-top: 70px;padding-bottom: 20px;}
}
@media (max-width:1136px) {html, body { width: auto;  padding-top:0;}}
@media (max-width:1024px) {html, body { width: auto; padding-top:0; }}
@media (max-width:991px) {
    html, body { width: auto; padding-top:0;  }
    h1 {font-size: 36px;}
    h2 {font-size: 28px;}
    .banner-image {width: 445px;height: 500px;overflow: hidden;}
    .mobile-top img {width: 60%;}
    #slide-navbar-collapse .cmn-buttn {margin-left: 0px;margin-top: 10px;}
    .buttn-section {padding: 25px 0px 25px;}
    section.more-review {padding-top: 65px;}
    .cmn-heading h2 {padding-bottom: 29px;}
    section.why-linker::after {width: 315px;border-radius: 0px 156px 0px 0px;}
    .why-linker-image {transform: scale(0.7);}
    .why-linker-content.cmn-style {padding-left: 10px;padding-top: 20px;}
    img.floating-mobile {left: -119px !important;width: auto !important;position: absolute !important;}
    .why-linker-image img {width: 447px;position: relative;left: -50px;}
    .sms-remain._cmn-box {right: -105px;top: 192px;}
    .video-frem {margin-bottom: 0px;margin-top: -155px;}
    .cmn-style p {line-height: 1.8;font-weight: 500;}
    .item-box p {font-size: 16px;width: 94%;line-height: 1.4;}
    .profile-details .profile-content p {font-size: 14px;width: 100%;}
    .profile-content b {font-size: 18px;}
    .owl-carousel .owl-item img {width:100%;margin: 0 auto;}
    i.qutation-icon {margin-bottom: 10px;text-align: center;}
    .profile-details {padding-top: 20px;}
    section.testimonial-section {padding: 40px 0px;}
    .cmn-style ul.why-linker-point li {margin-bottom: 15px;}
    .app-screen-content {padding-left: 0;}
    a.app-buttn {width: 115px;}
    .app-button-sec {margin-bottom: 0px;}
    .app-screen-content {height: 175px;}
    section.download-app-section {padding: 40px 0px 30px;}
    .footer-info-content h2 {font-size: 28px;width: 80%;}
    .navTrigger i {background-color: #02363d;}
    a.navbar-brand {display: inline-block;position: absolute;top: 0;}
    .navTrigger i {background-color: #02363d;}
    #slide-navbar-collapse a.navbar-brand {display: inline-block;position: relative;top: 0;}
    /*---------------service-page---------------*/
    .services-inner-box p {line-height: 1.6;font-size: 13px;}
    .services-inner-box {padding-top: 25px;padding-left: 20px;padding-bottom: 30px;padding-right: 20px;margin-bottom:48px;min-height: 240px;}
    .cmn-buttn {padding: 15px 15px;}
    .buttn-section a.cmn-buttn.light-button {margin-left: 10px;}
    /*---------------About-Us-page---------------*/
    .about-page .mobile-top img {height: auto;width: 200px;left:-120px;}
    .chat-head-box.first-chat-box-about {right: 130px;}
    .chat-head-box.last-chat-box-about {right: 165px;}
    .service-head span {font-size: 22px;padding-bottom: 5px;line-height: 28px;margin-left:65px;}
    .about-page .services-inner-box {padding-top: 20px;padding-left: 15px;padding-bottom: 20px;padding-right: 15px;min-height: auto;}
    .about-page .service-head img {padding: 8px 8px;width: 60px;top: -50px;}
    .what-we-do {padding-top: 50px;padding-bottom: 30px;}
    .about-text-slider {padding-top: 10px;padding-bottom: 50px;}
    .text-slider-main {height: 240px !important;}
    .text-slider-main::after {display: none;}
    section.footer {padding-top: 140px;}
    .what-do-right-mobile img {height: auto;width: 175px;padding-top: 50px;}
    .we-do-point h2 {padding-bottom: 15px;}
    .what-we-do ul.why-linker-point li {padding-left: 20px;}
    .we-do-point {padding-left: 15px;padding-top: 90px;}
    .about-page .text-slider-main .swiper-slide {display: inline-block;text-align: left;padding-left: 0px;height: 240px !important;}
    .about-text-slider .swiper-container {height: 240px;}
    /*small-view-side-menu*/
    #stuck_container {position: fixed;height: 76px;background: #fff;box-shadow: 0px 4px 12px rgba(0, 0, 0, 17);}
    .isStuck{ display:none;}
    .navbar{ margin-bottom:0;}
    #slide-navbar-collapse {position: fixed;width: 250px;position: fixed;top: 0;left: auto;z-index: 99;width: 280px;height: 100%;transform: translateX(0);-webkit-transform: translateX(120%);transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;display: block;text-align: center;right: 0;}
    #slide-navbar-collapse.side_nave_in {transform: translateX(0);-webkit-transform: translateX(0);z-index: 111;}
    .menu-overlay {background-color:rgba(0,0,0,0.85);bottom: 0;left: 0;position: fixed;right: 0;top: 0;z-index:9; display:none;-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
    .menu-overlay.overlay_in{ display:block;-webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
    a.navbar-brand.mobile_view_logo {display: block;width: 100%;clear: both; text-align: center;padding: 15px 0px;border-bottom: 1px solid rgba(0,0,0,0.1); }
    a.navbar-brand.mobile_view_logo img{ display: inline-block;width: 150px;}
    ul.nav.navbar-nav {clear: both;width: 100%;display: block;text-align: center;}
    /*Toggel button	*/
    .navTrigger {cursor: pointer; width: 30px;display:inline-block;transform: scale(0.8);}
    .navTrigger i {background-color: #02363d;border-radius: 2px;content: '';display: block;width: 100%;height: 4px;}
    .navTrigger i:nth-child(1) {-webkit-animation: outT 0.8s backwards;animation: outT 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
    .navTrigger i:nth-child(2) {margin: 5px 0;-webkit-animation: outM 0.8s backwards;animation: outM 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
    .navTrigger i:nth-child(3) {-webkit-animation: outBtm 0.8s backwards;animation: outBtm 0.8s backwards;-webkit-animation-direction: reverse;animation-direction: reverse;}
    .navTrigger.active i:nth-child(1) {-webkit-animation: inT 0.8s forwards;animation: inT 0.8s forwards;}
    .navTrigger.active i:nth-child(2) {-webkit-animation: inM 0.8s forwards;animation: inM 0.8s forwards;}
    .navTrigger.active i:nth-child(3) {-webkit-animation: inBtm 0.8s forwards;animation: inBtm 0.8s forwards;}
    button.navbar-toggle.collapsed {display:block;z-index: 111;}
    button.navbar-toggle.collapsed span.navTrigger.active i {background-color: #68cc68;}
    /*Toggel button animation	*/
    @-webkit-keyframes inM {
        50% { -webkit-transform: rotate(0deg);}
        100% {-webkit-transform: rotate(45deg);}
    }
    @keyframes inM {
        50% {transform: rotate(0deg);}
        100% {transform: rotate(45deg);}
    }
    @-webkit-keyframes outM {
        50% {-webkit-transform: rotate(0deg);}
        100% {-webkit-transform: rotate(45deg);}
    }
    @keyframes outM {
        50% {transform: rotate(0deg);}
        100% { transform: rotate(45deg);}
    }
    @-webkit-keyframes inT {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% { -webkit-transform: translateY(9px) rotate(0deg);}
        100% {-webkit-transform: translateY(9px) rotate(135deg);}
    }
    @keyframes inT {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(9px) rotate(0deg);}
        100% {transform: translateY(9px) rotate(135deg);}
    }
    @-webkit-keyframes outT {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% {-webkit-transform: translateY(9px) rotate(0deg);}
        100% {-webkit-transform: translateY(9px) rotate(135deg);}
    }
    @keyframes outT {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(9px) rotate(0deg);}
        100% {transform: translateY(9px) rotate(135deg);}
    }
    @-webkit-keyframes inBtm {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% {-webkit-transform: translateY(-9px) rotate(0deg);}
        100% {-webkit-transform: translateY(-9px) rotate(135deg);}
    }
    @keyframes inBtm {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(-9px) rotate(0deg);}
        100% {transform: translateY(-9px) rotate(135deg);}
    }
    @-webkit-keyframes outBtm {
        0% {-webkit-transform: translateY(0px) rotate(0deg);}
        50% {-webkit-transform: translateY(-9px) rotate(0deg);}
        100% {-webkit-transform: translateY(-9px) rotate(135deg);}
    }
    @keyframes outBtm {
        0% {transform: translateY(0px) rotate(0deg);}
        50% {transform: translateY(-9px) rotate(0deg);}
        100% {transform: translateY(-9px) rotate(135deg);}
    }
    /*Toggel button	*/
    .navbar-fixed-top{ position:inherit;}
    .navbar-toggle{ position:fixed; right:0;z-index: 9999999;top:22px;}
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: transparent; border: none; outline: none; }
    .navbar-inverse .navbar-toggle { background-color: transparent; border: none; border-radius: 0; height: 22px; width: 30px; padding: 0px; margin-right: 15px; top: 27px; }
    .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff;}
    .navbar-inverse .navbar-nav > li > a {border-bottom: 1px solid rgba(0,0,0,0.1)!important; border-radius: 0;}
    .navbar-inverse .navbar-nav > li:last-child a{border-bottom:none;}
    .navbar-inverse .navbar-nav > li > a :hover{color:#f79323;}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-top: 7px solid #037dc0;background: #fff;}
    .navbar-nav > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{ text-align:center; position:relative;}
    .caret-m{ display: block;position: absolute;right: -9px;left: auto;z-index: 555;bottom: auto;top: 9px;margin: 0 15px 0 0;padding: 0;width: 30px;height: 30px;text-align: center;line-height: 24px;cursor: pointer;}
    .caret-m i{ color:#FFFFFF; font-size:10px;}
    /*.caret-m:hover i{ color:#ee9924;}*/
    .dropdown-menu{ position:inherit; width:100%;}
    .caret{ display:none;}
    .dropdown-menu{display: none;visibility:visible;transform: translateY(0em);-moz-transform: translateY(0em);-webkit-transform: translateY(0em);-ms-transform: translateY(0em);-o-transform: translateY(0em);opacity:1;
        position:relative;top:0;}
    .dropdown-menu > li > a{ text-align:center;}
    .dropdown-submenu > .dropdown-menu{ left: 0; min-width: inherit; right: 0; position:inherit;}
    a.navbar-small-resolutionz{ display:block;}
    a.navbar-big-resolutionz{ display:none;}
    .navbar-collapse .navbar-header{ display:none;}
    .navbar-middle ul.navbar-nav{ margin:0;}
    .navbar-middle .navbar-toggle{ position:inherit; left:0; right:0; top:0; bottom:0; margin:2.5em auto; display:inline-block; float:left;}
    .navbar-middle .navbar-toggle:after, .navbar-middle .navbar-toggle:before{ clear:both;}
    .navbar-middle a.navbar-small-resolutionz{ position:inherit; left:0; right:0; top:0; bottom:0; margin:auto; display:inline-block; float:none; width:auto;}
    .navbar-middle a.navbar-small-resolutionz:after, .navbar-middle a.navbar-small-resolutionz:before{ clear:both;}
    .navbar ul {  margin: 0px; margin-top: 5px;text-align: center;}
    .navbar-inverse .navbar-nav > li > a { padding:13px 0px; font-size:14px; font-weight:normal;text-align: center; padding-left:0px;display: inline-block;color: var(--theme-color-blue-dark);width: 100%;}
    .navbar-inverse .navbar-nav > li:after{ display:none;}
    .navbar-inverse ul.nav li.dropdown:hover ul {background: #292929;}
    .navbar-inverse .navbar-nav > li {display: inline-block;margin: 0px;width: 100%;}
    ul.nav.navbar-nav li:last-child a{ border-bottom:none !important;}
    #stuck_container .open > .dropdown-menu {display: none;}
}
@media (min-width:768px) {
    ul.nav li.dropdown ul{ display: none;}
    ul.nav li.dropdown:hover ul{ display: block;}
    ul.nav li.dropdown ul li.dropdown-submenu ul{ display: none;}
    ul.nav li.dropdown ul li.dropdown-submenu:hover ul{ display: block;}
    .caret-m{ display:none;}
    .section-table-collapsible table.table table.table-inner tbody{ display:table;}
    .section-table-collapsib table.table table.table-inner tbody{ display:table-row-group;}
    a.navbar-small-resolutionz{ display:none;}
    a.navbar-big-resolutionz{ display:block;}
    .navbar-middle .navbar-header { float:none; display:inline-block; position:absolute; width:13%; margin:auto; left:0; right:0; top:0; bottom:0; z-index:99;}
    .navbar-middle .navbar-header .navbar-big-resolutionz{ margin:0;}
    .navbar-middle.navbar-hight .navbar-header { float:none; display:inline-block; position:relative; width:auto; margin:auto; left:0; right:0; top:0; bottom:0; z-index:99;}
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{ margin-left:0px;}
    .navbar-middle.navbar-hight .navbar-header .navbar-brand{ min-height:70px; margin:1em auto; padding:0 0.8em;}
}
@media (max-width: 767px) {
    .contact-info-form::after {display: none;}
    html, body { width: auto; padding-top:0; }
    body {padding-top: 76px;}
    .navbar-header { width: 200px; padding-bottom: 0; padding-left: 20px; }
    .navbar-inverse .navbar-nav > li > a:after { display: none;}
    .container,.container-sm {max-width: 100%;}
    .col-sm-6,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 100%; max-width: 100%;}
    button.back-botton{display:inline-block;}
    .home-page button.back-botton {display: none;}
    h2 {font-size: 26px;}
    .navTrigger i {background-color: #02363d;}
    #stuck_container {position: fixed;height: 76px;background: #fff;box-shadow: 0px 4px 12px rgba(0, 0, 0, 17);}
    a.navbar-brand {display: inline-block;position: absolute;top: 0;right: 0;left: 0;margin: auto;width: 190px;}
    button.back-botton img {filter: invert(1);height: auto;width: 20px;}
    .mobile-top::after {display: none;}
    .banner-image {background-image: none !important;}
    .cnm-header-content {background: #21334b;padding: 20px 20px;border-radius: 0;margin-top: 0;background-image: url(../images/round-background.png);background-size: 80%;background-position: center;background-repeat: no-repeat;}
    .cnm-header-content small {padding-bottom: 15px;font-size: 14px;color: #fff;}
    .cnm-header-content h1 {padding-bottom: 15px;color: #fff;font-size: 28px;width: 50%;}
    .cnm-header-content p {width: 60%;line-height: 1.5;color: #fff;}
    p.signup-link {color: #fff;}
    .cmn-buttn {font-size: 13px;padding: 14px 14px;}
    #slide-navbar-collapse a.navbar-brand.mobile_view_logo {position: relative;}
    .banner-image {width: 445px;height: 368px;}
    .mobile-top {width: 565px;margin-right: 85px;margin-top: 82px;}
    .review-slider .owl-carousel .owl-item .item_inner img {max-width: 140px;}
    .cmn-heading h2 {padding-bottom: 15px;}
    .cmn-heading small {font-size: 14px;padding-bottom: 10px;}
    section.more-review {padding-top: 40px;}
    #owl-one .owl-nav {display: none;}
    #owl-one .owl-dots {display: none;}
    section.why-linker::after {width: 315px;border-radius: 0px 156px 0px 0px;display: none;}
    .sms-remain._cmn-box {right: -105px;top: 192px;display: none;}
    .email-left._cmn-box {display: none;}
    img.floating-mobile {display: none;}
    .why-linker-content.cmn-style {background: #f1f7ff;padding:25px 25px;border-radius: 30px;padding-top: 100px;}
    .cmn-style h2 {padding-bottom: 10px;}
    .cmn-style p {line-height: 1.4;font-weight: 500;}
    .cmn-style ul.why-linker-point {padding-top: 15px;}
    .cmn-style ul.why-linker-point li {margin-bottom: 10px;}
    .why-linker-image {transform: none;text-align: center;}
    .why-linker-image {position: absolute;top:-15px;width: 100%;text-align: center;left: 0;}
    section.why-linker {padding-top: 200px;position: relative;}
    .why-linker-image img {width:300px;position: relative;left: 0;right: 0;}
    .video-frem {margin-bottom: 0px;margin-top: 0;}
    section.how-it-works {padding: 40px 0px 40px;}
    section.how-it-works .buttn-section.wow.animated.fadeInUp {padding-bottom: 0px;}
    .what-we-do .swiper-wrapper {left: -260px;}
    .what-we-do .swiper-container::after {height: 100%; width: 130px;}
    .what-we-do .swiper-slide {width: 270px !important;border-radius: 30px;padding: 25px 20px;box-shadow: 0px 19px 45px rgba(0, 0, 0, 0.1);}
    i.cmn_icon img {width: 80px;}
    section.testimonial-section .cmn-heading p {font-size: 14px;}
    .owl-carousel .owl-item img {width: 65%;margin: 0 auto;}
    .app-screen-content h2 {width: 100%;text-align: center;}
    .app-button-sec {padding-top: 0px;text-align: center;}
    .app-screen-content {height: auto;margin-bottom: 20px;}
    .owl-carousel .owl-item img {width: 100%;margin: 0 auto;}
    .screenshoot-slider.wow.animated.fadeIn .owl-dots {display: none;}
    #owl-three .owl-dot.active {background: transparent !important;width: 15px;height: 15px;border: 2px solid #e62254 !important;position: relative;top:0px;border-radius: 50%;}
    #owl-three .owl-dot {width: 10px;height: 10px;display: inline-block;border-radius: 50%;background: var(--theme-color-blue-dark) !important;opacity: 1;margin: 0px 3px;}
    #owl-three .owl-dot.active span {border: none;top: 0px !important;}
    .footer-info {padding: 20px 30px;width:95%;}
    .footer-info-content h2 {font-size: 24px;width: 80%;padding-bottom: 20px;}
    .footer-wave {overflow: hidden;position: absolute;width: 100%;top: -360px;z-index: -1;}
    section.footer {padding-top: 90px;}
    .footer-logo-info {padding-bottom: 20px;}
    .footer .footer-app-info {margin-bottom: 15px;text-align: center;}
    .footer .footer-logo-info {text-align: center;}
    .footer .footer-logo-info p {width: 100%;}
    ul.cnm-social li {margin: 0px 5px;display: inline-block;}
    ul.cnm-social {display: inline-block;align-items: center;text-align: center;margin-bottom: 10px;width: 100%;}
    .info-privacy {text-align: center;line-height: 1;margin-top: 10px;}
    .mobile-top img {width: 65%;transform: rotate(-13deg);}
    .banner-image {width: 285px;height: 417px;right: 56px;top: 19px;}
    button.back-botton {left: 10px;top: 13px;}
    .banner {background: #21334b;}
    .banner .container_custome {max-width: 100%;}
    .contact-info-form .cmn-section {display: inline-block;float: none;width: 100%;vertical-align: top;margin: 0px;padding: 30px 0px;}
    .cmn-section.form-sec {padding: 30px 0px;padding-left: 0px;padding-top: 40px;}
    section.contact_inner::after {width: 100%;height: 634px;}
    .contact-page section.more-review {padding-top: 40px;padding-bottom: 0px;}
    .contact-page .more-review .cmn-heading {padding-bottom: 20px;}
    .contact-page .cmn-heading h2 { padding-bottom: 0px;}
    section.contact_inner {padding-top:50px;padding-bottom: 60px;position: relative;}
    .contact-page .mobile-top img {width: 65%;transform: rotate(1deg);}
    ul.partner-logo li a .v-mid img {height: auto;width: 90%;margin: 0 auto;display: inline-block;}
    ul.partner-logo li {display: inline-block;margin: 0px 5px;vertical-align: middle;width: 30%;}
    a.logo-box { height: 70px;}


    /*---------------service-page---------------*/
    .service-page .banner-image {display: none;}
    .service-page .mobile-top img {width: 85%;display: none;}
    .service-page .mobile-top img {display: none !important;}
    .service-page .cnm-header-content p {width: 100%;}
    section.service-available::before {width: 100%;}
    section.service-available {padding-top: 40px;}
    .service-head img {padding: 15px 15px;width: 55px;top:-30px;}
    .service-head span {font-size: 18px;padding-bottom: 10px;line-height: 19px;margin-left: 76px;}
    .contact-info-form::before {width: 50px;height: 50px;background: #fff;font-size: 14px;border: 2px solid #9AADC9;border-radius: 100%;text-align: center;line-height: 43px;top: -145px;}
    .available-service .cmn-heading h2 {padding-bottom: 30px;}
    .cnm-header-content.wow.slideInUp.service-content-inner {background: transparent;}
    .services-inner-box {padding-top: 25px;padding-left: 20px;padding-bottom: 30px;padding-right: 20px;margin-bottom: 30px;}
    .services-inner-box {min-height: auto;}
    /*---------------About-Us-page---------------*/
    .chat-head-box {display: none;}
    .about-page .mobile-top img {transform: rotate(0deg);}
    .services-inner-box-bottom {position: relative;left: 0px;margin-bottom: 0px !important;bottom: -15px;}
    .we-do-point {padding-left: 15px;padding-top: 15px;}
    .what-do-right-mobile img {height: auto;width: 175px;padding-top: 0px;}
    .what-we-do {padding-top: 50px;padding-bottom: 10px;}
    .text-slider-main .swiper-slide {height: 220px !important;}
    .about-text-slider .swiper-container {height:155px;}
    .text-slider-main {height: 170px !important;}
    .text-slider-main .swiper-slide {height: 160px !important;}
}
@media (min-width: 600px) and (max-width: 640px) {html, body { width: auto;  }}
@media (max-width: 640px) {
    .carousel-caption p { display: none;}
    .carousel-caption h1 { padding-bottom: 0px !important; display:block; width: 59%; vertical-align: middle; }
    .carousel-caption { left: 52px; top: auto; width: 100%; right: 0; margin: auto; bottom: 94px; text-align: left; padding: 0px 15px; }
    .carousel-caption .cmn-buttn {margin-top:15px;padding: 17px 27px;}
    .carousel-fade .item {padding: 0px 0px 0px;}
    .banner-img {text-align: center;padding-right: 0px;width: 100%;margin: 0px auto;}
    .heading-section h2 {width: 100%;line-height: 38px;padding: 0px 10px 11px;}
    .about-content {width: 100%;margin: 0px auto;margin-top: 30px;padding: 0px 11px;}
    section.cmn-heading.prevention-coronavirus .heading-section:after { top: -12px; left: 0; right: 0; margin: auto; height: 46px; }
    section.cmn-heading.prevention-coronavirus .heading-section small { padding: 2px; }
    .prevention-box,.prevention-box.active{width: 95%;}
    .corona-symptoms-box {width: 86%;}
    .contact-form {margin: 0px 20px;}
    .faq-right-panel { margin: 43px 16px 0px;}
    #accordion .panel { margin: 0px 0px 15px 0px; }
    section.cmn-heading.news-blog .heading-section { padding-bottom: 12px;}
    .covid-blog-box {margin: 30px 15px;}
    .support-sec .heading-section small {font-size: 17px;padding-bottom: 25px; }
    .support-sec .heading-section h2 { width:68%; font-size: 30px; }
    .subcription_form { width: 441px; }
    .subcription_form input.formStyle {width: 60%;}
    .footer-location, .footer-mail, .footer-phone {display: block;width: 100%;}
    .footer-location span, .footer-mail span, .footer-phone span { display: inline-block; }
    .footer-contact-info p{font-size: 16px; padding-left: 15px;}
    .carousel-fade .carousel-item {padding: 0px 0px 0px;}
    /*---------------service-page---------------*/
    .cnm-header-content h1 {padding-bottom: 15px;color: #fff;font-size: 24px;width: 65%;}
    .cnm-header-content small {padding-bottom: 10px;font-size: 13px;}
    .cnm-header-content p {width: 68%;line-height: 1.5;color: #fff;}
    section.how-it-works .buttn-section.wow.animated.fadeInUp {padding-bottom: 0px;padding-top: 15px;}
    section.how-it-works {padding: 30px 0px;}
    .video-frem iframe {width: 100%;height: 253px;}
    .what-we-do .swiper-wrapper {left: -218px;}
    .video-frem {height: 265px;}
    section.testimonial-section {padding: 30px 0px;}
    .cnm-header-content {background-size: 100%;}
    .contact-info-form::after {display: none;}
    .contact-info-form {margin: 20px 0px 0px;}
    /*---------------About-Us-page---------------*/
    .about-page .mobile-top img {height: auto;width: 163px;left: -85px;top: 40px;}
    .about-page section.service-available::before {width: 100%;height: 1053px;}
    .we-do-point ul.why-linker-point li {margin-bottom: 8px;}
}
@media (max-width: 600px) {
    .search-sec input[type="text"]:focus {width:200px;}
    .banner-image {width: 281px;height: 417px;right: 0;top: 19px;}
}
@media (max-width: 480px) {
    .support-sec .heading-section h2 {width: 96%;font-size: 28px;}
    .subcription_form { width: 350px; }
    .subcription_form a.formButton { width: 130px;}
    .faq-right-panel {margin: 43px 0px 0px;}
    .contact-form { margin: 0px 0px;}
    .corona-symptoms-box {width: 92%;}
    ul.statistics-number {width: 100%;text-align: left;}
    .cont { padding: 0px 5px;text-align: center;}
    section.cmn-heading.corona-statistics h4 {font-size: 22px;letter-spacing: 0.5px;line-height: 28px;padding-bottom: 15px;}
    section.cmn-heading.corona-statistics p { text-align: center;}
    .statistics-content {width: 61%;padding-left: 7px;}
    ul.statistics-number .statistics-content p { text-align:left!important;}
    .prevention-box, .prevention-box.active {width: 100%;}
    .heading-section h2 {line-height: 31px;}
    .cmn-heading h1 {font-size: 32px;}
    .cmn-heading h2 {font-size: 26px;}
    .support-sec .heading-section small { padding: 0px 8px 10px;}
    .carousel-fade .carousel-item {padding: 27px 0px;}
    .cmn-buttn {padding:10px 15px !important;font-size: 12px;}
    .cnm-header-content {padding: 15px 12px;}
    .cnm-header-content p {width: 100%;line-height: 1.5;color: #fff;font-size: 12px;}
    .buttn-section a.cmn-buttn.light-button {margin-left: 3px;}
    .cmn-heading h2 {font-size: 22px;}
    .cmn-heading h2 {padding-bottom: 5px;}
    .cnm-header-content h1 {width: 100%;}
    .cnm-header-content p {width: 50%;}
    .banner-image {width: 281px;height: 397px;right: 0;top: 41px;}
    p.signup-link.wow.animated.slideInUp {width: 100%;}
    .banner .buttn-section.wow.animated.slideInUp {position: relative;z-index: 999;}
    .video-frem {transform: none;margin-top: 20px !important;}
    .footer-wave {display: none;}
    .footer {background: #1a293e;}
    section.footer {padding-top: 30px;margin-top: 30px;}
    a.footer-logo {display: inline-block;margin-bottom: 20px;width: 155px;}
    a.footer-logo img {height: auto;width: 100%;}
    .footer .footer-logo-info p {width: 100%;font-size: 12px;}
    .f-c-col-4 {display: block;float: none;vertical-align: top;width: 100%;margin: 0px;}
    .footer-info {padding: 18px 18px;width: 95%;}
    .footer-info-content h2 {font-size: 22px;width: 100%;padding-bottom:10px;text-align: center;}
    .footer-info-content p {text-align: center;}
    .footer-info-link {display: inline-block;float: none;vertical-align: middle;width: 100%;margin: 0;}
    .footer-info-link a {padding-right: 0px;text-align: center;}
    .footer-info-link a img {height: auto;width: 50px;}
    .footer-info-content {display: inline-block;float: none;vertical-align: middle;width: 100%;margin: 0;}
    section.testimonial-section .owl-carousel .owl-stage-outer::before {display: none;}
    section.testimonial-section .owl-carousel .owl-stage-outer::after {display: none;}
    .testimonial-section h2 {font-size: 18px;padding-bottom: 10px !important;}
    .what-we-do .cmn-heading {width: 100%;}
    .why-linker-image img {width: 290px;}
    .what-we-do .swiper-container::after {display: none;}
    ul.partner-logo li a .v-mid img {height: auto;width: 90%;margin: 0 auto;display: inline-block;}
    ul.partner-logo li {display: inline-block;margin: 0px 5px;vertical-align: middle;width: 30%;}
    .service-available .col-sm-6 .cnm-header-content {background: transparent;}
    .cmn-section.meeting-info h3 {padding-bottom: 10px;}
    .cmn-section.meeting-info.div-1 h6 {padding-bottom: 5px;font-size: 18px;}
    .callus h5 {font-size: 18px;padding-bottom: 5px;}
    .bottom-contact-cmn { padding-right: 0px;margin-bottom: 10px;}
    .cmn-section.form-sec {padding-top: 10px;}
    section.what-we-do {padding: 25px 0px;}
    section.testimonial-section .owl-theme .owl-nav.disabled + .owl-dots {margin-top: 10px;}
    .what-we-do .cmn-heading h2 {text-align: center;}
    .cmn-style h2 {text-align: center;}
    .how-it-works .how-it-works-content.cmn-style p {text-align: center;}
    .how-it-works .how-it-works-content.cmn-style ul.why-linker-point li p {text-align: left;}
    .why-linker-content.cmn-style p {text-align: center;}
    .why-linker-content.cmn-style ul.why-linker-point li p {text-align: left;}


    /*---------------Contact-page---------------*/
    section.contact_inner {padding-top:30px;padding-bottom:40px;position: relative;}
    .contact-info-form {margin: 20px 0px 0px;}
    .contact-info-form::before {width: 40px;height: 40px;font-size: 13px;line-height: 35px;top: 0;position: absolute;left: 0;right: 0;bottom:240px;}
    .callus span.ph a.call {font-size: 18px;}
    .contact-info-form::after {content: "";top: 0;position: absolute;left: 0;right: 0;bottom: 0;margin: auto; width: 80%; height: 1px;background: #CDD7E7;display: none;}
    span.info-icon {margin-right: 7px;}
    span.address i, span.info-icon i {width: 32px;}
    .map-section iframe {height: 400px;width: 100%;}
    .contact-info-form {padding: 15px;}
    .available-service .cmn-heading h2 {padding-bottom: 30px;}
    .contact-page .mobile-top img {width: 52%;transform: rotate(1deg);}

    /*---------------About-Us-page---------------*/
    .about-page p.signup-link {width: 100%;}
    .what-do-right-mobile img {height: auto;width: 145px;padding-top: 0px;}
    .text-slider-main .swiper-slide h1 {width: 100%;margin-bottom: 8px;font-size: 24px;}
    .about-page .services-inner-box {margin-bottom: 30px;margin-top: 15px;}
}
@media (max-width:400px) {
    .carousel-caption {left: 35px;bottom: 49px; padding: 0px 15px;}
    .cmn-heading h1 {font-size: 30px;letter-spacing: 0.5px;margin: 0px auto;    width: 100%;}
    .carousel-caption { left: 0; top: auto; width: 100%; right: 0; margin: auto; bottom: 64px; text-align: center; padding: 0px 15px; }
    .cmn-buttn { padding: 17px 27px;}
    img.orange {top: 0px;}
    img.pink{ display: none;}
    ul.statistics-number {text-align: center;}
    .statistics-content {width: 100%;padding-left: 0;display: block; margin: 0px;    border-top: 4px solid #02363d; padding-top: 5px; margin-top: 5px;border-left:0;}
    ul.statistics-number li {padding: 0px 5px;}
    .carousel-control.right span, .carousel-control.left span { width: 40px; height: 40px; line-height: 40px; font-size: 30px; }
    .subcription_form {width: 273px;}
    .subcription_form a.formButton { width: 108px; margin: 0px; font-size: 13px; }
    .mobile-top img {width: 60%;transform: rotate(-13deg);}
    .banner-image {width: 281px;height: 397px;right: 0;top: 41px;}
}
