body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: #fff;
}

body a,
.w3ls-btn {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}


.fileupload {
    background: rgba(33, 33, 33, 0.5);
    border: none;
    padding: 3px 10px;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.btn-text {
    color: #ffffff;
}
.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    opacity: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: -3px;
    right: -3px;
}

.editbuttoncustom{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999999;
}
#previewimgdiv{
    height: 100px;
    width: 110px;
    border: 1px solid #1f201f54;
    border-radius: 8px;
    position: relative;
}
 
#previewImg,#previewServiceImg,#previewGalleryImg,#previewBlogImg,#previewmissionImg,
#previewImgVision,#previewImgPrivacy,#previewImgClients,#previewImgTestimonial,
#previewPortfolioImg,#previewWorkImg,#previewStaProjectImg,#previewStatisClientsImg,
#previewStatisAwardImg,#previewCoffeCupsImg
{
    height: 100px;
    width: 110px;
    padding: 10px;
    border-radius: 16px;
}

#previewImgAboutbackground{
    height: 100px;
    width: 110px;
    padding: 10px;
    border-radius: 16px;
}
#previewImgAbout{
    height: 100px;
    width: 110px;
    padding: 10px;
    border-radius: 16px;
}

#previewimgdivAbout_1{
    height: 100px;
    width: 110px;
    border: 1px solid #1f201f54;
    border-radius: 8px;
    position: relative;
}

#previewimgdivAbout_2{
    height: 100px;
    width: 110px;
    border: 1px solid #1f201f54;
    border-radius: 8px;
    position: relative;
}
header {
 
    position: fixed;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
     
}
 
 .text-area-height{
    height:150px;
 }

p {
    margin: 0;
    color: #333;
    font-size: 1em;
    line-height: 1.7;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

.list-group-item {
    background-color: transparent;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}

/* //colors code */

/* bottom-to-top */
a.move-top {
    position: fixed;
    bottom: 1.5%;
    right: 2%;
    z-index: 0;
}

a.move-top span {
    color: #0083ff;
    font-size: 30px;
}

/* //bottom-to-top */

/* header */
header {
    background: #0083ff;
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

#logo a {
    float: left;
    display: initial;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    text-transform: capitalize;
    color: #fff;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */
nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    /* float: right; */
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    margin: 0 5px;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 700;
    text-transform: uppercase;
   
    padding: 4px 15px;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    border-radius: 20px;
}


.admincustom  a   { 
    border-radius: 58px;
}

/* Background color change on Hover */
 
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 29px;
    background: #333;
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    z-index: 9;
    /* has to be the same number as the "line-height" of "nav a" */
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 6px 0;
    letter-spacing: 1px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 1280px) {
    nav a {
        font-size: 14px;
    }
}

