
*{
    margin: 0;
    padding: 0;
}

body{
  /*   font-family: 'Poppins', sans-serif;
font-family: 'Barlow', sans-serif;
font-family: 'Work Sans', sans-serif; */
font-family: 'Abel', sans-serif;
}


.top-head {
    background: #f7f7f7;
}
.top-head ul {
    padding-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.top-head ul li {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    padding-top: 3px;
}
.top-head ul li a{
    border-right: 1px solid #ccc;    
    color: #7e8597;
    padding: 0 15px;
}
.top-head ul li a i {
    color: #dd2525;
    padding-right: 5px;
}
ul.icons {
    padding-left: 10px;
}
ul.icons li a {
    border-right: none;
    padding: 0;
}
ul.icons li a i {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #7e8597;
    padding: 0px 10px;
}
.cont-num {
    text-align: right;
}
.cont-num p {
    text-align: right;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #f13729;
    padding: 20px;
    margin-bottom: 0;
}
nav.navbar.navbar-expand-md.bg-dark.navbar-dark.sticky-top {
    padding: 26px 0;
    background: rgba(0, 0, 0, 0.7) !important;
}
.navbar-dark .navbar-brand {
    color: #000000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    transition: 0.5s ease-in-out;
}
a.nav-link.active {
    border-bottom: 4px solid #d0ae39 !important;}
	a.foot-active {
    color: #d0ae39 !important;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    border-bottom: 4px solid #d0ae39;
}
.navbar-dark .navbar-brand {
    color: #000000;
    width: 25%;
    margin-right: 0;
}
.navbar-dark .navbar-brand img {
    width: 80%;
}
li.nav-item {
    width: 150px;
    text-align: center;
}
.navbar-nav {
        margin-left: 24%;
}
div#demo {
    position: relative;
    margin-top: -11.8em;
}
.carousel-caption {
    top: 38%;
    color: #ffffff;
    padding-top: 0;
}
.carousel-caption h3 {
    color: #ffffff;
    font-size: 92px;
    /* font-weight: 900; */
    line-height: 1em;
    text-transform: uppercase;
    padding: 0 3%;
    font-family: 'Abel', sans-serif;
}
.carousel-indicators {
    bottom: 17%;
}
.carousel-indicators li {
    background-color: #222;
}
.carousel-caption p {
    padding: 2% 7.5% 4% 7.5%;
    font-size: 30px;
   /*  font-weight: 600; */
    line-height: 32px;
}
.carousel-caption a {
    font-size: 20px;
    color: #000000;
    padding: 1.5% 2.5%;
    text-transform: capitalize;
    border: 2px solid #f0c226;
    background: #f0c226;
   /*  font-weight: 600; */
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}
.carousel-caption a:hover {
    background: #000000;
    border-color: #000000; 
    color: #f0c226;
    text-decoration: none;
}
.down-arrow {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.down-arrow img {
    width: 5%;
}

.img-dic {
    width: 160px;
    margin: 0 auto;
    height: 160px;
    background: #f0c226;
    border-radius: 50%;
}
.img-dic img {
    padding: 23px 20px;
    width: 100%;
}
.img-dic1 img {
    width: 85%;
    padding: 30px 20px;
}
.div.cont, .cont-head {
    width: 100%;
}
ul.comp-info li {
    list-style-type: none;
    margin-bottom: 3%;
}

.about {
    padding: 100px 0 200px 0;
    background: #f5f5f7;
    text-align: center;
}
.about h2, .hed-cont h2, .testimonial h2, .blog h2 {
    text-align: center;
    font-size: 72px;
    position: relative;
    line-height: 42px;
    color: #222;
    text-transform: capitalize;
   /*  font-family: 'Work Sans', sans-serif; */
    margin-bottom: 70px;
}
.hed-cont h2::after {
    content: '';
    position: absolute;
    background: #f0c226;
    width: 150px;
    top: 75px;
    height: 4px;
    left: 44%;
}
.div.cont h6, .cont-head h6 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4em;
    /* font-family: 'Poppins', sans-serif; */
    padding-top: 30px;
    color: #000000;
}
.about p {
   /*  font-family: 'Work Sans', sans-serif; */
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
}
.div.cont p {
    font-size: 20px;
}
.about-cont h5, .about-cont h6 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 3%;    
    margin-bottom: 0;
}
.about-cont h6 {
    padding-top: 0;
}
.cont-head h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}
.mission-cont img {
    width: 100%;
    height: auto;
}
.mission-cont h2 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: capitalize;
}
.mvv {
    position: relative;
    top: -130px;
}

