@charset "utf-8";

html,
body {
  font-size: 16px;
  color: #101010;
  font-family: 'Arial', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 62px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}

/*Blog elements*/
b1,b2,b3,b4,b9 {
  font-family: 'Arial', sans-serif;
  color: #101010;
  margin: 0 0 5px;
  line-height: 1.2;
  font-weight: 700;
}
b1 {
  font-size: 24px;
  margin: 0 0 16px;
}
b2 {
  font-size: 22px;
  margin: 0 0 10px;
}
b2 {
  font-size: 20px;
  margin: 0 0 6px;
}
.b9 {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 200;
}
.blog-frame-21 {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 200;
  width:100%;
  max-width: 1000px;
  min-height:2100px;
  max-height:2800px;
  background: #f6f6f6;
}

.container-how-it-works {
    display: flex;
}
.column-how-it-works {
    flex: 1;
    padding: 10px;
    text-align: center;
}
.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 999;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.home11 {
  background: #000000;
}
.indented-list {
    list-style-position: outside;
    padding-left: 20px;
    margin: 0;
}
.indented-list li {
    text-indent: -20px;
    margin-left: 20px;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.blank-space {
  display: inline-block;
  width: 126px;
  content: '';
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Arial', sans-serif;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-color {
  background-color: #F6F7F9;
}
.gray-bg2 {
  background: #f7f9ff;
}
.gray-bg3 {
  background: #F5F6FE;
}
.black-dark {
  background: #131313 !important;
}
.gray-color-important {
  background-color: #F6F7F9 !important;
}
.primary-background {
  background-color: #106eea;
}
.white-bg {
  background: #ffffff;
}
.white-color {
  color: #ffffff !important;
}
.dyna-call-us .image-part img {
  max-height: 585px;
}
.text-right {
  text-align: right;
}
a {
  color: #106eea;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #bbb;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #106eea;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #bbb;
  text-shadow: none;
  color: #ffffff;
}

.code-frame {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.code {
  /*white-space: pre-wrap;
  word-wrap: break-word;*/
  white-space: nowrap;
  font-family: Courier;
  font-size: 14px;
  line-height: 1.0;
}
.code-prompt {
  color: #006400;
}
.code-link {
  color: #0000FF;
}
.code-conditional {
  color: #FFA500;
}
.code-expression {
  color: #FF0000;
}
.code-comment {
  color: #aaaaaa;
}
.code-caption {
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  max-width:500px;
}

table-body {
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 60vh;*/
    margin: 0;
    background-color: #FFFFFF;
    max-width: 850px;
}
table {
    border-collapse: collapse;
    width: 70%;
    text-align: center;
    background-color: #fff;
}
table, th, td {
    border: 1px solid #333;
}
th, td {
    padding: 2px;
}

.centered-section {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
    padding: 5px;
    box-sizing: border-box;
}
.logo-part img {
  height: 75px;
}
.dyna-step {
  background: url(assets/images/bg/steps-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 10px 10px;
  padding: 258px 0;
}
.shape-part .right-side,
.shape-part .left-side {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.shape-part .right-side {
  left: auto;
  right: 0;
}
.bg-unset {
  background: unset !important;
}
.dyna-menu-toggle {
  color: #106eea;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.blog-button a {
  position: relative;
  display: inline-block;
  color: #061340;
  font-size: 16px;
  font-weight: 600;
  transition: all ease .4s;
}
.blog-button a:after {
  content: "\f113";
  font-family: Flaticon;
  font-size: 8px;
  position: relative;
  right: 0;
  top: 0;
  display: inline-block;
  margin-left: 8px;
  transition: all ease .4s;
  color: #101010;
}
.blog-button a:hover {
  color: #bbb;
}
.blog-button a:hover:after {
  transform: translateX(10px);
  color: #bbb;
}
.blog-button.style2 a:hover {
  color: #FF5600;
}
.blog-button.style2 a:hover:after {
  color: #FF5600;
}
.blog-button.style3 a {
  color: #061340;
}
.blog-button.style3 a:hover {
  color: #787cf2;
}
.blog-button.style3 a:hover:after {
  color: #787cf2;
}
.blog-button.inner-blog a {
  text-align: center;
  display: inline-block;
  color: #0b70e1;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-family: 'Arial', sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
}
.blog-button.inner-blog a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: #0b70e1;
}
.blog-button.inner-blog a:hover {
  color: #bbb;
}
.blog-button.inner-blog a:hover:after {
  right: -5px;
  opacity: 1;
  transform: unset;
}
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #307311 0%, #76b947 100%);
  color: #ffffff;
  z-index: 1;
  border: none;
}
.add-btn:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #0e73e4 19%, #03228f 100%);
  z-index: 1;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.feature-single-card {
  padding-left: 0;
  padding-right: 0;
  flex:0 0 auto;
  width:33%;
  margin-bottom:24px;
}
.feature-single-card .features-item {
  height:100%;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.sec-title {
  position: relative;
}
.sec-title .sub-text {
  position: relative;
  padding-left: 95px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #03228F;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sec-title .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 50px;
  background-color: #03228F;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
}
.sec-title .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  background-color: #03228F;
}
.sec-title .sub-text.new {
  color: #ffffff;
  font-size: 15px;
  padding-left: 0;
}
.sec-title .sub-text.new:before {
  display: none;
}
.sec-title .sub-text.new:after {
  display: none;
}
.sec-title .sub-text.new-text {
  padding-left: 0;
  margin-bottom: 7px;
  color: #ffffff;
}
.sec-title .sub-text.new-text:before {
  display: none;
}
.sec-title .sub-text.new-text:after {
  display: none;
}
.sec-title .sub-text.style2:after {
  background-color: #106eea;
}
.sec-title .sub-text.style2:before {
  background-color: #106eea;
}
.sec-title .sub-text.style-bg {
  background-color: #1273EB17;
  display: inline-block;
  padding: 6px 25px;
  color: #1273eb;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-title .sub-text.style-bg:before {
  display: none;
}
.sec-title .sub-text.style-bg:after {
  display: none;
}
.sec-title .sub-text.style4-bg {
  color: #03228F;
}
.sec-title .sub-text.style4-bg:before {
  background-color: #FD6509;
}
.sec-title .sub-text.style4-bg:after {
  background-color: #FD6509;
}
.sec-title .sub-text.choose {
  font-size: 16px;
  font-weight: 500;
}
.sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #101010;
  margin: 0;
}
.sec-title .title.white-color {
  color: #ffffff;
}
.sec-title .desc {
  font-size: 24px;
  font-weight: 200;
  line-height: 34px;
  margin: 0;
}
.sec-title .desc2 {
  font-size: 20px;
  font-weight: 100;
  line-height: 28px;
  margin: 0;
}
.sec-title .desc.white-color {
  color: #fff;
}
.sec-title .desc-big {
  font-size: 28px;
  line-height: 48px;
  font-weight: 500;
  margin: 0;
}
.sec-title2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
.sec-title2 .sub-text {
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #03228F;
  text-transform: uppercase;
}
.sec-title2 .sub-text.white-color {
  color: #ffffff;
}
.sec-title2 .sub-text.gold-color {
  font-weight: 600;
  color: #F27C1E;
}
.sec-title2 .sub-text.contact {
  color: #1273EB;
}
.sec-title2 .sub-text.orange-color {
  color: #f2541b !important;
}
.sec-title2 .sub-text.style-bg {
  background-color: #1273EB17;
  display: inline-block;
  padding: 6px 25px;
  color: #1273eb;
  border-radius: 30px;
  text-transform: uppercase;
}
.sec-title2 .sub-text.style-bg.white-color {
  color: #ffffff;
}
.sec-title2 .sub-text.style-bg.con-bg {
  background-color: #03228F;
}
.sec-title2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a;
  max-width: 490px;
  margin: 0 auto;
}
.sec-title2 .title.white-color {
  color: #ffffff;
}
.sec-title2 .title.testi-title {
  max-width: unset;
}
.sec-title2 .title.testi-title.new {
  color: #102B3E;
}
.sec-title2 .title.title2 {
  max-width: 550px;
}
.sec-title2 .title.title3 {
  color: #102B3E;
  max-width: 430px;
  margin: 0;
}
.sec-title2 .title.title4 {
  max-width: 660px;
}
.sec-title2 .title.title5 {
  color: #102B3E;
}
.sec-title2 .title.title6 {
  font-weight: 600;
  max-width: unset;
}
.sec-title2 .title.title7 {
  color: #102B3E;
  max-width: unset;
}
.sec-title2 .title.orange-color {
  color: #f2541b !important;
}
.sec-title2 .heading-line {
  position: relative;
  background-color: #03228F;
  height: 5px;
  width: 90px;
  border-radius: 30px;
  margin: 20px auto;
}
.sec-title2 .heading-line:before {
  background-color: #1940AA;
  content: '';
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-direction: alternate-reverse;
  -webkit-animation-name: watermark-animate;
  animation-name: watermark-animate;
}
.sec-title2 .desc {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
  color: #454545;
  max-width: 429px;
  margin: 13px auto 0;
}
.sec-title2 .desc.desc-text {
  max-width: 540px;
}
.sec-title2 .desc.white-color {
  color: #fff;
}
.sec-title2 .desc.desc2 {
  max-width: 700px;
  margin: 0;
}
.sec-title2 .desc.desc3 {
  max-width: 930px;
}
.sec-title2 .desc-big {
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
}
.sec-right {
  position: absolute;
  right: -17%;
  top: 45%;
  transform: rotate(90deg);
  z-index: 1;
}
.sec-right .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.sec-left {
  transform: rotate(-90deg) translatex(-50%);
  transform-origin: left;
  position: absolute;
  left: -2%;
  top: 46%;
  z-index: 1;
}
.sec-left .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #101010;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.full-width-header {
  position: relative;
}
.full-width-header .dyna-header {
  position: relative;
}
.full-width-header .dyna-header .topbar-area {
  padding-top: 5px;
  padding-bottom: 5px;
}
.full-width-header .dyna-header .menu-area {
  /*transition: all 0.3s ease;*/
  background: #587638;
}
.full-width-header .dyna-header .menu-area .logo-area a img {
  transition: 0.4s;
  max-height: 40px;
}
.full-width-header .dyna-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .dyna-header .menu-area .dyna-menu-area {
  align-items: center;
  justify-content: flex-end;
  float: left;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 52px;
  padding: 0;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 600;
  /*margin-right: 10px;*/
  height: 65px;
  line-height: 65px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Arial;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a:hover {
  color: #bbb;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li.current-menu-item > a {
  color: #bbb;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li:last-child {
  margin-right: 0!important;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li:last-child a {
  margin-right: 0!important;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li:last-child i {
  margin: 0;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
  border-radius: 0 0 5px 5px;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu li a {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  height: unset;
  line-height: 16px;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu li a:before {
  right: 30px !important;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu li a:hover {
  color: #bbb;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu li.current-menu-item > a,
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu li.active > a {
  color: #106eea !important;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.sub-menu.left {
  left: auto;
  right: 100%;
}
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul li a:hover,
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul li.active a,
.full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul li.current-menu-item > a {
  color: #fff;
}
.full-width-header .dyna-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .dyna-header .menu-area.sticky .logo-area {
  display: inline-block;
  top: 18px;
}
.full-width-header .dyna-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 30px;
}
.full-width-header .dyna-header .menu-area.sticky .dyna-menu-area {
  float: right;
}
.full-width-header .dyna-header .menu-area.sticky .main-menu .dyna-menu ul.nav-menu > li > a {
  color: #0a0a0a;
}
.full-width-header .dyna-header .menu-area.sticky .main-menu .dyna-menu ul.nav-menu > li > a:hover {
  color: #bbb;
}
.full-width-header .dyna-header .menu-area.sticky .main-menu .dyna-menu ul.nav-menu > li.current-menu-item > a {
  color: #bbb;
}
.full-width-header .dyna-header .menu-area.sticky .main-menu .dyna-menu ul.mega-menu {
  left: unset;
  right: 0;
}
.full-width-header .dyna-header .menu-area.sticky .expand-btn-inner {
  line-height: unset;
  height: unset;
}
.full-width-header .dyna-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}
.full-width-header .dyna-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #bbb;
}
.full-width-header .dyna-header .menu-area.sticky .expand-btn-inner.hidden-sticky {
  display: none;
}
.full-width-header .dyna-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 65px;
  height: 65px;
  position: relative;
}
.full-width-header .dyna-header .expand-btn-inner .sidebarmenu-search > a {
  color: #ffffff;
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.full-width-header .dyna-header .expand-btn-inner .sidebarmenu-search > a i:before {
  font-size: 15px;
  font-weight: 600;
}
.full-width-header .dyna-header.style5 .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .dyna-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .dyna-menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .dyna-menu-toggle:hover {
  opacity: 0.8;
}
.full-width-header .mobile-menu .dyna-menu-toggle.primary {
  color: #106eea;
}
.full-width-header .mobile-menu .dyna-menu-toggle.secondary {
  color: #03228f;
}
.full-width-header .right_menu_togle {
  background-image: linear-gradient(90deg, #e2e9f7 0%, #ffffff 100%);
  padding: 50px;
  width: 500px;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}
.full-width-header .right_menu_togle .close-btn .nav-link {
  position: absolute;
  right: 25px;
  top: 25px;
}

.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.dyna-banner.frame1 {
  align-items:center;
  display:flex;
  justify-content:center;
}
.dyna-banner.main-home {
  background: url(assets/images/intro_1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 660px;
  max-width: 1360px;
  width:100%;
  overflow:hidden;
}
.dyna-banner.main-home .content-wrap {
  position: relative;
  padding-top: 40px;
}
.dyna-banner.main-home .content-wrap .it-title {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
}
.dyna-banner.main-home .content-wrap .description .desc {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding-bottom: 40px;
}
.dyna-features.main-home .features-item {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 20px 30px 30px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
}
.dyna-features.main-home .features-item .features-icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.dyna-features.main-home .features-item .features-icon .image-part img {
  width: 128px;
  min-width: 100px;
  height: 128px;
}
.dyna-features.main-home .features-item .features-content .features-text .features-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
.dyna-features.main-home .features-item .features-content .features-text .features-title a {
  color: #101010;
}
.dyna-features.main-home .features-item .features-content .features-text .features-title a:hover {
  color: #106eea;
}
.dyna-features.main-home .features-item .features-content .features-desc p {
  color: #444;
  margin: 0;
}


.dyna-blog .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}
.dyna-blog .blog-item .image-wrap {
  position: relative;
}
.dyna-blog .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.dyna-blog .blog-item .image-wrap .post-categories li {
  display: inline-block;
}
.dyna-blog .blog-item .image-wrap .post-categories li a {
  border-radius: 30px;
  color: #ffffff;
  background: #03228f;
  background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03228f', endColorstr='#0b70e1', GradientType=1);
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}
.dyna-blog .blog-item .image-wrap .post-categories li a:hover {
  background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
}
.dyna-blog .blog-item .blog-content {
  padding: 30px 15px 18px 15px;
  background: #fff;
}
.dyna-blog .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
  display: flex;
}
.dyna-blog .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.dyna-blog .blog-item .blog-content .blog-meta .date i {
  color: #106eea;
  padding-right: 5px;
}
.dyna-blog .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.dyna-blog .blog-item .blog-content .blog-meta .admin i {
  color: #106eea;
  padding-right: 5px;
}
.dyna-blog .blog-item .blog-content .blog-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.dyna-blog .blog-item .blog-content .blog-title a {
  color: #101010;
}
.dyna-blog .blog-item .blog-content .blog-title a:hover {
  color: #106eea;
}
.dyna-blog .blog-item .blog-content .desc {
  margin-bottom: 15px;
}
.dyna-blog .owl-stage-outer {
  padding-bottom: 10px;
  margin-top: -10px;
}
.dyna-blog .blog-item:hover {
  transform: translateY(-10px);
}
.dyna-blog.style2 .blog-item {
  transition: all 500ms ease;
  border-radius: 5px;
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
}
.dyna-blog.style2 .blog-item .image-wrap .post-categories li a {
  border-radius: 8px 8px 8px 8px;
  background-image: linear-gradient(150deg, #da4511 0%, #e7b723 100%);
}
.dyna-blog.style2 .blog-item .blog-content {
  padding: 30px 15px 18px 15px;
  background: #fff;
}
.dyna-blog.style2 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  color: #454545;
}
.dyna-blog.style2 .blog-item .blog-content .blog-meta .date i {
  color: #106eea;
  padding-right: 5px;
}
.dyna-blog.style2 .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  margin-left: 25px;
}
.dyna-blog.style2 .blog-item .blog-content .blog-meta .admin i {
  color: #106eea;
  padding-right: 5px;
}
.dyna-blog.style2 .blog-item .blog-content .blog-title a {
  color: #101010;
}
.dyna-blog.style2 .blog-item .blog-content .blog-title a:hover {
  color: #FF5600;
}
.dyna-blog.style2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}
.dyna-blog.style3 .blog-item .image-wrap .post-categories li a {
  border-radius: 3px 3px 3px 3px;
  background-image: linear-gradient(120deg, #6e71db 0%, #9c9ff9 100%);
}
.dyna-blog.style3 .blog-item .blog-content .blog-meta .date i {
  color: #787cf2;
}
.dyna-blog.style3 .blog-item .blog-content .blog-meta .admin i {
  color: #787cf2;
  padding-right: 5px;
}
.dyna-blog.style3 .blog-item .blog-content .blog-title a {
  color: #101010;
}
.dyna-blog.style3 .blog-item .blog-content .blog-title a:hover {
  color: #787cf2;
}


.dyna-footer {
  background-color: #F5F6F9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dyna-footer .footer-top {
  padding: 92px 0 40px;
}
.dyna-footer .footer-top .footer-ctr {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dyna-footer .footer-top .footer-ctr .footer-form {
  flex: 0 0 auto;
  width: 30%;
  min-width: 280px;
}
.dyna-footer .footer-top .footer-msg {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dyna-footer .footer-top .footer-logo img {
  height: 40px;
}
.dyna-footer .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}
.dyna-footer .footer-top .address-widget li .desc a {
  color: #454545;
}
.dyna-footer .footer-top .address-widget li .desc a:hover {
  color: #106eea;
}
.dyna-footer .footer-top .address-widget li i {
  color: #106eea;
  position: absolute;
  left: 0px;
}
.dyna-footer .footer-top .address-widget li i:before {
  font-size: 20px;
}
.dyna-footer .footer-top .widget-desc {
  margin: 0;
}
.dyna-footer .footer-top p {
  margin: 30px 0 0;
  position: relative;
}
.dyna-footer .footer-top .footer-form input[type=email] {
  border: none;
  width: 91%;
  font-size: 13px;
  padding: 16px 16px 16px 16px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 40px 40px 40px 40px;
  background: #fff;
  box-shadow: 0 0 25px #eeeeee;
  text-align: center;
}

input[type=submit] {
  margin: 10px 10px 10px 10px;
  border-radius: 40px 40px 40px 40px;
  padding: 4px;
  border: none;
  background: #ddd;
}

.dyna-footer .footer-top p i {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  padding: 12px 20px;
  pointer-events: none;
  color: #ffffff;
}
.dyna-footer .footer-top p ::-webkit-input-placeholder {
  color: #454545;
  opacity: 1;
}
.dyna-footer .footer-top p ::-moz-placeholder {
  color: #454545;
  opacity: 1;
}
.dyna-footer .footer-top p :-ms-input-placeholder {
  color: #454545;
  opacity: 1;
}
.dyna-footer .footer-top p :-moz-placeholder {
  color: #454545;
  opacity: 1;
}
.dyna-footer .footer-bottom {
  padding: 20px 0;
  background: rgb(255, 255, 255, 0.9);
}
.dyna-footer .footer-bottom .copyright p {
  margin: 0;
}
.dyna-footer .footer-bottom .copyright p a {
  color: #454545;
}
.dyna-footer .footer-bottom .copyright p a:hover {
  color: #106eea;
}
.dyna-footer .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.dyna-footer .footer-bottom .copy-right-menu li a {
  color: #454545;
}
.dyna-footer .footer-bottom .copy-right-menu li a:hover {
  color: #106eea;
}
.dyna-footer .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #106eea;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.dyna-footer .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.page-error {
  background: url(assets/images/bg/error.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.page-error .error-not-found {
  position: relative;
  background: #8d8d8d;
  width: 650px;
  padding: 50px;
  height: 650px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.page-error .error-not-found .error-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-error .error-not-found .title {
  font-size: 35px;
  line-height: 52px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 30px;
}
.page-error .error-not-found .title span {
  font-size: 251px;
  line-height: 171px;
  font-weight: 700;
  color: #101010;
  display: block;
  padding-bottom: 70px;
}



/***** Dynamic Elements *****/



.dyna-topbar-part {
  background: transparent;
  padding: 15px 0;
}
.dyna-header .menu-area .logo-area {
    position: relative;
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1260px;
        width: 100%;
    }
    .container.custom2{
        max-width: 1600px;
        width: 100%;
    }
}
/* container control end */

@media only screen and (max-width: 1680px) {
    .dyna-about.style2 .image-part img {
        max-width: 45%;
    }
    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
}

@media only screen and (max-width: 1480px) {
    .sec-right {
        right: -15%;
    }
    .bg12 {
        padding: 140px 100px 130px 30px;
    }
    .dyna-about .dyna-animation-shape .bottom-shape,
    .dyna-about .dyna-animation-shape .middle {
        left: -40px;
    }
    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
}

@media only screen and (max-width: 1381px) {   
    .full-width-header .dyna-header.style2.btn-style .menu-area .main-menu .dyna-menu ul.mega-menu {
        right: -160px;
    }
    .full-width-header .dyna-header.style3.modify3 .menu-area .row-table .main-menu .dyna-menu ul.mega-menu {
        right: -300px;
    }

    .full-width-header .dyna-header.style2 .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 24px;
    }
    .full-width-header .dyna-header.style2 .expand-btn-inner ul li,
    .full-width-header .dyna-header.style2 .menu-area.sticky .expand-btn-inner ul li {
        margin-left: 0;
    }
    .full-width-header .dyna-header.style2 .expand-btn-inner .sidebarmenu-search > a {
        padding-right: 30px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 24px;
        font-size: 18px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu {
        padding-left: 25px;
        padding-right: 25px;
    }
    .full-width-header .dyna-header.style2 .menu-area .main-menu .dyna-menu ul.mega-menu {
        right: -15px;
    }
    .sec-left,
    .sec-right {
        display: none;
    }
    .full-width-header .dyna-header.style4.modify1 .expand-btn-inner ul .quote-btn a {
        padding-right: 20px;
        font-size: 13px;
    }
    .arrow-btn {
        top: 120%;
        left: 50%;
    }
    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
}

@media only screen and (max-width: 1380px) {    
    .full-width-header .dyna-header .menu-area .container-fluid .main-menu .dyna-menu ul.mega-menu {
        min-width: 1150px;
    }

    .full-width-header .dyna-header.style4 .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 24px;
    }
    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
}

@media only screen and (max-width: 1280px) {
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.mega-menu {
        min-width: 1110px;
    }
    .full-width-header .dyna-header .menu-area .container-fluid .main-menu .dyna-menu ul.mega-menu {
        min-width: 1050px;
    }
    .full-width-header .dyna-header.style3.modify3 .menu-area .row-table .main-menu .dyna-menu ul.mega-menu {
        right: -255px;
    }
    .full-width-header .dyna-header.style4 .menu-area .main-menu .dyna-menu ul.mega-menu {
        min-width: 1140px;
        right: -315px;
    }
    .full-width-header .dyna-header.style4 .menu-area.sticky .main-menu .dyna-menu ul.mega-menu {
        min-width: 1060px;
        right: -275px;
    }
    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
}


@media only screen and (max-width: 1180px) {
    .full-width-header .dyna-header .menu-area .container-fluid .main-menu .dyna-menu ul.mega-menu {
        min-width: 850px;
    }

    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.mega-menu {
        min-width: 930px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.mega-menu.two-column {
        min-width: 500px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu .menu-title, 
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.mega-menu .mega-menu-container .single-megamenu .sub-menu li a {
        padding: 10px;
    }
    .full-width-header .dyna-header.style2.btn-style .menu-area .main-menu .dyna-menu ul.mega-menu {
        right: -15px;
    }
    .full-width-header .dyna-header.style3.modify3 .menu-area .row-table .main-menu .dyna-menu ul.mega-menu {
        right: -175px;
    }
    .full-width-header .dyna-header.style4 .menu-area .main-menu .dyna-menu ul.mega-menu {
        min-width: 960px;
        right: -270px;
    }
    .full-width-header .dyna-header.style4 .menu-area.sticky .main-menu .dyna-menu ul.mega-menu {
        min-width: 890px;
        right: -230px;
    }
    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
    .full-width-header .dyna-header.style4 .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 18px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 38px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1180px) {
    .full-width-header.header-style2.md-mod .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .dyna-features.main-home .features-item {
        padding: 60px 20px 50px 25px;
    }
    .dyna-banner.main-home .content-wrap .it-title {
        font-size: 48px;
        line-height: 1.3;
    }
    .dyna-features.main-home.style1 .features-item .features-icon .image-part img {
        width: 100px;
        height: 100px;
    }
    .dyna-features.main-home .features-item .features-content .features-text .features-title {
        font-size: 19px;
    }
    .dyna-features.main-home .features-item .features-content .features-desc p {
        font-size: 14px;
    }
    .dyna-features.main-home.style1 .features-item {
        padding: 30px;
    }
    .dyna-feature .icon-box-area .box-inner .content-part .title{
        font-size: 20px;
    }
    .dyna-feature .icon-box-area{
        padding-left: 18px;
        padding-right: 18px;
    }
    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 36px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size: 20px;
    }
}

@media screen and (min-width: 100px){
    .sticky{ 
        background: #fff !important;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        margin: 0 auto !important;
        padding: 0;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: sticky-animation;
        animation-name: sticky-animation;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .full-width-header.home14style {
        display: none;
    }

    .full-width-header .dyna-header .menu-area .menu-sticky .sticky {
        height: 65px;
    }
}

@media only screen and (max-width: 980px) {
    .main-menu {
        width: 100%;
    }
    .full-width-header .dyna-header .menu-area .logo-area img {
        min-width: 56px;
        max-width: 56px;
        height: 65px;
    }
    .dyna-footer .footer-top p{
        max-width: 380px;
    }
    .dyna-features.main-home.style1 {
        margin-top: 10px;
    }
    .dyna-features.main-home.style2 .features-item {
        padding: 65px 15px 35px;
        margin: 0;
    }
    .feature-single-card {
        padding-left: 0;
        padding-right: 0;
        flex:0 0 auto;
        width:50%;
        margin-bottom:24px;
    }
    .feature-single-card .features-item {
      height:100%;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 28px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size: 20px;
    }
    .caption12 {
        font-size: 20px;
    }
    .blank-space {
        width: 60px;
    }
}

@media only screen and (max-width: 780px) {
    .dyna-banner.style10 .banner-content .title {
        font-size: 37px;
    }
    .dyna-banner.style10 .banner-content .banner-btn li {
        display: block;
        margin-right: unset;
        margin-bottom: 25px;
    }
    .dyna-banner.main-home {
        background-position: -100px 0
    }
   .dyna-footer .footer-top p{
        max-width: 280px;
    }
    .dyna-blog .blog-item .blog-content .blog-title {
        font-size: 17px;
    }
    .dyna-features.main-home .features-item .features-icon {
        margin-bottom: 20px;
    }
    .dyna-features.main-home .features-item .features-content .features-text .features-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .dyna-features.main-home .features-item .features-icon .image-part img {
        width: 100px;
        height: 100px;
    }
    .dyna-features .bg-section .shape-part .left-side img{
        height: 200px;
        width: 200px;
    }
    h3 {
        font-size: 23px;
    }
    .page-error .error-not-found {
        width: 450px;
        height: 450px;
    }
    .page-error .error-not-found .title {
        font-size: 30px;
        line-height: 50px;
    }
    .page-error .error-not-found .title span {
        font-size: 175px;
        line-height: 150px;
        padding-bottom: 30px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 22px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size: 18px;
    }
    .caption12 {
        font-size: 18px;
    }
    .blank-space {
        width: 20px;
    }
}

@media only screen and (max-width: 580px) {
    .full-width-header.header-style3 .dyna-header .menu-area.sticky .container,
    .full-width-header.header-style3 .dyna-header .menu-area .container,
    .md-container,
    .sm-container,
    .md-row-container {
        max-width: 100%;
        height:65px;
    }
    .dyna-banner.main-home {
        background-position: -220px 0
    }
    .full-width-header .dyna-header .right_menu_togle .canvas-contact .canvas-map iframe {
        width: 300px;
    }
    .full-width-header .dyna-header .right_menu_togle.custom .inner-offcanvas .off-menu ul.menu-part > li > a {
        font-size: 25px;
        line-height: 30px;
        padding: 15px 0;
    }
    .full-width-header .dyna-header .right_menu_togle.custom .inner-offcanvas .off-menu ul.menu-part li.has-children .toggle-btn {
        top: 20px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 10px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size: 16px;
    }
    .caption12 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {    
    .dyna-footer .footer-top p{
        max-width: 100%;
    }
    .dyna-cta.style1 .title-wrap .epx-title,
    .sec-title2 .title {
        font-size: 28px;
    }
    .dyna-features.main-home .features-item .features-content .features-desc p {
        font-size: 16px;
    }
    .dyna-banner.main-home .content-wrap .it-title {
        font-size: 30px;
    }
    .dyna-banner.main-home .content-wrap .description .desc {
        font-size: 17px;
    }
   .dyna-banner.style3 .dyna-videos .animate-border .popup-border {
        left: 78%;
    }
    .dyna-banner.style2 .banner-content {
        padding: 150px 0 130px;
    }
    .dyna-banner.style2 .banner-content .title {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .dyna-banner.style2 .banner-content .sub-title {
        font-size: 15px;
        line-height: 25px;
    }
    .dyna-banner.style2 .banner-content .title-small {
        font-size: 19px;
        line-height: 29px;
    }
    .dyna-banner.style2 .banner-content .readon.buy-now.get-in {
        padding: 9px 22px;
    }

    .dyna-banner.style3.modify1 .banner-content .title {
        font-size: 25px;
        line-height: 41px;
    }
    .dyna-banner.style3.modify1 .banner-content .desc {
        font-size: 15px;
        line-height: 25px;
    }
    .dyna-videos .animate-border.white-color.style3 .popup-border {
        bottom: 290px;
    }
    .dyna-banner.style3.modify1 {
        padding: 241px 0px 80px 0px;
    }
    .dyna-counter.style4 {
        margin-left: 0;
        margin-right: 0;
    }
    
    .page-error .error-not-found {
        width: 325px;
        height: 325px;
        padding: 30px;
    }
    .page-error .error-not-found .title {
        font-size: 20px;
        line-height: 30px;
    }
    .page-error .error-not-found .title span {
        font-size: 120px;
        line-height: 100px;
        padding-bottom: 20px;
    }
    .page-error .error-not-found .readon.learn-more {
        padding: 10px 25px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 4px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size:12px;
    }
}

@media only screen and (max-aspect-ratio: 0.6) {
    .logo-part img {
        height: 50px;
    }
    .full-width-header .mobile-menu .mobile-logo img {
        max-height: 24px;
    }
    .feature-single-card {
        padding-left: 20px;
        padding-right: 20px;
        flex:0 0 auto;
        width:100%;
        margin-bottom:20px;
    }
    .dyna-footer .footer-top p{
        max-width: 100%;
    }
    .dyna-cta.style1 .title-wrap .epx-title,
    .sec-title2 .title {
        font-size: 26px;
    }
    .dyna-features.main-home .features-item {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }
    .dyna-features.main-home .feature-single-card .features-item {
        margin-left: 6px;
        margin-right: 6px;
        height: 100%;
    }

    .dyna-about.column-how-it-works.h3 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
        line-height: 1.2;
    }

    .dyna-features.main-home .features-item .features-content .features-text .features-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .dyna-features.main-home .features-item .features-content .features-desc .p {
        font-size: 16px;
    }
    .dyna-banner.main-home .content-wrap .it-title {
        font-size: 22px;
    }
    .dyna-banner.main-home .content-wrap .description .desc {
        font-size: 14px;
    }
   .dyna-banner.style3 .dyna-videos .animate-border .popup-border {
        left: 78%;
    }
    .dyna-banner.style2 .banner-content {
        padding: 150px 0 130px;
    }
    .dyna-banner.style2 .banner-content .title {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 10px;
    }
    .dyna-banner.style2 .banner-content .sub-title {
        font-size: 15px;
        line-height: 25px;
    }
    .dyna-banner.style2 .banner-content .title-small {
        font-size: 18px;
        line-height: 29px;
    }
    .dyna-banner.style2 .banner-content .readon.buy-now.get-in {
        padding: 9px 22px;
    }

    .dyna-banner.style3.modify1 .banner-content .title {
        font-size: 25px;
        line-height: 41px;
    }
    .dyna-banner.style3.modify1 .banner-content .desc {
        font-size: 15px;
        line-height: 25px;
    }
    .dyna-videos .animate-border.white-color.style3 .popup-border {
        bottom: 290px;
    }
    .dyna-banner.style3.modify1 {
        padding: 241px 0px 80px 0px;
    }
    .dyna-counter.style4 {
        margin-left: 0;
        margin-right: 0;
    }
    
    .page-error .error-not-found {
        width: 325px;
        height: 325px;
        padding: 30px;
    }
    .page-error .error-not-found .title {
        font-size: 20px;
        line-height: 30px;
    }
    .page-error .error-not-found .title span {
        font-size: 120px;
        line-height: 100px;
        padding-bottom: 20px;
    }
    .page-error .error-not-found .readon.learn-more {
        padding: 10px 25px;
    }

    .full-width-header .dyna-header .menu-area .container {
        padding-left: 4px;
        padding-right: 4px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li {
        margin-right: 4px;
    }
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size:14px;
    }

    .sec-title .desc {
      font-size: 20px;
      font-weight: 200;
      line-height: 30px;
      margin: 0;
    }
    .sec-title .desc2 {
      font-size: 18px;
      font-weight: 100;
      line-height: 26px;
      margin: 0;
    }

    .code {
      font-size: 14px;
      line-height: 1.0;
    }
    .code-caption {
      font-family: Arial;
      font-size: 12px;
      text-align: center;
      line-height: 1.2;
      max-width:500px;
    }
}

@media only screen and (max-aspect-ratio: 0.5) {
    .full-width-header .dyna-header .menu-area .main-menu .dyna-menu ul.nav-menu li a {
        font-size:12px;
    }
}
