
/* Block copy paste section */
body{
    user-select:none!important;
    -moz-user-select:-moz-none!important;
    -webkit-user-select:none!important;
    -ms-user-select:none!important
}
.post-body blockquote,.post-body code,.post-body pre{
    user-select:text!important;
    -webkit-user-select:text!important;
    -ms-user-select:text!important;
    -moz-user-select:text!important
}
/* ?Custom Animation */
.nav-animate{
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.bounceUpDown{
	animation: bounceUpDown 1s infinite linear alternate;
}
@keyframes bounceUpDown{

	0%{
		transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}

	50%{
		transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}

	100%{
		transform: translateY(0px);
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

}
/* ?--------------------- */

/* ?Custom Animation */

.multiColor{
	animation: multiColor 2s infinite linear alternate-reverse;
}
@keyframes multiColor{

	0%{
		color: indianred;
	}

	25%{
		color: dodgerblue;
	}

	50%{
		color: rebeccapurple;
	}

	75%{
		color: springgreen;
	}

	100%{
		color: orange;
	}

}
/* ?-------------------- */

/* ?Custom Animation */

.multiBgColor{
	animation: multiBgColor 2s infinite linear alternate-reverse;
}
@keyframes multiBgColor{

	0%{
		background-color: indianred;
	}

	25%{
		background-color: dodgerblue;
	}

	50%{
		background-color: rebeccapurple;
	}

	75%{
		background-color: springgreen;
	}

	100%{
		background-color: orange;
	}

}
/* ?-------------------- */

@keyframes bxd {
    0%{
        background-color:red;
  
    }

    50%{
        background-color: blue;
    }

    100%{
        background-color:seagreen;
    }


}


/* 
====================================================================
bacic setup
====================================================================
*/
body{
    font-family: sans-serif;
    text-rendering: optimizeLegibility;
    line-height: 1.3;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:after{
    box-sizing: border-box;
}
*:before{
    box-sizing: border-box;
}
.clear-fixt:after{
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
}
input,
textarea,
button,
select {
  border: none;
}

textarea {
  height: 140px;
  padding-top: 20px;
  resize: none;
}
html{
    font-size: 16px;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.main-btn {
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 35px;
    border: none;
    cursor: pointer;
    padding: 0 40px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 2;
  }
.main-btn:after {
    position: absolute;
    right: 1px;
    top: 4px;
    bottom: 4px;
    background-color: #14212b;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: '';
    z-index: -1;
    width: 85px;
    border-radius: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  
  .main-btn:hover {
    color: #fff;
  }

/* 3D section */
  .card {
    transform-style: preserve-3d;
    background-color: #4cc1de;
    width: 53%;
    height: 61%;
    border-radius: 50%;
}

.sneaker {
    min-height: 35vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sneaker img {
    width: 20rem;
    z-index: 2;
    transition: all 0.75s ease-out;
    border-radius: 50%;
}

.image-pogition{
    padding-top: 130px;
    padding-left: 130px;
    text-align: center;
}

.circle {
    width: 18rem;
    height: 18rem;
    background: linear-gradient(
        to right,
        rgba(245, 70, 66, 0.75),
        rgba(8, 83, 156, 0.75)
    );
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}
  
  .main-btn:hover:after {
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
.btn{
    border: none !important;
    box-sizing: none !important;
    border-color: none !important;
}
/* 
====================================================================
header section css
====================================================================
*/
.header-max-width{
    max-width: 1400px;
    overflow: hidden;
    
}
nav{
    background: #630E38 !important;
    -webkit-transition: 1s;
    transition: 1s;
    position: relative;
    overflow: hidden;
    z-index: 100000 !important;
    
    
}
.hide-btn{
    display: none;
}
.navbar-toggler{
    color: white;
    font-size: 30px;
}
.menu-list li a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: bold;
    display: block;
}
.menu-list{
    list-style: none;

}
.open-menu{
    display: none;
}
.menu-list li{
    display: inline-block;
}
.open-menu{
    font-size: 35px;
    color: white;
}
.sticky{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0rem 0rem .5rem .1rem rgb(186, 202, 255);
    

}
.close-menu span{
  
            color: rgba(255, 255, 255, 0) !important;
           
        }

/* 
====================================================================
banner  section css
====================================================================
*/

/* btn color fixt css */

.about-us-section .main-btn {
    background: #630E38;
    color: white;
}

/* btn color fixt css end */


.banner{
    background:-webkit-linear-gradient(rgba(0,0,0, .5),rgba(0,0,0, .5)),url(../img/back.jpg);
    background:linear-gradient(rgba(0,0,0, .5),rgba(0,0,0, .5)),url(../img/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 95vh;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.banner h2{
    font-size: 60px;
    font-weight: bold;
    color: white;
    margin-top: 16%;
    z-index: 9999;
    position: relative;
}
.deverloper-C{
    color: rgb(123, 255, 71);
}
.deverloper-B{
    color: rgb(228, 66, 37);
}
.deverloper-D{
    color: rgb(228, 37, 148);
}
.banner-btn-1{
    background: #630E38;
    color: white;
}
.banner-btn-1:after{
    background: white;
    
    
}
.banner-btn-1:hover{
    color: black;
}
.banner:before{
    content: " ";
    width: 200px;
    height: 200px;
    position: absolute;
    background: #630E38;
    margin-top: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
    background-attachment: fixed;
    
}
.banner-bg:before{
    content: " ";
    width: 300px;
    height: 300px;
    position: absolute;
    background: #ff49178f;
    margin-top: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
    background-attachment: fixed;
    z-index: -1;
}

.banner-bg-2:before{
    content: " ";
    width: 400px;
    height: 400px;
    position: absolute;
    background: #ff491775;
    margin-top: 0;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
            clip-path: polygon(0 0, 0 100%, 100% 0);
    z-index: -1;
    background-attachment: fixed;
    z-index: -999;
    
}

/* 
====================================================================
about us  section css
====================================================================
*/

.about-us-section{
    background: #fff;
    padding: 70px 0px;
}
.finsa-text h4{
    color: #ff4a17;
    font-weight: 500;
    font-size: 25px;
    position: relative;
    padding-left: 65px;
}
.finsa-text h4:after{
    content: " ";
    height: 5px;
    width: 50px;
    background: #ff4a17;
    position: absolute;
    left: 0;
    vertical-align: middle;
    margin-top: 14px;
    border-radius: 20px;
    
}
.finsa-text h2{
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 10px;
}
.finsa-text p{
    color:#616161;
    font-size: 20px;
}
.finsa-text ul{
    padding-left: 0; 
    list-style: none;

}
.finsa-text ul li i{
    color: #ff4a17;
    width: 30px;
    font-size: 25px;
}    
.finsa-text ul li{
    font-size: 19px;
}
.about-us-section .main-btn{
 background: #ff4a17;
}

/* 
====================================================================
company service  section css
====================================================================
*/
.company-service{
    padding: 60px 0px;
    background: #f5f5f5;
    box-sizing: border-box;
}
.header-content h4{
   position: relative;
   color: #ff4a17;
   font-size: 25px;
   font-weight: 500;
   display: inline-block;
}
.header-content h4:after{
    content: " ";
    height: 5px;
    width: 50px;
    background: #ff4a17;
    position: absolute;
    left: -62px;
    vertical-align: middle;
    margin-top: 14px;
    border-radius: 20px;

}
.header-content h4:before{
    content: " ";
    height: 5px;
    width: 50px;
    background: #ff4a17;
    position: absolute;
    right: -62px;
    vertical-align: middle;
    margin-top: 14px;
    border-radius: 20px;
}
.header-content {
    width: 65%;
    overflow: hidden;
}
.header-content h2{
    font-weight: 700;
    font-size: 20px;
}
.company-service-content{
    background: #fff;
    box-shadow: 0 0 10px 8px rgba(228, 238, 255, 0.753);
    text-align: center;
    margin: 0 10px;
    padding: 10px 30px ;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.company-service-content span img{
    padding: 20px 0px;
}
.company-service-content h3{
    font-size: 30px;
    padding: 30px 0;
    font-weight: bold;
}
.company-service-content p{
    color: #616161;
    font-size: 19px;
    line-height: 40px;
}
.company-service-content{
    border-bottom: 6px solid #ff491700;
}
.company-service-content:hover{
    border-bottom: 6px solid #ff4917;
}
.company-service-content .main-btn{
    background: #ff4a17;
   }
/* 
====================================================================
videos service  section css
====================================================================
*/
.video-section {
    color: white;
    background: #4C4A74;
    padding: 50px 0;
    overflow: hidden;
}
.video-section h2{
    font-size: 35px;
}
.video-section p,h4{
    color: white;
}
.video-section h4{
    color: white;
}
.video-section h4:after{
    background: #fff;
}
.video-section a{
    color: white;
}
.video-section .main-btn{
    background: #ff4a17;
   }

.video-content span a{
        margin-right: 25%;
        position: relative;
        margin-left: 25%;
        width: 170px;
        height: 170px;
        line-height: 180px;
        background: rgb(255, 255, 255);
        text-align: center;
        border-radius: 50%;
        margin-top: 25%;
        margin-bottom: 25%;
        display: block;

}
.video-content span a i{
    font-size: 55px;
    color: #ff4917;
        text-align: center;

}

.video-content span a:before{
    content: " ";
    height: 170px;
    width: 170px;
    line-height: 170px;
    text-align: center;
    border-radius: 50%;
    background: #ff4a17;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-animation:playbtn 1.2s ease-out infinite ;
            animation:playbtn 1.2s ease-out infinite ;
    
}
@-webkit-keyframes playbtn{
    0%,30%{
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50%{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
    100%{
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes playbtn{
    0%,30%{
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    50%{
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
    100%{
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
/* 
====================================================================
company core  section css
====================================================================
*/
.company-core-section {
      padding: 100px 0px;
      background: white;
      margin: auto;
      text-align: center;
      padding-bottom: 400px;
      overflow: hidden;
}
.company-core-content{
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.company-core-content img{
    z-index: -99999;
    width: 100%;
}
.company-service-content .main-btn {
    background: #ff4a17;
    color: white;
}
.company-core-content:after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 240px;
    height: 240px;
    /* background-color: #ff4917; */
    content: '';
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 99;
    
}
.company-core-content:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 260px;
    height: 260px;
    /* background-color: #ff4917a9; */
    content: '';
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
            clip-path: polygon(0 0, 0 100%, 100% 100%);
    z-index: 1;
    
}
.company-core-text{
    position: absolute;
    bottom: -10px;
    z-index: 999;
    color: white;
    text-align: center;
}
.open-menu{
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
}
.hide-btn{
    cursor: pointer;
}
.company-core-content span,h4,p{
  padding-left: 5px;
}
.company-core-text span{
    font-size: 30px;
    
}
.company-core-text p{
  text-align: justify;
} 
.close-menu{
    display: none;
    font-size: 40px;
    color: white;
    cursor: pointer;
}
/* 
====================================================================
we do   section css
====================================================================
*/
.we-do-section{
 background: #f5f5f5;
 padding-bottom: 50px;
 
}
.we-do-content{
    background: #14212b;
    color: white;
    padding: 40px 50px;
    position: relative;
    margin-top: -300px;
    border-radius: 5px;
}
.we-do-content p{
    color: white;
}
.we-do-content .main-btn:after{
    background: #ff4917;
}
.we-do-counter{
 text-align: center;
}
.we-do-counter span{
    font-size: 45px;
    color: #ff4917;
    display: block;
}
.we-do-counter h3{
    font-size: 55px;
}
.we-do-counter p{
    font-size: 22px;
    color: #616161;
}

/* 
====================================================================
team section  section css  
====================================================================
*/
.team-section{
    padding: 60px 0px;
}
.team-member{
    text-align: center;
    position: relative;
}
.team-member img{
    width: 100%;
}
.team-member h3,a{
    color: black;
    display: block;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 2px;
   
}
.team-member:hover h3 a{
    color: #ff4917;
}
.team-member p{
    color: #616161;
    font-size: 19px;
    margin-top: 0;
}
.team-member ul{
    list-style: none;
    padding-left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
    left: 0;
    top: 50%;
    bottom: 0;
    
}
.team-member-img:after{
position: absolute;
top: 0;
left: 0;
background-color: #ff4a17;
width: 110px;
height: 110px;
-webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
        clip-path: polygon(100% 0, 0 100%, 0 0);
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
content: "";
z-index: 999;
}
.team-member:hover .team-member-img:after{
    width: 100%;
    height: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    background-color: #ff491786;
   
}
.team-member-img:before{
    position: absolute;
    content: '';
    right: -8px;
    bottom: -8px;
    width: 100px;
    height: 100px;
    background-color: #ff4a17;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
}
.team-member-img{
    position: relative;
}
.team-member-img ul li {
    display: inline-block;
}
.team-member-img ul li a i{
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    color: #ff4917;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.team-member-img ul li{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(+30px);
            transform: translateY(+30px);
}
.team-member:hover .team-member-img ul li{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.team-member-img ul li:nth-child(0){
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
.team-member-img ul li:nth-child(2){
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.team-member-img ul li:nth-child(3){
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
}
.team-member-img ul li:nth-child(4){
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
.team-member-img ul li a i:hover{
    background: #000000;
    color: #fff;
}
/* 
====================================================================
company skill  section css  
====================================================================
*/

.company-skill-text .main-btn{
    background: #ff4917;
    color: white;
}


/* skill bar extra css */
/* skill bar extra css */
/* skill bar extra css */

svg.radial-progress {
    height: auto;
    max-width: 200px;
    padding: 1em;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 100%;
  }
  
  svg.radial-progress circle {
    fill: rgba(0,0,0,0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129; /* Circumference */
    stroke-width: 7;
  }
  
  svg.radial-progress circle.incomplete { opacity: 0.25; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; }
  
  svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }
  
  svg.radial-progress text {
    fill: black ;
    font: 600 720px;
    font: 600 45rem ;
    text-anchor: middle;
  }
  
  /*** COLORS ***/
  /* Primary */
  
  svg.html-css circle { stroke: #5465ff; }
  
  /* Secondary */
  
  svg.responsive circle { stroke: #fd1d60; }
  
  /* Tertiary */
  
  svg.javascript-php circle { stroke: #ff4917; }
  
  /* Quaternary */
  
  svg.wordpress circle { stroke: #6b4aff; }


/* skillbar css end */
/* skillbar css end */
/* skillbar css end */
.company-skill-content h3{
     font-size: 30px;
     padding-bottom: 10px;
}
/* 
====================================================================
news  section css  
====================================================================
*/
.news-section{
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.news-section .main-btn{
    background: #ff4917;
    color: #fff;
}
.news-content-img img{
    max-height: 350px;
    width: auto;
   
    
}
.news-content{
    border-radius: 5px;
    margin-top: 30px;
    margin: 10px;
}
.news-content:hover img{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.news-content-img{
    overflow: hidden;

}
.news-content-img img{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.news-content{
    box-shadow: 0 0 10px 8px rgba(228, 238, 255, 0.788);
    background: rgb(250, 250, 250);
}
.news-content h4{
color: #ff4917;
padding: 13px 0;
font-weight: bold;
}

.news-content h4 i{
    font-size: 30px;
    
}
.news-content h3{
font-size: 23px;
font-weight: bold;
}
.news-content p{
font-size: 18px;
line-height: 25px;
padding: 10px 0;
color: #616161;

}

/* 
====================================================================
footer top section css  
====================================================================
*/
.footer-top{
    background:#701946;
    color: #fff;
    padding: 70px 0;
    border-bottom: 2px solid rgba(133, 133, 133, 0.842);
}

.footer-top P{
    font-size: 19px;
}

.footer-top ul {
   padding-left: 0;
   list-style: none;
   -webkit-transition: all .5s;
   transition: all .5s;
}
.footer-top ul li{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(+30px);
            transform: translateY(+30px);
}
.footer-top ul li a{
    -webkit-transition: all .3s;
    transition: all .3s;
}
.footer-top:hover ul li{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
}
.footer-top ul li:nth-child(1){
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
}
.footer-top ul li:nth-child(2){
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.footer-top ul li:nth-child(3){
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
}
.footer-top ul li:nth-child(4){
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
}
.footer-top ul li a i:hover{
    background: #ff4917;
    color: white;
}
.footer-top ul li{
    display: inline-block;
}
.footer-top ul li a i{
    color: #ff4917;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: white;
    font-size: 25px;
    text-align: center;
    display: block;
    border-radius: 50%;
    margin: 0px 5px;
}
.footer-top-form .main-btn{
    background: #ff4917;
    color: white;
}
.footer-top-form .main-btn:after{
    background: white;
    
}
.footer-top-form .main-btn:hover{
    color: #000;
}
.footer-top-form{
    padding: 40px 30px;
    border: 2px solid rgb(65, 76, 87);
    border-radius: 5px;
}
.footer-top-form input{
    width: 90%;
    outline: none;
    border-color: none;
    padding: 10px 5px;
    background: #14212b;
    color: white;
    border-bottom: 2px solid #5d6974;
}
.footer-top-form input::-webkit-input-placeholder{
    color: white;
}
.footer-top-form input::-moz-placeholder{
    color: white;
}
.footer-top-form input:-ms-input-placeholder{
    color: white;
}
.footer-top-form input::placeholder{
    color: white;
}

/* 
====================================================================
footer  section css  
====================================================================
*/
.footer-section{
    background: #701946;
    color: white !important;
}
.footer-content ul li a{
    color: white !important;
    font-size: 19px;
    margin: 0px 7px;
    -webkit-transition: all .5s;
    transition: all .5s;
    
}


.footer-content-ul h4{
    border-bottom: 1px solid #7d7d7d;
}
.footer-content-ul ul{
    color: white;
    list-style: none;
    padding-left: 0px;
}
.footer-content-ul ul li a{
    color: white;
    padding: 7px 0px;
    display: block;
    font-size: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-content-ul ul li a:hover{
    letter-spacing: 1px;
    color: #ff4917;
}
.footer-contact-icon i {
    width: 50px;
    font-size: 23px;
}
.footer-location {
    padding: 10px 0px;
}
.footer-location span{
    font-size: 17px;
}
.footer-location a{
    color: white;
    -webkit-transition: all .5s;
    transition: all .5s;
    
}
.footer-location a:hover{
    color: #ff4917;
}
.footer-last-namver i{
    font-size: 35px;
}
@media only screen and (max-width:1250px){
    .menu-and-btn{
        display: block!important;
        position: fixed;
        width: 100%;
        max-width: 480px !important;
        height: 100%;
        z-index: 9999999;
        top: 0;
        left: -100%;
        overflow-y: scroll;
        background: #14212b !important;
        text-align: center;
        padding-top: 10px;
        -webkit-transition: all .5s;
        transition: all .5s;
        
        

    }
    .menu-list li{
        display: block;
        padding: 5px 0;
    }
    .open-menu{
        display: block;
    }
    .header-btn{
      margin-left: 10%;
    }
    .hide-btn{
        display: block !important;
        color: white;
        font-size: 35px;
        position: absolute;
        right: 0;
    }
             .close-menu span{
                color: #fff !important;
         }
}
@media only screen and (max-width:1400px){
    html h1{
        font-size: 40px !important;
    }
    html h2{
        font-size: 35px !important;
    }
    .menu-list li a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        padding: 10px 12px;
        font-weight: bold;
        display: block;
    }
  
}

@media only screen and (max-width:1191px){
    .header-content {
        width: 100% !important;
        overflow: hidden;
    }
    .header-content h4 {
        padding-bottom: 10px;
        font-size: 20px !important;
    }
    .header-content h4:after {
        content: " ";
        height: 5px;
        width: 40px;
        left: -43px;
        margin-top: 9px;
        border-radius: 20px;
    }
    .header-content h4:before {

        content: " ";
        height: 5px;
        width: 40px;
        right: -47px;
        margin-top: 11px;
    
    }
    .finsa-text h2 {
        font-size: 25px !important;
    }
    .finsa-text h4 {
        font-size: 22px;
        
    }
    .finsa-text h4:after {
        content: " ";
        width: 45px;
        left: 9px;
        margin-top: 12px;
    }
    .finsa-text p {
        font-size: 17px;
    }
    .news-content h3 {
        font-size: 23px;
        font-weight: bold;
        font-size: 24px !important;
    }
    .we-do-counter h3 {
        font-size: 40px;
    }
    .clear-prb {
        margin-top: 0px !important;
    }
    .company-service-content h3 {
        font-size: 26px;
    }
    .banner h1 {
        
        font-size: 38px !important;
    }
  
}

@media only screen and (max-width:768px){
    .header-content h2 {
        font-size: 25px !important;
    }
    .we-do-content {
        padding: 38px 13px;

    }
    .finsa-text ul li {
        font-size: 17px;
        line-height: 30px;
    }
    .we-do-counter p {
        font-size: 17px;
        color: #616161;
    }
    .main-btn {
        font-size: 16px;
    }
    .py-5 {
        padding-top: 2rem!important;
        padding-bottom: 1rem!important;
    }
}


@media only screen and (max-width:468px){
.banner-btn-1 {
  
    margin-bottom: 20px;
}
.banner h1 {
        
    font-size: 25px !important;
}
}
 /*--- PRELOADER ---*/
 .loader {
    position:  fixed;
     top:  0;
     left:  0;
     z-index:  9999999999999999;
     background:  #fff;
     width:  100%;
     height:  100vh;
}
.loader_circle {
    border:  0 solid transparent;
     border-radius:  50%;
     width: 240px;
     width:  15rem;
     height: 240px;
     height:  15rem;
     position:  absolute;
     top:  calc(50vh - 7.5rem);
     left:  calc(50vw - 7.5rem);
}
.loader_circle:before, .loader_circle:after {
    content:  "";
     border:  1em solid #ff4917;
     ;
     border-radius:  50%;
     width:  inherit;
     height:  inherit;
     position:  absolute;
     top:  0;
     left:  0;
     -webkit-animation:  loader 2s linear infinite;
     animation:  loader 2s linear infinite;
     opacity:  0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.loader_circle:before {
    -webkit-animation-delay:  .5s;
     animation-delay:  .5s;
}
@-webkit-keyframes loader {
    0% {
    -webkit-transform:  scale(0);
     transform:  scale(0);
     opacity:  0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
    -webkit-transform:  scale(1);
     transform:  scale(1);
     opacity:  0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes loader {
    0% {
    -webkit-transform:  scale(0);
     transform:  scale(0);
     opacity:  0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
50% {
    opacity:  1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
100% {
    -webkit-transform:  scale(1);
     transform:  scale(1);
     opacity:  0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
.disppear {
    -webkit-animation:  vanish 1s forwards;
     animation:  vanish 1s forwards;
}
@-webkit-keyframes vanish {
    100% {
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility:  hidden;
}
}
@keyframes vanish {
    100% {
    opacity:  0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility:  hidden;
}
}

.top{
    bottom: 5%;
    right: 2%;
    position: fixed;
    text-align: center;
    width: 35px;
    height: 50px;
    background: #14212b;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 35px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.24);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 99999;
}
.main-menu li a{
    position: relative;
}
.main-menu li a::after{
    content: "";
    background: white;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    transform: scale(0);
    transition: .5s;

}
.main-menu li a:hover::after{
transform: scale(1);
}

/* 
====================================================================
contact secton css setup
====================================================================
*/
.contact{
    padding: 30px 0;
    overflow: hidden;
}
.contact-form{
    background: linear-gradient( 135deg, rgba(0, 136, 232, 1) 0%, rgba(0, 182, 198, 1) 0%, rgba(0, 136, 232, 1) 100% );
    height: 550px;
}
.contact-form-item{
    padding: 10% 6%;
}
.contact-form-item input, textarea{
    width: 100% !important;
    outline: none;
    background: #4cc1de;
    border: none;
    margin-bottom: 20px;
    padding: 15px 10px;
    color: white;
}
.contact-form-item input{
    padding: 15px 10px;
}
.footer-bottom{
    color: #f5f5f5;
    background: #14212b;
    box-shadow: 0px 0px 20px 0px #f5f5f53f;
}
.sticky-menu{
    top: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
}