.facts h6, h6.abt-head, .portfolio h6, .blog h6 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    background: #f0c226;
    padding: 12px 18px;
    margin-bottom: 20px;
    display: inline-block;
}
.facts h4 {
    font-size: 47px;
    /* font-weight: 700; */
    color: #f5f5f5;
   /*  font-family: 'Work Sans', sans-serif; */
    text-transform: uppercase;
    letter-spacing: 6px;
}
.facts p {
    margin-top: 15px;
    font-size: 18px;
    color: #7e8597;
    max-width: 960px;
    line-height: 26px;
}
.facts ul li {
    display: inline-block;
    position: relative;
    margin-top: 40px;
    margin-right: 12px;
}
.invest-btn {
    position: relative;
    padding: 16px 60px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #f13729;
    letter-spacing: 1px;
    border: 2px solid #f13729;
   /*  font-family: 'Poppins', sans-serif; */
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
}
.invest-btn:hover {
    background: transparent !important;
    border: 2px solid #fff !important;
    text-decoration: none !important;
    color: #fff !important;
}
a.expert-btn{
    background: #4c4c4c !important;
    border: 2px solid #4c4c4c !important;
    position: relative;
    padding: 16px 60px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: 1px;
   /*  font-family: 'Poppins', sans-serif; */
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
}
a.expert-btn:hover{
    background: #f0c226 !important;
    border: 2px solid #f0c226 !important;
    text-decoration: none !important;
}
.facts {
    background: #3e3c41;
    padding: 150px 0;
}
.hed-cont{
    text-align:center;
}
 .portfolio {
    padding: 100px 0;
    background-image: url(../images/man-2635036_1920.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 800px;
}
.portfolio::before {
    position: absolute;
    content: '';
    background: rgba(61, 64, 43, 0.5);
  /*   opacity: 0.9; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hed-cont h2, .testimonial h2{
    margin-bottom: 0;
}
.hed-cont p, .testimonial p {
    margin-bottom: 100px;
    font-size: 18px;
    color: #7e8597;
    line-height: 26px;
    margin-top: 15px;
    text-align: center;
}
.invest-list {
    position: relative;
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
    transition: .5s ease;
}
.invest-head h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.invest-head img {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 20%;
}
.invest-head h4::before {
    position: absolute;
    content: '';
    background: #e9e6e6;
    top: 100px;
    left: 40px;
    width: 50px;
    height: 3px;
}
.link-div a {
    position: absolute;
    left: 40px;
    bottom: -18px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 39px;
    border: 1px solid #f13729;
    background: #f13729;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: .5s ease;
    opacity: 0;
    transform: scale(.5);
}
.invest-list:hover {
    transform: translateY(-10px);
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}
.invest-list:hover .link-div a {
    opacity: 1 !important;
    transform: scale(1);
}
.testimonial, .blog {
    background: #f5f5f5;
    padding: 100px 0;
    text-align: center;
}
.testo-section {
    position: relative;
    padding: 30px 30px 70px 30px;
    /* padding-bottom: 0; */
    /* margin: 30px 15px 50px; */
    text-align: center;
    border: 1px solid #e9e6e6;
    transition: .5s ease;
}
.testo-section img {
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.testo-section p {
    font-size: 20px;
    line-height: 27px;
    margin: 4px 0 30px 0 !important;
}
.testo-section h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
}
.person-img {
    position: relative;
    margin-top: 20px;
    top: -55px;
}
.person-img img {
    border-radius: 50%;
    margin: 0 auto;
    width: 80px;
    border: 1px solid #ccc;
    padding: 10px;
    background: #f5f5f5;
}
.testo-section:hover {
    box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.1);
}
.testimonial p {
    margin: 15px 35px 100px 35px;
}

