@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
.mani-top-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    margin-top: -50px;
}
body.home .mani-top-section{
    height: 750px;
}
body:not(.home) .mani-top-section{
    /*height: 60vh;*/
    height: 450px;
}
.upper-ab-box {
    background: linear-gradient(rgba(26, 168, 216, 0.66), rgba(26, 168, 216, 0.77));
    /* height: 100vh; */
}
p.blogposted {
    color: #333;
    font-size: 13px;     margin-bottom: 0;
}
.row.icon-rows-four img {
    width: 30%;
    margin: 0 auto;
}

.post-thumbnail.innerblogs img {
    width: 100%;
    margin: 10px 0 10px 0;
    height: auto !important;
}

.btn-dark-top {
    background: black;
    color: white;
    padding: 6px 10px;
    border: 1px solid black;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    font-family: 'Roboto', sans-serif;
    z-index: 11;
	border-radius:5px;
	margin-top: 7px;
    font-size: 14px;
}

/*****Dropdoen csss*******/
.dropdown-menu ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #0087c1;
    font-size: 20px;
    line-height: 24px;
}
.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown-menu ul li a:hover {
    color: #000000;
}

.social-icons {
    /* position: fixed;
    right: 0;
    top: 30%;
    list-style: none;
    flex-direction: column;
    text-align: right;
    z-index: 2; */
}
.social-icons li {
    display: block;
    margin-bottom: 3px;
}
.social-icons li a {
    
    padding: 7px; display: block;
    border-radius: 4px;
    text-decoration: none;
    text-transform: capitalize;
}
.social-icons li a.fa-facebook::before, .social-icons li a.fa-instagram::before {
    color: #0087c1;
}
.social-icons li a::before {
    font-size: 18px;
}
.social-icons li a.fa-linkedin::before {
    color: #0e76d0;
}
.upper-ab-box .icon-rows-four img {
    width: 100px;
    height: 100px;
    -webkit-object-fit: contain;
    object-fit: contain;
}
.testimonial {
    background-color: #e3f2f8;
    padding: 30px 0;
}
.testimonial-block.slick-slider {
    margin-bottom: 0;
}
.testimonial-block.slick-slider .slick-list {
    padding: 0px !important;
    margin: 0 60px;
}
.testimonial strong {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    color: #0087c1;
    font-weight: 300;
} 

.testimonial .content-block p {
    font-size: 20px;
    font-weight: 400;
    color: #717070;
    line-height: 30px;
    font-style: italic;
}
.upper-ab-box .col-12.py-5 img {
    height: 400px;
    width: 400px;
    -webkit-object-fit: contain;
    object-fit: contain;
}
.post, .page {
    margin-bottom: 0;
}
a.telstyle {
    color: #717070;
}

a.telstyle:hover {
    text-decoration: none;
    color: 717070;
}

.social-icons li a {
    display: block;
}

.phone-a {
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 11;
}

.phone-a:hover {
    text-decoration: none;
    color: white;
}

.pl-80 {
    padding-left: 80px !important;
}

.icon-btn {
    position: absolute;
    left: 17px;
    top: 7px;
}

.mob-text i {
    font-size: 30px;
}

.icon-btn span {
    display: block;
    width: 50px;
    height: 4px;
    background: white;
    margin-bottom: 7px;
}

.icon-btn span:nth-child(2) {
    background: #0087c1 !important;
}

.blue-i {
    color: #0087c1;
}

.icon-rows-four {
    padding-top: 50px !important;
    padding-bottom: 50px;
    margin-top: -360px;
}

.icon-rows-four p {
    font-size: 27px;
    text-transform: uppercase;
    color: white;
    margin-top: 40px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}


/* black section */

.black-sec {
    background: black;
    padding-top: 30px;
    padding-bottom: 30px;
}

.black-sec .border-col {
    border: 1px solid white;
    border-radius: 10px;
    padding: 30px;
}

