/*** media queries***/

@media all and (min-width: 992px) {
    ul.main-nav>li {
        padding-right: 25px;
    }
    .footer .row>div {
        margin: 10px 0;
    }
}

@media (max-width:768px) {
    .box {
        height: 290px;
        color: white;
    }
}

@media all and (min-width: 768px) {
    .footer {
        margin: 0 !important;
    }
    .sticky-nav-wrapper {
        display: none;
    }
    .parallax-india-global {
        height: 173vh;
        background: transparent;
        position: relative;
    }
}

@media all and (min-width: 1322px) {
    .parallax-india-global {
        height: 144vh;
        background: transparent;
        position: relative;
    }
}

@media all and (max-width: 769px) {
    .about-height {
        height: 825px;
    }
    .about-height-association {
        height: 162vh;
    }
    .padding-annual {
        padding: 0px 0px 0px 0px;
    }
}

@media all and (max-width: 1199px) {
    .h1,
    h1 {
        font-size: 34px;
    }
    .h2,
    h2 {
        font-size: 30px;
    }
    .h3,
    h3 {
        font-size: 25px;
    }
    .h4,
    h4 {
        font-size: 20px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
    ul.main-nav>li a {
        font-size: 12px;
    }
    .tabs [class*="col-"] {
        padding: 20px 0;
    }
    .tabs .col>div,
    .tabs [class*="col-"]>div,
    .tabs-2 [class*="col-"]>div {
        display: block;
        margin: auto;
        text-align: center;
    }
    .parallax .parallax-inner .text-wrapper .w-50 {
        padding: 50px;
    }
    .hero-banner .title,
    .hero-banner .title .font-light,
    .title .font-light {
        font-size: 30px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .grid-3 [class*="col-"] {
        height: 200px;
    }
    .grid-3 [class*="col-"] .overlay .text {
        font-size: 20px;
    }
}

@media all and (max-width: 991px) {
    h1,
    h2,
    h3,
    h4 {
        margin: 0 0 20px;
    }
    .h1,
    h1 {
        font-size: 28px;
    }
    .h2,
    h2 {
        font-size: 25px;
    }
    .h3,
    h3 {
        font-size: 20px;
    }
    .h4,
    h4 {
        font-size: 14px;
    }
    .h5,
    h5 {
        font-size: 12px;
    }
    button,
    input,
    select,
    textarea {
        font-size: 12px;
    }
    .title {
        margin-bottom: 20px;
    }
    [class*="col-"] {
        margin: 0px 0;
    }
    .w-60 {
        width: 100% !important;
    }
    .p-80 {
        padding: 40px 0;
    }
    .logo {
        position: static;
    }
    /***toggle menu***/
    .navigation.mobile-menu {
        background: transparent;
        z-index: 10;
    }
    .toggle-btn {
        display: block;
        float: right;
        width: 40px;
        cursor: pointer;
        padding: 5px;
    }
    .mobile-menu .toggle-btn span {
        display: block;
        height: 2px;
        background: #000;
        margin-bottom: 6px;
    }
    .mobile-menu ul.main-nav>li a::after {
        display: none;
    }
    .mobile-menu .toggle-btn span:last-child {
        margin: 0;
    }
    .mobile-menu ul.main-nav>li .active>a,
    .mobile-menu ul.main-nav>li a:hover,
    .mobile-menu ul.main-nav>li a:focus {
        color: #43897e;
    }
    ul.main-nav>li a {
        color: #fff;
    }
    .mobile-menu .main-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -220px;
        width: 220px;
        overflow-y: auto;
        /* background: rgba(255, 0, 0, .85); */
        background: #e8722c;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
    }
    .mobile-menu.active .main-nav {
        right: 0;
    }
    .mobile-menu ul li {
        display: block;
        width: 100%;
        margin-bottom: 0;
        margin-right: 20px;
        padding: 0 20px;
    }
    .mobile-menu>ul>li:first-child {
        margin-top: 30px;
    }
    .mobile-menu ul li a {
        font-size: 14px;
        font-weight: bold;
    }
    .mobile-menu .submenu {
        background: transparent;
        position: relative;
        display: block;
    }
    .mobile-menu .submenu li {
        margin: 0;
    }
    .close-btn {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 25px;
        height: 25px;
        cursor: pointer;
        z-index: 1;
    }
    .close-btn span {
        width: 25px;
        background: #fff;
        height: 2px;
        margin-top: 10px;
        display: block;
    }
    .close-btn span:first-child {
        transform: rotate(45deg);
    }
    .close-btn span:last-child {
        transform: rotate(-45deg);
        margin-top: -2px;
    }
    .top-banner {
        padding: 0;
    }
    .col-w-313 {
        margin-bottom: 10px;
    }
    .grid-3 [class*="col-"] {
        height: 160px;
    }
    h6 {
        font-size: 12px;
    }
    .grid-slider .lightbox .lightbox-inner {
        max-width: 400px !important;
        height: 220px !important;
        width: 80%;
    }
    .header {
        top: 20px;
    }
    .logo img {
        max-width: 200px;
    }
    .header.setTop .logo {
        padding: 0;
    }
    .hero-banner .title,
    .hero-banner .title .font-light,
    .title .font-light {
        font-size: 30px;
    }
    .parallax .parallax-inner .text-wrapper .w-50 {
        padding: 20px;
    }
    .accordian .accordian-item {
        margin: 30px;
        font-size: 15px;
    }
    .grid-3 [class*="col-"] {
        padding: 0 10px;
        margin: 10px 0;
    }
    .grid-3 [class*="col-"] .bg-img {
        background-size: cover;
    }
    .grid-3 [class*="col-"] .overlay .text {
        font-size: 20px;
        padding: 15px;
    }
    .w-30 {
        width: 80%;
    }
    .w-75 {
        width: 100% !important;
        right: 0;
    }
    .testimonial .text {
        text-align: left !important;
        font-size: 18px;
    }
    .testimonial .author {
        font-size: 18px;
    }
    .parallax .parallax-inner .text-wrapper .text {
        margin: 0;
    }
    .contact .w-30 {
        width: 80%;
        padding: 0;
        margin: auto;
        float: none;
    }
    /* #hero-banner{
		background-image: url(images/Landing.jpg);
		background-attachment: unset;
		background-size: cover;
	} */
    /* .hero-banner.parallax .parallaxImg {
    background: url(../images/jtt/bus1.jpg) no-repeat 90% 0 / cover;
        background-attachment: scroll;
    background-attachment: unset;
	background-size: cover;
} */
    .about.parallax .parallaxImg {
        background: url(https://financialsketchers.com/images/jtt/about-us.jpg) no-repeat 90% 0 / cover;
        background-attachment: scroll;
        background-attachment: unset;
        background-size: cover;
    }
    .hero-banner.parallax .parallaxImg {
        background: url(https://financialsketchers.com/images/landing.jpg) no-repeat 90% 0 / cover;
        background-attachment: scroll;
        background-attachment: unset;
        background-size: cover;
    }
    .why-choose-us.parallax .parallaxImg {
        background-image: url(../images/assosiation.jpg);
        background-attachment: unset;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
    }
    .contacts.parallax .parallaxImg {
        background: url(../images/contact.jpg) no-repeat 20% 0 / cover;
        background-attachment: scroll;
        background-attachment: unset;
        background-size: cover;
    }
}

@media all and (max-width: 768px) {
    .col-w-313 [class*="col-"] {
        max-width: 500px;
        height: auto;
        overflow: hidden;
        margin: 0 20px 20px 0;
    }
}

@media all and (max-width: 767px) {
    .h1,
    h1 {
        font-size: 24px;
    }
    .p-60 {
        padding: 30px 0;
    }
    .contact-details.br:after {
        display: none;
    }
    .col-w-313 {
        margin-bottom: 0;
    }
    .col-w-313 .col,
    .col-w-313 [class*="col-"] {
        margin-bottom: 10px;
    }
    .portfolio {
        padding-bottom: 0;
    }
    .grid-3 [class*="col-"] {
        height: 250px;
        padding: 0 20px;
        margin: 15px;
    }
    .quote {
        padding: 100px 20px;
    }
    .brands .row>div {
        max-height: 120px;
    }
    .w-50,
    .w-75 {
        width: 100% !important;
        right: 0;
    }
    .parallax .parallax-inner .text-wrapper .w-50 {
        padding: 0 20px;
    }
    .parallax .parallax-inner .text-wrapper .text {
        margin: 0;
        font-size: 12px;
    }
    .vl {
        padding: 10px 0;
    }
    .vr {
        padding: 10px 0;
    }
    /* .contacts {
		background-image: none !important;
		background: #e9e4e4;
	} */
    .contacts .w-30 {
        float: none;
        padding: 0;
    }
    .location {
        height: 300px;
    }
    .footer p {
        font-size: 12px;
        float: none;
    }
    .sticky-nav-wrapper {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #eee;
        color: gray;
        z-index: 5;
        -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    }
    .sticky-nav li {
        padding: 10px;
        text-align: center;
    }
    .sticky-nav li a {
        color: rgb(56, 182, 255);
    }
    .sticky-nav li span {
        display: block;
        font-size: 15px;
        text-align: center;
    }
    .subtitle {
        font-size: 15px;
        font-weight: bold;
    }
    .fa {
        font-size: 26px;
    }
}

@media all and (max-width: 575px) {
    .pull-right {
        float: block;
    }
    .icon.whychooseus.pb-0.mb-0 {
        height: 40px;
    }
    .bannertitle {
        text-align: center;
        bottom: 90px;
    }
    .modal-content h2 {
        font-size: 15px;
    }
    .ourpopup {
        font-size: 14px;
    }
    .tabs .col>div,
    .tabs [class*="col-"]>div,
    .tabs-2 [class*="col-"]>div {
        display: inline-block;
    }
    .tabs-2 .row>div {
        padding: 20px;
    }
    .grid-3 [class*="col-"] {
        height: 230px;
    }
    .footer .fa {
        font-size: 9px;
        width: 18px;
        height: 18px;
    }
    .footer .row div:first-child {
        margin-bottom: 0;
    }
    form .form-group>* {
        display: block;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    form .form-group .form-control {
        padding: 3px 0;
    }
    .footer {
        text-align: center;
        padding: 10px;
    }
    .col-w-313 .col,
    .col-w-313 [class*="col-"] {
        height: auto;
        margin: 10px 0;
    }
    .pt-25 .text {
        padding-top: 20px !important;
    }
    .grid-3 [class*="col-"] {
        padding: 0 5px;
        margin: 5px 0;
    }
    .testimonial .about>* {
        text-align: left;
        font-size: 18px;
    }
    #why-choose-us {
        height: 1596px;
    }
    /* #about {
        height: 610px;
    } */
    .vl {
        border-left: 0;
        /* border-top: 2px solid #e8722c; */
    }
    .vr {
        border-right: 0;
        border-bottom: 2px solid #e8722c;
    }
    .contacts .p-30 {
        padding: 0px 0;
    }
    .contacts p {
        font-size: 17px;
    }
    .contacts .data:hover {
        /* font-size: 14px; */
        color: #e8722c;
    }
    .col-w-313 .col>div,
    .col-w-313 [class*="col-"]>div {
        width: 100% !important;
    }
}