@media only screen and (max-width:991px) {
.navbar-toggler.menu-icon:focus,
.navbar-toggler.menu-icon:hover {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler.menu-icon {
    width: 32px;
    padding: 0;
    cursor: pointer;
    position: relative;
    border: 0px;
}

.navbar-toggler.menu-icon span {
    width: 100%;
    height: 3px;
    display: block;
    background: #fff;
    margin: 6px 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.navbar-toggler.menu-icon.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.menu-icon.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.navbar-toggler.menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler.menu-icon.active span {
    position: absolute;
    top: calc(50% - 8px);
}

.navbar-toggler.menu-icon.active + .navbar-collapse.collapse {
    left: 0% !important;
}

.header.active .navbar {
    border-radius: 5px;
}

.navbar-nav {
    margin-left:0px;
}

.nav-link {
    color: #fff;
    font-size: 17px;
    line-height: 40px;
}

.navbar-nav .nav-item {
    margin: 0px;
    margin-right: 0px;
    margin-top: 15px;
}

.header.fixed .nav-link:hover {
    color: #fff;
}
	
.menu-item-has-children {
    cursor: pointer;
}

.menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    border: none;
}

.menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 53%;
    transform: translate(0px, -50%);
    right: 7px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.menu-item-has-children.current>a:before {
    content: "\f068";
}

li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    display: none !important;
}

ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.navbar-brand img {
    max-height: 40px;
}

.header {
    padding: 20px 0px;
}
ul#primary-menu {
    margin-bottom: 40px;
}
}

@media only screen and (max-width:767px) {
h1 {
    font-size: 32px;
}

.btn-default {
    line-height: 50px;
    min-width: 182px;
    padding: 0px 25px;
    font-size: 15px;
}

.banner {
    padding: 150px 0px 0px 0px;
}

.banner .btn-default {
    margin-bottom: 15px;
}

.banner .shape {
    height: inherit;
}

.section-title h2 {
    font-size: 26px;
}

.section-title p {
    font-size: 16px;
    line-height: 25px;
}

.challenges .table td {
    font-size: 11px;
}

.workbox {
    margin-bottom: 30px;
}

.workbox .text h3 {
    font-size: 20px;
}

.uniqueness .table {
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.uniqueness .table td:first-child img {
    margin-right: 10px;
    display: block;
    margin-bottom: 5px;
}

.uniqueness .table td {
    font-size: 12px;
}

.benefits .nav-tabs li {
    display: inline-block;
    width: 100%;
}

.benefits .nav-tabs li button {
    min-width: 100%;
}

.benefits .benefitcard {
    padding: 22px 13px;
    font-size: 13px;
    font-weight: 500;
}

.benefits .benefitcard img {
    margin-right: 7px;
    max-width: 32px;
}

.testimonials {
    padding: 70px 0px 70px 0px;
}

ul.list li {
    font-size: 16px;
    line-height: 25px;
}

.contactform {
    padding: 100px 0px 0px 0px;
}

.contactform .shape {
    height: inherit;
}

.contactform .mainimg {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

.footer, 
.footer .text-end {
    text-align: center !important;
}

.footer label {
    margin-top: 20px;
}

.footer .submit {
    width: 100%;
    margin-bottom: 20px;
}

.footer ul li {
    display: inline-block;
    margin: 0px 7px;
}

.copyrights p {
    font-size: 16px;
}

.copyrights ul li {
    margin: 0px 3px;
}

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

.page-banner .shape {
    height: inherit;
}

.page-banner {
    padding: 160px 0px 100px 0px;
}

.ourmission .section-title {
    padding-right: 0px;
}

.ourmission .bgs {
    padding: 30px 15px;
}

.ourmission h5 {
    font-size: 22px;
}

.info-scribble .section-title {
    margin-top: 20px;
}
.technology a.btn-default {
    margin-bottom: 20px;
}

.ourmission .mission-text .img {
    min-width: 52px;
}
.bgarts {
    background-size:300% 100%;
}	
	
}

@media only screen and (min-width:768px) and (max-width:991px) {
h1 {
    font-size: 40px;
}

.banner .shape {
    height: 50px;
}

.section-title h2 {
    color: #011429;
    font-size: 26px;
}

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

.challenges .table td {
    font-size: 13px;
}

.workbox .text h3 {
    color: #011429;
    font-size: 15px;
    font-weight: 600;
}

.workbox .text p {
    font-size: 14px;
}

.uniqueness .table {
    border-collapse: separate;
    border-spacing: 6px 0px;
}

.uniqueness .table td {
    font-size: 11px;
}

.contactform .shape {
    height: 80px;
}

.contactform .mainimg {
    width: 375px;
}

.footer ul li {
    display: inline-block;
    margin-left: 36px;
}

.footer .logo {
    margin-bottom: 20px;
}

.form-control {
    font-size: 13px;
}

.accordion-button {
    font-size: 16px;
}

.faq .accordion p {
    font-size: 15px;
}


}

@media only screen and (min-width:992px) and (max-width:1199px) {
h1 {
    font-size: 48px;
}

.section-title h2 {
    font-size: 32px;
}

.workbox .text h3 {
    font-size: 22px;
}

.uniqueness .table {
    border-collapse: separate;
    border-spacing: 6px 0px;
}

.uniqueness .table td {
    padding: 15px 10px;
    font-size: 17px;
}

.benefits .benefitcard {
    padding: 32px 19px;
    font-size: 15px;
}

.testibox p {
    font-size: 16px;
}

.contactform .mainimg {
    width: 490px;
}

.ourmission h5 {
    font-size: 20px;
}

}

@media only screen and (min-width:1200px) and (max-width:1399px) {
.contactform .mainimg {
    width: 595px;
}

.benefits .benefitcard {
    padding: 32px 23px;
    font-size: 17px;
}

.testibox p {
    font-size: 16px;
}

.section-title h2 {
    font-size: 41px;
}

}

@media only screen and (min-width:992px) {
    

}