/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
/* ===================================
                About
   =================================== */

/*
    Theme Name: Portfolio
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */

/*
01 body
02 Custom Classes
   02-1 short codes
   02-2 loader
03 navigation
04 owl & revolution
05 Page header
06 detail page
07 contact us
08 Footer
09 Media Queries

/*Table Of Contents ends */


/*Global Styling*/

/*IMPORT GOOGLE FONT */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800|Roboto:400,500,700|Raleway:400&display=swap');

html{
    scroll-behavior: smooth;
}
.form-control:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}
.alert-success{
    font-size: 12px;
    color:#28a745;
    display: block;
    margin: 0 !important;
    padding: 3px !important;
    font-family: 'Montserrat', sans-serif;
}
.alert-danger{
    font-size: 12px;
    color: #DC3545;
    margin: 0 !important;
    padding: 3px !important;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
.user-danger{
    border-color:#DC3545 !important;
}
.user-success{
    border-color: #ced4da !important;
}
/*================================*/
/*==============buttons===========*/
/*================================*/
.sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #f73859;
    margin-bottom: 15px;
}
.sub-heading span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #f73859;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.main-heading{
    font-size:30px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 600;
    margin-bottom: 60px;
}
.our-btn{
    background-color: #f73859;
    padding: 10px 35px 10px 35px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #f73859;
    transition: .5s ease;
    text-decoration: none !important;
}
.our-btn a{
    color: white;
    text-decoration: none;
}
.our-btn:hover{
    background-color: white;
    color: #f73859;

}
.our-btn:hover a{
    color: #f73859;
}
.our-t-btn{
    background-color: #f73859;
    padding: 10px 35px 10px 35px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #f73859;
    transition: .5s ease;
}
.our-t-btn a{
    text-decoration: none;
    color: white;
}
.our-t-btn:hover{
    background-color: transparent;
    color: #f73859;

}
.our-black-btn{
    background-color: black;
    padding: 10px 35px 10px 35px;
    color: white;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px black;
    transition: .5s ease;
}
.our-black-btn:hover{
    background-color: transparent;
    color: black;

}
.rites-res{
    margin-top: 85px;
    width: 73%;
    margin-left: 30px;
    color: #495057;
    font-size: 12px;
}
.text-onblue-bg{
    color:white !important;
}

/* ===================================
    Cursor
====================================== */

.magic{
    display: none !important;
}
.aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ .aimated-cursor{
    display: inline-block;
}
.cursor-light:hover ~ div>div>header>nav ~ .aimated-cursor{
    display: inline-block;
}
/*.cursor-light:hover .slider-social ~ .for-magic #aimated-cursor{*/
/*    display: inline-block;*/
/*}*/
.cursor {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #444444;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

/*slider social*/

.slider-social{
    position: absolute;
    right: 50px;
    top: auto;
    z-index: 111;
}
/*.my-slide{*/
/*    right: 15px !important;*/
/*}*/
.side-nav-menu .slider-social {
    right: auto;
}
.slider-social ul>li{
    float: left;
}

.slider-social a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}



/* magic cursor css end*/


/* ===================================
    body and Scrollbar
====================================== */
.body-overlay{
    opacity: .4;
}
.show-modal{
    overflow: hidden;
}
/*scroll bar*/
::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-track {
    width: 5px;
    background:white;
    border-left: 9px solid white;
    border-right: 9px solid white;
}
::-webkit-scrollbar-thumb {
    background: black;
    width: 0;
    border-left: 7px solid white;
    border-right: 6px solid white;
}

/*scroll bar end*/

/* ===================================
    sidebar toggle btn
====================================== */
.my_tog{
    padding: 20px;
    margin-top: 20px;
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: right;
}
.my_tog:hover span:first-child{
    width: 16px;
}
.my_tog:hover span:last-child{
    width: 16px;
}
.my_tog span{
    display: block;
    height: 2px;
    width: 25px;
    background-color: #000000;
    margin-bottom: 4px;
    transition: .7s ease;
}
.my_tog span:last-child{
    margin-left: auto;
}

/* ===================================
    SideNav
====================================== */
.side_nav{
    display: block;
    background-color: white;
    width:25%;
    float: left;
    height: auto;
    box-shadow: 1px 1px 15px #e1e1e1;
    transition: .5s ease;
    position: relative;
}

.side_nav{
    position: fixed;
    top:0;
    left:-20%;
    z-index: 11;
    bottom: 0;
}

.brand-logo{
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-top: 13px;
    margin-top: 20px;
    padding-left: 34px;
    font-size: 30px;
    transition: .6s ease;
}

.brand-logo span{
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}
.my_nav_tog span{
    display: block;
    margin-bottom: 3px;
    height: 2px;
    background-color: #444444;
    width: 20px;
}
.side-nav-menu .nav-menu{
    font-family: 'Montserrat', sans-serif;
    padding-left: 30px;
    padding-top: 52px;
}
.broad .side-nav-menu ul{
    padding-top: 130px;
}
.side-nav-menu .nav-menu li,.broad .side-nav-menu ul li{
    list-style: none;
    font-size:16px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: 1s ease;
    overflow-x: hidden;
    box-sizing: border-box;
    text-align: left !important;
    /*overflow-wrap: break-word;*/
    /*text-overflow: ellipsis;*/
}
.side-nav-menu .nav-menu li a,.broad .side-nav-menu ul li a{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: black;
    transition: .1s ease;
    overflow: hidden;
    position: relative;
    /*background-color: pink;*/
    width: 70%;
    top: 7px;
    padding: 0;
    text-align: left;


}
.side-nav-menu .nav-menu li a span,.broad .side-nav-menu ul li a span {
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: #f73859;
    transition: .8s ease;
    position: absolute;
    top: 13px;
    margin-left: 2px;
}

