fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,600i,700&display=swap');
/**/

*{margin: 0;padding: 0;}
ul{margin: 0;padding: 0;list-style: none;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
body {font-family: 'Poppins', sans-serif;}
a:hover{text-decoration: none;}
.clear{
  clear: both;
}
/*=========top start=======*/
.pt-custom{
    padding-top:7%;
}
video{
width:100%;height:450px
}
iframe{
width:100%;
min-height:450px;
}
.top_pannel {
    background: #f9f9ff;
    padding: 10px 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    border-bottom: 2px solid #dddbe1;
}
.logo img {
    width: 70%;
}
.menu {
    text-align: center;
}
.menu ul {
    margin-bottom: 0;
    padding: 9px 0;
}
.menu ul li {
    display: inline-block;
}
.menu ul li a {
    color: #676767;
    font-weight: 500;
    padding: 0 11px;
    /* line-height: 3; */
    font-size: 17px;
}
.log-reg {
    text-align: right;
}
.log-reg ul {
    margin-bottom: 0;
    padding: 10px 0;
}
.log-reg ul li {
    display: inline-block;
}
.log-reg ul li a {
    background: #3a4b7e;
    padding: 7px 12px;
    color: #fff;
    border-radius: 4px;
}
.menu ul li a:hover {
    text-decoration: none;
    color: #3a4b7e;
}
.menu ul li a.active_menu {
    color: #3a4b7e;
}
.log-reg ul li a:hover {
    text-decoration: none;
}

/*============slider =============*/
  .carousel-inner img {
      width: 100%;
     height: 100%;
  }
.caro_cnt {
    text-align: left;
    padding: 100px 0;
}
.caro_cnt h6 {
    padding: 0 0 23px 0;
}
.caro_cnt a {
    background: #ec334f;
    color: #fff;
    padding: 10px 12px;
    border-radius: 4px;
}
.caro_img{
    animation: nudge 5s linear infinite alternate;
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  50% {
    transform: translate(150px, 0);
  }
  
  80% {
    transform: translate(-150px, 0);
  }
}


/*.caro_img{
    animation: shake 2s infinite;
  animation-direction: alternate;
  transform: skew(20deg);
}

@keyframes shake {
  0% {
    transform: skewY(20deg);
  }
  100% {
    transform: skewY(-20deg);
  }
}*/
/*===========service============*/

.service {
    padding: 40px 0;
}
.service1 {
    box-shadow: 0 0 20px #dedede;
    text-align: center;
    padding: 25px 15px;
    transition: 1s ease;
    border-radius: 5px;
}
.service_img {
    text-align: center;
    padding: 0 0 15px 0;
}
.service_img i.fas.fa-users {
    font-size: 60px;
    border: 1px solid #ff9e66;
    border-radius: 5px;
    padding: 13px;
    box-shadow: inset 0px 0 10px #ff9e66;
    color: #ff9e66;
}
.service_cnt h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2b2b2b;
    padding: 15px 0;
}
.service_cnt h6 {
    color: #656565;
    font-weight: 400;
}
.service1:hover{
    background-color: #ff975a;
    border-radius: 5px;
}
.service1:hover .service_img i.fas.fa-users{
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.service1:hover .service_cnt h2{
    color: #fff;
}
.service1:hover .service_cnt h6{
    color: #fff;
}

/*====222222====*/
.service2 {
    box-shadow: 0 0 20px #dedede;
    text-align: center;
    padding: 25px 15px;
    transition: 1s ease;
    border-radius: 5px;
}
.service_img {
    text-align: center;
    padding: 0 0 15px 0;
}
.service_img i.fas.fa-user-lock {
    font-size: 60px;
    border: 1px solid #71dc85;
    border-radius: 5px;
    padding: 13px;
    box-shadow: inset 0px 0 10px #71dc85;
    color: #71dc85;
}

.service2:hover{
    background-color: #71dc85;
    border-radius: 5px;
}
.service2:hover .service_img i.fas.fa-user-lock{
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.service2:hover .service_cnt h2{
    color: #fff;
}
.service2:hover .service_cnt h6{
    color: #fff;
}

/*==========3333===========*/

.service3 {
    box-shadow: 0 0 20px #dedede;
    text-align: center;
    padding: 25px 15px;
    transition: 1s ease;
    border-radius: 5px;
}
.service_img {
    text-align: center;
    padding: 0 0 15px 0;
}
.service_img i.fas.fa-tachometer-alt {
    font-size: 60px;
    border: 1px solid #fc6765;
    border-radius: 5px;
    padding: 13px;
    box-shadow: inset 0px 0 10px #fc6765;
    color: #fc6765;
}

.service3:hover{
    background-color: #fc6765;
    border-radius: 5px;
}
.service3:hover .service_img i.fas.fa-tachometer-alt{
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}
.service3:hover .service_cnt h2{
    color: #fff;
}
.service3:hover .service_cnt h6{
    color: #fff;
}
.serv {
    height: 290px;
}

/*========about us===========*/
.about_section {
    background: #203061;
    /*padding: 40px 0;*/
    margin-bottom: 40px;
}
.about_section_img img {
    width: 100%;
}
.about_section_cnt {
    padding: 57px 0;
}
.about_section_cnt h1 {
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #ef647b;
    font-weight: 700;
    margin: 0;
}
.about_section_cnt h4 {
    color: #fff;
    font-size: 20px;
    /* margin-top: 10px; */
    font-weight: 500;
    /* text-transform: capitalize; */
    /* padding: 0 0 7px 0; */
}
.about_section_cnt h6 {
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 0;
}
.about_section_cnt h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ef647b;
}






/*========features===========*/
.features {
    background-color: #f9f9ff;
    /* padding-top: 60px; */
    padding: 40px 0;
    /* padding-bottom: 70px; */
    position: relative;
    overflow: hidden;
}

.features .main-title {
    margin-bottom: 40px;
}
.main-title {
    margin-bottom: 45px;
    text-align: center;
    position: relative;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.features .feature {
    position: relative;
    background-color: #f9f9ff;
    /*padding-top: 40px;*/
    text-align: center;
    margin-bottom: 30px;
}
.features .feature:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 54%;
    height: 2px;
    width: 100%;
    background-color: #3a4b7e;
    z-index: 1;
}
.features .feature .feature-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 23px;
    background: #f9f9ff;
    color: #3a4b7e;
    border: 2px solid #3a4b7e;
    box-shadow: 0 0 10px 0 rgba(251, 216, 196, .6);
    border-radius: 50%;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.features .feature .feature-item {
    padding: 40px 25px;
    border-radius: 4px;
    background: #f9f9ff;
    box-shadow: 0 0 20px 0 transparent;
    transition: all .4s ease-in-out;
}

.features .feature:hover .feature-item {
    background: rgba(255, 151, 90, .1);
    box-shadow: 0 0 20px 0 rgba(255, 151, 90, .5);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -o-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}
.features .feature:hover .feature-number {
    background: #ee566f;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(255, 151, 90, .6);
}
.features .three:before {
    display: none;
}
.serv_img img.img-responsive {
    width: 100px;
    height: 100px;
    margin: 12px 0;
}

/*========footer===========*/
.footer_main {
    /*background: #ff975a;*/
    background: #e9e9e9;
    padding: 40px 0;
}
.f_logo a {
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 700;
}
.f_logo p {
    padding: 7px 0;
}

.f_location ul li {
    padding: 0px 0 10px 0;
}
.f_location ul li a {
    color: #212529;
}
.f_location ul li i {
    padding: 0 9px 0 0;
}
.footer_social ul li {
    display: inline-block;
    /* padding: 0 7px 0 0; */
}
.footer_social ul li a {
    background: #ff975a;
    text-decoration: none;
    border-radius: 50%;
    padding: 6px;
    text-align: center;
    border: 1px solid #ffffff;
    transition: 1s ease;
}
.footer_social ul li a i {
    width: 20px;
    height: 20px;
    color: #ffffff;
}
.footer_social ul li a:hover{
    background: #fc6765;
}
.quick h5 {
    font-weight: 700;
    color: #3e3e3e;
}
.quick ul {
    padding: 10px 0;
    margin: 0;
}
.quick ul li {
    padding: 4px 0;
}
.quick ul li a {
    color: #484848;
    transition: 0.3s ease-in-out;
}
.quick ul li a i {
    padding: 0 5px 0 0;
}
.quick ul li a:hover {
    text-decoration: none;
    padding: 0 0 0 6px;
}
.f_location h5 {
    font-weight: 700;
    color: #3e3e3e;
}
.f_location ul {
    padding: 10px 0;
}
.f_last {
    background: #f9f9ff;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 15px 0;
}
.f_last p {
    margin: 0;
    font-weight: 500;
}

/*=============home complite===========*/
/*================about start=============*/
.about_slide {
    background-image: url(../images/all_page.jpg);
    height: 300px;
    padding: 73px 0;
    background-attachment: fixed;
}
.about_text {
    padding: 58px 0 0 0;
}
.about_text h1 {
    font-weight: 500;
    color: #ffffff;
    border-left: 5px solid #ea2240;
    padding: 0 0 0px 10px;
}
.about_text ul li {
    display: inline-block;
    padding: 5px 0px 0 15px;
    font-weight: 500;
    color: #fff;
}
.about_text ul li a {
    color: #000;
    font-weight: 500;
}
.about_text ul li a:hover {
    color: #ff975a;
    text-decoration: none;
}
.about_us {
    text-align: center;
    padding: 40px 0 0 0;
}
.about_us h1 {
    font-weight: 600;
    color: #eb2f4c;
}
.about_us_start .about_us h3 {
    color: #586675;
}
.about_us h4 {
    color: #586675;
}
.square i.fas.fa-square {
    color: #000;
    transform: rotate(45deg);
    border: 3px solid #b96e29;
}
.square {
    position: relative;
    padding: 6px 0;
}
.square:before {
    content: '';
    top: 17px;
    left: 39%;
    /* bottom: -25px; */
    height: 2px;
    width: 100px;
    background-color: #b96e29;
    z-index: 1;
    position: absolute;
}
.square:after {
    content: '';
    top: 17px;
    right: 39%;
    /* bottom: -25px; */
    height: 2px;
    width: 100px;
    background-color: #b96e29;
    z-index: 1;
    position: absolute;
} 
.about_welcome {
    padding: 10px 0;
}
.about_welcome_img img {
    width: 100%;
}
.about_welcome_cnt h1 {
    color: #eb2f4c;
    font-size: 30px;
}
.about_welcome_cnt p {
    color: #616161;
}
.about_welcome_cnt {
    padding: 30px 0;
}

/*=============button effect=================*/
.button-4 {
    width: 120px;
    height: 46px;
    border: 2px solid #18254a;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.button-4 a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:44px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-4 {
    width: 120px;
    height: 46px;
    left: -110px;
    background: #b96e29;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}
.button-4:hover .eff-4{
  left:0;
}
.button-4:hover a {
    color: #fff;
    text-decoration: none;
}
/*=============button effect=================*/
.testimonials {
    background: #f9f9ff;
    margin: 40px 0;
}
.testi {
    padding-bottom: 40px;
    padding-top: 40px;
}
.testi_cnt {
    background: #fff;
    text-align: center;
    padding: 32px;
    height: 350px;
}
.testi_icon i {
    font-size: 40px;
    border-radius: 50px;
    background: #eb2f4c;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.testi_cnt h2 {
    color: #4a4a4a;
    font-size: 25px;
}
.testi_cnt p {
    color: #525252;
}
.testi_cnt h4 {
    color: #eb2f4c;
}
.testi_cnt small {
    color: #797979;
    font-weight: 600;
}

/*=============business start===========*/
.reg_cond {
    padding: 40px 0 0 0;
}
.reg_cond ul li {
    background: #eb2f4c;
    padding: 9px;
    margin: 5px 0;
    font-size: 16px;
    border-radius: 30px;
    transition: 0.5s ease;
    color: white;
}
.reg_cond ul li:hover{
    transform: scale(1.05);
}

/*============SLIDER start=========*/
.testim {
    width: 75%;
    top: 74px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    position: relative;
    margin: 0 auto;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
/*        padding: 0 0 70px 0;
*/    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 20px;
    color: #828282;
    width: 80%;
    margin: auto;
    line-height: 30px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}
/*============SLIDER end=========*/
/*============service start==============*/
.service_section {
    background: #3a4b7e26;
    padding: 40px 0;
    margin: 40px 0;
}
.earn {
    background: #3a4b7e26;
    text-align: center;
    padding: 25px 0;
    box-shadow: 0 0 16px #777777;
    border-radius: 4px;
}
.earn_icon {
    width: 90px;
    height: 90px;
    background: #3a4b7e;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
}
.earn_icon i.fa.fa-desktop {
    font-size: 40px;
    padding: 25px 0;
    color: #fff;
}
.earn_icon i.fa.fa-database {
    font-size: 40px;
    padding: 25px 0;
    color: #fff;
}
.earn_icon i.fa.fa-magic {
    font-size: 40px;
    padding: 25px 0;
    color: #fff;
}
.earn_icon i.fa.fa-cloud {
    font-size: 40px;
    padding: 25px 0;
    color: #fff;
}
.earn h5 {
    color: #585858;
    padding: 15px 0 0 0;
}
.earn p {
    color: #737373;
}


.earn:hover .earn_icon{
    border: 3px solid #3a4b7e;
    border-radius: 50%;
    background-color: #fff;
}
.earn:hover .earn_icon i.fa.fa-cloud{
    color: #3a4b7e;
}
.earn:hover .earn_icon i.fa.fa-magic{
    color: #3a4b7e;
}
.earn:hover .earn_icon i.fa.fa-database{
    color: #3a4b7e;
}
.earn:hover .earn_icon i.fa.fa-desktop{
    color: #3a4b7e;
}

.s_category_img img {
    width: 100%;
}
.ourservice {
    background: #f9f9ff;
    padding: 0 0 40px 0;
}
.s_category {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 15px;
}
.s_category_cnt {
    padding: 6px 10px;
    text-align: center;
}
.s_button {
    width: 160px;
    height: 46px;
    border: 2px solid #3a4b7e;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 25px auto 0 auto;
}
.s_button a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:44px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.s_button_eff {
    width: 160px;
    height: 46px;
    left: -150px;
    background: #b96e29;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}
.s_button:hover .s_button_eff{
  left:0;
}
.s_button:hover a {
    color: #fff;
    text-decoration: none;
}

/*================contact us start===============*/
.contact_page_form {
    padding: 20px 0;
}
.contact_form {
    background: #f3f3f3;
    padding: 25px;
}
.contact_form input[type="text"] {
    width: 49%;
    padding: 9px 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact_form textarea {
    width: 99%;
    padding: 9px 10px;
    border-radius: 5px;
}
.contact_head {
    background: #f3f3f3;
    text-align: center;
    height: 149px;
}
.contact_head i {
    color: #ff975a;
    font-size: 28px;
    padding: 20px 0;
}
.contact_head h5 {
    color: #444444;
    font-weight: 600;
}
.contact_head p {
    color: #7b7b7b;
    padding: 0px 0px 25px 0;
}
/*===========================login page,,,signup page start=============*/
.login_page {
    background-image: url(../images/login.jpg);
    width: 100%;
    background-size: cover;
    padding: 142px 0 70px 0;
    margin-top: 0;
}
.login_form {
    width: 55%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.8);
    padding: 20px 69px;
}
.login_form input[type="text"] {
    width: 100%;
    /* margin: 0 auto; */
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.login_form input[type="password"] {
    width: 100%;
    /* margin: 0 auto; */
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.log_b {
    margin: 12px auto;
}
.login_page h3 {
    text-align: center;
    color: #ff975a;
    font-weight: 700;
}
.d_account {
    text-align: center;
    background: #ff975a;
    border-radius: 5px;
    padding: 16px 0;
        margin: 2rem 0 0 0;
}
.d_account a {
    color: #fff;
}
.d_account ul li {
    display: inline-block;
    background: white;
    text-align: center;
    border-radius: 50%;
}
.d_account ul li a i {
    width: 40px;
    height: 40px;
    color: #ff975a;
    padding: 12px 0;
}
.d_account ul {
    margin: 9px 0 0 0;
}

/*===============signup page start==============*/
.login_form h3 {
    font-size: 20px;
    color: #545454;
}
.f_logo a img {
    width: 30%;
}


label.error {
    color: red;
    font-size: 11px;
}


.s_button1 .btn {
    background: #f29400;
    border: none;
    width: 30%;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 2px;
    padding: 11px 7px;
    color: #fff;
}
.s_button1 .btn:hover {
    background: #000;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    color: #fff;
}


/*===========Responsive============*/
@media only screen and (max-width: 768px) {
    .serv {
    height: 254px;
}
.service_img i.fas.fa-user-lock {
    font-size: 13px;
    padding: 7px;
}
.service_img i.fas.fa-users {
    font-size: 13px;
    padding: 7px;
}
.service_img i.fas.fa-tachometer-alt {
    font-size: 13px;
    padding: 7px;
}
.service_cnt h2 {
    font-size: 12px;
    padding: 0;
}
.service_cnt h6 {
    font-size: 14px;
    line-height: 24px;
}
.about_section_cnt h1 {
    font-size: 18px;
}
.about_section_cnt h4 {
    font-size: 14px;
}
.about_section_cnt h6 {
    line-height: 19px;
    padding: 0;
    font-size: 14px;
}
.about_section_cnt h3 {
    font-size: 18px;
}
.about_section {
    margin-bottom: 0;
}
.main-title h2 {
    font-size: 20px;
}
.features .feature .feature-number{
    margin-bottom: 10px;
}
.features .feature .feature-item {
    padding: 10px;
}
.feature-item h4 {
    font-size: 12px;
}
.feature-item p {
    font-size: 14px;
}
.footer_main {
    margin-top: 0;
}
section {
    padding: 0;
}
.footer_main h5 {
    font-size: 16px;
    margin: 0;
}
.quick ul li a {
    font-size: 15px;
}
.quick ul li {
    padding: 0;
    line-height: 26px;
}
.quick ul li a i {
    font-size: 12px;
}
.f_logo p {
    font-size: 14px;
}
.f_location ul li {
    font-size: 14px;
}
.f_last p {
    font-size: 14px;
}
.caro_cnt h1 {
    font-size: 20px;
}
.caro_cnt h3 {
    font-size: 17px;
    margin: 0;
    padding: 0 0 6px;
}
.caro_cnt h6 {
    padding: 0 0 12px;
    font-size: 14px;
}
.caro_cnt {
    padding: 0 0;
}
.caro_cnt a {
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 13px;
}
.carousel-caption {
    bottom: 93px;
}
.login_form {
    width: 100%;
}
}

@media only screen and (max-width: 734px) {
    .pt-custom {
  padding-top: 58%;
}
        video{
        height: 350px;
    }
    iframe{
            min-height: 210px;
    }
    .logo img {
    width: 20%;
    margin: 0 auto;
    display: block;
}
.menu .bg-light {
    background-color: #e4e4e4!important;
}
.log-reg ul {
    text-align: center;
    margin:1rem 0 0 0;
}
.carousel-caption {
    bottom: 96px !important;
}
.carousel-control-next, .carousel-control-prev{
    top: 138px !important;
}
}

@media only screen and (max-width: 600px) {
    .pt-custom {
  padding-top: 58%;
}
    video{
        height: 350px;
    }
    iframe{
            min-height: 210px;
    }
.logo img {
    width: 25%;
    display: block;
    margin: 0 auto;
}
.navbar-expand-lg {
    background: #e6e6e6 !important;
    border-radius: 3px;
    padding: 6px 6px;
    margin: 10px 0;
}
.log-reg ul {
    text-align: center;
}
.caro_img img {
    display: none;
}
.carousel-caption {
    bottom: 96px !important;
}
.carousel-control-next, .carousel-control-prev{
    top: 138px !important;
}
.serv {
    height: 185px;
    margin: 0 0 1rem;
}
.service {
    padding: 20px 0;
}
.about_section_img img {
    width: 42%;
    display: block;
    margin: 0 auto;
}
.about_section {
    text-align: center;
}
.about_section_cnt {
    padding: 0;
}
.features {
    padding: 20px 0;
}
.features .feature:before{
    display: none;
}
.features .feature .feature-number{
    display: none;
}
.footer_main {
    text-align: center;
        padding: 20px 0;
}
.f_location ul {
    padding: 0;
    margin: 0;
}
.login_form {
    padding: 20px 15px;
}
.login_page {
    padding: 241px 0 70px 0;
}
/*About*/
.about_us h1 {
    font-size: 18px;
}
.about_us h4 {
    font-size: 16px;
}
.square:before {
    top: 20px;
    height: 1px;
}
.square:after {
    top: 20px;
    height: 1px;
}
.square i.fas.fa-square {
    border: 2px solid #b96e29;
    font-size: 9px;
}
.about_welcome_cnt h1 {
    font-size: 18px;
}
.about_us h1 {
    font-size: 18px;
}
.about_us h4 {
    line-height: 23px;
    font-size: 15px;
}
.testi_icon i {
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 1rem;
}
.testi_cnt h2 {
    font-size: 19px;
}
.testi_cnt p {
    font-size: 14px;
}
.testi_cnt h4 {
    font-size: 16px;
}
.testi {
    text-align: center;
}
.testimonials {
    margin: 0;
}
.f_last p {
    font-size: 12px;
}
.about_welcome_cnt p {
    font-size: 14px;
}
.about_text h1 {
    font-size: 16px;
}
.about_slide ul {
    margin: 0;
}
.about_text ul li a {
    font-size: 12px;
}
.about_text ul li {
    font-size: 12px;
}
.about_slide {
    height: 254px;
    padding: 127px 0;
}
.earn {
    margin: 0 0 1rem;
}
.about_us_start .about_us h3 {
    font-size: 17px;
}
.testim .cont div p {
    font-size: 13px;
    width: 100%;
}
.testim .dots .dot{
    display: none;
}
.menu .bg-light {
    background-color: #e4e4e4!important;
}
}

.brochure-pdf{
background: #1974b5 !important;
background: linear-gradient(90deg,rgba(25, 116, 181, 1) 0%, rgba(121, 117, 9, 1) 100%, rgba(25, 116, 181, 1) 100%) !important;
  font-weight: bold;
}