body {
    color: #65707b;
   font-family: "Open Sans", sans-serif;
}
.lato{
    font-family: "Lato", sans-serif;
}
.roboto{
    font-family: "Roboto Slab", serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}
.header-top{
        background: #353c3e;
    min-height: 40px;
    border-bottom: 3px solid #434b52;
    padding: 12px 0 10px;
}
.icon-top i{
    font-size: 16px;
    background: #232829;
    color: #a3acb2;
    display: inline;
    padding: 5px;
    border-radius: 34px;
    vertical-align: middle;
    margin-right: 4px;
}
.icon-top a{
    text-decoration: none;
    display: inline-block;
    color: #ff932a;
    font-size: 15px;
    margin: 0 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', Arial;
}

.search-box input{
    background-color: #fdfdfd;
    background-image: url(../images/search-icon.png);
    background-position: 12px 50%;
    background-repeat: no-repeat;
    border-radius: 18px;
    cursor: text;
    font-size: 13px;
    height: 35px;
    line-height: 18px;
    padding: 7px 5px 8px 30px;
    transition: all .3s ease-in-out 0s;
    border: 1px solid #d2d2d2;
    color: #333;
    box-shadow: 1px 1px 3px rgba(255, 255, 255, .5), 1px 1px 3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 1px 1px 3px rgba(255, 255, 255, .5), 1px 1px 3px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 1px 1px 3px rgba(255, 255, 255, .5), 1px 1px 3px rgba(0, 0, 0, .1) inset;
    width: 230px;
}
.search-box button {
    border: 0px;
    color: #fff;
    background: #62696b;
    padding: 10px 20px 11px;
    margin-left: -20px;
    border-top-left-radius: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 0;
    font: 600 15px / 14px Lato, Arial, Helvetica, sans-serif;
}
.socials a{
    padding: 5px;
    height: 30px;
    background-color: #62696B;
    display: inline-block;
    margin: 7px 5px 0;    
    overflow: hidden;
    text-decoration: none;
}
.socials a i{
    color: #fff;
    font-size: 20px;
    opacity: .95;
    padding: 0;
    text-shadow: 1px 1px rgba(80, 88, 89, .5), 2px 2px rgba(80, 88, 89, .5), 3px 3px rgba(80, 88, 89, .5), 4px 4px rgba(80, 88, 89, .5), 5px 5px rgba(80, 88, 89, .5), 6px 6px rgba(80, 88, 89, .5), 7px 7px rgba(80, 88, 89, .5), 8px 8px rgba(80, 88, 89, .5), 9px 9px rgba(80, 88, 89, .5), 10px 10px rgba(80, 88, 89, .5), 11px 11px rgba(80, 88, 89, .5), 12px 12px rgba(80, 88, 89, .5), 13px 13px rgba(80, 88, 89, .5), 14px 14px rgba(80, 88, 89, .5), 15px 15px rgba(80, 88, 89, .5), 16px 16px rgba(80, 88, 89, .5), 17px 17px rgba(80, 88, 89, .5), 18px 18px rgba(80, 88, 89, .5), 19px 19px rgba(80, 88, 89, .5), 20px 20px rgba(80, 88, 89, .5), 21px 21px rgba(80, 88, 89, .5), 22px 22px rgba(80, 88, 89, .5), 23px 23px rgba(80, 88, 89, .5), 24px 24px rgba(80, 88, 89, .5), 25px 25px rgba(80, 88, 89, .5), 26px 26px rgba(80, 88, 89, .5), 27px 27px rgba(80, 88, 89, .5), 28px 28px rgba(80, 88, 89, .5), 29px 29px rgba(80, 88, 89, .5), 30px 30px rgba(80, 88, 89, .5), 31px 31px rgba(80, 88, 89, .5), 32px 32px rgba(80, 88, 89, .5), 33px 33px rgba(80, 88, 89, .5), 34px 34px rgba(80, 88, 89, .5), 35px 35px rgba(80, 88, 89, .5), 36px 36px rgba(80, 88, 89, .5), 37px 37px rgba(80, 88, 89, .5), 38px 38px rgba(80, 88, 89, .5);
}
.header-middle{
    padding: 10px 0px;
}
.btn-gren{
    padding: 5px 30px 6px;
    font: 900 16px / 22px Lato, Arial, Helvetica, sans-serif;
    letter-spacing: .02em;
    color: #fff;
    margin: 0 auto 0;
    background: #00b050;
    letter-spacing: .02em;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);
}
#nav{
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, .99) 3%, rgba(255, 255, 255, .48) 97%, rgba(255, 255, 255, .32) 98%, rgba(255, 255, 255, 0) 100%) #ccc;
}
#navbarSupportedContent a{
    font-weight: 700;
    border-top: 3px solid #fe8e06;
    text-transform: uppercase;display: block;
    font-family: "Open Sans", Arial;
    font-size: 12px;
    line-height: 13px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .9);
    padding: 15px 32px 19px 16px;
    color: #5a5d62;
    outline: 0;
    text-decoration: none;
}
#navbarSupportedContent li {
        border-left: 1px solid #EFEFEF;
        border-right: 1px solid #DDD;
    }