.side-nav-menu ul li a.active span{
    width: 75%;
    display: none;
    transition: .5s ease;
}
.expand_nav ul li a.active span {
    display: inline-block;
}
@keyframes myanim {
    from{
        transform: translateX(-100px);
    }
    to{
        left:0;
    }
}
.side-nav-menu .nav-menu li a:hover{
    /*animation: 1s tada;*/
}
.side-nav-menu .nav-menu li a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #000000;
    transition: .5s ease;
}
.side-nav-menu .nav-menu li span,.side-nav-menu ul li p{
    /*margin-right: 0;*/
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #e5e5e5;
    transition: .8s ease;
    padding-top: 0;
    margin-bottom: 0;
}
.side-nav-menu .nav-menu li:first-child p{
    width: 16px;
}
.side-nav-menu .nav-menu li p{
    width: 19px;
    margin-left: -5px;
}
.side-nav-menu .nav-menu li span:nth-child(3){
    margin-right: 5px;
}
.side-nav-menu .nav-menu li:hover span:nth-child(3){
    color: #f73859;
}

/*broad nav*/
.side-nav-menu .side-icons ul{
    padding-top: 0 !important;
    padding-left: 21px !important;
}
.side-nav-menu .side-icons ul li{
    margin-bottom: 0 !important;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.side-nav-menu .side-icons ul li a{
    color: #000000;
}

/* ===================================
    Body Sec
====================================== */
/*body css start*/
.wrap_container{
    width: 100% !important;
}
.overlay-body{
    position: fixed;
    top:0;
    bottom: 0;
    left:25%;
    right: 0;
    background-color: transparent;
    z-index: 111;
    display: none;
}
.show_body_overlay{
    display: block !important;
}
.body_wrapper{
    margin-left: 5%;
    display: block;
    width:95%;
    float: left;
    transition: .5s ease;
    /*position: relative;*/
}
.body_wrapper .inner_body .portfolio-sec img{
    height: 100%;
    width: 100%;
    cursor: pointer;
}

/* ===================================
    Navbar css
====================================== */
/*//navbar css*/
.navbar{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff !important;
}
.navbar-brand {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight:normal;
    font-size: 30px;

}
.navbar-brand span{
    font-weight:bolder;
}
.side-nav-menu .social-icons span:hover i{
    cursor: pointer;
}
.social-icons span a{
    color: #d9d9d9;
}
.social-icons span i{
    font-size: 13px;
    margin-left: 0;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    transition: .5s ease;
}

.social-icons span:last-child{
    margin-right: 70px;
}
 .slider-social  ul li a:hover i.fa-facebook-f{
    color: #3B579D;
}
.slider-social  ul li a:hover i.fa-twitter{
    color: #2CAAE1;
}
.slider-social  ul li a:hover i.fa-linkedin-in{
    color: #007BB6;
}
.slider-social  ul li a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}

/* ===================================
    Broad Naybar css
====================================== */
.broad{
    visibility: hidden;
    transition: 1s ease-in-out;
    opacity: 0;
    transform: rotate(0deg);
}
.broad .side-nav-menu{
    display: none;
}
.broad-nav{
    transition: 1s ease-in-out;
    background-color: white;
    display: block;
    visibility: visible;
    position: fixed;
    overflow: hidden;
    z-index: 111111;
    top:0;
    bottom: 0;
    right: 0;
    left:0;
    opacity: 1;
}
.broad-nav .side-nav-menu{
    display: block;


}
.broad-nav .side-nav-menu ul {
    position: relative;
    left: 20%;
    transform: translate(-20px, 0);
}
.broad-nav .side-nav-menu .social-icons span{
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
}




.broad-nav .side-nav-menu .nav-menu li a span,.broad .side-nav-menu ul li a span {
    display: inline-block;
    height: 2px;
    width: 0;
    background-color: #f73859;
    transition: .8s ease;
    position: absolute;
    top: 13px;
    margin-left: 9px;
}
.broad .side-nav-menu ul li a {
    margin-left: 9px;
}

.broad-nav .side-nav-menu ul li a.active span{
    width: 75%;
    display: inline-block;
    transition: .5s ease;
}
@keyframes myanim {
    from{
        transform: translateX(-100px);
    }
    to{
        left:0;
    }
}

.broad-nav .side-nav-menu .social-icons span i{
    position: absolute;
    top: -1px;
    left: -5px;
    transition: .8s ease;
}
.social-icons span i:hover{
    color: #444444;
}
.broad-nav .side-nav-menu .social-icons span .fa-facebook-f{
    left: -5px;
}
.broad-nav .side-nav-menu .social-icons{
    transition: all 1s ease 500ms;
    animation-duration: 2s;
    font-size: 14px;
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
    color: #d6d6d6;
    margin-left: 11.5%;
    margin-top: -89px !important;
}
.broad-nav .side-nav-menu ul {
    position: relative;
    left: 12%;
    transform: translate(-25px, -91px);
}
.broad .side-nav-menu ul li{

    transition: all 2s ease 500ms;
    animation-duration: 1s;
}
@keyframes myan {
    from{
        transform: translateX(-100px);
        opacity: 0;
    }
    to{
        transform: translateX(0px);
        opacity: 1;
    }
}