.black-sec .h-larg {
    font-size: 53px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.black-sec .rt-heading {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 42px;
    font-family: 'Roboto', sans-serif;
}

.black-sec .center-para {
    font-size: 29px;
    line-height: 39px;
    margin: 40px 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.btn-custom:hover {
    color: white;
}

.btn-custom,
.btn-custom-dark {
    padding: 0px 50px;
    border-radius: 0;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

@media (min-width:1680px) {
    .container {
        max-width: 1260px!important
    }
}

button:focus {
    box-shadow: none;
    outline: 0
}
.btn-custom {
    background: #0087c1;
    color: #fff !important;
}

.btn-custom-dark {
    background: #365356;
    color: #fff
}
.btn-custom:hover {
    border: 1px solid #fff;
}

.btn-custom-dark {
    background: black;
}

.btn-custom-dark:hover {
    color: white;
}

.two-grid-section .upper-grid {
    padding: 40px 0;
    background-size: cover
}

.col-hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    border: 0;
    border-top: 3px solid rgb(130, 241, 233);
}

.two-grid-section .upper-grid .padd-both {
    padding: 55px;
}

.two-grid-section .upper-grid .inner-col-left {
    text-align: center;
    background-size: cover !important;
    border-radius: 5px;
    margin: auto;
    background-repeat: no-repeat !important;
}

.two-grid-section .bg-inner {
    background: linear-gradient(45deg, rgba(0, 135, 193, 0.81), rgba(0, 135, 193, 0.64));
}

.two-grid-section .upper-grid .inner-col-left .super-inner {
    padding: 45px;
    border: 1px solid #fff;
    outline: solid 25px;
    color: #0087c1;
    min-height: 390px;
    font-family: 'Roboto', sans-serif;
}

.two-grid-section .upper-grid .inner-col-left .super-inner h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.two-grid-section .upper-grid .inner-col-left .super-inner p {
    font-size: 30px;
    color: #fff
}

.two-grid-section .upper-grid .inner-col-right {
    text-align: center;
    text-align: center;
    background-size: cover !important;
    border-radius: 5px;
    margin: auto;
    background-repeat: no-repeat !important;
}

.left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-heading {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1f275f;
}

.why-para {
    font-size: 26px;
    font-weight: 400;
    color: #717070;
    line-height: 40px;
}
@media (max-width:576px){
.why-col-text {
    padding: 20px 30px;
}
}

.two-grid-section .upper-grid .inner-col-right .super-inner {
    padding: 41px;
    border: 1px solid #fff;
    outline: solid 25px;
    color: #0087c1;
    min-height: 390px
}

.two-grid-section .upper-grid .inner-col-right .super-inner h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.two-grid-section .upper-grid .inner-col-right .super-inner p {
    font-size: 30px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.two-grid-section .lower-footer {
    background: rgba(20, 31, 23, .86);
    padding: 70px 15px
}

.two-grid-section .lower-footer img {
    max-height: 60px
}

.two-grid-section .lower-footer p {
    color: #fff
}

.two-grid-section .lower-footer .foot-logo {
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    margin: auto;
    max-width: 300px
}


/* map section*/

.map-section {
    background: #e3f2f8;
}

.map-section .location-col {
    padding: 30px 30px;
}

.map-section .location-col h5 {
    color: #696e92;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.map-section .location-col p {
    font-size: 30px;
    color: #717070;
}


/* testimonial section */

.texttmonial-section {
    background: #e3f2f8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.texttmonial-section .item p {
    font-size: 26px;
    font-weight: 400;
    color: #717070;
    line-height: 40px;
}

.texttmonial-section .item p.cl-name {
    font-size: 28px;
    font-weight: 100;
    font-style: italic;
    color: #0087c1;
    margin-bottom: 0;
}


/* footer section */

.footer-section {
    background: linear-gradient(rgba(25, 95, 125, 0.54), rgba(39, 115, 193, 0.75)), url('../images/footer-bg-min-1024x306.jpg') center center no-repeat;
    background-size: cover;
    padding: 40px 20px;
}

.footer-section p {
    color: white;
    font-weight: 200;
    font-style: italic;
}

.lss {display:none;}
.shw .lss {display:inline;}
.shw .read{display:none;}

.less-s {display:none;}

.page-top-title {
    padding: 25px 0;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
}
.page-top-title h2 {
    margin: 0;
    font-size: 32px;
}
.main-content-bg {
    padding: 40px 0;
}
.sidebar-cont {
    background: #3498db;
    padding: 20px;
    border-radius: 3px;
}
.sidebar-cont h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    padding: 0 0 10px;
}
.sidebar-cont p {
    color: #fff;
}

.sidebar-cont ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-cont ul li {
    padding: 0 0 5px 19px;
    position: relative;
    color: #fff;
}
.sidebar-cont ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 8px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
}
.sidebar-cont ul li:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #fff;
    border-radius: 6px;
}