.blog-cont ul li {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
    background: #1b1b1b;
    padding: 0 15px;
}
.blog-cont ul li a{
    color: #fff;
}
.blog-cont ul {
    position: relative;
    margin-bottom: 20px;
    margin-top: -19px;
    z-index: 9;
}
li.catrgory {
    background: #f13729 !important;
}
.blog-cont ul li a:hover {
    text-decoration: none;
}
.blog-cont {
    position: relative;
    padding: 0px 35px 30px;
    border: 1px solid #f2f2f2;
    overflow: visible;
    text-align: left;
}
.blog img {
    width: 100%;
}
.blog-cont h4 {
    position: relative;
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog{
    background: #ffffff;
}
.newsletter {
    padding: 25px;
    position: relative;
    background: #f0c226;
    clear: both;
    color: #fff;
}
.newsletter h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}
form.form-inline.newsletter-form input {
    position: relative;
    display: block;
    line-height: 28px;
    height: 50px;
    font-size: 18px;
    width: 85%;
    color: #fff;
    background: #e93527;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 50px 10px 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 0;
}
button.btn.btn-primary.submit-btn {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    line-height: 40px;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    background: #e93527;
    text-transform: uppercase;
    padding: 0px 16px;
    cursor: pointer;
    border-radius: 0;
}
::placeholder {
    color: #ffffff !important;
}

footer {
    position: relative;
    background-color: #1b1b1b;
    clear: both!important;
    padding: 100px 0px;
    color: #ffffff;
}
ul.top-list li, ul.bottom-list li {
    display: inline-block;
    margin-right: 2px;
}
ul.top-list {
    margin-bottom: 6px;
}
ul.top-list li img, ul.bottom-list li img {
    width: 100%;
    height: auto;
}
footer h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #ffffff;
    margin-top: 50px;
}
ul.left-list li, ul.right-list li {
    color: #fff;
    font-size: 26px;
    padding-left: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: capitalize;
    list-style: none;
   /*  font-family: 'Work Sans', sans-serif; */
    padding-bottom: 5%;
    font-weight: 400;
    }
ul.left-list li a, ul.right-list li a {
    color: #fff;
}
ul.left-list li a:hover, ul.right-list li a:hover {
    color: #f0c226;
    text-decoration: none;
}

.cont-detail h6 {
    position: relative;
    font-size: 18px;
    color: #f13729;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-top: 50px;
}
.cont-detail h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.4em;
}
.cont-detail ul li {
    color: #fff !important;
    font-size: 24px !important;
    margin-bottom: 8px !important;
    line-height: 1.6em !important;
    list-style: none;
    /* font-family: 'Work Sans', sans-serif; */
}
.bottom-footer {
    padding: 50px 0 0 0;
}
.row.bottom-footer ul li {
    /* display: inline-block; */
    padding: 0px 15px 60px 0px;
    line-height: 1.2em;
    list-style: none;
}
.row.bottom-footer ul li a {
    color: #fff;
    font-size: 24px;
}
.row.bottom-footer ul li a:hover {
    text-decoration: none;
    color: #f0c226;
}
.row.bottom-footer {
    display: flex;
  /*align-items: center; 
    justify-content: space-between;
    flex-wrap: wrap; */
    margin-top: 40px;
}
ul.foot-link {
    text-transform: capitalize;
}
ul.foot-link li {
    padding-right: 30px !important;
    padding-bottom: 0 !important;
}