@media all and (max-width : 991px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 12px;
        font-size: 14px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #000;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        letter-spacing: 1px;
        margin-bottom: 0;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 131px;
        padding: 5px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: .5px;
        background: transparent;
        color: #fff;
        text-transform: uppercase;
        border-radius: 20px;
    }

    .toggle:hover {
        opacity: .8;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle:hover,
    .menu .toggle.active {
        color: #000000;
        background: #ffffff;
        opacity: 1;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    nav ul {
        float: right;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul li a {
        display: inline-block;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav a {
        font-size: 14px;
        display: inline-block;
        margin: 8px 0;
    }

    a.reqe-button {
        padding: 12px 20px;
        font-size: 13px;
        margin: 0 8px;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/* dropdown */
#demo {
    margin: 10px 0 0px 0;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}



#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */
li.nav-right-sty {
    margin-left: 7em;
}

a.reqe-button {
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 9px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    display: inline;
    text-transform: uppercase;
}

/* //heaser */
/* login */
.edit-icon-header {
    background: #f39c12;
    width: 29px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: -36px;
    cursor: pointer;
    display: block;
}
.edit-icon-header a i {
    margin-left: -9px;
    color: white;
}

 
.edit-icon-banner a {
    background: #f39c12;  
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 0; 
    width: 29px;
    height: 26px;
  
  
}
.edit-icon-banner a i {
    margin-left: 9px;
    color: white;
}

.edit-icon-bannerAddress {
    background: #f39c12;
    width: 29px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 166px;
    cursor: pointer;
}
.edit-icon-bannerAddress a i {
    margin-left: 9px;
    color: white;
}

.edit-icon-bannerNav {
    background: #f39c12;
    width: 29px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 185px;
    cursor: pointer;
}
.edit-icon-bannerNav a i {
    margin-left: 9px;
    color: white;
}

.edit-icon-bannerLink {
    background: #f39c12;
    width: 29px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: 233px;
    cursor: pointer;
}
.edit-icon-bannerLink a i {
    margin-left: 9px;
    color: white;
}

.edit-icon-bannerMap {
    background: #f39c12;
    width: 29px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: -110px;
    cursor: pointer;
}
.edit-icon-bannerMap a i {
    margin-left: 9px;
    color: white;
}

#ourMission
{
    padding: 12px 0px;
    position: relative;
    color: #0083ff;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 700;
    text-shadow: 1px 1px 1px #969696;
}

#ourVision
{
    padding: 12px 0px;
    position: relative;
    color: #0083ff;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 700;
    text-shadow: 1px 1px 1px #969696;
}

#ourPrivacy
{
    padding: 12px 0px;
    position: relative;
    color: #0083ff;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 700;
    text-shadow: 1px 1px 1px #969696;
}ourVision

.edit-icon:hover {
    background-color: #9acbe2;
    
}

input.form-control.bg-theme {
    cursor: pointer;
}

.text-theme-2:hover,
.text-theme-2 {
    color: #000;
}

.w3ls-btn {
    background: #0083ff;
    color: #fff;
    padding: 5px 43px;
    display: block;
    margin-top: 5em;
    letter-spacing: 0.5px;
    border-radius: 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.w3ls-btn:hover {
    background: #333;
    color: #ffffff;
}

.modal-content {
    background: #fff;
}

/*-- //header --*/

.cpy-right {
    padding: 1vw;
    background: #0083ff;
}

.cpy-right p {
    color: #fff;
    text-align: center;
}

.cpy-right a {
    color: #fff;
}

/* banner */

.banner {
    background: url(../images/banner.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.banner_text_wthree_pvt {
    padding: 15vw 0;
}

.banner:before,
.inner-banner-w3ls:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

button.btn.bg-theme {
    letter-spacing: 1px;
}

.bg-theme {
    background: #00f2aa;
    color: #fff;
}

.bg-theme1 {
    background: #ffffff;
    color: #000;
}

.banner-bottom-w3ls {
    position: absolute;
    bottom: -150px;
    left: 14%;
    width: 72%;
}

.bb-img h3 {
    text-transform: capitalize;
    font-size: 1.2em;
    text-align: center;
    margin: 1em 0 0;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.align-w3-abt {
    padding: 14em 0 8em;
}

.wthree-link-bnr {
    padding: 8px 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    background: #0083ff;
    border: 1.5px solid #ffffff;
    text-transform: uppercase;
}

.wthree-link-bnr:hover {
    color: #fff;
    opacity: .8;
}

button.btn.wthree-link-bnr:hover {
    background: #fff;
    color: #000;
}

p.bnr-txt {
    width: 50%;
    color: #fff;
    font-size: 1.1em;
    margin: 0.5em 0 1.2em;
    line-height: 2;
}

button.wthree-link-bnr:hover {
    background: #0083ff;
    color: #fff;
}
.service-title .wow .fadeIn >p{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

h3.home-banner-w3 {
    color: #fff;
    font-size: 2.5em;
    line-height: 1.4;
    text-transform: capitalize;
    width: 50%;
    font-weight: 700;
    word-spacing: 4px;
}

/* inner banner */

.inner-banner-w3ls {
    background: url(../images/inner-banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;
    position: relative;
    z-index: 0;
}

li.breadcrumb-item a {
    color: #000;
}

.breadcrumb-item.active {
    color: #2577cf;
    text-transform: capitalize;
    font-weight: 600;
}

/* //inner banner */

/* title */

.wthree_pvt_title {
    margin-bottom: 2em;
}

h4.w3pvt-title {
    color: #0083ff;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 600;
    text-shadow: 1px 1px 1px #969696;
}

p.sub-title {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    width: 60%;
    margin: 1em auto 0;
}

span.sub-title {
    text-transform: capitalize;
    font-size: 1em;
    color: #333;
}

.align-w3 {
    padding: 5em 0;
}

/* //title */

/* about */

.abt-icon {
    width: 80px;
    height: 80px;
    border: solid;
    border-width: 3px;
    border-top-color: #0087fc;
    border-bottom-color: #00f0ac;
    border-left-color: #00efac;
    border-right-color: #0083ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.abt-icon span {
    font-size: 1.7em;
    color: #0083ff;
}

.abt-txt h4 {
    text-transform: capitalize;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

.abt-txt {
    margin-left: 1em;
}

/* //about */

/* services */

.services-bg-color {
    padding: 2em;
}

h4.home-title {
    text-transform: capitalize;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    color: #000;
}

/* services */

/* slide */

.slide-banner {
    background: url(../images/g6.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
}

/* //slide */

/* blog */
span.post-icon {
    position: absolute;
    line-height: 4;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0px 12px;
    text-transform: capitalize;
    opacity: 0.6;
    background: #00f2aa;
    color: #3120E0;
    transition: 1s ease;
}

h5.blog-title a {
    font-size: 0.9em;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
    display: block;
}

.blog-btn {
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
    text-transform: uppercase;
}

blog-btn:hover {
    color: #0083ff;
}

.card-body {
    background: #eae9ea;
}

a.blog_link {
    display: inline-block;
    color: #0083ff;
    margin-top: 1em;
    font-weight: 600;
    background: #fff;
    padding: 4px 18px;
}

/* //blog */

/*-- explore slider --*/

.callbacks_container {
    position: relative;
    z-index: 1;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 3%;
    left: 1%;
    z-index: 11;
    right: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
}






.callbacks_tabs li {
    display: inline-block;
    margin: 0 .3em;
}

@media screen and (max-width: 600px) {
    .callbacks_nav {
        top: 47%;
    }
}

.callbacks_here a:after {
    background: #000;
}

.slide-img {
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover;
    min-height: 500px;
}

.slide-img1 {
    background: url(../images/g6.jpg) no-repeat center;
    background-size: cover;
}

.slide-img2 {
    background: url(../images/g3.jpg) no-repeat center;
    background-size: cover;
}

/* //images slider */

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.36);
}

/* contact */

textarea {
    height: 200px;
    resize: none;
}

form.register-wthree .form-control {
    padding: 15px 20px;
    border: 1px solid #dbdde2;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    letter-spacing: 1px;
}

.contact-form-wthreelayouts {
    height: auto;
    padding: 5px; 
    border: 2px solid #eee;
    /* border: 2px solid #464444; */
    border-radius: 2px;

}

#contact iframe {
    width: 100%;
    border: 3px solid #0083ff;
    padding: 1vw;
    min-height: 500px;
}

.contact-w3 span {
    color: #00f2aa;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    /* border-radius: 8% 37% 5% 26%; */
    /* border: 1px solid #fff; */
    text-align: center;
}

.contact-w3 {
    background: #eee;
    padding: 2em 1em;
}

.contact-w3 a,
.contact-w3 address p {
    color: #000;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

h5.cont-form {
    margin: 1em 0;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.7em;
    font-family: 'Lato', sans-serif;
    color: #0083ff;
    font-weight: 600;
}

/* //contact */

/* team */

/* team  */

/*********************** Demo - 13 *******************/

.box13 {
    position: relative;
    transition: all .2s ease-out 0s;
    text-align: center;
    z-index: 0;
}
.box13BeforeAfter::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-top: 1px solid #F39C12;
    border-left: 1px solid #F39C12;
    top: -2px;
    left: 12px;
}
.box13BeforeAfter{
   box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.2); 
}
.box13BeforeAfter::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-bottom: 1px solid #F39C12;
    border-right: 1px solid #F39C12;
    bottom: -2px;
    right: 12px;
}




.box13::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 4, 253, 0.267);
    border-radius: 7px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
    z-index: 1;
    opacity: 1;
}
.box13:hover:after {
    opacity: .9;
    transform: rotate3d(0, 0, 0, 0deg)
}
.box13 .team_image_wrapper img{
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 7px;
    vertical-align: middle;
    border-style: none;
    padding: 10px;
}
.box13 .box-content{
    visibility: visible;
    bottom: 20px;
    background-color: #fff;
    border-radius: 7px;
    padding: 25px 15px;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    bottom: -10px;
    opacity: 0;
      
}

.box13:hover .box-content{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    background-color: #fff;
    border-radius: 7px;
    padding: 25px 15px;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    bottom: 10px;
}

.box13 .box-content .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: rgb(17, 16, 16);
    margin: 0 0 10px
}

.box13 .box-content .post {
    display: block;
    font-size: 15px;
    color: #070707;
    margin-bottom: 20px;
    text-transform: capitalize;
}


.box13 .social {
    padding: 0;
    margin: 0;
    list-style: none
}

.box13 .box-content .social-links li {
	display: inline-block;
    margin: 0 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    position: relative;
    left: 3px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.box13:hover .box-content .social-links li {
	display: inline-block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}


.box13 .box-content .social-links li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #1b1462;
    line-height: 35px;
    margin-right: 5px;
    
}

.box13 .box-content .social-links li.facebook a {
    background-color: #0040e5;
    color: #fff;
}

.box13 .box-content .social-links li.twitter a {
    background-color: #ddeffb;
    color: #55aded;
}

.box13 .box-content .social-links li.youtube a {
    background-color: #ffe5e5;
    color: #ff0303;
}



.box13 .box-content .social-links li.behance a {
    background-color: #e5eeff;
    color: #0057ff;
}



.box14 .icon li,
.box14 .post {
    display: inline-block
}
/* .box13 .social li a .fa-facebook-f{
    color:#fff;
    background-color: #0083ff;
    padding: 10px;
    border-radius: 50%;
/* 
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; */


.box13 .social li a .fa-twitter{
    color:#55aded;
    background-color: #ddeffb;
    padding: 10px;
    border-radius: 50%;

    /* -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s; */
}
.box13 .social li a .fa-youtube{
    color:#ff0303;
    background-color: #ffe5e5;
    padding: 10px;
    border-radius: 50%;
}
.box13 .social li a .fa-behance{
    color:#0057ff;
    background-color: #e5eeff;
    padding: 10px;
    border-radius: 50%;


}





@media only screen and (max-width:990px) {
    .box13 {
        margin-bottom: 30px
    }
}

/* team  */

/* //team */

/* testimonials */

.testi-text p {
    color: #777;
    width: 90%;
    margin: 0 auto;
    font-size: 1.1em;
}

.testi-desc span {
    font-size: 2em;
    margin: 15px;
    color: #0083ff;
}

.testi-text p span {
    font-size: 1.1em;
    color: #777;
    margin: 9px 10px;
}

.testi-desc {
    text-align: center;
}

.carousel-indicators .active {
    background-color: #fb962e
}

.carousel-indicators li {
    background-color: #000;
    border: 1px solid #0083ff;
    cursor: pointer;
}

.carousel-indicators {
    bottom: -20px;
}

.testi-desc h5 {
    font-weight: 600;
    color: #333;
    font-size: 1.1em;
    text-transform: capitalize;
}

.testi-text {
    margin-bottom: 0.5em;
}

.testimonials_grid {
    background: #eee;
    padding: 2rem 1rem;
    border-radius: 1rem;
}

/* //testimonials */

/* //Portfolio */

.img-grid {
    margin-bottom: 1.2em;
    box-shadow: 0px 0px 5px 3px rgba(13,0,0,0.22);
-webkit-box-shadow: 0px 0px 5px 3px rgba(13,0,0,0.22);
-moz-box-shadow: 0px 0px 5px 3px rgba(13,0,0,0.22);
}

h6.main-title-w3pvt {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    color: #0083ff;
    letter-spacing: 0.5px;
}

.port-desc {
    padding: 1.5em 1em;
    background: #eee;
}

/* gallery */
.gal-img img {
    padding: 10px;
}

/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    height: 480px;
    overflow: auto;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    /* max-width: 60%; */
    width: 500px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
    /* display: flex; */
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #45d5c0;
}

/* //popup */
/* //gallery */
/* Portfolio */

/* footer */

.footer {
    background: #333;
}

.text-theme {
    color: #0083ff;
}

.footer h2 a {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    font-size: 0.9em;
    color: #fff;
}

.footer h2 a:hover {
    color: #fff;
}

/* footer grids */

.footerv3-top h3 {
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
}

.footv3-left h4 a {
    font-size: 1.3em;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 14px 0 0;
    position: relative;
    text-transform: capitalize;
}

h4.footer-title {
    color: #777;
    text-transform: capitalize;
}

.footerv3-top p {
    font-size: 1em;
    color: #a3b1bf;
    margin: 1em 0;
    line-height: 1.5em;
}

.footer p a {
    color: #fff;
    text-decoration: underline;
}

.footer p a:hover {
    color: #fff;
}

.fv3-contact p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
}

.footer-top p {
    max-width: 400px;
}

.fv3-contact p a:hover {
    color: #0083ff;
}

.list-w3pvtits li a {
    color: #fff;
    font-size: 1em;
    text-transform: capitalize;
}

h3.w3f_title {
    font-size: 1.3em;
    color: #fff;
    font-weight: 400;
}

/* //footer */
/* -- Responsive code -- */
@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    .banner-bottom-w3ls {
        bottom: -110px;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1080px) {
    h3.home-banner-w3 {
        width: 60%;
        font-size: 2.3em;
    }

    .align-w3-abt {
        padding: 12em 0 8em;
    }

    h4.w3pvt-title {
        font-size: 2.1em;
    }

    .services-bg-color {
        padding: 0 2em;
    }

    li.nav-right-sty {
        margin-left: 3em;
    }
}

@media screen and (max-width: 1050px) {

    .align-w3 {
        padding: 4em 0;
    }
}

@media screen and (max-width: 1024px) {
    .banner-bottom-w3ls {
        left: 10%;
        width: 80%;
    }

    h3.home-banner-w3 {
        width: 100%;
    }

    p.bnr-txt {
        width: 100%;
    }

    .inner-banner-w3ls {
        min-height: 250px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        margin-left: auto;
    }

    .dropdown-menu {
        text-align: center;
    }

    .right_nav {
        margin: 0 auto;
        text-align: center;
    }

    .bb-img h3 {
        font-size: 1.05em;
    }

    p.sub-title {
        width: 100%;
    }

    .wthree_pvt_title {
        margin-bottom: 4em;
    }

    .w3ls-btn {
        margin-top: 3em;
    }

    .align-w3-abt {
        padding: 12em 0 4em;
    }

    .abt-txt h4 {
        font-size: 1.1em;
    }

    .abt-txt {
        margin-left: 0;
    }

    .slide-banner {
        min-height: 420px;
    }

    .slide-img {
        min-height: 450px;
    }

    .carousel-indicators {
        bottom: -45px;
    }

    li.nav-right-sty {
        margin-left: 0em;
    }

    .box13:hover .box-content {
        padding: 3vw;
    }
}

@media screen and (max-width: 900px) {
    h3.home-banner-w3 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 800px) {
    #contact iframe {
        min-height: 400px;
    }
}

@media screen and (max-width: 768px) {
    h3.home-banner-w3 {
        font-size: 2em;
    }

    h4.w3pvt-title {
        font-size: 1.9em;
    }

    .wthree_pvt_title {
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 736px) {
    .align-w3 {
        padding: 3em 0;
    }

    .slide-img {
        min-height: 350px;
    }

    .box13 .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 667px) {
    .bb-img h3 {
        font-size: 1em;
    }

    .abt-icon {
        width: 60px;
        height: 60px;
    }

    .abt-icon span {
        font-size: 1.5em;
    }

    h4.w3pvt-title {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 640px) {
    .slide-banner {
        min-height: 385px;
    }

    .carousel-indicators {
        bottom: -35px;
    }
}

@media screen and (max-width: 600px) {
    .banner-bottom-w3ls {
        left: 5%;
        width: 90%;
    }
}

@media screen and (max-width: 568px) {
    .wthree-link-bnr {
        padding: 3px 25px;
        letter-spacing: 0px;
        font-size: 13px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 4px 15px;
        font-size: 0.85em;
        letter-spacing: 1px;
    }

    .banner-bottom-w3ls {
        bottom: -90%;
    }

    .align-w3-abt {
        padding: 22em 0 8em;
    }

    h3.home-banner-w3 {
        font-size: 1.8em;
    }

    p.bnr-txt {
        font-size: 1em;
        line-height: 1.5;
    }

    .align-w3-abt {
        padding: 22em 0 3em;
    }

    h4.w3pvt-title {
        font-size: 1.6em;
    }

    .services-bg-color {
        padding: 0;
    }

    .align-w3 {
        padding: 2em 0;
    }

    .slide-img {
        min-height: 300px;
    }

    .box13 .box-content,
    .box13:after {
        left: 21px;
        right: 33px;
    }

    .w3ls-btn {
        margin-top: 2em;
    }

    #contact iframe {
        min-height: 300px;
    }

    h5.cont-form {
        font-size: 1.5em;
    }

    form.register-wthree .form-control {
        padding: 8px 20px;
    }

    a.navbar-brand {
        font-size: 0.75em;
    }

    .contact-form-wthreelayouts {
        padding: 1em;
    }

    .box13:hover .box-content {
        padding: 20vw 4vw;
    }
}

@media screen and (max-width: 480px) {
    h3.home-banner-w3 {
        font-size: 1.6em;
    }

    .wthree_pvt_title {
        margin-bottom: 2.5em;
    }

    .align-w3-abt {
        padding: 20em 0 3em;
    }

    .w3ls-btn {
        margin-top: 2em;
    }

    .w3ls-btn {
        padding: 4px 30px;
    }

    .inner-banner-w3ls {
        min-height: 200px;
    }

    .slide-img {
        min-height: 200px;
    }

    h3.w3f_title {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 414px) {
    .right_nav {
        margin: 0.5em auto;
    }

    h3.home-banner-w3 {
        font-size: 1.4em;
    }

    .align-w3-abt {
        padding: 19em 0 0em;
    }
}

@media screen and (max-width: 384px) {
    .banner-bottom-w3ls {
        left: 0;
        width: 100%;
    }

    .img-grid {
        padding: 0;
    }

    .testi-text p {
        width: 100%;
        font-size: 1em;
    }

    .testi-desc h5 {
        font-size: 1em;
    }
}

@media screen and (max-width: 375px) {
    .inner-banner-w3ls {
        min-height: 180px;
    }
}

@media screen and (max-width: 320px) {
    h3.home-banner-w3 {
        font-size: 1.2em;
    }

    .banner-bottom-w3ls {
        bottom: -80%;
    }

    .bb-img h3 {
        font-size: 0.9em;
    }

    .abt-icon {
        width: 50px;
        height: 50px;
    }

    .abt-icon span {
        font-size: 1.2em;
    }

    .abt-txt h4 {
        font-size: 1em;
    }

    .align-w3-abt {
        padding: 17em 0 0em;
    }

    h4.w3pvt-title {
        font-size: 1.4em;
    }

    h4.home-title {
        font-size: 1.1em;
    }
}

/* -- //Responsive code -- */



/*-- Sr Extend CSSS Code --*/
/*-- Services Section Code --*/

#viewMoreServices
{
    margin-top: -60px;
}
#viewMoreServices a
{
    font-weight: 300;
    border-radius: 3px;
}
#viewMoreServices a:hover
{
    background-color: #28a745;
    color: #fff;
}
.blog-details
{
    margin-top: 10px;
    margin-bottom: 10px;
    /* border-style: dashed;
    border-color: #0062cc;
    border-width: 1px; */
    /* box-shadow: -3px 23px 72px 10px rgba(0,0,0,0.51);
    -webkit-box-shadow: -3px 23px 72px 10px rgba(0,0,0,0.51);
    -moz-box-shadow: -3px 23px 72px 10px rgba(0,0,0,0.51); */
}
.courses-title
{
    font-size: 22px;
    font-weight: 700;
    color: #0083ff;
}
.border ul li a
{
    color: #81c100;
    font-weight: 500;    
}
.card
{
    margin-top: 15px;
    box-shadow: 0 20px 50px 0 rgb(22 91 141 / 60%);
}
.post-image a img
{
    margin-top: 10px;
}
.nav-tabs
{
    margin-top: 10px;
}
.port-desc
{
    margin-top: -100px;
    z-index: 1;
}
.port-desc p
{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.card-body p
{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}
.services-details
{
    /* height: 100px;
    text-align: center;
    opacity: 0;
    transition: transform .3s ease;
    z-index: 2; */

    height: 100px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(38, 38, 38, 0.7);
    -webkit-transform: translate(-2rem, -2.5rem) scale(0);
    transform: translate(-2rem, -2.5rem) scale(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}
.services-details a
{
    font-weight: 100;
    border-radius: 15px;
    margin-top: 30px;
}
.img-grid
{
    position: relative;
}
.services-details a:hover
{
    background-color: #0062cc;
    color: #00f2aa;
}
#blog-title
{
    color: #0083ff;
    text-shadow: 1px 1px 1px #969696;
}
#blog-readmore
{
    font-weight: 600;
    border-radius: 3px;
}
#blog-readmore:hover
{
    background-color: #0083ff;
    color: #fff;
}
.editContent
{
    width: 0%;
    background-color: #eee;
}
.popup p
{    
    background-color: #eee;
    padding: 5px;
    margin-top: -34px;
    text-align: justify;
    font-family: cursive;
    font-size: 17px;
}
.post-item-description h2 
{
    padding: 6px 0px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0083ff;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px #969696;
}
.post-item-description p
{
    text-align: justify;
    font-family: cursive;
    font-weight: 500;
    font-size: 17px;
}
.post-thumbnail-content a
{
    text-shadow: 1px 1px 1px #c9c9c9;
}
.post-date
{
    color: #6c757d;
    font-weight: 500;
}
.post-meta-date
{
    color: #6c757d;
    font-weight: 500;
}
.event-right
{
    margin-top: 14px;
}
.submit-btn-custom
{
    margin-bottom: 8px;
}







/*Customize Code */
.align-w3 {
    padding: 1rem 0;
}
.services-bg-color {
    padding: 0 2em;
}
.slide .carousel-inner .carousel-item,.slide .carousel-inner .carousel-item .active{
    width: 100%;
    height: auto;  
    
}

.slide .carousel-inner .carousel-item img,.slide .carousel-inner .carousel-item .active img{
    width: 100%;
    height: 100vh;
    
}

.slide .carousel-inner .carousel-item .carousel-caption{

    left: 0;
    right: 0;
    bottom: 0;
    top: 60%;
    padding:0;

}














.about-img-wrapper{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    padding: 14px;
    text-align: center;
    overflow: hidden;
}
.about-img-wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.about-img-wrapper:before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    border-top: 1px solid #F39C12;
    border-left: 1px solid #F39C12;
    top: 3px;
    left: 0px; 
}
.about-img-wrapper::after {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    border-bottom: 1px solid #F39C12;
    border-right: 1px solid #F39C12;
    bottom: 3px;
    right: 0px;
}

.about-img-wrapper img{
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all.6s ease-in-out;
    -moz-transition: all.6s ease-in-out;
    -o-transition: all.6s ease-in-out;
    transition: all.6s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}
.about-img-wrapper img:hover{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    
    
}

.content-heading-title{
    position: relative;
    color: #0083ff;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 600;
    text-shadow: 1px 1px 1px #969696;
    display: block;
}
.content-heading-title::after {
    content: "";
    position: absolute;
    width: 100px;
    border-bottom: 2px solid #0083ff;
    bottom: -1px;
    left: 0;
}
.section-heading-title{
    position: relative;
    color: #0083ff;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 600;
    text-shadow: 1px 1px 1px #969696;
}
.section-heading-title::after {
    content: "";
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #0083ff;
    bottom: -3px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
}

/*
--------------------------------------------
-  User's Story
--------------------------------------------
*/
/*
-- Default User's Story
-----------------------
*/
.user-wrap {
    width: 100%;
    height: auto;
    padding: 35px 0;
    background-color: #fffcf4;
    text-align: center;
}
.user-slider {
    margin-top: 0px;
    position: relative;
}
.user-contain {
    display: inline-block;
    width: 750px;
    height: auto;
    margin: 0;
    background-color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 10px;
    padding: 0 90px 20px;
    box-shadow: 0px 0px 18px -9px #000;
    -webkit-box-shadow: 0px 0px 18px -9px #000;
}
.user-contain h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0;
    color: #25a7b4;
    text-align: right;
    padding-top: 40px;
    text-transform: capitalize;
}
.user-contain .user-img img {
    position: absolute;
    width: 130px;
    top: 40px;
    left: 260px;
    z-index: 1000;
    border-radius: 50%;
}
.user-contain .user-sign {
    text-align: right;
}
.user-contain p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #575757;
    font-weight: 500;
    text-align: left;
}
.user-pull {
    position: absolute;
    width: 64%;
    height: 40px;
    left: 18%;
    text-align: center;
    top: 175px;
    z-index: 100;
}
.user-pull .btn:active {
    box-shadow: none;
    -webkit-box-shadow:none;
}

/*gallery*/

/*
-- My Portfolio Section
------------------------
*/
/*
-- My Portfolio Section
------------------------
*/

.portfolio-area {
    width: 100%;
    height: auto;
}
.portfolio-area .portfolio-filter ul {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.portfolio-area .portfolio-filter ul li {
    display: inline-block;
    margin: 0px 13px;
    cursor: pointer;
}
.portfolio-area .portfolio-filter ul li span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    padding: 5px 25px;
    background-color: #fafafa;
    z-index: 10;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 4px 3px 6px -2px #b3b2b2;
    -moz-box-shadow: 4px 3px 6px -2px #b3b2b2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-area .portfolio-filter ul li span:hover,
.portfolio-area .portfolio-filter .active span {
    color: #fff!important;
    background-color: #7c4dff!important;
}
.portfolio-area .portfolio-items {
    margin-top: 60px;
    width: 100%;
}
.portfolio-items .portfolio-items-inner {
    width: 100%;
    height: auto;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    border-top: 1px solid #eceaea;
    border-bottom: 1px solid #eceaea;
}
.portfolio-items .portfolio-items-inner img {
    width: 100%;
}
.portfolio-items-inner .item-caption-inner {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: table;
}
.portfolio-items-inner .item-caption-inner:after {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.portfolio-items-inner .item-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
}
.item-caption-inner .item-caption-content ul {
    padding: 0px;
    margin-left: 0px;
}
.item-caption-content ul li i {
    font-size: 25px;
    color: #fff;
    padding-right: 10px;
}
.portfolio-items .item-caption-inner .item-caption-content {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.item-caption-content a {
    color: #fff;
}
.item-caption-content li p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
}
.isotope:hover .item-caption {
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.portfolio-items .item-caption-content li p:hover,
.item-caption-content ul li i:hover {
    color: #7c4dff;
}
div.pp_default .pp_previous:hover {
    background: url('../img/btnPrevious.png') 0px 177px;
    background-repeat: no-repeat;
}
div.pp_default .pp_next:hover {
    background: url('../img/btnNext.png') 185px 177px;
    background-repeat: no-repeat;
}
.pp_social {
    display: none;
}

.section-title {
    text-align: center;
}
.section-title h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 75px;
}
.section-title h3:before {
    content: "";
    padding: 0px 30px;
    background-image: url('../img/title-divider-left.png');
    background-repeat: no-repeat;
    background-position: center;
}
.section-title h3:after {
    content: "";
    padding: 0px 30px;
    background-image: url('../img/title-divider-right.png');
    background-repeat: no-repeat;
    background-position: center;
}

.page-banner-wrapper{
	width: 100%;
	height: 380px;
}

.page-banner-wrapper img{

	/* max-width: 100%; */
	max-height: 100%;
    width: 100%;

}

.edit-icon-wrapper{
	background: #f39c12;
    width: 29px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    right: 3%;
	z-index: 1;
}
.edit-icon-wrapper a{
	margin: 0 auto;
    text-align: center;
    display: block;
    cursor: pointer;
}
.edit-icon-wrapper a i{
	color: #fff;
}


.edit-icon-blog{
	background: #f39c12;
    width: 29px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    right: 2%;
    top: 1%;
	z-index: 1;
}
.edit-icon-blog a{
	margin: 0 auto;
    text-align: center;
    display: block;
    cursor: pointer;
}
.edit-icon-blog a i{
	color: #fff;
}

.service-feature p{
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.modal-icon{
	margin-left:5px;
	cursor: pointer;
}

.album-icon{
	background: #f39c12;
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
	cursor: pointer;
}
/*End Lutful*/

/* This is kamrul css code  */

.service-feature {
    background-color: #f2f2f2;
}
.feature-3 {
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
    overflow: hidden;
}
.category_name {
    position: absolute;
    margin-left: 0;
    padding: 3px;
    border-radius: 2px;
    margin-top: -22px;
    margin-left: -22px;   
}

.category_name h6:hover{
    color: #F39C12;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    transform: scale(1.2);
}
.category_name h6{
   color: #bfd0e0;
   font-size: 12px;
   -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
-o-transition: 1s ease;
    transition: 1s ease;
    padding: 5px;
}

.text-center {
    text-align:center;
}
.text-center .servicesDescription{
    text-align:justify !important;
}
.feature-3 i {
    font-size: 60px;
    color: #0083ff;
}
.feature-3 i:before {
    font-size: 60px;
}
.icon-layers:before {
    content: "\e031";
}
.feature-3 h4 {
    font-size: 22px;
    margin: 15px 0;
 
}
 /* p {
    margin: 0 0 10px;
} */
.mt25 {
    margin-top: 25px;
}
.btn-primary {
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 12px 25px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #0083ff;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn_bg:hover{
    background:#28a745;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.widget {
    text-align: center;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 10px 30px;
}
.widget-title {
    margin: 0 0 20px 0;
}
.list-style-4 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-style-4 li:before, .list-style-4 li a:hover, .list-style-4 li a:focus {
    color: #F39C12;
}
.list-style-4 li:before {
    content: "\f219";
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-size: 16px;
}
.list-style-4 li, .list-style-4 li a {
    font-size: 15px;
    margin-top:10px;
}
.widget-archive li a, .widget-category li a {
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
/* This is my css code  */

.widget-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0083ff;
}
.widget-title h3::before {
    content: "";
    position: absolute;
    width: 90px;
    border-bottom: 3px solid #0083ff;
    top: 3.9%;
}

.widget-title .category_titles h3::before{
    content: "";
    position: absolute;
    width: 90px;
    border-bottom: 3px solid #0083ff;
    top: 7.7%;
}
.widget {
    margin-bottom: 40px;
}
.widget-title {
    margin: 0 0 20px 0;
}
.widget ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    padding-left: 20%;
}
.widget-tag li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 2px;
}
.widget-tag li a {
    font-size: 14px;
    font-style: normal !important;
    line-height: 17px;
    margin: 0;
    padding: 8px 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff !important;
    border: 0;
    background: #e84c3d;
    text-shadow: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tags-list li a:before {
    content: "\f02c";
    padding-right: 8px;
    font-size: 13px;
    font-family: 'FontAwesome';
}
.servicesTitleAndDescription{
    padding: 20px;
    margin-top: 10px;
}
.servicesTitleAndDescription h4 {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.3em;
    color:#0083ff;
}
.servicesTitleAndDescription p {
    font-weight: 400;
    color: #000;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.1rem;
}
.servicesTitleAndDescription h4::before {
    content: "";
    position: absolute;
    width: 125px;
    border-bottom: 3px solid #0083ff;
   top:25%;
}
.feature-3 i{
    visibility: visible; animation-duration: 1s; animation-name:fadeInDown;
}
.feature-3 h4{
    visibility: visible; animation-duration: 2s; animation-name: fadeInLeft;
}
.feature-3 .servicesDescription{
    visibility: visible; animation-duration: 3s; animation-name: fadeInRight;
}
.feature-3 .fadeInUp {
    visibility: visible;
    animation-duration: 4s;
    animation-name: fadeInUp;
    text-align: center;
}

.single-blog-post:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-top: 1px solid #F39C12;
    border-left: 1px solid #F39C12;
    top: -5px;
    left: 10px;
}
.single-blog-post::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-bottom: 1px solid #F39C12;
    border-right: 1px solid #F39C12;
    bottom: -4px;
    right: 10px;
}
.single-blog-post img:hover{
    opacity: 0.5;  
}
.blog-img{
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}
.aboutdetails {
    background: #f9fbfd;
    padding: 10px;
}
.widget .list-unstyled li:first-child{
    visibility: visible; animation-duration: 2s; animation-name: fadeInUp;
}
.widget .list-unstyled li:nth-child(){
    visibility: visible; animation-duration: 2s; animation-name: fadeInUp;
}

/* Blog Page Design Css Start  */



.blog_main{
    /* background-color: beige; */
    padding: 0 3px;
}
.blog_main .row{
    margin: 0;
    padding: 0;
}
.blog_main_wrapper{
  
    display: flex;
    padding: 10px;
    margin: 10px;
}
.image_wrapper{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px;
}
.image_wrapper img{
    max-width: 100%;
    max-height: 100%;
}
.mb-30 {
    margin-bottom: 30px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
	margin-top: 0;
    box-shadow: 5px 10px 8px rgba(0,0,0,0.3);
	padding: 5px;
    border: 1px solid rgb(0 0 0 / 9%);
}
.width-40 {
    width: 40%;
}
.position-relative {
    position: relative;
}

.img-overlay-70 {
    position: relative;
}
.img-opacity-hover {
    position: relative;
    display: block;
}
/* a, a:active, a:focus, a:hover {
    text-decoration: none;
} */
.img-overlay-70:before {
    opacity: .7;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#111),to(transparent));
    background-image: -webkit-linear-gradient(transparent,#111);
    background-image: -moz-linear-gradient(transparent,#111),-moz-linear-gradient(transparent,#111);
    background-image: -o-linear-gradient(transparent,#111),-o-linear-gradient(transparent,#111);
    background-image: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid  img {
    max-width: 100%;
    height: auto;
}

.img-opacity-hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(225,225,225,.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.topic-box-top-xs {
    position: absolute;
    top: 10px;
    left: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.topic-box-sm {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    z-index: 2;
}
.color-cod-gray:before {
    border-top: 8px solid #111;
    border-right: 8px solid transparent;
}
.topic-box-sm:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}
.color-cod-gray:after {
    background-color: #111;
}
.topic-box-sm:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.media .media-body.media-margin30 {
    margin-left: 30px;
}
.media .media-body {
    margin-left: 15px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.post-date-dark ul {
    line-height: 1;
}
.post-date-dark ul li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 14px;
    color: #111;
    margin-right: 15px;
}
.post-date-dark ul li span {
    float: left;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}
.post-date-dark ul li a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
}
.post-date-dark ul li:last-child {
    margin-right: 0;
}
.post-date-dark ul li .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-calendar:before {
    content: "\f073";
}
h3.title-semibold-dark {
    font-weight: 600;
}
h3.size-lg {
    font-size: 18px;
}
.mb-15 {
    margin-bottom: 15px;
}
h3.title-semibold-dark a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
h3.title-semibold-dark a:hover {
   color:#f39c12;
}
.h3-mb-none-child h3, .p-mb-none-child p {
    margin-bottom: 0;
}
.p-mb-none-child p {
    line-height: 24px;
    margin: 0 0 20px;
}
/* Blog Single Page Css Start */
.section-space-less30 {
    padding: 50px 0 20px;
}
.position-relative {
    position: relative;
    overflow: hidden;
}
.position-relative img {
    width: 100%;
    height: auto;
}

.topic-box-top-sm {
    position: absolute;
    top: 20px;
    left: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.topic-box-sm:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}
.topic-box-sm:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
h2.title-semibold-dark {
    font-weight: 600;
}
.size-c30 {
    font-size: 30px;
}
ul.post-info-dark li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #dcdcdc;
    line-height: 1;
}
ul.post-info-dark li:first-child a {
    font-weight: 600;
}
ul.post-info-dark li a {
    font-size: 14px;
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}



ul.post-info-dark a, a:active, a:focus, a:hover {
    text-decoration: none;
}




ul.post-info-dark li span {
    color: #e53935;
}
ul.post-info-dark li:first-child a {
    font-weight: 600;
}
ul.post-info-dark li a i {
    margin-right: 15px;
}
.news-details-layout1 p, .news-details-layout2 p, .news-details-layout3 p {
    font-size: 16px;
    line-height: 28px;
}
.ne-sidebar .sidebar-box {
    margin-bottom: 5rem;
}
.mb-5 {
    margin-bottom: 5px!important;
}
.topic-border {
    position: relative;
}
.topic-box-lg {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    font-family: Poppins,sans-serif;
    z-index: 2;
}
.color-cod-gray:after {
    background-color: #111;
}
.topic-border:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
}
.color-cod-gray:before {
    border-top: 8px solid #111;
    border-right: 8px solid transparent;
}
.topic-box-lg:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}
.topic-box-lg:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.mt-25 {
    margin-top: 25px;
}
.position-relative {
    position: relative;
}
.topic-box-top-xs {
    position: absolute;
    top: 10px;
    left: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.topic-box-sm {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    z-index: 2;
}
.color-cod-gray:before {
    border-top: 8px solid #111;
    border-right: 8px solid transparent;
}
.topic-box-sm:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
}
.color-cod-gray:after {
    background-color: #111;
}
.topic-box-sm:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.topic-box-sm:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.2);
 }
 .mb-20 span:hover{
    color: #00efac;
    transform:rotate(180deg);   
}
.position-relative {
    box-shadow: 4px 2px 8px rgb(0,0,0,0.2);
    padding: 2px;
    border: 2px solid #fff;
   overflow: hidden;
}