.broad .side-nav-menu ul li{
    animation-name: myan;
    animation-delay: .2s;
    animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(2){
    animation-name: myan;
    animation-delay: .3s;
    animation-fill-mode: both;

}
.broad .side-nav-menu ul li:nth-child(3){
    animation-name: myan;
    animation-delay: .4s;
    animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(4){
    animation-name: myan;
    animation-delay: .5s;
    animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(5){
    animation-name: myan;
    animation-delay: .6s;
    animation-fill-mode: both;
}
.broad .side-nav-menu ul li:nth-child(6) {
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
}
/*side clode btn*/
.broad .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 11px;
    cursor: pointer;
    color: #444444;
    z-index: 111;
    transition: .5s ease;
}
.broad.before-side .btn-close{
    display: none;
}

.broad .btn-close::before, .broad .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: black;
    top: 5px;
    transition: 0.5s ease;
}
.broad .btn-close:hover::before, .broad .btn-close:hover::after {
    height: 28px;
}
.broad .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.broad .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.broad.right-btn .btn-close{
    right: 47px;
    left: auto;
}
.broad .side-nav-menu ul li span{
    font-size: 30px;
    color: #d9d9d9;
}

.broad .social-icons i{
    font-size: 16px;
}

.broad .brand-logo{
    padding-top: 13px;
    margin-top: 22px;
    padding-left: 113px;
}

.broad .rites-res {
    margin-top: 28px;
    width: 95%;
    margin-left: 49px;
}
.broad .rites-res span{
    color: #f73859;
    margin-bottom: 5px;
}

/* ===================================
    Expand Navbar & body Shrink
====================================== */
/*expand navbar*/
.expand_nav{
    left:0;
}
.shrink_body{
    margin-left: 25%;
    width: 75% !important;
}
.close_nav{
    padding-top: 25px;

}
.close_nav:hover{
    animation: .8s rotateIn;
}
.close_nav:hover span{
    background-color: #f73859;
}
.close_nav span:nth-child(2){
    display: none;
}
.close_nav span:first-child{
    margin-left: auto;
    transform: rotate(45deg);
    margin-bottom: -2px;
}
.close_nav span:last-child{
    margin-top: 0;
    transform: rotate(130deg);
}
.close_nav:hover span:first-child,.close_nav:hover span:last-child{
    width: 25px;
}


/* ===================================
    Portfolio Animation and hover effect
====================================== */
.hover1{
    font-family: 'Montserrat', sans-serif;;
}
.hover1{position:relative;cursor: pointer;overflow: hidden;}
.hover1:before{content:"";width:100%;height:100%;background:rgba(0,0,0,.9);position:absolute;top:0;left:0;opacity:0;transition:all .35s ease 0s}
.hover1:hover:before{opacity:1}
.hover1 img{width:100%;height:auto;transition: .5s ease}
.hover1 .box-content{width:90%;height:90%;position:absolute;top:5%;left:5%;cursor: pointer;text-align: center;}
.hover1 .box-content:after,.hover1 .box-content:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;transition:all .7s ease 0s}
.hover1 .box-content:before{border-bottom:2px solid rgba(255,255,255,.5);border-top:2px solid rgba(255,255,255,.5);transform:scale(0,1);transform-origin:0 0 0}
.hover1 .box-content:after{border-left:2px solid rgba(255,255,255,.5);border-right:2px solid rgba(255,255,255,.5);transform:scale(1,0);transform-origin:100% 0 0}
.hover1:hover .box-content:after,.hover1:hover .box-content:before{opacity:1;transform:scale(1);transition-delay:.15s}
.hover1 .title{margin: auto;padding-top: 56%;font-size:18px;font-weight:600;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.hover1 .box-content p{font-size:14px;color:#fff;opacity:0;transform:translate3d(0,-50px,0);transition:transform .5s ease 0s}
.hover1:hover .title{opacity:1;transform:translate3d(0,0,0)}
.hover1:hover .box-content p{opacity:1;transform:translate3d(0,0,0)}
.hover1 .post{font-size:14px;color:#fff;padding:10px;background:#d79719;opacity:0;border-radius:0 19px;transform:translate3d(0,-50px,0);transition:all .7s ease 0s;margin-left: 50px;}
.hover1 .icon,.box15 .icon{padding:0;list-style:none}
.hover1:hover .post{opacity:1;transform:translate3d(0,0,0);transition-delay:.15s}
.hover1 .icon{width:100%;margin:0;position:absolute;bottom:-10px;left:0;opacity:0;z-index:1;transition:all .7s ease 0s}
.hover1:hover .icon{bottom:20px;opacity:1;transition-delay:.15s}
.hover1 .icon li a{display:block;width:40px;height:40px;line-height:40px;border:1px solid #fff;border-radius:0 16px;font-size:14px;color:#fff;margin-right:5px;transition:all .4s ease 0s}
.hover1 .icon li a:hover{background:#d79719;border-color:#d79719}
.hover1:hover img{
    transform: scale(1.1);
    opacity: 0.5;
}
.hover1 .box-content i{
    position: absolute;
    bottom: 50%;
    left: 42%;
    font-size: 35px;
    color: white;
    display: none;
}
.hover1:hover .box-content i{
    display: inline-block;
}

/*************************Morphing Model Window***************************/

/* ===================================
    Modal window css
====================================== */
.modal-window{
    display: none;
}
.modal-view{
    position: fixed;
    top:0;
    left:0;
    right:0;
    background-color: #ffffff9c;
    z-index: 11111;
    display: block;
    overflow-y: scroll;
    height: 100vh;
}
.modal-body{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    height: auto;
    opacity: 1;
    margin-top: 25px;
    display: block;
    animation: .8s fadeIn;
    margin-bottom: 25px;
    box-shadow: 1px 1px 15px #d1d1d1;
}
.morphic-title{
    margin-top: 5%;
    padding: 10px;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
}
.morphic-title h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight:600;
    color: #f73859;

}
.morphic-title p{
    font-family:'Roboto', sans-serif ;
    font-size: 16px;
    font-weight: 300;
    color: #7f7f7f;
}
.morphic-img{
    padding-top: 3%;
    padding-bottom: 3%;
}
.left-arrow-sec a,.right-arrow-sec a{
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: solid 1px #444444;
    text-align: center;
    margin-top: 5px;
    transition: .8s ease;
    cursor: pointer;
}
.left-arrow-sec a i,.right-arrow-sec a i{
    color: #444444;
    font-size: 20px;
    margin-top: 9px;
    transition: .8s ease;
}
.left-arrow-sec a:hover,.right-arrow-sec a:hover{
    border: solid 1px #444444;
    background-color: #444444;
    animation: 1s tada;
}
.left-arrow-sec a:hover i,.right-arrow-sec a:hover i{
    color:#ffffff;
}
.morphic-body img{
    height: 100%;
    width: 100%;
}
.morphic-detail h4{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000000;
    margin-bottom: 3%;
    margin-top: 2%;
}
.morphic-detail p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 300;
}
.morphic-info{
    margin-top: 5%;
    margin-bottom: 5%;
}
.morphic-info .info{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #7f7f7f;
}
.morphic-info span{
    color: #f73859;
    margin-right: 4px;
}
.launch-btn{
    margin-bottom: 10%;
}
.launch-btn .l-btn{
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: inline-block;
    background-color: white;
    color: #f73859;
    padding: 10px 30px 10px 30px;
    transition: .8s ease;
    border: solid 1px #f73859;
}
.launch-btn .l-btn:hover{
    border: solid 1px white;
    color: white;
    background-color: #f73859;
}
.close-modal{
    z-index: 111111;
    position: absolute;
    right: 79px;
    top: 45px;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.close-modal i{
    display: inline-block;
    height: 2px;
    width: 25px;
    background-color: black;
    margin: 0;
    padding: 0;
    transition: .5s ease;
}
.close-modal i:first-child{
    transform: rotate(45deg);
    margin-left: 4px;
}
.close-modal i:last-child{
    transform: rotate(-45deg);
    margin-left: -24px;
}
.close-modal:hover i{
    background-color: #f73859;
}
.close-modal:hover {
animation: 1s rotateIn;
}

.carousel-indicators {

    margin-bottom: 2% !important;
}
.carousel-indicators li {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
}

/*************************Morphing Model Window end***************************/

/* ===================================
    Services section css
====================================== */
.services-sec{
    padding-top: 115px;
    padding-bottom: 90px;
}
.services-sec .services-details .sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #f73859;
    margin-bottom: 50px;
}
.services-sec .services-details .sub-heading span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #f73859;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.services-sec .services-details .heading{
    font-size:30px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 600;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 50px;
}
.services-sec .services-details .detail-text{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
    margin-bottom: 40px;
}

.services-sec .our-services{
    padding-top: 70px;
    overflow: hidden;
    padding-bottom: 10px;

}
.services-sec .our-services .service-card{
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .8s ease;
}

.services-sec .our-services .service-card .image-holder{
    margin-bottom: 30px;
}
.services-sec .our-services .service-card .image-holder i{
    font-size: 50px;
    font-weight: 300;
    transition: .8s ease;

}
.services-sec .our-services .service-card .service-card-heading{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    transition: .8s ease;
}
.services-sec .our-services .service-card .service-card-detail {
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
}

.services-sec .our-services a{
    text-decoration: none;
    color: #000000;
}
.services-sec .our-services .service-card:hover{
    border-radius: 20px;
    box-shadow: 0 0 15px #e1e1e1;
    cursor: pointer;

}
.services-sec .our-services .service-card:hover .service-card-heading{
    color: #f73859;
}
.services-sec .our-services .service-card:hover .image-holder{
animation: .8s rotateIn;
}


/* ===================================
    Skill sec strat
====================================== */
.skill-sec{
    overflow: hidden;
}

.skill-sec .row{
    margin-right:0 !important;
    margin-left:0 !important;
}
.skill-sec .skill-banner{
    padding-right: 0 !important;
}
.skill-sec .skill-banner img{
    height: 100%;
    width: 100%;
}

.skill-sec .skill-detail .sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #f73859;
    margin-bottom: 15px;
}
.skill-sec .skill-detail .sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #f73859;
    margin-right: 8px;
    margin-bottom: 3px;
}
.skill-sec .skill-detail .heading{
    font-size:30px;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-weight: 600;
    margin-bottom: 20px;
}
.skill-sec .skill-detail .skill-detail-text{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
    margin-bottom: 25px;
}
.skill-sec .skill-detail .skill-bars{
    margin-bottom: 35px;
}
.skill-sec .skill-detail .skill-bars .progress-item .progress-bar{
    background: linear-gradient(30deg,#6d599e 20%,#a9717a 60%,#dd865b 100%) !important;
    position: relative;

}
.progress-item  .progress-bar span {
    display: block;
    position: absolute;
    top: -25px;
    font-size: 13px;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    right: -1.4em;
    border-radius: 2px;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.skill-sec .skill-detail .skill-bars .progress-item .progress{
    height: 11px !important;
    overflow: visible;
}
.skill-sec .skill-detail .skill-bars .progress-item h6{
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
    margin-bottom: 15px;
}
.skill-sec .skill-detail .skill-bars .progress-item{
    margin-bottom: 20px;
}
.skill-sec .hover-effect{
    width: 100%;
    height: 100%;
}
.skill-sec .hover-effect::before,
.skill-sec .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    /*border-radius: 10%;*/


}
.skill-sec .hover-effect::before{
    right: 0;
    opacity: 1;
    top: 0;

}
.skill-sec .hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.skill-sec .hover-effect:hover::after, .skill-sec .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* ===================================
    Qoute sec
====================================== */
.qoute-sec{
    padding-top: 100px;
    padding-bottom: 100px;
}
.qoute-sec .qoute{
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: black;
    line-height: 1.4;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
}
.qoute-sec .qoute span{
    color: #f73859;
}
.qoute-sec .writer{
    color: #f73859;
    font-family:'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600 ;
}
.qoute-sec i.fa-quote-left{
    position: absolute;
    font-size: 25px;
    top: -27px;
    left: 15%;
}
.qoute-sec i.fa-quote-right{
    position: absolute;
    font-size: 25px;
    right: 22%;
    bottom: 10%;
}
/* ===================================
    Project section css
====================================== */
.project-sec{
    position: relative;
}
.project-sec .row{
margin:0 !important;
}
.project-sec .project-area{
    position: relative;
}
.project-sec .project-area .project-img img{
    height: 100%;
    width: 100%;
}
.project-sec .project-area .project-detail{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color: white;

}
.project-sec .project-area .project-detail .project-sub-heading{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #f73859;
    margin-bottom: 35px;
    display: inline-block;
}
.project-sec .project-area .project-detail .project-sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #f73859;
    margin-right: 8px;
    margin-bottom: 4px;
}
.project-sec .project-area .project-detail .project-heading{
    font-size:27px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
}
.project-sec .project-area .project-detail .project-text{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #cccccc;
    margin-bottom: 33px;
}
.project-sec .project-links{
    position: absolute;
    bottom: 5%;
    left: 8%;
    transform: translateY(-5%);
    z-index: 1111;
    cursor: pointer;
}
.project-sec .project-links a i{
    color: white;
    font-size: 22px;
    transition: .8s ease;
}
.project-sec .project-links a:hover i{
    color: #f73859;
}
.project-sec .owl-item.active .project-area .project-detail .animate-fade{
    animation: 1.5s slideInUp;
}
.project-sec .owl-item.active .project-area .project-detail .animate-box{
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-roll{
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-in{
    animation: 1.5s slideInDown;
}
/*@keyframes slideLeft {*/
/*    from{*/
/*        margin-left: 0;*/
/*    }*/
/*    to{*/
/*        margin-left: 99.906px;*/
/*    }*/
/*}*/
.color-black{
    color: black !important;
}
.bg-black{
    background-color: black;!important;
}
.color-white{
    color: white !important;
}


/* ===================================
   Pricing sec css
====================================== */

.pricing-sec{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-sec .pricing-details{
    margin-bottom: 50px;
}
.pricing-sec .pricing-details .pricing-sub-heading{
font-family: Roboto, sans-serif;
font-size: 16px;
color: #f73859;
margin-bottom: 35px;
display: inline-block;
}
.pricing-sec .pricing-details .pricing-sub-heading span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #f73859;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.pricing-sec .pricing-details .pricing-heading{
    font-size:30px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.pricing-sec .pricing-details .pricing-text{
    font-family: Roboto, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
    margin-bottom: 33px;
}

.pricing-sec .pricing-cards{
    overflow: hidden;
}
.pricing-sec .pricing-card{
    padding-top: 60px;
    padding-bottom: 100px;
    padding-left: 18.5px;
    padding-right: 18.5px;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-card-heading{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-card-text{
    font-size: 14px;
    color: #737373;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-amount{
    font-size: 60px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-amount span{
    font-size: 15px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-left: 5px;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-amount i{
    font-size: 15px;
    color: #000000;
    font-weight: bolder;
    position: absolute;
    left: 24%;
    top: 22%;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-features{
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
    transition: .5s ease;
}
.pricing-sec .pricing-card .pricing-features li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #737373;
    text-decoration: none;
}
.pricing-sec .pricing-card .pricing-btn{
    padding: 10px 35px 10px 35px;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #000000;
    transition: .5s ease;
    background-color: transparent;
}
.pricing-sec .pricing-card .pricing-btn:hover{
    background-color: #000000;
    color: white;
}
.pricing-sec .pricing-card.active:nth-child(2){
    box-shadow: 1px 1px 15px #e1e1e1;
    border-radius: 10px;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-card-heading{
    color: #f73859;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount{
    color: #f73859;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount span{
    color: #f73859;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-amount i{
    color: #f73859;
}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-btn{
    background-color: #f73859;
    border: solid 1px #f73859;
    color: white;

}
.pricing-sec .pricing-card.active:nth-child(2) .pricing-btn:hover{
    background-color: transparent;
    color: #f73859;
}

.pricing-sec .pricing-card:hover{
    box-shadow: 1px 1px 15px #e1e1e1;
    border-radius: 10px;
    cursor: pointer;
}
.pricing-sec .pricing-card:hover .pricing-card-heading{
    color: #f73859;
}
.pricing-sec .pricing-card:hover .pricing-amount{
    color: #f73859;
}
.pricing-sec .pricing-card:hover .pricing-amount span{
    color: #f73859;
}
.pricing-sec .pricing-card:hover .pricing-amount i{
    color: #f73859;
}
.pricing-sec .pricing-card:hover .pricing-btn{
    background-color: #f73859;
    border: solid 1px #f73859;
    color: white;

}
.pricing-sec .pricing-card:hover .pricing-btn:hover{
    background-color: transparent;
    color: #f73859;
}


/* ===================================
    client css
====================================== */
.client-sec{
    /*background: url("../../portfolio/img/clients-banner.jpg");*/
    background: url("../../portfolio/img/clients-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.parallax-dis{
    background-attachment: inherit !important;
}
.client-sec img{
    height: 100%;
    width: 100%;
}
.client-sec .client-container{
    position: relative;
    padding-top: 305px;
    padding-bottom: 305px;
}
.client-sec .client-sec-overlay{
    opacity: 0.9;
    background-color: #f73859;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    z-index: 1;
}
.client-sec .client-container .client-img-overlay{
    /*opacity: 0.9;*/
    /*background-color: #f73859;*/
    position: absolute;
    left:0;
    right: 0;
    top:0;
    /*height: 50%;*/
    /*z-index: 1;*/
}
.client-sec .client-container .client-img-overlay .client-symbol-qoute {
    padding-top: 30px;
    padding-bottom: 30px;
}
.client-sec .client-container .client-img-overlay .client-symbol-qoute i{
    color: white;
}
.client-sec .client-container .client-img-overlay .client-text{
    font-size: 14px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.client-sec .client-container .client-img-holder{
    height: 160px;
    width: 160px;
    background-color: #e1e1e1;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 11;
}
.client-sec .client-container .client-detail{
    position: absolute;
    left:50%;
    top:75%;
    transform: translate(-50%,-50%);
}
.client-sec .client-container .client-detail .client-name{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #f73859;
}
.client-sec .client-container .client-detail .client-des{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
}
.client-sec .client-container .client-detail .client-s-media{
    padding-left: 0;
    left: calc(50% - 45%);
}
.client-sec .client-container .client-detail .client-s-media li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.client-sec .client-container .client-detail .client-s-media li a{
   color: black;
    font-size: 16px;
}
a:hover i.fa-facebook-f{
    color: #3B579D;
}
a:hover i.fa-twitter{
    color: #2CAAE1;
}
a:hover i.fa-linkedin-in{
    color: #007BB6;
}
a:hover i.fa-google-plus-g{
    color: red;
}
a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===================================
    clients css
====================================== */
/*.clients-sec{*/
/*    background-image: url("../img/clients-banner.jpg");*/
/*    min-height: 300px;*/
/*    position: relative;*/
/*}*/
/*.clients-sec img{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/
/*.clients-sec .container-overlay{*/
/*    background-color: rgba(247, 56, 89, 0.90);*/
/*    min-height: 150px;*/
/*    width: 100%;*/
/*    padding: 30px;*/
/*    padding-bottom: 100px;*/
/*}*/
/*.clients-sec .container-overlay2{*/
/*    min-height: 150px;*/
/*    width: 100%;*/
/*    padding: 100px;*/
/*    !*padding-top: 0;*!*/
/*    position: relative;*/
/*}*/
/*.clients-sec .client-img-holder{*/
/*    height: 160px;*/
/*    width: 160px;*/
/*    background-color: #e1e1e1;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -138%);*/
/*}*/
/*.clients-sec .client-comment .client-symbol-qoute {*/
/*    padding-bottom: 30px;*/
/*}*/
/*.clients-sec .client-comment .client-symbol-qoute i{*/
/*    color: white;*/
/*}*/
/*.clients-sec .client-comment .client-text{*/
/*    font-size: 14px;*/
/*    color: white;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 300;*/
/*}*/

/*.clients-sec .client-details .client-name{*/
/*    font-size: 20px;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 600;*/
/*    color: #f73859;*/
/*}*/
/*.clients-sec .client-details .client-des{*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 400;*/
/*    font-size: 15px;*/
/*    margin-bottom: 8px;*/
/*}*/
/*.clients-sec .client-details .client-s-media{*/
/*    padding-left: 0;*/
/*    left: calc(50% - 45%);*/
/*}*/
/*.clients-sec .client-details .client-s-media li{*/
/*    list-style: none;*/
/*    display: inline-block;*/
/*    margin-right: 5px;*/
/*}*/
/*.clients-sec .client-details .client-s-media li a{*/
/*    color: black;*/
/*    font-size: 16px;*/
/*}*/
/*a:hover i.fa-facebook-f{*/
/*    color: #3B579D;*/
/*}*/
/*a:hover i.fa-twitter{*/
/*    color: #2CAAE1;*/
/*}*/
/*a:hover i.fa-linkedin-in{*/
/*    color: #007BB6;*/
/*}*/
/*a:hover i.fa-google-plus-g{*/
/*    color: red;*/
/*}*/
/*a:hover i.fa-instagram{*/
/*    background: #d6249f;*/
/*    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/


/*-------------------------------*/
/* Testminials slider */
/*-------------------------------*/




/*-------------------------------*/
/* Testminials ends */
/*-------------------------------*/



/* ===================================
    contact us css
====================================== */

.contact-us-sec{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-us-sec .contact-details{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-us-sec .contact-details .contact-sub-heading{
    color: #f73859;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;

}
.contact-us-sec .contact-details .contact-heading{
    color: #000000;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-address{
    font-size: 14px;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-list{
    padding-left: 0;
}
.contact-us-sec .contact-details .contact-list li{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    list-style: none;
}
.contact-us-sec .contact-details .contact-list li:nth-child(even){
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-list li:last-child{
    margin-bottom: 50px;
}
.contact-us-sec .contact-details .contact-s-media{
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}
.contact-us-sec .contact-details .contact-s-media li {
    list-style: none;
    margin-right: 18px;
    display: inline-block;
}
.contact-us-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}
.contact-us-sec .contact-details .contact-s-media li a{
    color: black;
}
.contact-us-sec .contact-details .contact-s-media li a i{
    font-size: 18px;
    transition: .8s ease;
}
.contact-us-sec .contact-details .page-footer{
    left: calc(50% - 125px);
}
#map{
    height: 100%;
    width: 100%;
}
.slider-sec #map{
    height: 300px;
    width: 100%;
}
/*.contact-us-sec .contact-details .contact-s-media li a:hover i{*/
/*    animation: 1s rotate;*/
/*}*/
/*@keyframes rotate {*/
/*    from{*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    to{*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-facebook-f{
    color: #3B579D;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-twitter{
    color: #2CAAE1;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-linkedin-in{
    color: #007BB6;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-google-plus-g{
    color: red;
}
.contact-us-sec .contact-details .contact-s-media li a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===================================
    Blog detail page css start
====================================== */

.slider-sec{
    min-height: 300px;
    background: transparent;
}
.parallax-disable{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.slider-sec img{
   height: 100%;
    width: 100%;
}
.slider-sec .slider-content{
    margin-top: auto;
   text-align: center;
}
.slider-sec .slider-content .slider-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;

}
.slider-sec .slider-content  p{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

/* ===================================
    Blog detail page css end
====================================== */
/* ===================================
   Contact us page css start
====================================== */
.contact-us-form .my-form{
    position: relative;
}

.contact-us-form .my-form input{
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}
.contact-us-form .my-form input[placeholder]{
    color: #444444;
    opacity: .8;
    font-size: 14px;
}
.contact-us-form .my-form textarea{
    border-radius: 10px;
    padding: 20px;
}
.contact-us-form .my-form textarea[placeholder]{
    color: #444444;
    opacity: .8;
    font-size: 14px;
}
.display-error{
    position: absolute;
    top:-45px;
    left:15px;
    right: 15px;
}

.contact-page .contact-list li:nth-child(2),.contact-page .contact-list li:nth-child(3){
   display: inline-block;
}
.contact-page .contact-list li:nth-child(2){
    margin-right: 8px;
}
.contact-page .contact-list li:nth-child(even){
    margin-bottom: 0 !important;
}

/* ===================================
   Contact us page css end
====================================== */
/* ===================================
    Media Queries
====================================== */

@media (max-width: 480.98px) {
    .modal-body {
        max-width: 308px !important;
    }
    .pricing-sec .pricing-card .pricing-amount i {
        left:21%;
    }
    .contact-us-sec .contact-details .contact-s-media {
        left: calc(50% - 34%) !important;
    }

}
@media (max-width: 575.98px) {
    .close-modal i {
        width: 23px;
    }
    .navbar-brand{
        padding-left: 0;
    }
    header .navbar .slider-social ul li a{
        padding-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    header .navbar{
        padding-bottom: 20px;
    }
    .side_nav{
        width: 0;
        display: none;
    }
    .body_wrapper{
        margin-left: 0;
        width: 100%;
    }
    .social-icons span i{
        margin-left: 5px;
    }
    .social-icons span:last-child i {
        margin-right: 20px;
    }
    .my-item {
        width: 187px !important;
    }

    .hover2 a.info {
        top:-20%;
        padding: 55px;
        padding-left: 55px;
        color: white;
    }
    .hover1 .title {
        font-size: 16px;
    }
    .hover1 .post {
        margin-left: 26px;
    }
    .hover1 .box-content {
        left: 3%;
    }

    .box15 .title {
        font-size: 18px;
    }
    .close-modal {
        right: 4px;
        top: 4px;
    }
    .morphic-title {
        margin-left: 0;
    }
    .modal-body {
        margin-top: 31px;
        max-width: 398px;
    }
    .morphic-title h3{
        font-size: 23px;
    }
    .morphic-title p {
        font-size: 14px;
    }
    .morphic-detail h4 {
        font-size: 14px;
    }
    .morphic-detail p {
        font-size: 13px;
    }
    .left-arrow-sec a, .right-arrow-sec a {
        margin-left: -7px;
        border: solid 1px transparent;
        height: auto;
        width: auto;

    }
    .launch-btn .l-btn {
        font-size: 12px;
        padding: 8px 20px 8px 20px;
    }

/*services*/
    .services-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .services-sec .services-details .sub-heading {
        margin-bottom: 20px;
    }
    .services-sec .services-details .heading {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .services-sec .our-services .service-card {
        margin-bottom: 20px;
    }
    .services-sec .our-services>div:last-child .service-card {
        margin-bottom: 0;
    }

    /*skill*/
    .skill-sec .skill-detail{
        /*padding-top: 30px;*/
        padding-bottom: 65px;
    }
    .skill-sec .skill-banner{
        padding-left: 0;
    }
    .skill-sec .skill-detail .sub-heading span{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    /*qoute*/
    .qoute-sec .qoute {
        font-size: 24px;
        width: 75%;
    }

    .qoute-sec i.fa-quote-left {
        font-size: 20px;
        top: -30px;
        left: 6%;
    }
    .qoute-sec i.fa-quote-right {
        font-size: 20px;
        right: 5%;
        bottom: -8%;
    }
    /*projects*/
    .project-sec .project-area .project-detail .project-sub-heading {
        margin-bottom: 20px;
    }
    .project-sec .project-area .project-detail {
     position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .project-sec .project-area .project-detail .project-heading {
        color: black;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .project-sec .project-links{
         bottom: auto;
        left: 8%;
        top: 11%;
    }
    .project-sec .project-area .project-detail .project-sub-heading span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    /*pricing cards*/

    .pricing-sec .price-cards {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-sec .pricing-details .pricing-sub-heading {
        margin-bottom: 20px;
    }
    .pricing-sec .pricing-details .pricing-heading{
        width: 100%;
        margin-bottom: 20px;
    }
    .pricing-sec {
        padding-top: 50px;
         padding-bottom: 0;
    }
    .pricing-sec .pricing-details{
        margin-bottom: 0;
    }

    /*clients*/
    .client-sec .client-container {
        padding-bottom: 483px;
    }
    /*contact*/
    .contact-us-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #map{
        height: 400px;
    }
    .client-sec .client-container .client-detail .client-s-media {
        left: calc(50% - 35%);
    }
    .contact-us-sec .contact-details .contact-s-media {
    left:calc(50% - 30.5%);
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-fade{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-box{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-roll{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-in{
        animation: none;
    }
    .client-sec .client-container .client-detail {
        top:67%;
    }
    .slider-sec {
        min-height: 200px;
        background: transparent;
    }
    .services-sec .our-services .service-card .image-holder {
        margin-bottom: 17px;
    }
    .text-onblue-bg{
        color: #cccccc !important;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .navbar{
        margin-bottom: 0;
    }
    .side_nav{
        width: 0;
        display: none;
    }
    .body_wrapper{
        margin-left: 0;
        width: 100%;
    }

    .side-nav-menu ul li a span{
        /*font-size: 12px;*/
        margin-left: 10px;
        margin-right: 0;
    }
    .side-nav-menu ul {
        margin-top: 20%;
    }
    .broad-nav .side-nav-menu ul {
        position: relative;
        /*left: 30%;*/
        /*transform: translate(-30px, 0);*/
    }
    .broad-nav .side-nav-menu .social-icons {
        margin-left: 24.5%;
        margin-top: 0 !important;
    }
    .hover1 .title {
        font-size: 16px;
    }
    .hover1 .post {
        margin-left: 26px;
    }

    /*services*/
    .services-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .services-sec .services-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    /*skill*/
    .skill-sec .skill-detail{
        /*padding-top: 30px;*/
        padding-bottom: 65px;
    }
    .skill-sec .skill-banner{
        padding-left: 0;
    }
    .skill-sec .skill-detail .sub-heading span{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    /*qoute*/
    .qoute-sec .qoute {
        font-size: 24px;
    }
    .qoute-sec i.fa-quote-left {
        font-size: 20px;
        top: -30px;
        left: 6%;
    }
    .qoute-sec i.fa-quote-right {
        font-size: 20px;
        right: 5%;
        bottom: -8%;
    }
    /*projects*/
    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .project-sec .project-area .project-detail .project-heading {
        color: black;
        font-size: 24px;
    }
    .project-sec .project-links{
        bottom: auto;
        left: 8%;
        top: 11%;
    }
    .project-sec .project-area .project-detail .project-sub-heading span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    /*pricing cards*/

    .pricing-sec .price-cards {
        padding-left: 15%;
        padding-right: 15%;
    }
    .pricing-sec .pricing-details .pricing-heading{
        width: 100%;
    }
    #map{
        height: 400px;
    }
    .client-sec .client-container .client-detail .client-s-media {
        right:33.5%;
    }
    .contact-us-sec .contact-details .contact-s-media {
    left: calc(50% - 31%)
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-fade{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-box{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-roll{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-in{
        animation: none;
    }
    .client-sec .client-container .client-detail {
        top:67%;
    }
    .slider-sec {
        min-height: 250px;
        background: transparent;
    }
    .services-sec .our-services .service-card .image-holder {
        margin-bottom: 17px;
    }
    .text-onblue-bg{
        color: #cccccc !important;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .side_nav {
        width: 40%;
        left:-32%;
    }
    .expand_nav{
        left:0;
    }
    .body_wrapper{
        margin-left: 8%;
        width: 92%;
    }
    .shrink_body{
        margin-left: 40%;
        width: 60% !important;
    }
    .side-nav-menu ul li a {
        font-size: 14px;
    }
    header .slider-social{
        display: none !important;
    }
    /*services*/
    .services-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .services-sec .services-details .heading {
        padding-left: 0;
        padding-right: 0;
    }
    .services-sec .our-services {
        padding-left: 20%;
        padding-right: 20%;
    }
    .services-sec .our-services .service-card{
        padding-left: 5%;
        padding-right: 5%;
    }
    /*skill*/
    .skill-sec .skill-detail{
        /*padding-top: 30px;*/
        padding-bottom: 65px;
    }
    .skill-sec .skill-banner{
        padding-left: 0;
    }

    .skill-sec .skill-detail .sub-heading span{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    /*qoute*/
    .qoute-sec .qoute {
        font-size: 24px;
    }
    .qoute-sec i.fa-quote-left {
        font-size: 20px;
        top: -30px;
        left: 6%;
    }
    .qoute-sec i.fa-quote-right {
        font-size: 20px;
        right: 11%;
        bottom: 25%;
    }
    /*projects*/
    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .project-sec .project-area .project-detail .project-heading {
        color: black;
        font-size: 24px;
    }
    .project-sec .project-links{
        /*bottom: auto;*/
        left: 8%;
        bottom: 55%;
    }
    .project-sec .project-area .project-detail .project-sub-heading span {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    /*pricing cards*/

    .pricing-sec .price-cards {
        padding-left: 23%;
        padding-right: 23%;
    }
    .pricing-sec .pricing-details .pricing-heading{
        width: 100%;
    }
    #map{
        height: 500px;
    }
    .project-sec .project-area .project-detail .project-text {
        color: #cccccc;
    }
    .client-sec .client-container .client-detail .client-s-media {
        left: calc(50% - 43%);
    }
    .contact-us-sec .contact-details .contact-s-media {
        left: calc(50% - 23%)
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-fade{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-box{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-roll{
        animation: none;
    }
    .project-sec .owl-item.active .project-area .project-detail .animate-in{
        animation: none;
    }
    .text-onblue-bg{
        color: #cccccc !important;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .side_nav {
        width: 35%;
        left:-29%;
    }
    .expand_nav{
        left:0;
    }
    .body_wrapper{
        margin-left: 6%;
        width: 94%;
    }
    .shrink_body{
        margin-left: 35%;
        width: 65% !important;
    }

    /*service*/
    .services-sec .our-services .service-card {
        padding-left: 5%;
        padding-right: 5%;
    }
    /*qoute*/
    .qoute-sec i.fa-quote-left {
        left: 5%;
    }
    .qoute-sec i.fa-quote-right {
        right: 10%;
    }

    /*projects*/
    .project-sec .project-area .project-detail .project-heading {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .project-sec .project-area .project-detail .project-sub-heading {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .project-sec .project-area .project-detail .project-text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .project-sec .project-links {
        bottom: 2%;
    }
    .pricing-sec .pricing-card .pricing-amount i {
        left:20%;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1367px) {
    .my_tog span{
        width: 30px;
        margin-right: 1%;
    }
    .project-sec .project-links{
        position: absolute;
        bottom: 9%;
        left: 8%;
        transform: translateY(-9%);
        z-index: 1111;
    }
    .project-sec .project-area .project-detail .project-text {
        margin-bottom: 50px;
    }
    .client-sec .client-container .client-img-overlay .client-text {
        font-size: 16px;
    }
    .project-sec .project-links a i {
        font-size: 33px;
    }
    .my_tog{
        margin-right: 3px;
    }
    .close_nav {
        margin-right: 25px;
    }
    .side-nav-menu .nav-menu li a, .broad .side-nav-menu ul li a {
        width: 73%;
    }
    .rites-res {
        margin-top: 90px;
        font-size: 15px;
    }
    .rites-res span.d-block{
        color: #f73859;
        margin-bottom: 3px;
    }
    .client-sec .client-container .client-detail .client-s-media {
        left: calc(50% - 46%);
    }
}



/*======================================== */
/*=============broad nav fixed============ */
/*======================================== */

.fix-top{
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 1px 1px 15px #e1e1e1;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
