.row.bottom-footer p {
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.row.bottom-footer p a {
    color: #f13729;
}
a.footer-logo {
    font-size: 25px;
    color: #fff;
}
ul.left-list li i, ul.right-list li i {
    font-size: 15px;
    padding-right: 5px;
}
.row.bottom-footer ul li:last-child {
    border-right: none;
    padding-bottom: 0;
}
footer h4 {
    margin-bottom: 30px;
}
.about-cont {
    margin-top: 6%;
    padding-bottom: 12%;
}
.yellow-strip {
    background: #f0c226;
    padding: 15px;
}
.blog h2 {
    font-size: 60px;
    margin-top: 5%;
}
.blog p {
    font-size: 28px;
    line-height: 35px;
   /*  font-family: 'Work Sans', sans-serif; */
    font-weight: lighter;
    padding-top: 10px;
}
.blog ul {
    padding-top: 6%;
    list-style: none;
}
.blog ul li {
    display: inline-block;
    margin: 0 10px;
    width: 380px;
}
.blog ul li a {
    padding: 25px 50px;
    background: #f0c226;
    border: 2px solid #f0c226;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 26px;
    /* font-weight: 600; 
    font-family: 'Work Sans', sans-serif;*/
    transition: 0.5s ease-in-out;
}
.blog ul li a:hover {
    background: #4c4c4c;
    border-color: #4c4c4c;
    text-decoration: none;
}
a.footer-logo img {
    width: 50%;
}
.copyright {
    background: #161719;
    color: #fff;
    padding: 30px 0;
    text-align: right;
    font-size: 24px;
}
.copyright p {
    margin-bottom: 0;
}
.copyright p a {
    color: #fff;
}
.copyright p a:hover {
    color: #f0c226;
    text-decoration: none;
}
.cont-detail ul li p {
    line-height: 28px;
}





/* About us */

.other-navbar {
    background: #393a3c !important;
    padding: 26px 0 !important;
}
.second-banner img {
    width: 100%;
}
.abt-img {
    padding: 0;
}
.about h3, .team h3 {
    font-size: 5em;
    text-transform: capitalize;
    position: relative;
    letter-spacing: -3px;
    font-weight: lighter;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'Abel', sans-serif;
}
.about h3::after, .team h3::after {
    content: '';
    position: absolute;
    width: 230px;
    height: 7px;
    background: #f0c226;
    top: 1.2em;
    left: 5.5em;
}
.about-content {
    padding: 0;
}
.about-content p {
    font-size: 25px;
    font-weight: lighter !important;
    line-height: 34px;
}
.about-content h5{
    font-size: 24px;
    font-weight: 600;
    padding-top: 3%;
    margin-bottom: 0;
    text-transform: capitalize;
}
h5.second-head {
    padding-top: 3px;
}
.abt {
    background: #fff;
}





/* product slider css for about page */

.item {
    text-align: center;
}
.item-cont {
    width: 100%;
    background: #f0c226;
    height: 200px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none;
}
.owl-dots {
    margin: 4% 0;
}



/* Blog */

.blog-img img {
    width: 100%;
}
.sin-blog {
    margin-bottom: 50px;
}
.blog-content p {
    text-align: left;
    padding-left: 25px;
}



/* Contact us */

.contact-content {
    text-align: left;
}
.contact-content h4 {
    font-size: 36px;
    font-weight: 400;
    /* font-family: 'Poppins', sans-serif; */
    color: #000000;
}
.contact-content p {
    text-align: left;
    padding-bottom: 8%;
    padding-top: 0;
    font-size: 30px;
}
::placeholder {
    color: #000 !important;
    font-size: 22px;
    font-weight: 100;
    padding: 20px 20px 20px 0;
    /* font-family: 'Poppins', sans-serif; */
    text-transform: capitalize;
}
form.contact-form input {
    border-radius: 0;
    height: 85px;
    background: #e4e4e4;
    border-color: #e4e4e4;
}
.input-inline {
    width: 49%;
    display: inline-block;
    margin-right: 1.5%;
    margin-bottom: 24px;
}
.input-inline1 {
    margin-right: 0 !important;
}
.input-inline2 {
    width: 70%;
}
.submit-contct-btn {
    float: left;
    font-size: 26px;
    background: #f0c226;
    border-color: #f0c226 !important;
    border-radius: 0;
    padding: 15px 55px;
    color: #000 !important;
    font-weight: 400;
   /*  font-family: 'Poppins', sans-serif; */
    margin-top: 10px;
    letter-spacing: 1px;
    transition: 0.5s ease-in-out;
}
.submit-contct-btn:hover {
    background: #000000;
    color: #f0c226 !important;
    border-color: #000000 !important;
}
.contact-details {
    margin-top: 4%;
}
.investment {
    padding-top: 9%;
    padding-bottom: 5%;
}
.portfolio-content p {
    font-size: 25px;
    font-weight: lighter !important;
    line-height: 34px;
    /* font-family: 'Work Sans', sans-serif; */
}




/* Portfolio */

ul.client-logo li {
    display: inline-block;
    width: 24%;
}
ul.client-logo li img {
    width: 100%;
}

/* Privacy policy */
.policy {
    text-align: left;
}
.policy p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 32px;
}
.policy h4 {
    font-weight: 600;
    font-size: 24px;
    padding-top: 24px;
    margin-bottom: 0;
}


/* Small screen resolution */

