﻿body {
    font-family: 'Gotham-Book', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
    color: #676767;
}

:focus {
    outline: none;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('otf');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/GothamRoundedMedium_21022.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/GothamRounded-Light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*new font*/
@font-face {
    font-family: 'Kelson-Light';
    src: url('../fonts/Kelson Sans Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kelson-Regular';
    src: url('../fonts/Kelson Sans Regular.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kelson-Bold';
    src: url('../fonts/Kelson Sans Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'LibreFranklin-Light';
    src: url('../fonts/LibreFranklin-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreFranklin-Medium';
    src: url('../fonts/LibreFranklin-Medium.ttf') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreFranklin-SemiBold';
    src: url('../fonts/LibreFranklin-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LibreFranklin-Bold';
    src: url('../fonts/LibreFranklin-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/*======== Home page =========*/
.header-fixed {

}
header {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
}
.header-wrapper {
    display: inline-block;
    width: 70%;
    padding: 12px 20px 15px 20px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 50px 10px -40px rgba(0, 0, 0, 0.1);
}
.mobile-view-content {
    display: none;
}
.menu-toggle {
    float: right;
    margin: 15px 0;
    display: none;
}
.navicon-button i {
    color: #2973BA;
    font-size: 18px;
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-main .logo img {
    width: 240px;
}
.header-wrapper:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 0px;
    bottom: 0;
    transform: skew(20deg);
    width: 50px;
    background: #fff;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -8px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-wrapper:after {
    position: absolute;
    content: "";
    right: -25px;
    top: 0px;
    bottom: 0;
    transform: skew(-20deg);
    width: 50px;
    background: #fff;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.contetn-box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contact-no a {
    margin-right: 5px;
    vertical-align: middle;
    color: #939498;
}
.contact-no a:hover {
    color: #2973BA;
}
.social-icon ul li {
    display: inline-block;
}
.social-icon ul li a {
    color: #fff;
    background-color: #949599;
    border-radius: 50%;
    margin: 0 3px;
    padding: 5px 7px;
    width: 50px;
    height: 50px;
}
.social-icon ul li a:hover {
    background-color: #2973BA;
}
.menu-wrapper ul {
    display: inline-flex;
    flex-direction: row;
}
.menu-wrapper ul li {
    font-size: 15px;
    color: #fff;
    padding: 0 7px;
    position: relative;
    display: inline-block;
}
.menu-wrapper ul li a {
    color: #939498;
    padding: 0 0 10px;
}
.menu-wrapper ul li a:hover {
    color: #2774BA;
}
.menu-wrapper ul li.active a {
    color: #2774BA;
}
.menu-wrapper ul li:after {
    position: absolute;
    content: "|";
    right: -1px;
    top: -2px;
    color: #616161;
    font-family: 'MADE Evolve Sans UI Bold';
}
.menu-wrapper ul li:last-child:after {
    content: none;
}
/*banner css*/
.slider-icon-inside {
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 0px);
}
.home-slider-item {
    display: block !important;
}
.slider-icon-inside .slick-dots {
    position: absolute;
    bottom: 25px;
    right: 0px;
}
.slider-icon-inside .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 4px;
}
.slider-icon-inside .slick-dots li button:before {
    content: none;
}
.slider-icon-inside ul.slick-dots li button {
    background-color: #57585a70;
    width: 40px;
    height: 3px;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.3;
}
.slider-icon-inside ul.slick-dots li.slick-active button {
    background-color: #57585A;
    opacity: 1;
}

/*differnt-section*/
.differ-section {
    padding: 80px 0px 30px;
}
.main-detail-image img {
    padding: 40px 80px 40px;
}
.main-detail-content h2.main-title {
    font-size: 20px;
    color: #2973BA;
    text-transform: uppercase;
    font-family: 'Kelson-Regular', sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;;
}
.main-detail-content p {
    font-size: 17px;
    margin-bottom: 0;
    color: #737476;
}
.main-detail-content.main-bg-content h2.main-title {
    color: #fff;
}
.main-detail-content.main-bg-content p {
    font-size: 17px;
    color: #fff;
}
.main-detail-content .main-list {
    margin-left: 20px;
}
.main-detail-content .main-list li {
    font-size: 20px;
    color: #5A5A5C;
    list-style: disc;
    padding-left: 5px;
}
.main-detail-content .main-list li p {
    /*font-size: 20px;*/
    margin-bottom: 0;
}
.bg-button .btn-transform {
    transform: skew(-20deg);
}
.bg-button .btn-transform a {
    padding: 2px 50px;
    background-color: #2973BA;
    border: 1px solid #2973BA;
    font-size: 20px;
    border-radius: 0px;
    display: inline-block;
    color: #fff;
    font-family: 'Gotham-Book', sans-serif;
    font-style: normal;
}
.bg-button .btn-transform span {
    transform: skew(20deg);
    display: block;
}
.bg-button .btn-transform a:hover {
    color: #2973BA;
    background-color: #fff;
    border: 1px solid #2973BA;
}
.bdr-button  .btn-transform a {
    background-color: #fff;
    color: #2973BA;
    padding: 2px 25px;
}
.bdr-button .btn-transform a:hover {
    color: #fff;
    background-color: #2973BA;
    border: 1px solid #fff;
}

/*service section*/
.bg-blue {
    background-color: #2973BA;
}
.service-section {
}
.service-section .main-detail-content {
    padding: 60px 0 30px;
}
.service-section .space {
    padding: 20px 40px;
}
.service-box {
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
    display: inline-block;
    width: 100%;
}
.service-box:hover {
    background-color: #fff;
    color: #000;
}
.service-img img {
    width: 100%;
}
.service-box:hover .service-img img {
    opacity: 0;
}
.service-box .service-content, .service-box .service-inner {
    position: absolute;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    padding: 0 10px;
}
.service-box .service-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.service-box:hover .service-content {
    padding: 0 0 10px;
    top: 0px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.service-box .service-inner {
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 100%;
}
.service-box:hover .service-inner {
    opacity: 1;
}
.service-box .service-inner p {
    font-size: 15px;
    padding: 10px 10px;
    text-align: left;
    color: #5A5A5C;
    min-height: 220px;
}
.service-box .service-inner a {
    color: #5A5A5C;
    font-size: 15px;
    text-align: center;
    display: block;
    margin-top: -10px;
}
.service-title {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 0;
    text-align: center;
}

/*downlod-section*/
.download-section {
    background-color: #D72056;
}
.download-section .main-detail-content {
    padding: 60px 0 30px;
}
.download-box {
    padding: 0 50px;
}
.download-option {
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.download-section .main-detail-content h2.main-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.download-title p {
    font-size: 20px;
    font-family: 'Kelson-Regular', sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 30px 0px;
    margin: 0;
    text-align: center;
    color: #D72056;
}
.download-title p:after {
    position: absolute;
    content: "";
    right: -3px;
    bottom: 7px;
    color: #D72056;
    font-family: 'Gotham-Medium';
    height: 75px;
    border-left: 1px solid;
}

/*news-section*/
.new-section {
    padding: 20px 0 40px 0;
}
.new-slider-wrappar {
    padding: 0 50px;
}
.new-title {
    padding: 30px 0;
    color: #57585A;
    font-size: 22px;
    text-align: center;    
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
}
.new-section .slick-slide {
    padding: 0 25px;
}
.news-item {
    display: block !important;
}
.text-height {
    min-height: 140px;
    display: block;
    color: #57585A;
}
.text-height:hover {
    color: #2973BA;
}
.news-content {
    background-color: #E6E7E9;
    text-align: left;
    padding: 10px 20px;
}
.news-content h2 {
    font-size: 16px;
    font-family: 'Kelson-Regular', sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 0;
    text-align: left;
}
.news-content p {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 0;
    text-align: left;
}
.view-more {
    color: #57585A;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 10px 10px; 
}
.view-more:hover {
    color: #2973BA;
}
.new-section .slick-next {
    z-index: 9;
    right: 25px;
    transition: all 0.2s;
}
.new-section .slick-prev {
    left: 25px;
    z-index: 9;
    transition: all 0.2s;
}
.new-section .slick-next:before {
    content: '>';
    font-family: monospace;
    font-size: 35px;
    color: #ccc;
}
.new-section .slick-prev:before {
    content: '<';
    font-family: monospace;
    font-size: 35px;
    color: #ccc;
}


/*our service page*/
.service-detail-section {
    padding: 80px 0;
}
.service-detail-section .main-detail-content {
    padding: 80px 100px 20px;
}
.service-full-box {
    padding: 20px 110px 0;
}
.src-img {
    width: 306px;
    max-width: 306px;
}
.src-content {
    padding: 50px 60px 40px;
    border: 1px solid #2973BA;
}
.src-content h2 {
    font-size: 17px;
    color: #2973BA;
    text-transform: uppercase;
    font-family: 'Kelson-Regular', sans-serif;
    letter-spacing: 0.5px;
    font-weight: bold;
}
.src-content p {
    font-size: 15px;
    color: #5A5A5C;
}


/*download page css*/
.download-wrap {
    padding: 40px 240px;
}
.download-box-detail {
    border: 2px solid #2973BA;
    padding: 50px 0 0;
    margin: 15px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 1s ease;
    display: inline-block;
    min-height: 258px;
    height: 258px;
}
.download-box-detail:hover {
    background-color: #2973BA;
    color: #000;
    width: 100%;
    position: relative;
    height: 258px;
    min-height: 258px;
}
.dw-img {
    text-align: center;
    min-height: 100px;
}
.contact-text {
    padding: 30px 0px;
    text-align: center;
}
.contact-text h2 {
    font-size: 22px;
    padding: 0 0px 10px;
    color: #2973BA;
}
.download-box-detail .download-content, .download-box-detail .dw-text {
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s ease;
    padding: 0 0px;
}
.download-box-detail .download-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.download-box-detail:hover .download-content {
    padding: 0 0 10px;
    top: -20px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.download-box-detail .dw-text {
    opacity: 0;
    transition: all 1s ease;
    position: absolute;
    top: 100%;
    text-align: center;
}
.download-box-detail:hover .dw-text {
    opacity: 1;
}
.download-box-detail .dw-text img {
    display: inline-block;
    transition: all 1s ease;
    width: 100%;
}
.download-box-detail .dw-text p {
    font-size: 25px;
    padding: 10px 10px;
    color: #fff;
    min-height: 220px;
    text-align: center;
    position: relative;
    top: -80px;
}

/*about us section*/
.mobile-view {
    display: none;
}
.slider-icon-inside .mobile-view {
    display: none;
} 
.banner-wrap img {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.aboutus-section {
    padding-top : 70px; 
}
.aboutus-section .main-detail-content .main-list li p {
    font-size: 17px;
}
.countline-wrap .count-box1, .countline-wrap .count-box2, .countline-wrap .count-box3, .countline-wrap .count-box4, .countline-wrap .count-box5 {
    display: inline-block;
    background-color: #2973BA;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 20px 0;
    width: 100%;
}
.countline-wrap h2 {
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 0px;
}
.countline-wrap p {
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
}

/*product-section*/
.product-section {
    padding: 40px 0;
}
.product-wrap {
    height: 100%;
}
.left-space {
    padding: 30px 30px 30px 0;
}
.right-space {
    padding: 30px 0 30px 30px;
}
.prd-left-side {
    min-width: 540px;
    display: inline-block;
    padding: 30px 0px 30px 0px;
}
.prd-right-side {
    min-width: 600px;
    display: inline-block;
    padding: 30px 0 30px 0;
}
.prd-left-side .product-slider {
    padding: 60px 0;
}
.prd-left-side .product-wrap {
    background-color: #e6e7e9;
}
.banner-text p {
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-family: 'Gotham-Medium';
    margin-bottom: 0; 
}
.banner-text .head-1 {
    left: 23%;
}
.banner-text .head-2 {
    left: 51%;
}
.banner-text .head-3 {
    right: 20%;
}
.product-content {
    padding: 30px 40px;
}
.pink-bg {
    background-color: #D72056;
}
.green-bg {
    background-color: #95C22B;
}
.orange-bg {
    background-color: #E73A34;
}
.blue-bg {
    background-color: #2973BA;
}
.product-content h2 {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
}
.product-content p {
    font-size: 18px;
    color: #fff;
    padding-top: 15px;
    margin-bottom: 0;
}
.product-slider-item {
    display: block !important;
}
.product-slider .slider-icon-inside {
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
}

/*contact us page*/
.contact-wrap {
    padding: 100px 0;
}
.map-wrap {
    padding-bottom: 100px;
}
.contact-box {
    text-align: center;
}
.contact-image {
    min-height: 90px;
}
.contact-text {
    padding: 30px 10px;
    text-align: center;
}
.contact-text h2 {
    font-size: 22px;
    padding: 0 0px 10px;
    color: #2973BA;
    margin-bottom: 0;
}
.contact-text p {
    font-size: 16px;
    color: #818284;
    margin-bottom: 0;
}
.cont-bordr {
    border-right: 2px solid #E6E7E9;
}
.map-wrap iframe {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

/*latest news page*/
.latest-wrap {
    border-bottom: 2px solid #2973BA;
    padding: 40px 0;
}

/*login page */
.login-wrap {
    padding: 100px 0;
}
.login-box {
    width: 450px;
    margin: 0 auto;
}
.login-box h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    color: #2973BA;
    text-align: center;
}
.login-box .contact-form {
    display: block;
    padding: 40px 0px;
}
.input-main {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 17px;
    line-height: 1.5;
    color: #58595B;
    background-color: #E6E7E9;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-main:focus {
    border-color: #2973BA;
    color: #58595B;
    background-color: #E6E7E9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox-main label {
    text-align: left;
    display: block;
    font-size: 17px;
    color: #58595B;
    margin: 0;
}
.login-btn {
    text-align: center;
    margin: 30px 0;
}
.login-btn a {
    padding: 4px 70px;
    background-color: #2973BA;
    border: 1px solid #2973BA;
    color: #fff;    
    font-size: 20px;
    border-radius: 0px;
    display: inline-block;
    font-family: 'Gotham-Book', sans-serif;
    font-style: normal;
}
.login-btn a:hover {
    color: #2973BA;
    background-color: #fff;
    border: 1px solid #2973BA;
}

/*pricing page*/
.pricing-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pricing-title h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    color: #fff;
    background-color: #2973BA;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}
.pricing-table {
    margin-top: 50px;
}
.tbl-heading p {
    font-size: 22px;
    color: #2973BA;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Gotham-Medium';
}
.main-tbl .table td, .main-tbl .table th {
    border: 1px solid #dee2e6;
    color: #57585A;
    font-size: 16px;
    text-align: center;
}
.main-tbl .table thead th {
    border-bottom: none;
    background-color: #E6E7E9;
    color: #57585A;
}
.main-tbl .table td {
    padding: 10px 10px;
}
.prc-end-text {
    padding-top: 15px;
}
.prc-end-text p {
    margin-bottom: 2px;
    font-size: 16px;
    color: #818284;
}

/*footer*/
.footer {
    background-color: #2973BA;
}
.footer-menu ul li {
    display: inline-block;
    padding: 30px 10px;
}
.footer-menu ul li a {
    color: #fff;
    position: relative;
}
.footer-menu ul li a:hover {
    color: #013565;
}
.footer-menu ul li a:after {
    position: absolute;
    content: "|";
    right: -14px;
    bottom: -3px;
    color: #fff;
    font-family: 'Gotham-Medium';
}
.footer-menu ul li:last-child a:after {
    content: none;
}

/*new css*/
.app-sec span {
    font-size: 13px;
    color: #fff;
}
.app-sec ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.app-sec ul li {
    padding-left: 10px;
}
.app-sec ul li img {
    width: 30px;
}
.contact-form .form-group input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #58595B;
    background-color: #E6E7E9;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form .form-group input:focus {
    border-color: #2973BA;
    color: #58595B;
    background-color: #E6E7E9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox-main span {    
    font-size: 17px;
    color: #58595B;
    margin: 0;
}
.login-btn input {
    padding: 4px 70px;
    background-color: #2973BA;
    border: 1px solid #2973BA;
    color: #fff;
    font-size: 20px;
    border-radius: 0px;
    display: inline-block;
    font-family: 'Gotham-Book', sans-serif;
    font-style: normal;
}
.login-btn input:hover {
    color: #2973BA;
    background-color: #fff;
    border: 1px solid #2973BA;
}
.stack-bar-top {
    left: 0 !important;
    right: 0 !important;
    padding: 0 20px !important;
}

/*resposive css*/
@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

/*@media (min-width:1600px) {
    .container {
        max-width: 1460px;
    }
}*/



@media (min-width: 1600px) {

}


@media (max-width: 1400px) {
    .header-main .logo img {
        width: 200px;
    }
    .header-wrapper {
        padding: 10px 15px;
    }
    .menu-wrapper ul li {
        font-size: 13px;
    }
    .slider-icon-inside {
        height: auto;
    }

}
@media (max-width: 1199px) {
    .header-wrapper {
        width: 90%;
    }
    .header-main .logo img {
        width: 220px;
    }
    .logo a {
        padding: 12px 0 10px;
        display: inline-block;
    }
    .main-detail-image img {
        padding: 15px 15px 15px;
    }
    .service-section .space {
        padding: 20px 20px;
    }
    .service-box .service-inner p {
        font-size: 15px;
        padding: 10px 0px;
    }
    .src-img {
        width: 250px;
        max-width: 250px;
    }
    .src-content {
        padding: 20px 30px;
    }
    .download-wrap {
        padding: 40px 150px;
    }
    .countline-wrap p {
        font-size: 14px;
    }
    .banner-text p {
        font-size: 18px;
    }
    .banner-text .head-2 {
        left: 50%;
    }
    .banner-text .head-3 {
        right: 16%;
    }
    .prd-left-side {
        min-width: 370px;
    }
    .prd-right-side {
        min-width: 500px;
    }
    .map-wrap iframe {
        width: 600px;
    }
    .footer-menu ul li {
        padding: 30px 7px;
    }
    .footer-menu ul li a {
        font-size: 13px;
    }
    .footer-menu ul li a:after {
        right: -12px;
        bottom: -1px;
    }
    
}

@media (max-width: 991px) {
    .header-main .logo img {
        width: 200px;
    }
    .header-wrapper {
        padding: 10px 10px;
    }
    .logo a {
        padding: 10px 0 10px;
    }
    .menu-wrapper ul li {
        font-size: 10px;
        padding: 0 5px;
    }
    .header-wrapper:before {
        content: "";
        left: -15px;
        transform: skew(14deg);
    }
    .header-wrapper:after {
        content: "";
        right: -15px;
        transform: skew(-14deg);
    }
    .differ-section {
        padding: 30px 0px 30px;
    }
    .main-detail-image {
        text-align: center;
    }
    .main-detail-content {
        padding-top: 15px;
    }
    .download-box {
        padding: 0 15px;
    }
    .download-title p {
        font-size: 16px;
        padding: 20px 0px;
        font-family: 'Gotham-Medium';
    }
    .new-section .slick-slide {
        padding: 0 10px;
    }
    .news-content {
        padding: 10px 15px;
    }
    .service-full-box {
        padding: 20px 15px 0;
    }
    .main-detail-content h2.main-title {
        font-size: 20px;
    }
    .download-wrap {
        padding: 40px 30px;
    }
    .column-updown {
        display: flex;
        flex-direction: column-reverse;
    }
    .aboutus-section {
        padding-top: 40px;
    }
    .banner-text p {
        font-size: 14px;
        bottom: 10px;
    }
    .banner-text .head-1 {
        left: 22%;
    }
    .banner-text .head-3 {
        right: 15%;
    }
    .product-section {
        padding: 20px 0;
    }
    .prd-left-side .product-slider {
        padding: 0;
    }
    .left-space {
        padding: 20px 0 20px 0;
    }
    .right-space {
        padding: 20px 0 20px 0;
    }
    .prd-left-side {
        min-width: 100%;
        padding: 20px 0 0 0;
    }
    .prd-right-side {
        min-width: 100%;
        padding: 0 0 20px 0;
    }
    .map-wrap iframe {
        width: 100%;
    }
    .contact-wrap {
        padding: 50px 0;
    }
    .map-wrap .contact-box {
        padding-top: 50px;
    }
    .map-wrap {
        padding-bottom: 50px;
    }
    .login-wrap {
        padding: 80px 0;
    }
    .footer {
        text-align: center;
        padding: 8px 0;
    }
    .app-sec ul {
        justify-content: center;
    }
    .footer-menu ul li {
        padding: 10px 7px;
    }
}

@media (max-width: 767px) {
    .contetn-box {
        display: none;
    }
    .mobile-view-content {
        display: block;
    }
    .menu-toggle {
        display: block;
    }
    .menu-wrapper ul {
        display: block;
        flex-direction: row;
    }
    .menu-wrapper {
        display: none;
        position: absolute;
        top: 95%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
        z-index: 99;
    }
    .menu-wrapper ul li {
        display: block;
    }
    .menu-wrapper .mobile-view-content ul li a {
        padding: 0;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
    }
    .menu-wrapper .mobile-view-content ul li {
        border-bottom: none;
        display: inline-block;
        padding: 5px 0px;
    }


    header {
        position: absolute;
    }
    .header-wrapper {
        width: 46%;
    }
    .menu-wrapper ul li {
        font-size: 13px;
        padding: 5px 10px;
    }
    .menu-wrapper ul li:after {
        content: none;
    }
    .header-main .logo img {
        width: 180px;
    }
    footer {
        padding: 10px 10px;
    }
    footer ul li {
        padding: 0px 10px 0;
    }
    footer ul li a {
        font-size: 13px;
    }
    .main-detail-content h2.main-title {
        font-size: 20px;
    }
    .new-title {
        font-size: 20px;
    }
    .main-detail-content .main-list li p {
        font-size: 14px;
    }
    .main-detail-content.main-bg-content p {
        font-size: 14px;
    }
    .bg-button .btn-transform a {
        font-size: 16px;
    }
    .service-section .main-detail-content {
        padding: 30px 0px;
    }
    .service-title {
        font-size: 14px;
    }
    .download-section .main-detail-content {
        padding: 30px 0px;
    }
    .download-title p:after {
        content: none;
    }
    .slider-icon-inside {
        height: auto;
    }
    .service-detail-section .main-detail-content {
        padding: 40px 0px 0px;
    }
    .service-detail-section {
        padding: 80px 0 30px 0;
    }
    .src-img {
        width: 100%;
        max-width: 100%;
    }
    .src-img img {
        width: 100%;
    }
    .src-content {
        padding: 20px 15px;
    }
    .download-box-detail .dw-text img {
        width: auto;
    }
    .download-box-detail {
        margin: 15px 0;
    }
    .aboutus-section {
        padding-top: 25px;
    }
    .main-detail-content p {
        font-size: 14px;
    }
    .aboutus-section .main-detail-content .main-list li p {
        font-size: 14px;
    }
    .mobile-view {
        display: block;
    }
    .full-view {
        display: none;
    }
    .slider-icon-inside .mobile-view {
        display: block;
    } 
    .slider-icon-inside .full-view {
        display: none;
    }
    .banner-text {
        display: none;
    }
    .product-content {
        padding: 15px 15px;
    }
    .product-content h2 {
        font-size: 18px;
    }
    .product-content p {
        font-size: 14px;
        padding-top: 0px;
    }
    .cont-bordr {
        border-right: none;
    }
    .contact-text h2 {
        font-size: 18px;
    }
    .contact-text p {
        font-size: 14px;
    }
    .contact-wrap {
        padding: 20px 0;
    }
    .map-wrap {
        padding-bottom: 20px;
    }
    .contact-text {
        padding: 10px 0 20px 0;
    }
    .contact-image img {
        width: 60px;
    }
    .login-box h2 {
        font-size: 20px;
    }
    .login-box .contact-form {
        padding: 20px 0px;
    }
    .login-btn {
        margin: 20px 0 10px 0;
    }
    .login-btn a {
        font-size: 16px;
    }
    .tbl-heading p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pricing-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .pricing-title h2 {
        font-size: 18px;
    }
    .pricing-table {
        margin-top: 20px;
    }
    .prc-end-text p {
        font-size: 14px;
    }
    .main-tbl .table td, .main-tbl .table th {
        font-size: 14px;
    }
    .latest-wrap {
        border-bottom: 1px solid #2973BA;
        padding: 20px 0;
    }
}

@media (max-width: 575px) {
    .header-wrapper:before {
        content: none;
    }
    .header-wrapper:after {
        content: none;
    }
    .logo a {
        padding: 0;
    }
    .header-wrapper {
        width: 100%;
        padding: 5px 15px;
    }
    .menu-toggle {
        margin: 10px 0;
    }
    .differ-section {
        padding: 15px 0px 15px;
    }
    .main-detail-content h2.main-title {
        font-size: 18px;
    }
    .new-title {
        font-size: 18px;
        padding: 15px 0;
    }
    .new-slider-wrappar {
        padding: 0 20px;
    }
    .new-section .slick-prev {
        left: 5px;
    }
    .new-section .slick-next {
        right: 5px;
    }
    .service-section .space {
        padding: 15px 15px;
    }
    .slider-icon-inside .slick-dots {
        bottom: 10px;
        right: 0;
    }
    .slider-icon-inside ul.slick-dots li button {
        width: 20px;
    }
    .main-detail-image img {
        padding: 15px 40px 15px;
    }
    .service-detail-section .main-detail-content {
        padding: 0px 0px 0px;
    }
    .download-wrap {
        padding: 15px 0;
    }
    .download-box-detail .dw-text img {
        width: 300px;
    }
    .left-space {
        padding: 15px 15px 15px 15px;
    }
    .right-space {
        padding: 15px 15px 15px 15px;
    }
    .prd-left-side {
        min-width: 100%;
        padding: 15px 15px 0 15px;
    }
    .prd-right-side {
        min-width: 100%;
        padding: 0 15px 15px 15px;
    }
    .login-box {
        width: 100%;
    }

}

