/* Logicrays Wordpress theme */body {    background: #fff;    color: #333;    padding: 0;    margin: 0;    font-size: 16px;    line-height: 26px;    font-family: "montserratregular";}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {    display: block;}img {    max-width: 100%;    height: auto;    display: block;}a {    text-decoration: none;    color: #333;}a:hover {    color: #000;}a:active,a:hover,a:focus {    outline: none !important;    text-decoration: none;}ul,ol {    margin: 0;    padding: 0;}ul li {    list-style: none;}h1,h2,h3,h4,h5,h6 {    font-family: "montserratbold";}p {    margin-bottom: 4px;    font-size: 16px;    line-height: 26px;    color: #333;    font-family: "Montserrat";    font-weight: 300;}* {    box-sizing: border-box;}p:empty {    display: none;}.clear {    clear: both;    overflow: hidden;    height: 0px;}.clearfix:after {    clear: both;    content: "";    display: block;    height: 0;    overflow: hidden;} /* montserrat Fonts */@font-face {    font-family: "Montserrat";    src: url("fonts/Montserrat-Light.eot");    src: url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"),        url("fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");    font-weight: 300;    font-style: normal;    font-display: swap;}@font-face {    font-family: "montserratregular";    src: url("fonts/montserrat-regular.eot");    src: url("fonts/montserrat-regular.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-regular.woff2") format("woff2"), url("fonts/montserrat-regular.woff") format("woff"),        url("fonts/montserrat-regular.ttf") format("truetype"), url("fonts/montserrat-regular.svg#montserratregular") format("svg");    font-weight: normal;    font-style: normal;}@font-face {    font-family: "montserratbold";    src: url("fonts/montserrat-bold.eot");    src: url("fonts/montserrat-bold.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-bold.woff2") format("woff2"), url("fonts/montserrat-bold.woff") format("woff"), url("fonts/montserrat-bold.ttf") format("truetype"),        url("fonts/montserrat-bold.svg#montserratbold") format("svg");    font-weight: normal;    font-style: normal;}a,input,button,textarea,select,i {    -webkit-transition: ease-in-out 0.3s;    -moz-transition: ease-in-out 0.3s;    -o-transition: ease-in-out 0.3s;    transition: ease-in-out 0.3s;}input:focus,textarea:focus,a:focus {    outline: none !important;} /*------header-css---------*/.box-wide {    width: 100%;    overflow: hidden;}header {    position: fixed;    background: #fff;    top: 0;    width: 100%;    z-index: 99;    box-shadow: 0 0px 4px #ccc;    -webkit-box-shadow: 0 0px 4px #ccc;    -moz-box-shadow: 0 0px 4px #ccc;    -ms-box-shadow: 0 0px 4px #ccc;}.site-logo {    float: left;    margin-top: 19px;    margin-bottom: 19px;}.site-logo h1 {    margin: 0px;}.nav {    float: right;}.nav li {    float: left;    margin-left: 10px;    position: relative;}.nav li a {    line-height: 48px;    display: block;    padding: 0 7px;    text-transform: uppercase;    font-family: "montserratbold";    color: #333;    position: relative;    border-bottom: 3px solid transparent;    font-size: 15px;}.nav li .sub-menu li {    margin-left: 0px;    float: none;}.nav li .sub-menu li:last-child a {    border: none;}.nav li .sub-menu li a {    line-height: 46px;    display: block;    border-bottom: 1px solid #ccc;}.nav li .sub-menu li a:after {    display: none;}.site-logo img {    max-height: 80px;    width: auto;    height: auto;} /*------banner-section---------*/.banner-section {    position: relative;    background: url(../images/banner.jpg) no-repeat center top;    background-size: cover;    min-height: 750px;}.banner-section:after {    display: block;    content: "";    width: 100%;    height: 100%;    background: rgba(0, 0, 0, 0.65);    position: absolute;    top: 0;    left: 0;}#banner-slider {    position: absolute;    z-index: 9;    top: 60%;    left: 0;    right: 0;    text-align: center;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    -ms-transform: translateY(-50%);}.banner-content {    max-width: 940px;    width: 100%;    margin: 0 auto;}.banner-content h1 {    color: #fff;    font-size: 46px;    font-family: "montserratbold";    line-height: 65px;    text-transform: uppercase;}a.content-theme {    display: inline-block;    color: #fff;    background: #f78918;    padding: 12px 25px;    font-size: 20px;    margin-top: 20px;}a.content-theme:hover {    color: #f78918;    background: #fff;} /*---------main-title---------*/.main-title {    text-align: center;}.main-title h1 {    text-align: center;    font-size: 26px;    color: #000;    text-transform: uppercase;    font-family: "montserratbold";    margin-top: 0px;    position: relative;    display: inline-block;    margin-bottom: 70px;}.main-title h1:before {    position: relative;    bottom: 8px;    content: "";    width: 47px;    height: 2px;    background: #f78918;    display: inline-block;    margin-right: 12px;}.main-title h1:after {    position: relative;    bottom: 8px;    content: "";    width: 47px;    height: 2px;    background: #f78918;    display: inline-block;    margin-left: 12px;}.main-title h1 span.last-word {    color: #f78918;}.middle-section .main-title {    text-align: left;}.middle-section .main-title h1 {    margin-bottom: 22px;}.middle-section .main-title h1:before {    display: none;}.middle-section .main-title h1:after {    display: block;    margin-left: 0;    bottom: 0;    margin-top: 12px;    width: 73px;} /*---------service-section---------*/section.main-services {    padding: 80px 0;}.box-icon {    width: 62px;    margin-left: auto;    margin-right: auto;    margin-bottom: 15px;}.box-icon i {    font-size: 40px;    color: #f78918;}.box-content {    width: 90%;    margin-left: auto;    margin-right: auto;}.box-content h3 {    margin-top: 0px;    font-size: 18px;    color: #000;    font-family: "montserratregular";    text-transform: uppercase;    min-height: 50px;}.service-col {    margin-bottom: 95px;    text-align: center;}.service-col:nth-child(4),.service-col:nth-child(5),.service-col:nth-child(6) {    margin-bottom: 0px;} /*---------middle-section---------*/.main-middle {    padding: 80px 0;    background: url(../images/middle-bg.jpg) no-repeat center top;    background-size: cover;    background-attachment: fixed;} /*---------about-section---------*/.panel-group h4 {    font-family: "montserratregular";    font-size: 17px;    text-transform: uppercase;    color: #000;}.panel-default > .panel-heading {    padding: 0px;    border: none;}.panel-default > .panel-heading h4 a {    display: block;    padding: 12px 16px;    background: #fff;    border-radius: 4px 4px 4px 4px;    border-radius: 4px 4px 4px 4px;    -webkit-border-radius: 4px 4px 4px 4px;    -moz-border-radius: 4px 4px 4px 4px;    -ms-border-radius: 4px 4px 4px 4px;}.panel-default > .panel-heading.active h4 a {    background: #f78918;    color: #fff;    border-radius: 4px 4px 0 0;    border-radius: 4px 4px 0 0;    -webkit-border-radius: 4px 4px 0 0;    -moz-border-radius: 4px 4px 0 0;    -ms-border-radius: 4px 4px 0 0;}.panel-default > .panel-heading + .panel-collapse > .panel-body {    border-top-width: 2px;    border-top-color: #e8e8e8;}.panel-default {    border: none;}.panel-body {    padding: 18px 15px;} /*---------gallery-section---------*/.gallery-img {    width: 48%;    margin-right: 4%;    float: left;    margin-bottom: 22px;}.gallery-img:nth-child(2n) {    margin-right: 0px;} /*---------blog-section---------*/.main-blog {    padding: 80px 0;}.blog-img {    position: relative;    overflow: hidden;}.blog-inner .blog-img a:after {    -webkit-transition: ease-in-out 0.3s;    -moz-transition: ease-in-out 0.3s;    -o-transition: ease-in-out 0.3s;    transition: ease-in-out 0.3s;    display: block;    height: 100%;    width: 100%;    content: "";    position: absolute;    top: 0;    left: 0;    background: rgba(0, 0, 0, 0.5);    opacity: 0;    transform: scale(0);    -webkit-transform: scale(0);    -moz-transform: scale(0);    -ms-transform: scale(0);}.blog-inner .blog-img a:before {    content: "";    width: 50px;    height: 50px;    margin-left: auto;    margin-right: auto;    background: url(../images/logo-small.png) no-repeat center center;    background-size: contain;    font-family: FontAwesome;    display: block;    position: absolute;    top: 50%;    left: 0;    right: 0;    text-align: center;    opacity: 0;    -webkit-transition: ease-in-out 0.3s;    -moz-transition: ease-in-out 0.3s;    -o-transition: ease-in-out 0.3s;    transition: ease-in-out 0.3s;    color: #f78918;    font-size: 58px;    z-index: 9;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    -ms-transform: translateY(-50%);}.blog-inner:hover .blog-img a:before,.blog-inner.active .blog-img a:before {    opacity: 1;}.blog-inner:hover .blog-img a:after,.blog-inner.active .blog-img a:after {    opacity: 1;    transform: scale(1);    -webkit-transform: scale(1);    -moz-transform: scale(1);    -ms-transform: scale(1);}.blog-img img {    width: 100%;    -webkit-transition: ease-in-out 0.3s;    -moz-transition: ease-in-out 0.3s;    -o-transition: ease-in-out 0.3s;    transition: ease-in-out 0.3s;}.blog-inner:hover .blog-img img {    transform: scale(1.1);    -webkit-transform: scale(1.1);    -moz-transform: scale(1.1);    -ms-transform: scale(1.1);}.blog-content {    padding: 25px 20px 17px;    background: #f5f5f5;    border-bottom: 5px solid #003f7a;    min-height: 470px;}.blog-title {    font-size: 20px;    margin-bottom: 10px;    color: #000;}.blog-date {    font-style: italic;}.blog-date:before {    display: inline-block;    content: "\f044";    margin-right: 10px;    font-style: normal;    color: #003f7a;    font-size: 18px;    font-family: FontAwesome;    vertical-align: top;}.blog-text {    padding-top: 15px;} /*--------team-section------------*/.main-team {    padding: 110px 0;    background: #f6f6f6;}.team-content {    cursor: pointer;    position: relative;    border: 3px solid #003f7a;    padding: 6px;    max-width: 278px;    margin: auto;}.team-detail {    position: absolute;    opacity: 0;    -webkit-transition: ease-in-out 0.3s;    -moz-transition: ease-in-out 0.3s;    -o-transition: ease-in-out 0.3s;    transition: ease-in-out 0.3s;    top: 0;    left: 0;    width: 100%;    height: 100%;    text-align: center;    background: rgba(255, 255, 255, 0.8);    transform: scale(0);    -webkit-transform: scale(0);    -moz-transform: scale(0);    -ms-transform: scale(0);}.team-detail h5 {    font-size: 22px;    text-align: center;    left: 0;    right: 0;    font-family: "montserratbold";    color: #333;    position: absolute;    top: 50%;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    -ms-transform: translateY(-50%);    text-transform: capitalize;}.team-detail h5:after {    display: block;    margin: 8px auto 0;    height: 3px;    width: 55px;    background: #f78918;    content: "";}.team-content:hover .team-detail,.team-content.active .team-detail {    opacity: 1;    transform: scale(1);    -webkit-transform: scale(1);    -moz-transform: scale(1);    -ms-transform: scale(1);} /*-------testimonial-section-------*/.main-testimonial {    padding: 110px 0;    background: url(../images/dark-bg.jpg) no-repeat center center;    background-size: cover;    background-attachment: fixed;}.testimonial-section .main-title h1 {    color: #fff;}.client-img {    float: left;    width: 25%;}.img-inner {    width: 200px;    height: 200px;    border-radius: 100%;    border: 10px solid #fff;    overflow: hidden;}.img-inner img {    transform: scale(1.1);    -webkit-transform: scale(1.1);    -moz-transform: scale(1.1);    -ms-transform: scale(1.1);}.client-text {    width: 75%;    float: right;}.inner-text {    padding: 30px 35px;    background: #fff;    position: relative;}.inner-text:after {    right: 100%;    top: 50%;    border: solid transparent;    content: " ";    height: 0;    width: 0;    position: absolute;    pointer-events: none;    border-color: rgba(136, 183, 213, 0);    border-right-color: #fff;    border-width: 25px;    margin-top: -25px;} /*-------contact-home-section-------*/.contact-home {    padding: 40px 0;}.contact-left-text {    float: left;    width: 84%;}.contact-right-btn {    float: right;    width: 16%;    padding-top: 30px;}.contact-left-text h3 {    font-size: 30px;    font-family: "montserratbold";    color: #003f7a;}.contact-left-text h5 {    font-size: 26px;    color: #333;    font-family: "montserratregular";    margin-top: 15px;}.contact-right-btn a {    color: #fff;    background: #f78918;    padding: 12px 25px;    display: inline-block;    border-radius: 5px;    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    -ms-border-radius: 5px;    font-family: "montserratbold";    font-size: 18px;    position: relative;    overflow: hidden;}.contact-right-btn a:before {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 1;    background-color: rgba(255, 255, 255, 0.25);    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;}.contact-right-btn a:after {    content: "";    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    z-index: 1;    opacity: 0;    -webkit-transition: all 0.3s;    -moz-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;    border: 1px solid rgba(255, 255, 255, 0.5);    -webkit-transform: scale(1.2, 1.2);    transform: scale(1.2, 1.2);}.contact-right-btn a:hover:before {    opacity: 0;    -webkit-transform: scale(0.5, 0.5);    transform: scale(0.5, 0.5);}.contact-right-btn a:hover:after {    opacity: 1;    -webkit-transform: scale(1, 1);    transform: scale(1, 1);} /*-------footer-section-------*/footer {    text-align: center;    background: #003f7a;    color: #fff;    line-height: 0px;}footer a,footer p {    color: #fff;    line-height: 26px;}.footer {    padding: 50px 0 50px;}.newsletter-section input {    height: 50px;    border: 1px solid #fff;    margin-bottom: 5px;}.newsletter-section input[type="email"] {    background: none;    min-width: 290px;    color: #fff;    opacity: 1;    padding-left: 16px;}.newsletter-section input.subscribe {    background: #fff;    color: #003f7a;    text-transform: uppercase;    margin-left: 6px;    padding: 0 25px;}.newsletter-section input.subscribe:hover {    background: none;    color: #fff;}footer ::-webkit-input-placeholder {    /* Chrome/Opera/Safari */    color: #fff !important;    opacity: 1 !important;}footer ::-moz-placeholder {    /* Firefox 19+ */    color: #fff !important;    opacity: 1 !important;}footer :-ms-input-placeholder {    /* IE 10+ */    color: #fff !important;    opacity: 1 !important;}footer :-moz-placeholder {    /* Firefox 18- */    color: #fff !important;    opacity: 1 !important;}.social {    padding: 45px 0;}.social ul li {    display: inline-block;    vertical-align: top;    margin: 0 7px;}.social ul li a {    width: 42px;    height: 42px;    line-height: 42px;    background: #fff;    display: block;    text-align: center;    font-size: 20px;    color: #f78918;    border-radius: 100%;    -webkit-border-radius: 100%;    -moz-border-radius: 100%;    -ms-border-radius: 100%;    -webkit-transition: ease-in-out 0.3s;    -moz-transition: ease-in-out 0.3s;    -o-transition: ease-in-out 0.3s;    transition: ease-in-out 0.3s;    font-size: 0px;}.social ul li a i {    font-size: 20px;    line-height: 42px;    color: #003f7a;}.social ul li a:hover {    transform: rotate(360deg);    -webkit-transform: rotate(360deg);    -moz-transform: rotate(360deg);    -ms-transform: rotate(360deg);}.bottom-nav ul li {    display: inline-block;    vertical-align: top;}.bottom-nav ul li:after {    content: "|";    display: inline-block;    color: #fff;    margin: 0 12px 0 16px;    font-size: 15px;}.bottom-nav ul li:last-child:after {    display: none;}.bottom-nav ul li a {    text-transform: uppercase;}.bottom-nav ul li a:hover {    color: #f78918;}.copyright {    border-top: 1px solid #9fdac3;    padding: 15px 0 5px;}.copyright,.copyright p {    font-size: 15px;    text-align: center;    margin-bottom: 0px;    line-height: 26px;}.made-by {    font-size: 13px;    text-align: center;    color: #9f9f9f;    padding-bottom: 10px;}.made-by a {    color: #9f9f9f;} /*------slider-arrow----*/.owl-theme .owl-controls .owl-buttons div {    position: absolute;    top: 50%;    transform: translateY(-50%);    -webkit-transform: translateY(-50%);    -moz-transform: translateY(-50%);    -ms-transform: translateY(-50%);    background: none;    opacity: 1;    font-size: 0px;}.owl-theme .owl-controls .owl-buttons div {    background: none;    opacity: 1;    font-size: 0px;    margin: 0px;    padding: 0px;}.owl-theme .owl-controls .owl-buttons div.owl-prev {    left: -48px;}.owl-theme .owl-controls .owl-buttons div.owl-next {    right: -48px;}.owl-theme .owl-controls .owl-buttons div.owl-prev:after {    content: "\f177";    font-size: 30px;    color: #f78918;    font-family: FontAwesome;}.owl-theme .owl-controls .owl-buttons div.owl-next:after {    content: "\f178";    font-size: 30px;    color: #f78918;    font-family: FontAwesome;} /*--------scroll-top---------*/.scrollToTop {    width: 40px;    height: 40px;    text-align: center;    background: #f78918;    font-weight: bold;    color: #fff;    text-decoration: none;    position: fixed;    bottom: 50px;    right: 40px;    display: none;    line-height: 37px;}.scrollToTop i {    color: #fff;}.scrollToTop:hover {    text-decoration: none;} /*------media css for responsive----*/.accordion-item {    border: none;    margin-bottom: 8px;    box-shadow: 0 1px 5px #ccc;}.accordion-header {    padding: 0px;    border: none;}.accordion-button {    font-family: "montserratregular";    padding: 13px;    font-size: 17px;    text-transform: uppercase;    color: #000;}.accordion-button:not(.collapsed) {    color: #fff;    background-color: #f78918;    box-shadow: none;}.accordion-button::after {    display: none;}.accordion-button:focus {    border: none;    box-shadow: none;}.accordion-body {    font-family: "Montserrat";    font-weight: 300;}.inner-page-banner .banner-content {}.page-top-banner {    position: absolute;    max-width: 940px;    margin-left: auto;    margin-right: auto;    top: 62%;    transform: translateY(-50%);    left: 0;    z-index: 9;    right: 0;    text-align: center;}.inner-page-banner .banner-section {    height: 400px;    min-height: inherit;}.ab-blocks {    align-items: center;}.ab-col {    flex: 1;}.ab-blocks {    padding: 50px 0;}h2 {    font-family: "montserratbold";    color: #003f7a;}.ab-col p {    color: #000;    padding-right: 100px;}.ab-col h2 {    margin-bottom: 20px;}.ab-blocks:nth-child(even) {    flex-direction: row-reverse;    align-items: flex-start;}.ab-blocks:nth-child(even) .ab-col p {    padding-right: 0px;}.ab-blocks:nth-child(even) .ab-col {    padding-left: 20px;}.inner-pages-inner {    padding: 50px 0;}.abt-top-center {    padding-bottom: 50px;}.abt-top-center h3 {    color: #f78918;}.abt-top-center p {    color: #000;}.abt-top-center .main-title h1 {    margin-bottom: 20px;}.sb-blocks-main {    padding: 0 60px;}.sb-left {    width: 55%;    box-shadow: 0px 0px 5px #ccc;}.sb-right {    width: 45%;    position: relative;}.sb-cont {    height: 100%;    min-height: 500px;}.sb-cont p strong {    font-weight: bold;}.sb-blocks {    align-items: center;    margin-bottom: 100px;}.sb-cont {    background: #fff;    padding: 50px;    margin-left: -60px;    box-shadow: 1px 1px 4px #000;    box-shadow: 0px 0px 10px 0px #ccc;}.sb-cont h3 {    color: #f78918;    margin-bottom: 20px;    font-size: 26px;}.sb-cont p {    margin-bottom: 10px;}.sb-blocks:nth-child(even) {    flex-direction: row-reverse;}.sb-blocks:nth-child(even) .sb-cont {    margin-left: 0px;    margin-right: -60px;}.loc-left {    width: 40%;}.loc-right {    width: 50%;	}.page-template-contact .loc-right { display:none; }address p {    position: relative;    padding-left: 55px;    margin-bottom: 20px;    margin-top: 20px;    padding-top: 10px;}address p i {    position: absolute;    left: 0;    top: 5px;    font-size: 28px !important;    width: 30px;    text-align: center;    width: 40px;    height: 40px;    display: flex !important;    align-items: center;    justify-content: center;    border-radius: 100%;    background: #eee;}address p i.fa-envelope {    font-size: 18px !important;}address p i.fa-file-text-o {    font-size: 18px !important;}.contact-form {    padding-top: 10px;}.con-grp {    margin: 15px 0;}.con-grp label {    min-width: 150px;    margin-bottom: 5px;    font-weight: 600;}.con-grp label .wpcf7-list-item-label{    font-weight: 600;}.con-grp input,.con-grp textarea {    border: 1px solid #ccc;    border-radius: 4px;    padding: 6px;    width: 100%;}.con-grp textarea {    min-height: 100px;}.con-grp button {    background: #f78918;    color: #fff;    text-transform: uppercase;    padding: 8px 25px;    border: none;}.con-grp .reason-sec input {    width: auto;}.con-grp .reason-sec label {    font-family: "Montserrat";}.reason-sec p .wpcf7-list-item{    margin: 0px;    display: block;    line-height: 36px;}.contact-form .con-grp p{    font-weight: 500;}.pat-download {    margin-top: 50px;}.pat-download a {    text-decoration: underline;}.pat-download ul li {    margin-bottom: 25px;}.pat-download i {    margin-right: 8px;    font-size: 20px;    color: #f00;}.pat-download p {    margin-bottom: 8px;}.clcl {    padding: 10px 25px;    background: #f78918;    color: #fff;    margin-top: 20px;    display: inline-block;    border-radius: 22px;}.ab-blocks:nth-child(2n) .ab-col:last-child {    width: 20%;    flex: inherit;    padding-left: 0px;}.linls-link {    margin-top: 50px;}.linls-link a {    display: block;    font-weight: 600;}.linls-link a i {    display: block;    color: #f00;    font-size: 25px;    padding-bottom: 10px;}.edu-resources {    margin: 50px 0;}.edu-resources p {    margin-top: 15px;}.edu-resources ul {    margin-top: 20px;    flex-wrap: wrap;}.edu-resources ul li {    text-align: left;    width: 32%;    margin-right: 5px;    margin-left: 5px;    margin-bottom: 15px;}.edu-resources ul li:before {    content: "\f0ac";    font-family: FontAwesome;    margin-right: 10px;}.blog-inner {    margin-bottom: 20px;}.abtmain-sec h2 {    margin-bottom: 35px;}.p-ppara {    margin-top: 10px;}.p-ppara p {    font-size: 13px;    line-height: 24px;}.p-ppara p .wpcf7-list-item{    margin: 0px;}.p-ppara input {    width: auto;    margin-right: 10px;}.loc-left.pp-full {    width: 100%;    min-height: 300px;}.loc-left.pp-full p strong {    font-weight: bold;}@media (min-width: 768px) {    .slicknav_menu {        display: none;    }    .nav li a:after {        -webkit-transition: ease-in-out 0.3s;        -moz-transition: ease-in-out 0.3s;        -o-transition: ease-in-out 0.3s;        transition: ease-in-out 0.3s;    }    .nav li a:hover:after,    .nav li.hilite:hover a:after,    .nav li.current-menu-item a:after {        bottom: 0;        left: 50%;        border: solid transparent;        content: " ";        height: 0;        width: 0;        position: absolute;        pointer-events: none;        border-color: rgba(136, 183, 213, 0);        border-bottom-color: #f78918;        border-width: 4px;        margin-left: -4px;    }    .nav li a:hover,    .nav li.hilite:hover > a,    .nav li.current-menu-item a {        color: #f78918;        border-color: #f78918;    }    .sub-menu {        position: absolute;        display: none;        top: 100%;        left: 0;        min-width: 180px;        background: #fff;        z-index: 9;        border: 1px solid #f0f0f0;    }}@media (max-width: 1200px) {    .box-icon {        width: 57px;    }    .box-content {        width: 80%;    }    .team-content {        max-width: 218px;    }    .contact-left-text {        width: 80%;    }    .contact-right-btn {        width: 19%;    }}@media (max-width: 991px) {    .banner-content h1 {        font-size: 32px;        line-height: 45px;    }    a.content-theme {        padding: 12px 15px;    }    section.main-services,    .main-middle,    .main-blog,    .main-team,    .main-testimonial {        padding: 40px 0;    }    .main-title h1 {        margin-bottom: 50px;    }    .service-col:nth-child(2n + 1) {        clear: left;    }    .service-col {        margin-bottom: 30px;    }    .gallery-img img {        width: 100%;    }    .blog-content {        padding: 20px 15px;    }    .blog-title {        font-size: 16px;    }    .team-content {        max-width: inherit;        margin: 8px;    }    .team-section .owl-theme .owl-controls .owl-buttons div.owl-prev:after,    .team-section .owl-theme .owl-controls .owl-buttons div.owl-next:after {        color: #f78918;    }    .client-img {        width: 100%;        text-align: center;        float: none;    }    .client-text {        width: 100%;        padding-top: 25px;    }    .img-inner {        margin: 0 auto 15px;    }    .inner-text::after {        top: -20px;        left: 50%;        border: solid transparent;        content: " ";        height: 0;        width: 0;        position: absolute;        pointer-events: none;        border-color: rgba(136, 183, 213, 0);        border-bottom-color: #fff;        border-width: 25px;        margin-left: -25px;    }    .contact-home {        padding: 25px 0;    }    .contact-left-text {        width: 100%;    }    .contact-left-text h3 {        font-size: 28px;    }    .contact-left-text h5 {        font-size: 22px;    }    .contact-right-btn {        width: auto;        float: none;        clear: both;        padding-top: 15px;    }    .footer {        padding: 15px 0 15px;    }    .social {        padding: 30px 0;    }	}@media (max-width: 990px) and (max-width: 769px) {	.nav li{ margin-left:3px; }	.nav li a{ font-size:12px; padding:0 4px; }	.site-logo img{ max-height:50px; }}@media (max-width: 767px) {    .banner-content h1 {        font-size: 24px;        line-height: 41px;        margin-top: 0px;    }    .banner-content {        width: 95%;    }    .banner-section {        min-height: inherit;        padding: 34px 0;    }    #banner-slider {        top: inherit;        transform: inherit;        -webkit-transform: inherit;        -moz-transform: inherit;        -ms-transform: inherit;        position: relative;        left: inherit;        right: inherit;    }    a.content-theme {        font-size: 18px;        margin-top: 0px;        padding: 10px 15px;    }    .main-title h1 {        margin-bottom: 40px;    }    .blog-section .col-md-4 {        max-width: 380px;        margin-left: auto;        margin-right: auto;        margin-bottom: 20px;    }    .blog-section .col-md-4:last-child {        margin-bottom: 0px;    }    .blog-title {        font-size: 20px;    }    .blog-content {        padding-bottom: 10px;    }    .inner-text {        padding: 23px;        text-align: center;    }    .contact-home {        padding: 20px 0 25px;    }    .main-testimonial {        background-position: top left;    }    .contact-left-text h3 {        font-size: 24px;        line-height: 32px;    }    .contact-left-text h5 {        font-size: 19px;    }    .contact-right-btn a {        padding: 10px 23px;    }    .newsletter-section input.subscribe {        margin-top: 7px;    }    .newsletter-section input[type="email"] {        width: 100%;    }    .bottom-nav ul li::after {        margin: 0 9px 0 13px;    }    .bottom-nav ul li {        margin-bottom: 5px;    }    .service-col:nth-child(4),    .service-col:nth-child(5) {        margin-bottom: 30px;    }    .testimonial-section .owl-theme .owl-controls .owl-buttons div.owl-prev {        left: 0;        top: 17%;    }    .testimonial-section .owl-theme .owl-controls .owl-buttons div.owl-next {        right: 0;        top: 17%;    }    .team-content {        max-width: 277px;        margin: 0 auto;    }    #menu {        display: none;    }    .slicknav_menu {        position: relative;        background: none;        padding: 0px;    }    .slicknav_btn {        background: #f78918;        border-radius: 0;        margin: 0px;    }    ul.slicknav_nav {        position: absolute;        top: 28px;        right: 0;        min-width: 400px;        background: #f78918;    }    .nav ul.slicknav_nav li {        float: none;        margin-left: 0;    }    .nav ul.slicknav_nav li a {        color: #fff;        border: none;        line-height: 40px;    }    .slicknav_nav .slicknav_arrow {        float: right;    }    .nav ul.slicknav_nav li a:hover {        background: none !important;    }    p {        font-size: 15px;        line-height: 24px;    }    .ab-col p {        padding-right: 0px;    }    .ab-col h2 {        margin-bottom: 10px;        text-align: center;    }    .ab-col p {        text-align: center;    }    .inner-pages-inner {        padding: 20px 0;    }    .ab-blocks {        flex-direction: column;        padding: 20px 0;    }    .ab-blocks:nth-child(2n) {        flex-direction: column;    }    .ab-blocks:nth-child(2n) .ab-col {        padding-left: 0px;        order: 2;    }    .abt-top-center {        padding-bottom: 20px;    }    .loc-flex.d-flex {        flex-direction: column !important;    }    .loc-right {        width: 100%;    }    .loc-left {        width: 100%;    }    .abt-top-center {        padding-bottom: 10px;    }    .pat-download {        margin-top: 20px;    }    .sb-blocks,    .sb-blocks:nth-child(2n) {        flex-direction: column;        margin-bottom: 30px;    }    .sb-left {        width: 100%;    }    .sb-blocks-main {        padding: 0 15px;    }    .sb-right {        width: 100%;    }    .sb-cont {        margin-left: 0px;        padding: 20px;    }    .sb-cont h3 {        margin-bottom: 10px;    }    .sb-blocks:nth-child(2n) .sb-cont {        margin-right: 0px;    }    .ab-blocks:nth-child(2n) .ab-col:last-child {        width: 100%;        padding-bottom: 20px;        text-align: center;        order: 1;    }    .ab-blocks:nth-child(2n) .ab-col:last-child img {        margin-left: auto;        margin-right: auto;    }    .box-content h3 {        min-height: inherit;    }    .blog-content {        min-height: inherit;    }    .site-logo img {        max-height: 50px;    }    .site-logo {        margin-top: 10px;        margin-bottom: 10px;    }    .banner-section {        margin-top: 65px;    }    a.content-theme {        font-size: 14px;    }    .abtmain-sec h2 {        margin-bottom: 15px;    }    .main-title h1 {        margin-bottom: 25px;    }    .bottom-nav ul li a {        font-size: 14px;    }    .edu-resources ul {        flex-direction: column;    }    .edu-resources ul li {        width: 100%;        margin-bottom: 10px;    }    .edu-resources {        margin-bottom: 10px;    }    .loc-left.pp-full {        min-height: inherit;    }}@media (max-width: 480px) {    .banner-content h1 {        margin-top: -20px;    }    .client-img .img-inner {        width: 150px;        height: 150px;        border: 5px solid #fff;    }    .contact-left-text h3 {        font-size: 20px;        line-height: 25px;    }    .contact-left-text h5 {        font-size: 16px;    }    .contact-right-btn a {        font-size: 14px;    }    .gallery-section {        margin-top: 20px;    }    address p br {        display: none;    }    address p {        margin-top: 10px;        margin-bottom: 10px;    }    .main-team {        padding-bottom: 30px;    }    .copyright {        padding: 8px 0;        font-size: 14px;    }    .gallery-img {        margin-bottom: 0px;        margin-top: 15px;    }    .team-section .owl-theme .owl-controls .owl-buttons div.owl-prev {        left: 0px;    }    .team-section .owl-theme .owl-controls .owl-buttons div.owl-next {        right: 0;    }    .scrollToTop {        bottom: 10px;        right: 20px;    }    ul.slicknav_nav {        min-width: 350px;    }    .inner-page-banner .banner-section {        height: 200px;    }    .ab-col h2 {        font-size: 20px;    }    .sb-cont h3 {        font-size: 22px;    }    .sb-cont {        min-height: inherit;    }}@media (max-width: 400px) {    .banner-content h1 {        font-size: 22px;        line-height: 33px;    }    .main-title h1 {        font-size: 22px;    }    .main-title h1::before {        margin-right: 8px;        width: 40px;    }    .main-title h1::after {        margin-left: 8px;        width: 40px;    }}.wpcf7-not-valid-tip{    font-size: 0.8em;}