@media only screen and (max-width:1366px) and (min-width:1024px){

    .carousel-caption {
        top: 25%;
    }
    .carousel-caption h3 {
        font-size: 50px;
        line-height: 64px;
        padding: 0 2%;
    }
    .carousel-caption p {
        padding: 3% 0;
        font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    }
    .carousel-indicators {
        bottom: 10%;
    }
    .facts h6, h6.abt-head, .portfolio h6, .blog h6 {
        margin-bottom: 28px;
    }
    .testimonial h2, .hed-cont1 h2 {
        padding-bottom: 0 !important;
    }
    .hed-cont h2 {
        padding-bottom: 6%;
    }
    footer {
        padding: 100px 0px;
    }
    ul.left-list li i, ul.right-list li i {
        font-size: 15px;
        padding-right: 5px;
    }
    .about-cont {
        margin-top: 0%;
    }
    .navbar-dark .navbar-brand img {
        width: 70%;
    }
    .navbar-nav {
        margin-left: 15%;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
    }
    .carousel-caption a {
        font-size: 16px;
        padding: 1.2% 2.5%;
    }
    nav.navbar.navbar-expand-md.bg-dark.navbar-dark.sticky-top {
        padding: 20px 0;
    }
    .about h2, .hed-cont h2, .testimonial h2, .blog h2 {
        font-size: 60px;
    }
    .facts h6, h6.abt-head, .portfolio h6, .blog h6 {
        font-size: 22px;
    }
    .about {
        padding: 100px 0 100px 0;
    }



}




/* Mobile responsive */

@media only screen and (min-width:320px) and (max-width:767px){
    .navbar-dark .navbar-brand {
        width: 45%;
    }
    nav.navbar.navbar-expand-md.bg-dark.navbar-dark.sticky-top {
        padding: 15px 15px;
        background: #000000 !important;
    }
        .blog ul li {
            width: 340px;
            display: block;
            margin-bottom: 30px;
        }
        .blog ul li a {
            padding: 10px 15px;
    font-size: 18px;
    font-weight: 300;
        }


        div#demo {
            position: relative;
            margin-top: 0;
        }
        .carousel-caption {
            top: 80px;
            right: 3%;
            left: 3%;
        }
        .carousel-caption h3 {
            font-size: 18px;
            line-height: 22px;
            padding: 0 0;
        }
        .carousel-caption p {
            padding: 0% 0.5% 0% 0.5%;
            font-size: 12px;
            line-height: 18px;
        }
        .carousel-caption a {
            font-size: 13px;
            border-radius: 4px;
        }
        .about h2, .hed-cont h2, .testimonial h2, .blog h2 {
            font-size: 30px;
            margin-bottom: 40px;
        }
        .hed-cont h2::after {
            width: 100px;
            top: 50px;
            height: 3px;
            left: 30%;
        }
        .contact-content p {
            padding: 0 0 12px 0 !important;
        }
        .policy h4 {
            margin-bottom: 10px;
        }
        .about p {
            font-size: 16px;
            line-height: 27px;
            padding: 0 10px;
        }
        .about {
            padding: 50px 0 50px 0;
        }
        .about-cont h5, .about-cont h6 {
            font-size: 15px;
            padding-top: 3%;
        }
        .img-dic {
            width: 120px;
            height: 120px;
        }
        .div.cont h6, .cont-head h6 {
            font-size: 18px;
        }
        .div.cont p {
            font-size: 16px;
        }
        ul.comp-info li {
            margin-bottom: 3%;
            margin-top: 6%;
        }
        .facts {
            padding: 50px 0;
        }
        .facts h4 {
            font-size: 22px;
            letter-spacing: 2px;
        }
        .portfolio {
            height: 300px;
            background-position: unset;
        }
        .testimonial, .blog {
            padding: 50px 0;
        }
        .facts h6, h6.abt-head, .portfolio h6, .blog h6 {
            font-size: 18px;
        }
        .blog p {
            font-size: 18px;
            line-height: 24px;
            padding: 0;
        }
        footer {
            padding: 50px 0px;
        }
        ul.left-list li, ul.right-list li {
            font-size: 18px;
            padding-bottom: 1%;
        }
        .cont-detail ul li {
            font-size: 18px !important;
            margin-bottom: 0 !important;
        }
        .cont-detail ul li p {
            line-height: 25px;
        }
        .row.bottom-footer ul li {
            display: block;
            padding: 30px 15px 0 0px;
        }
        .row.bottom-footer ul li a {
            font-size: 18px;
        }
        .row.bottom-footer ul li {
            padding: 30px 15px 0 0px;
        }
        .copyright {
            text-align: center;
            font-size: 14px;
        }
        .navbar-dark .navbar-nav .nav-link {
            font-size: 17px;
            font-weight: 500;
        }
        .navbar-nav {
            margin-left: 0;
        }

        li.nav-item {
            margin: 0 auto;
        }
        .about h3, .team h3 {
            font-size: 2.5em;
            margin-bottom: 40px;
        }
        .about h3::after, .team h3::after {
            width: 180px;
            height: 4px;
            top: 1.4em;
            left: 1.9em;
        }
        .about-content h5 {
            font-size: 20px;
        }
        .item-cont {
            height: 120px;
        }
        .item h4 {
            font-size: 15px;
        }
        .navbar-toggler {
            margin-right: 20px;
        }
        .other-navbar {
            padding: 10px 15px !important;
        }
        .navbar-dark .navbar-brand img {
            width: 65%;
        }
        ul.client-logo li {
            width: 49%;
        }
        .contact-content h4 {
            font-size: 24px;
        }
        .input-inline {
            width: 100%;
            display: block;
        }
        form.contact-form input {
            height: 60px;
        }
        .input-inline2 {
            width: 100%;
        }
        ::placeholder {
            font-size: 17px;
        }
        .submit-contct-btn {
            font-size: 18px;
            padding: 10px 35px;
        }
        .blog-content p {
            padding-left: 0;
            padding-top: 15px;
        }


}