#navbarSupportedContent ul li ul li a{
    border-top: 0px;
}
#navbarSupportedContent a.active{
        color: #fe8e06;
        background: #fff;
}

.service-box a{
    font-size: 14px;
    color: #fe8e06;
    font-size: 14px;
}
.service-box a i{
    color: #363f46;
}
.testimonial-content::after {
    position: absolute;
    left: auto;
    top: 38px;
    display: block;
    width: 30px;
    height: 30px;
    border-top: 3px solid #ddd;
    border-right: 3px solid #ddd;
    background: #fff;
    content: '';
    right: -17px;
    transform: rotate(45deg);
/*    border-left: 18px #fff solid;*/
}
.service-2{
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    border: 2px solid rgba(15, 15, 15, .11);
    border-radius: 10px;
}
.service-2 img{
    margin: 15px auto 20px;
}
.service-2 h5{
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .31);
    font-size: 16px;
}
.service-2  p{
    text-align: center;
    letter-spacing: 0;
    padding: 5px 10px;
    font-size: 13px;
}
.service-2 a{
    position: relative;
    color: white;
    background: #19ae55;
    transition: all .18s ease;
    display: inline-block;
    padding: 6px 16px 6px 28px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 0;
    text-decoration: none;
}
.service-2 a:before {
    color: #fff;
    position: absolute;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    content: "\e3b0";
    color: inherit;
    top: 13px;
    left: 14px;
    font-size: 8px;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.testimonial-content{
    position: relative;
    border: 3px solid #ddd;
    margin: 0 30px 0 0;
    border-radius: 12px;
    padding: 30px 40px 30px 80px;
    background: #fff;
}
.citation1:after {
    position: absolute;
    top: -5px;
    left: -55px;
    content: '\201C';
    font: 700 65px / 65px Georgia, Times, serif;
    color: #ff5c30;
}
.testimonial-content h3{
    font-size: 1.2em;
    margin: 0 0 10px 0;
    display: block;   
    font-weight: 700;   
    color: #777;
}
.citation1{
    position: relative;
    font: 400 14px / 20px 'Open Sans', sans-serif;
    font-style: italic;
    margin: 0 0 10px;
}
.citation {
    color: #222;
    font-size: 14px;
}
.bg-orange{
    background: #fe8e06;
}
.heading h3{
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
    font-size: 30px;
}
.heading a {
    letter-spacing: .02em;
    padding: 12px 40px 15px;
    background: #00b050;
    display: inline-block;
    border-radius: 8px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);
    font-size: 20px;
    font-weight: 800;
    transition: 0.5s;
}
.heading a:hover {
    background: #353c3e;
}
.heading-service h2{
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 30px;
    font-weight: 300;
    color: #65707b;
}
.service-head i{
    position: relative;
    width: 48px;
    height: 48px;font-size: 28px;
    float: left;    padding: 10px;
    background: #4a4d4f;
    margin-right: 10px;border-radius: 50%;
    color: #fe8e06;
}
.service-head h4{
        font-size: 14px;    font-weight: 900;
}
.testimonials2 img{
    height: 120px;
    border-radius: 50%;
    width: 120px;
}
.testimonial-content2{
    position: relative;
    padding: 30px 40px 30px 80px;
    background: #fff;
    border-radius: 12px;
    margin: 0 0px 0 30px;
}
.testimonial-content2 h3{
    font-size: 1.2em;
}
.testimonial-content2::after {
    position: absolute;
    right: auto;
    top: 38px;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    content: '';
    left: -15px;
    transform: rotate(45deg);
}
.heading h4{
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin: 35px 0 21px;
    line-height: 2;
    font-size: 16px;
    padding-bottom: 5px;
    clear: both;
}
.logo-c:hover{
    box-shadow: 0px 0px 10px #ececec;
}
.heading h5{
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 18px;
}
.leads{
    background: #f0f0f0;
    padding: 30px 0;
}
.service-3 {
    min-height: 325px;
    background: white;
    border: 2px solid #8e8e8e;
    border-radius: 10px;
    padding: 20px 10px;
}
.service-3 img{
    display: block;
    margin: 15px auto 20px;
}
.service-3 h5{
    font-weight: 700;
    font-size: 15px;
    min-height: 60px;
    border-bottom: none;
    padding-bottom: 5px;
    padding: 15px 0;
}
.service-3 p{
    font-weight: 400;
    color: #7c7c7c;
    font-size: 13px;
}
.content-about p{
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #7c7c7c;
    letter-spacing: .2px;
}
.content-about-2 p i{
    color: green;
    margin-right: 5px;
}
.banner-box{
    background: url(../images/intro.jpg) 50% 50% no-repeat #eee;
    background-size: cover;
    padding: 80px 0px 30px;
}
.banner-content h1{
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
    font: 900 38px / 45px Lato, Arial, Helvetica, sans-serif;
    color: #fff;

}
.banner-content h5{
    font: 600 24px / 28px Lato, Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
    margin: 20px 0px;
}
.banner-buttons a{
    letter-spacing: .02em;
    padding: 12px 40px 15px;
    background: #00b050;
    display: inline-block;
    border-radius: 8px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s;
    color: #fff;
    text-decoration: none;
    margin: 0px 5px;
}
.bg-orng{
     background: #fe8e06 !important;
}
.bg-orng:hover{
    background: #353c3e !important;
}
.b-icon img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border:8px solid #fff;
}
.b-icon h2{
    font: 900 22px / 28px Lato, Arial, Helvetica, sans-serif;
    color: #fff;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
}
.banner-buttons a:hover{
    background: #353c3e;
}
.footer{
    border-top: 5px solid #ccc;
    background: #1b1b1b;  
}
.social a{
    color: #fff;
    display: inline-block;
    font-size: 19px;
    padding: 10px;
}
.l-t{
    font-size: 32px;
}
.m-t{
    font-size: 26px;
}
.s-t{
    font-size: 22px;
}
.catoery a{
    display: inline-block;
    background: #363636;
    color: #adadad;
    text-decoration: none;
    font-weight: 400;
    margin: 0 4px 4px 0;
    padding: 4px 10px;
    line-height: 22px;
}
.f-widget a{
    font-size: 13px;
    color: #a9a9a9;
    border-bottom: 1px dotted #e2e2e2;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}
.f-widget a:hover {
    background: #272727;
}
.f-widget a:after {
    float: right;
    font-family: icomoon;
    padding-right: 3px;
    padding-top: 7px;
    font-size: 6px;
    content: "\e3b0";
    color: #bbb;
    vertical-align: middle;
}
.copy{
    font-size: 13px;
    border-top: 1px solid #fe8e06;
    background: #141414;
    color: #fff;
    padding: 20px 0;
}
.text-gry{
    color: #555;
}
.testimonials{
    margin: 50px 0px;
}
@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, .99) 3%, rgba(255, 255, 255, .48) 97%, rgba(255, 255, 255, .32) 98%, rgba(255, 255, 255, 0) 100%) #ccc;
        position: absolute;
        width: 95%;
        top: 67px;
        padding: 10px;
        box-shadow: 0px 0px 10px #ececec;
    }
   
}
@media only screen and (max-width: 769px) {
    .service.pt-5.pb-5{
        padding-bottom: 1rem !important;
        padding-top: 1rem !important;
    }
    .testimonials.align-items-start.d-flex.justify-content-between.gap-3 {
        display: block !important;
    }
    .testimonials img {
        margin: 25px 0px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial-content{
        margin: 0px;
    }
    .testimonial-content::after{
        top: 96%;
        right: 44%;
        transform: rotate(135deg);
    }
    .testimonials{
        margin: 0px 0px;
    }
    .helped .col-md-2 {
        width: 50%;
    }
    .content-about-2.d-flex.justify-content-between.align-items-center {
        display: block !important;
        justify-content: center !important;
    }
    .content-about-2 img{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .banner-ivon{
        display: none;
    }
    .icon-top.d-flex.justify-content-end.gap-2 {
        display: block !important;
        text-align: center;
    }
    .contact{
        display: none;
    }
    .warp-middle.d-flex.justify-content-between.align-items-center {
        display: block !important;
        justify-content: center;
        text-align: center;
    }
    .search-box {
        margin: 20px 0px;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}