@media (max-width:576px) {
    .btn-custom,
    .btn-custom-dark {
        padding: 1px 10px;
        font-size: 17px
    }
    .two-grid-section .upper-grid {
        padding: 30px 0
    }
    .two-grid-section .upper-grid .padd-both {
        padding: 30px
    }
    .two-grid-section .upper-grid .padd-both .inner-col-left .super-inner,
    .two-grid-section .upper-grid .padd-both .inner-col-right .super-inner {
        padding: 20px 6px;
        border: 1px solid #fff;
        outline: solid 15px;
        color: #0087c1;
        min-height: 320px
    }
    .two-grid-section .upper-grid .padd-both .inner-col-left .super-inner h2 {
        font-size: 26px
    }
    .two-grid-section .upper-grid .padd-both .inner-col-left .super-inner p {
        font-size: 18px
    }
    .two-grid-section .upper-grid .padd-both .inner-col-right .super-inner h2 {
        font-size: 26px
    }
    .two-grid-section .upper-grid .padd-both .inner-col-right .super-inner p {
        font-size: 18px
    }
    .two-grid-section .lower-footer {
        padding: 40px 0
    }
    .two-grid-section .lower-footer .foot-logo {
        max-width: 280px
    }
    .two-grid-section .lower-footer img {
        max-height: 45px
    }
    .btn-dark-top {
        padding: 6px 6px;
        font-size: 14px;
        position: relative;
        z-index: 11;
    }
    .icon-btn span {
        display: block;
        width: 40px;
        height: 3px;
        background: white;
        margin-bottom: 6px;
    }
    .pl-80 {
        padding-left: 66px !important;
    }
    .mob-text {
        font-size: 14px;
    }
    .mob-text i {
        font-size: 23px;
        margin-top: 4px;
    }
    .black-sec .h-larg {
        font-size: 26px;
    }
    .black-sec .rt-heading {
        font-size: 18px;
        line-height: 31px;
        text-align: center;
    }
    .black-sec .center-para {
        font-size: 18px;
        line-height: 31px;
    }
    .texttmonial-section .item p {
        font-size: 18px;
        line-height: 31px;
    }
    .why-heading {
        font-size: 26px;
    }
    .why-para {
        font-size: 18px;
        line-height: 31px;
    }
    .map-section .location-col p {
        font-size: 20px;
    }
    .why-col-text {
        padding: 20px 15px !important;
    }
}

@media(max-width:768px) {
    .map-section .location-col {
        padding: 30px 15px;
    }
    .why-col-text {
        padding: 20px 0px;
    }
}

@media(max-width:767px) {
    .btn-dark-top {
        display: block;
    }
    .mob-text {
        margin-top: 3px;
        text-align: left;
        display: block;
        padding-left: 0 !important;
    }
}
/*========== sidebar css ==========*/
h2.widget-title {
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
#secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#secondary ul li{
    padding: 6px 0;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}