/* iPad responsive */

@media only screen and (max-width:1024px) and (min-width:768px){
    .other-navbar {
        padding: 30px 0 !important;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
    li.nav-item {
        width: 100px;
    }
    .navbar-nav {
        margin-left: 5%;
    }
    .carousel-caption h3 {
        font-size: 30px;
        line-height: 34px;
        padding: 0;
    }
    .about h2, .hed-cont h2, .testimonial h2, .blog h2 {
        font-size: 36px;
        line-height: 20px;
        margin-bottom: 35px;
    }
    .hed-cont h2::after {
        top: 55px;
        left: 40%;
    }
    .about p {
        font-size: 18px;
        line-height: 30px;
    }
    .about-cont h5, .about-cont h6 {
        font-size: 22px;
    }
    .img-dic {
        width: 120px;
        height: 120px;
    }
    .div.cont h6, .cont-head h6 {
        font-size: 20px;
        line-height: 1em;
    }
    .about {
        padding: 70px 0 70px 0;
    }
    .facts {
        padding: 70px 0;
    }
    .facts h4 {
        font-size: 32px;
        letter-spacing: 2px;
    }
    .facts h6, h6.abt-head, .portfolio h6, .blog h6 {
        font-size: 22px;
    }
    .blog p {
        font-size: 18px;
        line-height: 28px;
        padding-top: 0;
        padding-left: 5px;
    }
    .blog ul li {
        width: 315px;
    }
    .blog ul li a {
        padding: 22px 32px;
        font-size: 22px;
    }
    .testimonial, .blog {
        padding: 80px 0;
    }
    ul.left-list li, ul.right-list li {
        font-size: 18px;
    }
    .cont-detail ul li {
        font-size: 18px !important;
    }
    .row.bottom-footer ul li a {
        font-size: 18px;
    }
    .row.bottom-footer ul li {
        padding: 0px 5px 30px 0px;
    }
    .copyright {
        font-size: 18px;
    }
    a.nav-link.active {
        border-bottom: 3px solid #d0ae39 !important;
    }
    .about h3, .team h3 {
        font-size: 2.5em;
        margin-bottom: 40px;
    }
    .about h3::after, .team h3::after {
        width: 170px;
        height: 4px;
        top: 1.4em;
        left: 6.5em;
    }
    .team {
        padding-bottom: 3%;
    }
    .contact-content h4 {
        font-size: 25px;
    }
    .input-inline {
        width: 48.5%;
        margin-bottom: 16px;
    }
    form.contact-form input {
        height: 75px;
    }
    .submit-contct-btn {
        font-size: 20px;
    }
    .newsletter {
        padding: 15px;
    }
    footer {
        padding: 70px 0px;
    }
    .blog-img {
        padding: 0;
    }
    .sin-blog {
        margin-top: 30px;
    }
    .portfolio {
        height: 500px;
    }
    .carousel-caption p {
        padding: 2% 0 0;
        font-size: 20px;
        line-height: 26px;
    }
    .carousel-caption p {
        padding: 2% 0;
        font-size: 20px;
        font-weight: lighter;
        line-height: 26px;
    }
}