.blogDetails_img_wrapper img:hover{
 opacity: 0.9;
}
.mb-10 {
    margin-bottom: 10px;
}
.img-opacity-hover {
    position: relative;
    display: block;
}


.img-opacity-hover:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.2);
 }

.display-block {
    display: block;
}
.width-100 {
    width: 100%;
}
.m-auto {
    margin: auto!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
#clientImg
{
    max-width: 100%;
    max-height: 50px;
}
.img-opacity-hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(225,225,225,.2);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
h3.title-medium-dark {
    font-weight: 500;
}
h3.size-md {
    font-size: 15px;
}
.mb-none {
    margin-bottom: 0!important;
}
h3.title-medium-dark a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

<<<<<<< HEAD
/* Start Css Theme 2 */
/* ===================================================================== */

:root {
    --theme-color: #f0401b;
    --theme-color2: #ff6508;
    --title-color: #171b2a;
    --body-color: #74787c;
    --smoke-color: #f8f8f8;
    --smoke-two: #f3f2f8;
    --light-color: #979797;
    --black-color: #000000;
    --black-color2: #080e1c;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --blue-color: #786acf;
    --border-color: rgb(239, 239, 239);
    --title-font: "Inter",sans-serif;
    --title-font2: "Caveat",cursive;
    --body-font: "Roboto",sans-serif;
    --para-font: "Roboto",sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}





.about-img {
    border-radius: 15px;
    overflow: hidden;
}
.mb-30 {
    margin-bottom: 30px;
}
.title-area {
    margin-bottom: var(--section-title-space) - 12px);
}
.title-area .sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #f0401b;;
    display: block;
    margin-bottom: 25px;
    margin-top: -.26em;
}
.sub-title span {
    line-height: 1.4;
    display: inline-block;
}
.sec-title {
    font-size: 48px;
    margin-top: -.22em;
    line-height: 1.208;
    margin-bottom: 27px;
}
.mb-40 {
    margin-bottom: 40px;
}
.info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 33px;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 40px;
}
div, section {
    line-height: 1;
}
.info-box_icon {
    margin-right: 30px;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.info-box_title {
    margin-bottom: 5px;
    margin-top: -.2em;
    font-size: 24px;
}
.info-box_text {
    margin-bottom: 0;
}

/* Service Section Theme 2 */
.main-services-item {
    padding: 40px;
    border: 1px dashed #f55e1a;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.delay-0-4s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.main-services-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #f55e1a;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.main-services-item.style-two i {
    color: #008cff;
}
.main-services-item i {
    font-size: 70px;
    color: #f55e1a;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.icofont-industries:before {
    content: "\e9a7";
}
.main-services-item h3 {
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.main-services-item.style-two h3 a {
    color: #1d213e;
}
.main-services-item h3 a {
    color: #ffffff;
}
.main-services-item.style-two p {
    color: #4a4c59;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.main-services-item p {
    color: rgba(255, 255, 255, 0.8);
}
.main-services-item {
    padding: 40px;
    border: 1px dashed #f55e1a;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.main-services-item.style-two .main-detail-btn {
    color: #4a4c59;
}
.main-services-item .main-detail-btn {
    color: #ffffff;
}
.main-detail-btn {
    font-size: 16px;
    color: #1d213e;
    display: block;
    position: relative;
    font-weight: 500;
}
.main-services-item .services-card-shape {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.main-services-item {
    width: 100%;
    height: 100%;
    padding: 40px;
    border: 1px dashed #f55e1a;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.main-services-item img{
    max-width: 100%;
    max-height: 100%;
}

.main-services-item:hover.style-two .services-card-shape {
    opacity: 0.1;
}
.main-services-item .services-card-shape {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.main-services-item:hover.style-two p {
    color: #ffffff;
}
.main-services-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #f55e1a;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: -1;
}
.main-services-item:hover::before {
    width: 100%;
    right: auto;
    left: 0;
}


/* Start Latest Post Css THeme 2 */

:root {
    --theme-color: #E81C2E;
    --title-color: #161921;
    --body-color: #74787C;
    --smoke-color: #F5F5F5;
    --black-color: #000000;
    --white-color: #ffffff;
    --light-color: #8b8e95;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: "Hind Madurai", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s;
}

.team-box {
    --space: 40px;
}
.team-box .team-img {
    position: relative;
    overflow: hidden;
}
.team-box .team-img img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.slick-slide img {
    display: inline-block;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}
.team-box .team-content {
    background-color: var(--white-color);
    position: absolute;
    bottom: 0;
    left: var(--space);
    width: calc(100% - var(--space)*2);
    text-align: center;
    padding: 30px 15px 30px 15px;
}
.team-box .team-title {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: -0.24em;
}
.team-box .team-title a {
    color: inherit;
}
.team-box .team-desig {
    color: var(--theme-color);
    display: block;
    font-family: var(--title-font);
    margin-bottom: -0.5em;
}
.team-box .as-social {
    background-color: var(--title-color);
    border-top: 1px solid #F0F0F0;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.05);
    padding: 30px 15px 30px 15px;
    text-align: center;
    width: calc(100% - var(--space)*2);
    margin-left: var(--space);
    position: relative;
    z-index: 2;
}
.background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.as-social {
    --icon-size: 40px;
}
.team-box .as-social::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/* .as-social:hover{
    background: red;
    color:#fff;
} */
.team-box:hover .as-social::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a0a0a;
    color:#F0F0F0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-img{
    overflow: hidden;
}
.team-img img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.2);
}