#secondary ul li a{
    color:#333;
    font-size: 13px; 
}
/*=========== call to action styling here ==========*/
.call-to-action{
    padding: 20px 0;
    background-color: #151e4c;
}
.call-to-action a{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px;
    text-decoration: none;
    border-bottom: 3px solid #00ffff;
    color: #ffffff;
    
}
.call-to-action a:hover,
.service-block a:hover,
.service-block h2:hover{
    color: #00ffff
}
.service-block{
    padding: 30px 0;
}
.service-block a,
.service-block h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.service-block h2{
    border-bottom: 3px solid #00ffff;
    padding-bottom: 8px;
}
.bg-image{
    background-image: url(../images/bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 20px;
    border: 20px solid #0087c1;
    position: relative;
}
.bg-image::before{
    content: "";
    background-color: #000000;
    opacity: .5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.entry-footer{
    display: none;
}
.post-navigation .screen-reader-text{
    display: none;
}
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a{
    color: #000000;
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous{
    position: relative;
}
.post-navigation .nav-links .nav-next a{
    margin-right: 6px;
}
.post-navigation .nav-links .nav-previous a{
    margin-left: 6px;
}
.post-navigation .nav-links .nav-next:after{
    content: "\f061";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    color: #000000;
}
.post-navigation .nav-links .nav-previous:before{
    content: "\f060";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    color: #000000;
}
.post-navigation .nav-links .nav-next a:hover,
.post-navigation .nav-links .nav-next a:focus,
.post-navigation .nav-links .nav-next a:visited,
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-previous a:focus,
.post-navigation .nav-links .nav-previous a:visited{
    color: #000000;
}
.entry-title{
    margin-bottom: 40px;
}
.post-thumbnail img{
    height: 300px;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.entry-content p{
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.entry-content{
    margin-bottom: 100px;
}
.content-area{
    margin: 30px 0;
}
.widget_search input[type="search"]{
    height: 35px;
    padding: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.widget_search input[type="search"]:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.widget_search input[type="submit"]{
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #000000;
    color: #ffffff;
    border: 0;
    padding: 10px 14px;
    font-size: 16px;
}
.post_block{
    margin: 10px 0;
}
.post_block .post-title,
.post_block .post-title a{
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #000000;
}
.post_block ~ .navigation{
    display: none;
}
.inner-banner img{
    height: 366px;
    -webkit-object-fit: cover;
    object-fit: cover;
}
.site-content{
    min-height: 800px;
}
.toggle-block{
    background-color: #000000;
    padding-bottom: 25px;
}
.toggle-block h1,
.toggle-block p{
    color: #ffffff;
}
.heading-block{
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 25px 10px;
    background-color: #000000;
    margin-bottom: 20px;
    margin-top: -30px;
}
.toggle-block p{
    font-size: 29px;
    line-height: 39px;
    margin: 40px 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    display: none;
}

.toggle-block h3{
    color: #0087c1;
    font-style: italic;
}
.read-more{
    background-color: #0087c1;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 23px;
    text-decoration: none;
    position: relative;
    border: none;
}
.read-more::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top: 20px solid #0087c1;
    left: 53px;
    top: 35px;
}
.read-more:visited,
.read-more:hover,
.read-more.active{
    color: #ffffff;
    text-decoration: none;
    outline: none;
}


.blog_content article {
    padding: 15px;
    border: 1px solid #eee;
    margin: 0 0 30px;
    box-shadow: 0 0 5px #eee;
}
.blog_content article .entry-content {
    margin: 0;
}
.blog_content article h2 {
    margin: 0 0 10px;
    font-size: 24px;
}
.blog_content article h2 a {
    color: #212529;
    display: block;
}
.blog_content article .entry-meta {
    padding: 0 0 10px;
    color: #0087c1;
}
.blog_content article .entry-meta a {
    color: #0087c1;
}





@media only screen and (max-width: 1023px) and (min-width: 768px) {
    body.home .mani-top-section {
        height: 800px;
    }
    .icon-rows-four {
        margin-top: -430px;
    }
}

@media screen and (min-width: 768px){
    .call-to-action a{
        font-size: 30px;
        line-height: 34px;
        padding: 0 40px;
    }
    .service-block a,
    .service-block h2{
        font-size: 30px;
        line-height: 35px;
    }
    .bg-image{
        padding: 30px;
        border: 25px solid #0087c1; 
    }
    .content-area{
        margin: 0 0 100px 0;
    }
    .heading-block{
        margin: -73px 0 20px;
    }
}

@media screen and (max-width: 767px){
    body.home .mani-top-section {
        height: 650px;
    }
    .icon-rows-four {
        margin-top: -230px;
        background: #27aad8;
        padding: 30px 0 !important;
    }
    .black-sec {
        padding-left: 10px;
        padding-right: 10px;
    }
    .upper-ab-box .col-12.py-5 img {
        margin-top: 25px;
        width: 100% !important;
        max-width: 290px;
    }
    body:not(.home) .mani-top-section {
        height: 420px;
    }
}

/********My custom cssss********/

/* .row.services_iconss {
    background: #397ba77d;
} */
a.pcolorstyle {
    color: #fff;
    font-size: 17px;
}
section.InnserPageServices {
    background: aqua;
    padding: 10px;
}
.row.serviceareas {
    background: gray;
    padding: 10px;
}

header#masthead {
    background: url(https://whyarg.com/wp-content/uploads/2020/02/matrix-bg-1.png)!important;
    background-position: 50%;
    background-size: inherit;
    background-repeat: no-repeat;
	background-color:#fff;
}
.socialicons {
    float: right;
    margin-right: 50px;
}