.as-social a {
    background: rgb(2, 2, 2);
    color: rgb(5, 105, 255);
    padding: 10px;
    border-radius: 50%;
    box-shadow: 2px 3px 5px rgb(0,0,0,0.2);
}
.as-social a:hover {
    background: #f55e1a;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
/* .as-social a i:hover {
    background: #f55e1a;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
} */
=======

.blog-p{
	text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-img-wrapper{
	width: 100%;
	height: auto;
}

.blog-img-wrapper img{
	max-width: 100%;
	max-height: 100%;
}

.about-line-fixed{
	text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-area {
    width: 100%;
}
.video-inner {
    width: 100%;
    height: 580px;
    background-image: url(../img/video-area.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.video-inner2 {
    width: 100%;
    height: 580px;
    background-image: url(../img/video_back2.jpeg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.video-caption {
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    display: table;
}

.video-caption-inner {
    display: table-cell;
    vertical-align: middle;
}
.btn-video {
    width: 85px;
    height: 85px;
    background-color: transparent;
    background-image: url(../img/video-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    margin: 0px auto 25px;
}

.section-title-4 h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
    margin: auto;
    position: relative;
}

.section-title-4 h2:before {
    content: "";
    padding: 0px 30px;
    background-image: url(../img/title-divider.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
}

.section-title-4 h2:after {
    content: "";
    padding: 0px 30px;
    background-image: url(../img/title-divider.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px;
}

.section-title-4 p {
    width: 700px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
    margin: 5px auto;
}

.modal{
	z-index: 10000;
}

.modal-backdrop{
	z-index: 0;
}

.portfolio-img{
	width: 100%;
	height: 300px;
}

.portfolio-img img{
	width: 100%;
	max-height: 100%;
}

.portfolioTitleAndDescription h4 {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.3em;
    color: #0083ff;
	position: relative;
}

.portfolioTitleAndDescription h4::after {
    content: "";
    position: absolute;
    width: 125px;
    border-bottom: 3px solid #0083ff;
	bottom: 0;
    left: 0;
    
}
.read-more{
	padding: 10px;
}

.read-more .btn-primary{
	padding: 10px;
	
}
    .video-inner {
        width: 100%;
        height: 580px;
        background-image: url(../img/video-area.png);
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .video-caption {
        height: 100%;
        width: 100%;
        position: relative;
        text-align: center;
        display: table;
    }
    
    .video-caption-inner {
        display: table-cell;
        vertical-align: middle;
    }
    .btn-video {
        width: 85px;
        height: 85px;
        background-color: transparent;
        background-image: url(../img/video-icon.png);
        background-repeat: no-repeat;
        background-position: top center;
        -webkit-background-size: cover;
        background-size: cover;
        display: block;
        margin: 0px auto 25px;
    }
    
    .section-title-4 h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 45px;
        letter-spacing: 0;
        color: #fff;
        margin-bottom: 0px;
        display: inline-block;
        margin: auto;
        position: relative;
    }
    
    .section-title-4 h2:before {
        content: "";
        padding: 0px 30px;
        background-image: url(../img/title-divider.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: 5px;
    }
    
    .section-title-4 h2:after {
        content: "";
        padding: 0px 30px;
        background-image: url(../img/title-divider.png);
        background-repeat: no-repeat;
        background-position: center;
        margin: 5px;
    }
    
    .section-title-4 p {
        width: 700px;
        display: block;
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        letter-spacing: 0;
        color: #fff;
        margin: 5px auto;
    }

>>>>>>> e98f5fbfea873a712012457d7277ed6cc8a9836d
