*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
  line-height: 28px !important;
  font-size: 16px !important;
  color: #666 !important;
  font-family:'Poppins', sans-serif  !important;
  font-weight: 400;
  letter-spacing: 1.2px !important;
  background: #fff !important;
}

a{
  text-decoration: none !important;
}

li{
  list-style: none !important;
}


.abt-banner {
    background: url(../images/abt.jpg) no-repeat;
    background-size: auto;
    background-size: cover !important; 
    padding:150px 0;
    text-align: center;
}
.P-0{
    padding: 0px;
}

.about-text h2 {
    color: #fff;
    font-size: 4rem;
    letter-spacing: 3px;
    font-weight: bold;
}

.about-text p, .about-text p a{
    color: #fff;
}

.toolbar-top-area {
    background:#f9f9f9;
border-bottom: 1px solid #ededed;
    padding: 0px 0;
    background-image: linear-gradient(to right, #0841c6, #05c6fb, #0841c6);
}

.toolbar-top-area .toolbar-contact ul li {
    display: inline-block;
    margin-right: 25px;
    color: #808080;
    font-size: 14px;
    padding-top: 5px;
}

.toolbar-top-area .toolbar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -122px;
}

.toolbar-top-area .toolbar-contact ul li i {
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

.toolbar-top-area .toolbar-sl-share ul {
    text-align: right;
    padding-top: 6px;
    margin-right: -112px;
}

.toolbar-top-area .toolbar-sl-share ul li {
    display: inline-block;
}

.toolbar-top-area .toolbar-sl-share ul li a {
    display: block;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 16px;
}


.toolbar-top-area .toolbar-sl-share ul li a i {
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -mzs-transition: 0.4s;
    padding-left: 13px;
    font-size: 20px;
}

.toolbar-contact ul li a{
    color: #fff !important;
    font-size: 16px;
}


/*====================================================================
    Main Header style
==================================================================== */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


.navbar{
  margin-bottom: 0px !important;
  border: none !important;
}

.main-header{
    /*position:fixed;*/
    left:0px;
    top:0px;
    z-index:99;
    width:100%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    background: #02247e;
}

.main-menu .navigation > li > ul > li::marker{
    display: none !important;
}     

/*Sticky Header*/

.sticky-header{
    position:fixed;
    opacity:0;
    visibility:hidden;
    left:0px;
    top:0px;
    width:100%;
    padding:0px 0px;
    background:#18191b;
    z-index:0;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sticky-header .sticky-inner-container{
    padding:0px 50px;
}

.sticky-header .logo{
    padding:6px 0px 4px;    
}

.main-header .sticky-header .outer-box{
    margin-top:16px;
}

/*.main-header .sticky-header .outer-box .btn-box .theme-btn{
    padding:3px 26px 3px;
}
*/
/*.main-header .sticky-header .search-box-outer .dropdown-menu{
    top:46px;
}*/

/*.default-inner-header.fixed-header{
    background-color:#151e22;
}
*/



.fixed-header .sticky-header{
    z-index:999;
    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;   
}

.header-style-two .header-upper{
    position:relative;
    z-index:5;
    padding: 0px 42px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    width: 100%;
    background:#fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24);
}

.main-header .header-upper .logo img{
    position:relative;
    display:inline-block;
    max-width:100%;
}

.main-header .logo-outer{
    position:relative;
    z-index:25;
    padding:25px 0px 25px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.header-style-two .logo-outer{
    padding:2px 0px 2px;
}

.main-header .logo-outer .logo img{
    position:relative;
    display:inline-block;
   width: 213px;
    margin-left: 55px;
    margin-top: -12%;
}

/*.main-header .header-upper .upper-right{
    position:relative;
}*/

.header-style-two.fixed-header .header-upper{
    border-bottom:1px solid rgba(252,247,247,1.00);
}

.main-header .header-lower{
    position:relative;
    top:0px;
    width:100%;
    z-index:5;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

header.sticky .logo-outer .logo img {
    position: relative;
    display: inline-block;
    width: 150px;
    margin-left: 55px;
    margin-top: 0%;
}

.main-header .nav-outer{
    position:relative;
    padding-left: 160px;
    z-index: 999;
}

.main-menu{
    position:relative;
    float:left;
}

.main-menu .navbar-collapse{
    padding:0px;    
    margin-right: 68px;
}

.main-menu .navigation{
    position:relative;
    margin:0px;
    /* padding-top: 22px; */
}

.main-menu .navigation > li{
    position:relative;
    float:left;
    margin-left:30px;
}

.main-menu .navigation > li:last-child{
    margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
    margin:0px;
    border:0px;
    margin-left:30px;
}

.main-menu .navigation > li > a{
    position:relative;
    display:block;
    font-size:16px;
    color:#242424;
    line-height:30px;
    font-weight:500;
    opacity:1;
    text-transform:capitalize;
    padding:5px 0px 8px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.header-style-two .main-menu .navigation > li > a{
    padding:25px 0px 25px;
}


.main-menu .navigation > li > a:after{
    position:absolute;
    content:'';
    left:0px;
    /*bottom:10px;*/
    width:23px;
    height:1px;
    opacity:0;
    /*background-color:#ffffff;*/
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a:after{
    bottom:18px;
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li > a:hover{
    opacity:1;
}

.main-menu .navigation > li.has-mega-menu .mega-menu{
    position: absolute;
    left: 0px;
    width: 500px;
    padding:15px 25px;
    top: 100%;
    z-index: 100;
    opacity:0;
    visibility:hidden;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05)
}

.main-menu .navigation > li.has-mega-menu:hover .mega-menu{
    opacity:1;
    visibility:visible;
}

.main-menu .navigation > li.has-mega-menu .mega-menu .column:last-child:after{
    display:none;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul{
    position:relative;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li{
    position:relative;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a{
    position:relative;
    color:#444444;
    padding:4px 0px;
    display:block;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a:hover{
    color:#08ae8d;
}

.main-header .sticky-header .main-menu .navigation > li > a{
    color:#ffffff;
    padding:20px 0px;
    line-height:30px;
    font-size:16px;
    font-weight:500;
    min-height:0px;
    background:none;
    border:0px;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
    color:#ffffff;
    opacity:1;
}


.fixed-header .main-menu .navigation > li:hover > a,
.fixed-header .main-menu .navigation > li.current > a,
.fixed-header .main-menu .navigation > li.current-menu-item > a{
    color:#ffffff;
    opacity:1;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li.current-menu-item > a,
.header-style-two.fixed-header .main-menu .navigation > li:hover > a,
.header-style-two.fixed-header .main-menu .navigation > li.current > a,
.header-style-two.fixed-header .main-menu .navigation > li.current-menu-item > a{
    color:#000;
    opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
    color:#08ae8d;
    opacity:1;
}

.main-menu .navigation > li:hover > a:after{
    opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before{
    display:none;
}

.main-header .sticky-header .main-menu .navigation > li > ul{
    top:100% !important;
}

.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top:100%;
    width:300px;
    z-index:100;
    display:none;
    background:#ffffff;
    border-top:3px solid #1c61ca;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
    left:auto;
    right:0px;  
}

.main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
    border-bottom:1px solid #dddddd;
}

.main-menu .navigation > li > ul > li:last-child{
    border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    padding:9px 25px;
    line-height:24px;
    font-weight:400;
    font-size:15px;
    color:#242424;
    text-align:left;
    padding-right:20px;
    text-transform:capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li:hover > a{
    background-color:#ececec;
}
.section_80{
    padding:80px
}
.section_80 .reservation-hours .reserve-time{
    width:50%
}
.main-menu .navigation > li > ul > li > ul{
    position:absolute;
    left:100%;
    top:100%;
    width:240px;
    overflow-y: scroll;
    height: 300px;
    z-index:100;
    display:none;
    background:#ffffff;
    border-top:3px solid #1c61ca;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before{
    position:absolute;
    content:'';
    right:100%;
    top:0px;
    width:20px;
    height:100%;
}

.main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    width:100%;
    border-bottom:1px solid #dddddd;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
    border-bottom:none; 
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
    display:block;
    padding:9px 25px;
    line-height:24px;
    font-weight:400;
    font-size:15px;
    color:#242424;
    text-align:left;
    padding-right:20px;
    text-transform:capitalize;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
    background-color:#ececec;
}

.sticky-header .main-menu .navigation > li > a:after{
    display:none;
}

.main-menu .navigation > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    left:100%;
    top:0%;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;   
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
    position:absolute;
    right:10px;
    top:6px;
    width:34px;
    height:30px;
    border:1px solid #ffffff;
    text-align:center;
    font-size:16px;
    line-height:26px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    display:none;
}

.main-header .outer-box{
    position:relative;
    float:left;
    margin-left:20px;
    margin-top:32px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}


.main-header.header-style-two .outer-box{
    margin-top:27px;
}

.main-header .outer-box .number{
    position:relative;
    float:right;
    color:#ffffff;
    font-size:22px;
    margin-left:26px;
    font-weight:300;
    font-family: 'Poppins', sans-serif;
}

.current::marker{
    display: none !important;
}

/* ==============================================
responsive start 
===============================================*/

@media only screen and (max-width: 1140px){
    
    .main-menu .navigation > li > a{
        padding:20px 0px;
    }
    
    
    .main-menu{
        padding-top:0px;
    }
    

    .main-menu .navigation > li > a{
        font-size:15px;
    }
    
}

@media only screen and (min-width: 768px){
    .main-menu .navigation > li > ul,
    .main-menu .navigation > li > ul > li > ul,
    .main-menu .navigation > li.has-mega-menu .mega-menu{
        display:block !important;
        visibility:hidden;
        opacity:0;
    }
}

@media only screen and (max-width: 1023px){
    
    .main-header .nav-outer{
        padding-right:0px;
        padding-left: 0px;  
    }
    
    .main-header .header-upper .upper-right{
        position:relative;
        /*width:100%;*/
        padding-top:21px;
        /*background: red;*/
    }

    .main-menu .navigation > li a{
        background:none;
    }

    .main-header{
        position:relative;
        background-color:#151e22;
    }
    
    .sticky-header,
    .choose-tabs .tabs-content .tab .content .image-column{
        display:none;
    }

    .main-menu .navigation > li{
        margin-left:0px;
        margin-right:17px;
    }
    
    .main-header .outer-box{
        display:block;
        float:right;
        margin-top:6px;
    }
    
    .main-menu .navigation > li > a,
    .default-inner-header.fixed-header .main-menu .navigation > li > a{
        padding:5px 0px 20px;
    }
        
    .default-inner-header .outer-box{
        margin-top:6px;
    }


    .header-style-two .main-menu .navigation > li > a,
    .header-style-two.fixed-header .main-menu .navigation > li > a{
        padding:5px 0px 10px;
    }
    
    .main-header.header-style-two .outer-box{
        margin-top:2px;
    }
    
    .header-style-two .logo-outer,
    .header-style-two.fixed-header .header-upper .logo-outer{
        padding:16px 0px 16px;
    }
    
    .header-style-two,
    .header-top-two.style-two{
        position:relative;
        background-color:#ffffff;
    }
     
}

@media only screen and (max-width: 767px){
    
    /*.main-header .nav-outer{
        padding-right:0px;
        border-right:0px;
        border-left:0px;
    }
    
    .main-header .btn-outer{
        border: 0 none;
        right: auto;
        text-align: left;
        top: 0;
        width: auto;
        z-index: 14;
    }
    
    .main-header .header-lower .search-box-outer .dropdown-menu{
        right:auto;
        left:0px;   
    }
    
    .main-header .btn-outer .quote-btn{
        margin-top:8px; 
    }
    
    .header-main-box .nav-outer .search-box-btn{
        top:15px;
        right:60px;
        margin-top:0px;
        z-index:20;
    }*/

   /* .header-upper .logo-outer{
        display: block;
        width: 100%;
        text-align:center;
    }
    */
    /*.main-header .header-upper .upper-column{
        margin-left:0px;
        width:100%; 
    }
    
    .main-header .header-upper .upper-column{
        padding-right:0px;  
    }
    
    .main-header .header-upper .upper-column.info-box {
        display: block;
        width:100%;
        text-align:center;
        padding:0px;
        max-width:none;
        margin-bottom:20px;
    }*/
 
   .main-header .header-upper .upper-column.info-box:last-child{
        margin-bottom:0px;
    }
    
    .main-header .info-box .icon-box{
        position:relative;
        display:block;
        top:0px;
        text-align:center;
        margin:0 auto 12px; 
    }
    
    .main-header .main-menu{
        padding-top:0px;
        width:100%;
        margin:0px;
        position: relative;
    }

    .main-header .logo-outer{
        position: absolute;
    }

    .main-header .logo-outer .logo img{
        margin-left: 7px;
    }
    
    .main-menu .collapse {
        overflow:auto;
        float:none;
        width:100%;
        padding:10px 0px 0px;
        border:none;
        margin:0px;
        -ms-border-radius:3px;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        -o-border-radius:3px;
        border-radius:3px;
   }
   
    .main-menu .collapse.in,
    .main-menu .collapsing{
        max-height:300px;
        padding:0px 0px 0px;
        border:none;
        margin:17px 0px 0px;
        -ms-border-radius:0px;
        -moz-border-radius:0px;
        -webkit-border-radius:0px;
        -o-border-radius:0px;
        border-radius:0px;  
    }
    
    .main-menu .navbar-header{
        position:relative;
        float:none;
        display:block;
        text-align:right;
        width:100%;
        padding:13px 0px 14px;
        right:0px;
        z-index:12;
    }
    
    .main-menu .navbar-header .navbar-toggle{
        display:inline-block;
        z-index:7;
        border:1px solid #42dae8;
        float:none;
        margin:0px 13px 0px 0px;
        border-radius:2px;
        background:#00205e;
    }
    
    .main-menu .navbar-header .navbar-toggle .icon-bar{
        background:#ffffff; 
    }
    
    .main-menu .navbar-collapse > .navigation{
        float:none !important;
        margin:0px !important;
        width:100% !important;
        /*background:#08ae8d;*/
        border:1px solid #ffffff;
        border-top:none;
    }
    
    .main-menu .navbar-collapse > .navigation > li{
        margin:0px !important;
        float:left !important;
        width:100%;
    }
    
    .main-menu .navigation > li > a,
    .main-menu .navigation > li > ul:before{
        border:none;    
    }
    
    .main-menu .navbar-collapse > .navigation > li > a{
        padding:10px 10px !important;
        border:none !important;
    }
    
    .main-menu .navigation li.dropdown > a:after,
    .main-menu .navigation > li.dropdown > a:before,
    .main-menu .navigation > li > ul > li > a::before,
    .main-menu .navigation > li > ul > li > ul > li > a::before{
        color:#ffffff !important;
        right:15px;
        font-size:16px;
        display:none !important;
    }
    
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul,
    .main-menu .navigation > li.has-mega-menu .mega-menu{
        position:relative;
        border:none;
        float:none;
        visibility:visible;
        opacity:1;
        display:none;
        margin:0px;
        padding:0px;
        left:auto !important;
        right:auto !important;
        top:auto !important;
        width:100%;
        background:#08ae8d;
        -webkit-border-radius:0px;
        -ms-border-radius:0px;
        -o-border-radius:0px;
        -moz-border-radius:0px;
        border-radius:0px;
        transition:none !important;
        -webkit-transition:none !important;
        -ms-transition:none !important;
        -o-transition:none !important;
        -moz-transition:none !important;
        box-shadow:none !important;
    }
    
    .main-menu .navigation > li.has-mega-menu .mega-menu ul{
        margin:0px;
        width:100%;
        background:#08ae8d; 
    }
    
    .main-menu .navigation > li.has-mega-menu .mega-menu .row,
    .main-menu .navigation > li.has-mega-menu .mega-menu .row .column{
        margin:0px;
        padding:0px;
        width:100%;
        border:none;
    }
        
    .main-menu .navbar-collapse > .navigation > li > ul,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
        border-top:1px solid rgba(255,255,255,1) !important;    
    }
    
    .main-menu .navbar-collapse > .navigation > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li{
        border-top:1px solid rgba(255,255,255,1) !important;
        border-bottom:none;
        opacity:1 !important;
        top:0px !important;
        left:0px !important;
        visibility:visible !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li{
        background: #42dae8 !important;
    }

    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
        background: #42dae8 !important;
    }
    
    
    .main-menu .navbar-collapse > .navigation > li > ul > li:first-child{
        border-top:none !important; 
    }
    
    .main-menu .navbar-collapse > .navigation > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a{
        padding:10px 10px !important;
        line-height:22px;
        color:#ffffff;
        /*background:#42dae8;*/
        text-align:left;
        min-height:0px;
    }
    
    .main-menu .navbar-collapse > .navigation > li > a:hover,
    .main-menu .navbar-collapse > .navigation > li > a:active,
    .main-menu .navbar-collapse > .navigation > li > a:focus,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li > a:hover{
        background:#08ae8d;
    }
    
    .main-menu .navbar-collapse > .navigation > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
    .main-menu .navbar-collapse > .navigation > li.current > a,
    .main-menu .navbar-collapse > .navigation > li.current-menu-item > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li:hover > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li.current > a,
    .main-menu .navigation > li.has-mega-menu .mega-menu ul > li.current-menu-item > a{
        background:#00205e;
        color:#ffffff !important;
    }


    
    .main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
        display:block !important;
    }
    
    .main-menu .navbar-collapse > .navigation li.dropdown:after,
    .main-menu .navigation > li > ul:before,
    .main-header .info-box:after,
    .header-top-two .top-right,
    .year-block .inner-box .year:before,
    .main-header .header-top .top-right{
        display:none !important;    
    }
    
    .main-header .header-top .top-left,
    .header-top-two .top-left{
        width:100%;
        text-align:center;
    }
    
    .header-top-two .top-left .links li{
        display:inline-block;
        margin-right:0px;
        border-right:none;
        float:none;
    }
    
    .main-slider{
        margin-top:0px !important;  
    }
    
    .main-header .top-right .links-nav li{
        margin-left:5px;
    }
    
    .main-header .search-box-outer .dropdown-menu{
        top:0px;
        left:0px;
        right:0px;
        width:280px;
    }
    
    .main-header .outer-box{
        position:absolute;
        display:block;
        right:auto;
        z-index:12;
        left:0px;
        margin-left:0px;
        margin-top:16px;
    }

    .main-header .header-upper{
        padding-bottom:42px;
    }

    .main-header.header-style-two .outer-box{
        margin-top:16px;
    }
   .toolbar-top-area .toolbar-sl-share ul li a{
    margin-right: 0 !important;
    margin-left: 20px;
}
.toolbar-top-area{
    height: 40px;
}
}

@media only screen and (max-width: 599px){
    
    .main-header .social-links-one{
        top:0px;
    }

    .main-header .header-top .top-left,
    .main-header .header-top .top-right{
        float:none !important;
        text-align:center;
    }
  
}

@media only screen and (max-width: 479px) {
    
    .main-header .header-upper .upper-column.info-box{
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
  
}


/****header end****/




/******habout*****/


.about-area {
    padding: 81px 0 79px 0;
    /*background-color: #b6acac1a;*/
}

 .about-text1 h2{
    margin-top: 0;
    /* font-family: 'DM Serif Text', serif; */
}

 .about-text1 h2::after{
    position: absolute;
    content: attr(data-title);
    color: rgba(210, 210, 210, 0.11);
    font-weight: 900;
    font-size: 100px;
    text-transform: uppercase;
    top: -15px;
    left: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.m-b5 {
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    color: #262423;
}

.about-area h2 {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    position: relative;
    text-transform: capitalize;
    color: #2c2c74;
}

.about-area strong {
    color: #333333e0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 19px;
    line-height: 1.3;
    display: block;
}

.about-area h2 span {
    color: #26A135;
}

/*.about-text1 p{
    text-align: justify;
}*/

.list-marked i{
    color: #2c2c74;
}

.list-marked {
    margin-bottom:19px;
}

.button.active {
    border: 1px solid #32b5d9 !important;
    margin-right: 15px;
    font-size: 15px;
    /*color: #000;*/
    /*margin-top: 20px;*/
    background-image: linear-gradient(90deg,#0841c6 0%,#05c6fb 50%,#0841c6);
    background-size: 200%,1px;
    box-shadow: 0 7px 18px rgba(5,198,251,.19);
    transition: all .5s ease 0s;
}



a.button {
    background: #32b5d9 none repeat scroll 0 0;
    /*border: 1px solid #222;*/
    /*border-radius: 50px;*/
    color: #fff !important;
    font-weight: 600;
    display: inline-block;
    /*font-size: 16px;*/
    height:47px;
    letter-spacing: 2px;
    line-height: 42px;
    padding: 0 35px;
    border-radius: 5px;
}

.about-btn1{
    float: left;
}


.about-right img {
   /* box-shadow: 0 6px 5px 1px #A6A6A659;*/
    /*border-radius: 6px;*/
    margin-top: 40px;
}


/*=====habout end=====*/


.step-box {
    background: #035688;
    padding: 44px 0 34px 0;
    margin-top: -23px;
   
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background: #fff;
    box-shadow: 0 16px 32px rgba(0,0,0,.1);
}

.step-box::before {
    position: absolute;
    font-size: 45px;
    color: #ff6103;
    text-align: left;
    left: 39px;
    top: 26px;
}

.step-box:nth-child(1)::before {
    content: '01.';
}

.step-box:nth-child(2)::before {
    content: '02.';
}

.step-box:nth-child(3)::before {
    content: '03.';
}

/*.step-box:hover::before {
    color: #FFFFFF;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}*/

/*.step-box:hover {
    background: #ff6103;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}*/

.step-box h2 {
    color: #FFFFFF;
    font-size: 55px;
    /*margin: 0 0 44px 0;*/
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;

}

/*.step-box:hover h2 {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}*/

.step-box h3 {
    color: #4a2100;
    font-size: 23px;
    margin-bottom: 0px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-left: 117px;
}

.step-box h4 {
    color: #FFFFFF;
    font-size: 25px;
    text-transform: uppercase;
}



/*footer*/
.footer{
    background-color: #222222a8;
/*    border-top: 4px solid #ebcd1e;
*/        padding: 41px 0 0px 0;
     background: url(..//images/footerbg.jpg) no-repeat;
     background-size: cover;

}

.footer-top1{
    padding-top:40px;
}

.footer-top p{
    color:#242323;
    padding-top:20px;
}

.footer-top ul {
    margin-top:45px;
}

.footer-top ul li {
    padding: 6px 0;
color: #fff;
border-bottom: 1px dashed #fdfdfd;
}

.footer-top ul li a {
    color:#242323;
}

.footer-top b {
    color: #000;
    border-bottom: 3px solid #fff;
    padding-bottom: 4px;
    font-size: 19px;
}


.footer-1{
    text-align: center;
}
.footer-1 p{
    color: #aaa;
    font-size: 15px;
}
.social-detail{
    text-align:center;
    margin-top:20px;
}
.social-detail h5{
    float:left;
    text-align:center;
}
.social-detail ul li{
    float: none;
    display: inline-block;
    border:1px solid #fff;
    border-radius: 3em;
width: 2.6em;
height: 2.6em;
line-height: 2.6em;
margin: 0 6px;
}
.social-detail ul li i{
    color:#ebcd1e;
    font-size:16px;
}
.social-detail ul li:hover{
    border:1px solid #ebcd1e;
}
.social-detail ul li:hover i{
    color:#ebcd1e;
}
li.social-text{
    border:none !important;
    color:#fff;
    width:auto !important;
    height:auto !important;
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
}

.footer1{
    margin-top: 40px;
    margin-bottom: 20px;
    }

.footer-2{
    margin-left: 45px;
}

.footer1 h4{
    color: #fff;
    text-transform: none;
    /*border-left: 1px solid #ebcd1e;*/
    padding-left: 0px;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer1 p{
    color: #aaa;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer1 ul li{
        padding: 4px 0;
            list-style: none;
            line-height: 24px;
}
.footer1 ul li a{
    color: #aaa;
    font-size: 17px;
}
.footer1 ul li i{
    color: #d5ac63;
    margin-right: 5px;
}
.footer1 p span{
    color: #ebcd1e;
}
.footer1 ul li a:hover{
    color: #d5ac63;
}
.copyright{
    /*background-color: #050000;*/
    margin-top: 100px;
    padding: 20px 0;
    
}
.copyright1 p{
   color: #fff;
    font-size: 13px;
    margin: 0 !important;
    letter-spacing: normal;
}

.copyright1{
    text-align: left;
}

.copyright1 p a{
    color: #fff;
}

/*hr.footer-hr{
    border-top: 1px solid #777;
    margin: 30px 0 20px 0;
}*/
.toolbar-top-area .toolbar-sl-share ul li a{
    margin-right: 100px;
}
.footer-top img{
  width: 207px;
    margin-left: 0px;
}
.footer .container {
        width: 76%;
    }
.foottop i{
    color: #fff;
    font-size: 34px;
    float: left;
    padding-right: 11px;
    padding-top: 10px;
}

.foottop1 b{
     color: #000;
    font-size:19px;
    line-height: 49px;
}

.foottop1 p{
     color: #fff;
    font-size:14px;

}

.foottop p{
    color: #d5ac63;
    font-size:14px;
    font-weight: bold;
}

.foottop1 ul li{
    float: left;
    list-style: none;
    padding-right: 10px;
    font-size: 15px;
    color: #fff;
}

.foottop1 ul li a{
    color: #fff;
}

.fotters {
    margin-top: 5px !important;
}

.fotters li {
    float: left;
    padding: 3px 10px !important;
    border: 2px solid #fff;
    margin-left: 5px;
    border-bottom: 2px solid #fff !important;
}

.fotters i {
    font-size: 18px;
    color: #2c2d74;
}


.copyright {
    background: #1894b5;
    padding: 6px 0;
    color: #fefefe;
    text-align: center;
    background-image: linear-gradient(90deg, #0841c6 0%, #05c6fb 50%, #0841c6);
    background-size: 200%, 1px;
}


.copyright span {
    font-size: 15px;
}



.vission {
    padding: 78px 0 0 0;
    text-align: center;
}

.member {
    padding: 50px 50px 70px;
}

.member1 {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 28px;
    border: 1px solid #216fb7;
}

.member1 h1 {
    font-size: 24px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 16px;
position: relative;
text-transform: capitalize;
color: #2c2c74;
}


/*service*/

.section_70 {
    padding: 23px 0 44px 0;
    background: url(..//images/about-bg.png) left top repeat;
    background-size: cover;
    height: auto;
    position: relative;
    overflow: hidden;
}

.jobguru-categories-area.section_70::before {
    content: '';
    position: absolute;
    width: 1000px;
    transform: translate(-52%, -52%) rotate(45deg);
    height: 886px;
    left: 8%;
    top: 50%;
    background:#26cdffa1;
}

.site-heading {
    text-align: center;
    width: 60%;
    margin: 0 auto 82px;
    
}

.site-heading h2 {
    color: #2c2c74;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 38px;
    /* font-family: 'DM Serif Text', serif; */
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
}

.site-heading h2 span {
    font-weight: 700;
    color: #111;
}

.site-heading p {
    color: #777;
    font-size: 15px;
}

.jobguru-categories-area .row .col-lg-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.single-category-holder {
    padding: 24px 16px;
    /*text-align: center;*/
    background: #fff none repeat scroll 0 0;
    display: block;
    margin-top: 33px;
    border-radius: 5px;
    min-height: 200px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 0 21px;
    box-shadow: 0 6px 5px 1px #A6A6A659;
    /*display: none;*/
    text-align: center;
}   

.category-holder-icon {
    margin-bottom: 10px;
}

.category-holder-icon i {
    font-size: 45px;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
     background-image: linear-gradient(to right, #0841c6, #05c6fb);
     padding: 17px;
    border-radius: 50%;
}

.category-holder-text h3{
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 30px;
    color:#2d2e74;
}

.category-holder-text p{
    color: #666;
}

.single-category-holder>img {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.load-more {
    text-align: center;
}

.load-more a {
    margin-top: 30px;
    transition: all 0.4s ease 0s;
}

.jobguru-btn {
    display: inline-block;
    padding: 10px 27px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 40px;
    border: 2px solid #ff6103;
    transition: all 0.4s ease 0s;
    background: #ff6103;
}


.single-category-holder:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .3);
}

.single-category-holder:hover .category-holder-icon i, .single-category-holder:hover .category-holder-text h3 {
    color: #fff;
}

.single-category-holder:hover .category-holder-icon i, .single-category-holder:hover .category-holder-text h3, .single-category-holder:hover .category-holder-text p, .single-category-holder:hover .category-holder-text strong {
    color: #fff;
}

.single-category-holder:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-bottom-left-radius: 32px;
}

.single-category-holder:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0 22px;
}

.single-category-holder:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-category-holder::before{
    content: '';
    z-index: 9;
    height: 15px;
    width: 100%; 
    bottom: 0;
    left: 0;
    background-color: #0841c6;
   /* background-image: linear-gradient( left, #0841c6, #05c6fb);*/
    background-image: linear-gradient(to right, #0841c6, #05c6fb);
    position: absolute;
    box-shadow: 0 0px 9px rgba(5,198,251,.21);
    border-bottom-left-radius: 32px;
}


.si1{
    margin-top: -91px;
}

.si{
      margin-top: -48px;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.hmpartner h2 {
    color:#2c2c74;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 36px;
    font-size: 46px;
    /* font-family: 'DM Serif Text', serif; */
    text-align: center;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
}

.hmpartner{
        padding: 35px 0 85px 0;
}

.slide2 img{
    box-shadow: 0 0 40px rgba(115,115,115,.19);
    box-shadow: 0 0 17px rgba(115,115,115,.19);
margin-bottom: 17px;
    height: 90px;
    object-fit: contain;
}

.slick-prev {
    display: inline-block;
    top: 0px;
    padding: 3px 10px;
    background: transparent;
    color: #32b6d9;
    top: -15%;
    right: 71px !important;
    display: inherit !important;
    margin-bottom: 10px;
    text-align: center;
    border: none;
    position: absolute;
    z-index: 9;
    transition: all 0.4s;
    font-size: 28px;
    font-weight: 600;
    /*border-radius: 0 15px 0 15px;*/
    cursor: pointer;
    border: 2px solid #32b6d9;
}

.slick-next {
    display: inline-block;
    position: absolute;
    top: -15%;
    float: right;
    padding: 3px 10px;
    background: transparent;
    color: #32b6d9;
    right: 21px !important;
    display: inherit !important;
    margin-bottom: 10px;
    /*padding: 2px 7px;*/
    border: none;
    transition: all 0.4s;
    font-size: 28px;
    /*border-radius: 0 15px 0 15px;*/
    cursor: pointer;
    border: 2px solid #32b6d9;
}

/*counter*/

.counter {
    background-size: cover;
    background-position: top center !important;
    position: relative;
    background-attachment: fixed;
    padding: 80px 0 70px;
}

.counter h4{
    color: #2c2c74;
    text-transform: capitalize;
    font-size: 32px;
    /* font-family: 'DM Serif Text', serif; */
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
}

.counter
{
    text-align: center;
}
.employees,.customer,.design,.order
{
    margin-top: 30px;
    margin-bottom:47px;
    border: 1px dashed;
}
.counter-count
{
    font-size: 26px;
    border-radius: 50%;
    position: relative;
    color: #000;
    text-align: center;
    line-height: 83px;
    /* width: 55px; */
    height: 51px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-weight: 600;
}

.employees i, .customer i{
    color: #000;
    font-size: 21px
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 20px;
    color:#000;
    line-height:30px;
    font-weight: 600;
    padding-bottom: 11px;
}


.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separator {
    line-height: 0.5;
    text-align: center;
}

.separator span::before {
    right: 100%;
    margin-right: 15px;
}

.separator span::after {
    left: 100%;
    margin-left: 15px;
}

.separator span::before, .separator span::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    top: 0px;
    width: 300px;
}

.separator span i {
    font-size: 12px;
    padding: 0;
    margin: 0;
    float: none;
    color: #FAB207;
}

.Certificate {
    padding: 60px 0 110px 0;
}

.certf-col{
    margin-bottom: 15px;
}

/*about page*/

.aboutpage{
    padding: 80px 0;
}

.aboutpage h1{
    /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

/*Core Values page*/

.corevpage {
    padding: 80px 0;
}

.corevpage h1 {
    /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.corevpage1 strong{
    color: #323333;
}

/*mission vision*/

.aboutpage2 {
    padding: 16px 24px;
    background: 
    #fafafa;
    margin-top: 26px;
}

.abou {
    margin: 0 auto;
    padding-bottom: 20px;
}

.abou img {
    width: 80px;
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

.aboutpage2 strong {
    color: #053b83;
    font-size: 18px;
    display: block;
    padding-bottom: 32px;
}


.Vision{
    padding: 50px 0 80px;
}

.Vision h1 {
    /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

/*Policies page*/

.policies{
    padding: 50px 0 80px;
}

.policies1 h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.policies1 strong{
    color:#2f2e2e;
    font-size: 19px;
    font-weight: 600;
    padding: 14px 0;
    display: block;
}

.policies1 strong i{
    color: #32b6d9;
}

.policies1 ul li{
    padding: 4px 0;
}

.policies1 ul li i{
    color: #2c2c74;
}

/*Consulting & Staffing pages*/

.ConStaf{
    padding: 50px 0 80px;
}

.ConStaf h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

/*Telecom Staffing & Services page*/

.Telecom{
    padding: 50px 0 80px;
}

.Telecom h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

/*Recruitment Services page*/

.Recru{
    padding: 50px 0 80px;
}

.Recru h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.Recru ul li{
    padding: 2px 0;
}

.Recru ul li i{
    color: #2c2c74;
}

.Recru strong{
    color:#2f2e2e;
    font-size: 19px;
    font-weight: 600;
    padding: 14px 0;
    display: block;
}

.Recru ul li span{
    color: #32b6d9;
    font-weight: 600;
}

/*Rpo pages*/

.RPO{
    padding: 50px 0 80px;
}

.RPO h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

/*Temporary and Contract Staffing page*/

.Temporary{
    padding: 50px 0 80px;
}

.Temporary h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

/*Payroll Outsourcing page*/

.Payroll{
    padding: 50px 0 80px;
}

.Payroll h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.Payroll ul li{
    padding: 2px 0;
}

.Payroll ul li i{
    color: #2c2c74;
}

.Recru strong{
    color:#2f2e2e;
    font-size: 19px;
    font-weight: 600;
    padding: 14px 0;
    display: block;
}

/*Managed Services page*/

.ManSer{
    padding: 50px 0 80px;
}

.ManSer h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.ManSer1 strong{
    color: #25a4c6;
}

.ManSer1 h3{
    color: #2c2c74;
    font-size: 19px;
    font-weight: 600;
}

/*Enterprise Service Desk PAGE*/

.Enterpris{
    padding: 50px 0 80px;
}

.Enterpris h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.Enterpris1 ul li{
    padding: 2px 0;
}

.Enterpris1 ul li i{
    color: #2c2c74;
}

.Enterpris strong{
    color:#2f2e2e;
    font-size: 19px;
    font-weight: 600;
    padding: 14px 0;
    display: block;
}

/*End User Support page*/


.User{
    padding: 50px 0 80px;
}

.User h1{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.User1 ul li{
    padding: 2px 0;
}

.User1 ul li i{
    color: #2c2c74;
}

.User strong{
    color:#2f2e2e;
    font-size: 19px;
    font-weight: 600;
    padding: 14px 0;
    display: block;
}


/*Leadership page*/

.Leadership{
    padding: 50px 0 80px;
}

.Leadership1 h2{
   /* font-family: 'DM Serif Text', serif; */
    color: #2c2c74;
    font-size: 37px;
    font-weight: 700;
}

.Leadership11 ul li{
    padding: 2px 0;
}

.Leadership11 ul li i{
    color: #2c2c74;
}

.Leadership1 strong{
    color:#2f2e2e;
    font-size: 19px;
    font-weight: 600;
    padding: 6px 0;
    display: block;
}

.Investors{
    padding: 50px 0;
}

.Investors1{
    box-shadow: 0 3px 5px #ccc;
    padding: 50px 80px;
    text-align: center;
    background: url(..//images/about-bg.png) left top repeat;
}

.Investors1 h2{font-size: 37px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 16px;
position: relative;
text-transform: capitalize;
color:#2c2c74;
}

/*contact page*/


.contact h3.contact-heading {
    font-size: 24px;
    color: #126199;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.contact-list {
    margin-top: 30px;
    margin-left: -30px;
}

/*.contact-list li {
    margin-bottom: 20px;
}*/

.contact-list li i {
    color: #0852cd;
    font-size: 24px;
    display: block;
    width: 30px;
    float: left;
}


.contact-list b{

    font-size: 17px;
}


.contact-list li span {
    color: #777;
    margin-left: 40px;
    display: block;
    line-height: 1.4;
    font-size: 16px;
}

.contact h3.contact-heading {
    font-size: 24px;
    color: #126199;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.section-pad {
    padding: 45px 0 60px 0;
    background-color: #ffff;
}

.section-pad1{
  background: #fff;
  padding: 80px 25px;
}


.message-group{
  margin-left: 80px;
}

.contact-heading{
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 14px;
    margin-bottom: 35px;
    color: #2c2c74;
    margin-left: -26px;
}

.contact-heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 136px;
    height: 1px;
    background: url(../images/sec-title-decoration.png);
  }

.contact-heading1{
    margin-left: 0px;
}

.contact-heading span{
  color: #2c2c74;
}

.contact-group{
  padding-left: 25px;
}

.act1 ul{
  float: right;
  /*margin-bottom: 25px;*/
}

.acti1{
  padding-top: 67px;
}

.acti{
  padding: 30px 0 50px 0;
}

.acti h1{
  font-size: 28px;
position: relative;
text-transform: uppercase;
font-weight: 700;
padding-bottom: 20px;
margin-bottom: 1px;
color: #ff5722;
}

.contact-one-form input {
    width: 100%;
    height: 45px;
    border: none;
    background: none;
    border: 1px solid #000;
    border-radius: 2px;
    margin-bottom:30px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-one-form1 input {
    width: 100%;
    height: 38px;
    border: none;
    background: none;
    border: 1px solid #000;
    border-radius: 2px;
    margin-bottom:20px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-one-formt input {
    width: 96%;
    height: 30px;
    border: none;
    background: none;
    border: 1px solid #939292;
    border-radius: 2px;
    margin-bottom:20px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #333;
}

.contact-one input {
    width: 100%;
    height: 47px;
    border: none;
    background: none;
    border: 1px solid #9f9f9f1a;
    border-radius: 2px;
    margin-bottom:25px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 0px;
    color: #333;
    background: #f7f7f794;
}

.submi input{
    background-image: linear-gradient(90deg,#0841c6 0%,#05c6fb 50%,#0841c6);
background-size: 200%,1px;
margin-top:10px;
}

.cptc{
    margin-left: 47px;
}

.error{
    color:red;
    padding-left: 50px;
}

.messages1{
    color:green;
     padding-left: 50px;
     font-weight:600;
}



.contact-one input::placeholder, .contact-one textarea::placeholder{
  color: #333 !important;
}

.form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #000;
    margin-bottom: 25px;
    padding: 5px;
    transition: 0.3s ease;
    font-size: 14px;
}



.contact-one-formt textarea {
    width: 96%;
    height: 45px;
    border: none;
    background: none;
    border: 1px solid #939292;
    border-radius: 2px;
    margin-bottom:15px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 50px;
    color: #333;
}

.contact-one textarea {
    width: 100%;
    height:100px;
    border: none;
    background: none;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    margin-bottom:15px;
    font-size: 14px;
    padding-left: 10px;
    margin-left: 0px;
    color: #333;
    background: #f7f7f794;
}


.contact-one-form form .form-group button {
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #4fc0aa;
    border: 2px solid #4fc0aa;
    transition: 0.3s ease;
    margin: 20px auto 0;
    display: table;
    cursor: pointer;
    border-radius: 25px;
}

.contact-one-formt .form-group button {
    padding: 5px 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #ff5722;
    transition: 0.3s ease;
    margin-left: 0px;
    margin-top:10px;
    display: table;
    cursor: pointer;
    background-image: linear-gradient(90deg,#0841c6 0%,#05c6fb 50%,#0841c6);
    background-size: 200%,1px;
    box-shadow: 0 7px 18px rgba(5,198,251,.19);
}

.contact-one-formt input::placeholder{
  color: #0d0d0d;
}

.contact-one-formt textarea::placeholder{
  color: #0d0d0d;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    top: 24px !important;
    left: 50px !important;
}

.group input {
    width: 29%;
    height: 45px;
    border: none;
    background: #4fc0aa;
    border: 1px solid #4fc0aa;
    border-radius: 25px;
    margin-bottom: 0px;
    font-size: 18px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}

.footer-links li a {
    font-size: 14px;
    line-height: 26px;
    color: #5b5b5b;
    text-decoration: none;
}

.bran{
    padding-top: 25px;
}

.bran h5{
    font-size: 21px;
    position: relative;
    font-weight: 700;
    padding-bottom: 8px;
    color:#000000c4;
    padding-top: 15px;
}

.bran strong i{
    color: #0852cd;
    font-size: 24px;
}

.bran p{
    padding-bottom: 10px;
}

.bran a{
    color: #000;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    background-image: linear-gradient(90deg, #05c6fb 33%,#0841c6 85%, #05c6fb);
    background-size: 200%,1px;
    box-shadow: 0 7px 18px rgba(5,198,251,.19);
}

.opening-hours-block {
    /*background: #252525;
    background: #252525;*/
    background: rgb(34, 26, 26);
   /* position: absolute;*/
    bottom: 0;
    width: 100%;
    z-index: 9999;
    margin-top: 5px;
    padding: 25px 0 52px;
    background: url(../images/value.jpg) center center no-repeat;
    background-size: cover;
}

.big-text {
    font-size: 24px;
}

.ff-philo {
    font-family: 'Playfair Display', serif;
    color:#333; 
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(53, 52, 52, 0.9);
}

.light {
    color: #fff;
}

.reservation-hours {
    display: flex;
}

.reserve-time {
    background: #fff;
    text-align: center;
    padding: 25px 10px !important;
    outline: 1px solid #686767 !important;
    outline-offset: -10px;
    width: 32.5%;
    margin-left: .75%;
    box-shadow: 0px 0px 10px 5px rgba(55, 55, 55, 0.08);
}

.reserve-time .days {
    font-family: "Philosopher", sans-serif;
    color: #d4af37;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 7px;
}

.days img{
  width: 70px;
}

.reserve-time span {
    display: block;
}

.reserve-time {
    text-align: center;
}

.reserve-time .time {
    color: #333;
    font-weight: 600;
    padding-top: 7px;
    font-size: 18px;
}
.reserve-time a{
   color: #0849ca;
}

.reserve-time span {
    display: block;
}

.opening-hours-block h1{
    color: #2c2c74;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 46px;
    /* font-family: 'DM Serif Text', serif; */
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
    text-align: center;
}

/*end*/


#callme {
    position: fixed;
    left: 30px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 1;
    z-index: 99999;
}

#callme a i{
    position: absolute;
    padding-left: 18px;
    font-size: 45px;
    padding-top: 10px;
    color:#fff;
}

#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgb(78, 217, 130);
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;*/
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@media only screen and (max-width: 600px) {
#callme {
    position: fixed;
    right: 30px;
    bottom: 70px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 1;
    z-index: 99990;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color:rgb(78, 217, 130);
    width: 50px;
    height: 50px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
} 

/*model*/

.fade {
    background: rgba(235,235,235,0.9);
}

.modal_common .modal-content{border-style: solid;
  border-width: 1px;
  border-color: rgb(214, 214, 214);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 12px 0px rgba(216, 216, 216, 0.46);}

.fade{background: rgba(235,235,235,0.9);}

.modal-content .close{
    float: right;
    position: absolute;
    top: -32px;
    right: -35px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 99;
    outline: none;
}

.modal-dialog1 {
    width: 658px !important;
}

@media(min-width: 480px){
.modal-dialog {
    width: 1000px;
}

}

@media (min-width: 768px){
  .modal-dialog {
      margin-top: 60px;
  }
}

@media(max-width: 767px){
.modal-content .close{
    float: right;
    position: relative;
    top: inherit;
    right: inherit;
    margin-right: 10px; margin-top: 10px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    color: #606060;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
}
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.extra-margin-top-20 {
  margin-top: 20px !important;
}

/***Form*/
.form-control {
  position: relative;
  display: block;
  border: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 16px;
  height: 47px;
  -webkit-appearance: none; /* for box shadows to show on iOS */
}



.my-btn4 {
    background-color: #ed3338;
/*color: #fff;*/
font-size: 17px;
font-weight: 600;
padding: 10px 15px;
box-shadow: 5px 6px 5px #aaaaaa;}


.modal-body span {
  color: red;
}

.modal-body strong{
    color: #17734f;
    font-size: 20px;
    text-align: center;
    display: block;
    padding-bottom: 15px;

}
.modal-body ul li i{
    color:#bdd64a;
}


span.paddh {
  margin-left: 20px;
    width: 100%;
    display: inherit;
}

#btn-to-top {
    display: none;
    width: 44px;
    height: 44px;
    background-color: #d5ac63;
    position: fixed;
    bottom: 25px;
    right: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
    background-image: linear-gradient(to right, #0841c6, #05c6fb);
    border-radius: 50%;
}

#btn-to-top:hover {
    background-color: #000;
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
}

#btn-to-top .fa.fa-chevron-up {
    font-weight: 400;
    color: #fff;
}

#btn-to-top i {
    margin-right: 0;
}

.po{
    background-image: linear-gradient(90deg, #05c6fb 33%,#0841c6 85%, #05c6fb);
    background-size: 200%,1px;
    box-shadow: 2px 5px 5px #ccc;
    padding: 0 19px;
}

.po1{
    background-image: linear-gradient(90deg, #05c6fb 33%,#0841c6 85%, #05c6fb);
    background-size: 200%,1px;
    box-shadow: 2px 5px 5px #ccc;
    padding: 0 19px;
    display: none !important;
}

/*media query start*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
     .latest h2 {
    font-size: 35px;}

.latest h2::after{
    top: -6px;
left: 50%;
font-size: 56px;
}

.latest {
    padding: 7px 0 24px;
}

.employees, .customer, .design, .order {
    margin-top: 0px;
    margin-bottom: 9px;
}

.site-heading h2{
    font-size: 39px;
}

.site-heading {
    text-align: center;
    width: 100%;
    margin: 0 auto 0px;
}

.si {
    margin-top: -13px;
}

.si1 {
    margin-top: -15px;
}

.about-area {
    padding: 40px 0 19px 0;
}

.about-text1 h2::after{
    font-size: 63px;
}

.about-area h2 {
    font-size: 29px;
}

.about-right img{
    margin-top: 26px;
    width: 100%;
}

.reservation-hours {
    display: inherit;
}

.reserve-time{
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.08);
}

.opening-hours-block {
    position: inherit;
    bottom: 0;
    width: 100%;
    z-index: 9999;  
    margin-top: 0px;
    padding-bottom: 15px;
    border-top: 1px solid #ffffff87;
}

.hidden-xs {
    display: block !important;
}

.toolbar-top-area .toolbar-contact ul{
    margin-left: -11px;
}

.toolbar-top-area .toolbar-sl-share ul {
    text-align: left;
    padding-top: 6px;
    margin-left: -19px;
    margin-bottom: 2px;
    margin-right: 0px;
}

.toolbar-top-area .toolbar-contact ul li{
  padding-top: 2px;
}

.main-header .logo-outer .logo img{
    width: 185px;
}

.header-style-two .header-upper {
    padding: 0px 5px 15px;
}

.slide-text{
    top: -7% !important;
}

.slide-text > h3{
    font-size: 29px !important;
    line-height: 35px !important; 
}

.jobguru-categories-area.section_70::before{
    transform: translate(-52%, 12%) rotate(45deg);
}

.counter {
    padding: 27px 0 33px;
}

.hmpartner {
    padding: 17px 0 30px 0;
}

.footer{
    padding: 25px 0 0px 0;
}

.footer-top img {
    margin-left: 33px;
}

.copyright{
    margin-top: 19px;
}

.copyright1 {
    margin-left: 0px;
}

.fotters {
    margin-right: 76px;
    margin-top: 8px;
}

.about-text h2{
    font-size: 25px;
}

.abt-banner{
    padding: 2px 0;
    
}

.aboutpage, .corevpage {
    padding: 14px 0;
}

.aboutpage h1{
    font-size: 27px;
}

.Leadership, .Vision, .Payroll, .ConStaf, .Telecom,.Recru, .ManSer, .RPO,
.Enterpris, .User, .policies{
    padding: 3px 0 24px;
}

.Vision h1, .Telecom h1, .Recru h1{
    font-size: 29px;
}

.Payroll h1{
     font-size: 36px;
}

.ConStaf h1, .Enterpris h1{
    font-size: 29px;
}

.RPO h1{
    font-size: 25px;
}

.policies1 h1{
    font-size: 34px;
}

.section-pad {
    padding: 0px 0 0px 0;
}

.section-pad1 {
    background: #fff;
    padding: 12px 15px;
}

.contact-heading1 {
    margin-left: 9px;
}

.contact-one input, .contact-one textarea, .contact-one-formt .form-group button{
    margin-left: 12px;
}

.message-group {
    margin-right: 27px;
}

.foottop1 p {
    color: #171717;
}

.caret {
    display: none !important;
}

.po{
    background-image: linear-gradient(90deg, #05c6fb 33%,#0841c6 85%, #05c6fb);
    background-size: 200%,1px;
    box-shadow: 2px 5px 5px #ccc;
    padding: 0 19px;
    display: none;
}

.po1{
    background: #fff;
    background-size: 200%,1px;
    box-shadow: 1px 1px 5px #575656ba;
    padding: 0 19px;
    display: block !important;
    margin-left: 24px;
    margin-bottom: 5px;
}

.po1 a{
    color: #000 !important;
}

.toolbar-sl-share li{
    float: left;
}

.main-menu .navigation{
    padding-top: 5px;
}

#callme a i{
    padding-left: 6px;
    padding-top: 2px;
}

}

@media only screen and (min-width: 1201px) and (max-width: 1380px) {
    
    .toolbar-top-area .toolbar-contact ul{
        margin-left: 0px;
    }
    
    .toolbar-top-area .toolbar-sl-share ul{
        margin-right: 0px;
    }
    
    .footer-top img{
        margin-left: -5px;
    }
    
    .top1, .top3{
        margin-left: 42px;
    }
    
    
    .fotters {
    margin-right: -4px;
}


    
}


.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}



.section-title {
    width: 100%;
    text-align: center;
    padding: 45px 0 30px 0;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    background: #353535;
}

.section-title h1 {
    color: #353535;
    font-size: 50px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

@media(max-width: 767.98px) {
    .section-title h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
}

@media(max-width: 567.98px) {
    .section-title h1 {
        font-size: 30px;
        letter-spacing: 2px;
    }
}

.section_80 .reserve-time {
    
    padding: 25px 20px !important;
}

.team-9 {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.team-9:hover {
    transform: rotateY(180deg);
}

.team-9 .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.team-9 .team-img img {
        width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
}

.team-9 .team-content {
    text-align: center;
}

.team-9 .team-content h2 {
       font-size: 22px;
    text-transform: capitalize;
    font-weight: 100;
   line-height: 16px;
    color:#2d2e74;
    line-height: 1.2;
}


.team-9 .team-content h3 {
   font-size: 15px;
    font-weight: 300;
       margin-bottom: 14px;
    margin-top: 0px;
        letter-spacing: normal;
    line-height: normal;
}


.team-9 .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    border-radius: 5px;
    transform: rotateY(180deg);
        padding: 10px;
}

.team-9 .team-overlay p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #333
}

.team-9 .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team-9 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-9 .team-social a.social-tw {
    background: #00acee;
}

.team-9 .team-social a.social-fb {
    background: #3b5998;
}

.team-9 .team-social a.social-li {
    background: #0e76a8;
}

.team-9 .team-social a.social-in {
    background: #3f729b;
}

.team-9 .team-social a.social-yt {
    background: #c4302b;
}

.team-9 .team-social a:last-child {
    margin-right: 0;
}

.team-9 .team-social a:hover {
    background: #222222;
}


#careersSec .nav-tabs {
	margin: 0 auto;
}

#careersSec .nav-tabs > li {
	z-index: 2;
	float: none;
	display: inline-block;
}

#careersSec .nav-tabs > li > a {
	padding: 16px 25px 12px;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none !important;
	border-bottom: 4px solid transparent !important;
}

#careersSec .nav-tabs > li.active > a,
#careersSec .nav-tabs > li.active > a:hover,
#careersSec .nav-tabs > li.active > a:focus {
	    background-color: #eee;
        color:#333;
}

#careersSec .nav > li > a:hover,
#careersSec .nav > li > a:focus {
	outline: 0;
    color:#333 !important;
}

#careersSec .tab-content {
	padding-left: 0;
	padding-right: 0;
	border: none;
}

#careersSec .tab-pane {
	padding: 10px 24px;
	border-bottom: 1px solid #ecf0f1;
    background-color:#f8f8fa;
}
 

 #careersSec{
    padding: 40px 0px;
    color:#333;
 }

#careersSec h4{
       color: #2c2c74;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 34px;
    /* font-family: 'DM Serif Text', serif; */
    text-align: left;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
 }

#careersSec .nav-tabs{
    background: linear-gradient(to right, rgb(8, 65, 198), rgb(5, 198, 251), rgb(8, 65, 198)) rgb(249, 249, 249);
    border-bottom: 1px solid rgb(237, 237, 237);
    color: #fff;
}
 #careersSec h6{
    color: #2c2c74;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 38px;
    font-size: 20px;
    text-align: left;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
 }
  #careersSec ul{
    margin-left: 20px;
}
  #careersSec ul li{
    list-style: disc !important;
 }



 /* recent jobs */


.company-details {
  box-shadow: 0 2px 70px 0 rgba(110, 130, 208, 0.18);
  border-radius: 5px;
  margin-bottom: 20px;
}

.job-update {
  background: white;
  padding: 10px 20px;
  border-radius: 5px;
}
.pb-4{
    padding-bottom:10px !important
}
.job-update h4 strong {
font-size: 20px !important;
    font-family: sans-serif;
    color: #07579d;
    letter-spacing: normal;
    font-weight:600;
}

.job-update .fa {
  margin-top: 5px;
  margin-right: 10px;
  color: #77d1b1;
}

.price {
  color: #018f62;
}

.location {
  color: red;
}

.description {
    overflow: hidden; 
    height: 0; opacity: 0 ;
    transition: height 0ms 400ms, opacity 400ms 0ms !important; 
}
.company-details:hover .description{
       height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms !important;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.6;
    margin-top: 0;
}


.bookmark{
  color: #000 !important;
  float: right;
  display: inline-flex;
  font-size: 20px;
  cursor: pointer;
}

.bookmark p{
  margin-left: 5px;
    font-size: 20px;
    cursor: pointer;

}
.fa-heart-o:before {
    content: "\f08a";
    margin-right: 8px;
      font-size: 20px;
      cursor: pointer;
      
    color: rgb(33, 33, 226) !important;

}
.fa-heart-o:before .bookmark{
  color: rgb(33, 33, 226) !important;
}
.fa-heart:before {
    content: "\f004";
    margin-right: 8px;
      font-size: 20px;
      cursor: pointer;
      color: rgb(33, 33, 226) !important;
}




.job-update small {
  background: #efefef;
  padding: 1px 5px;
  margin: 0 5px;
}

.job-update small:hover {
  cursor: pointer;
  background: #23c0e9;
  z-index: 2;
  transition: all 200ms ease-in;
  transform: scale(1.1);
  color: white;
}

.job-update p {
  margin-bottom: 0 !important;
}

.job-update a {
  text-decoration: none !important;
  color: #b6bed2;
  float: right;
}

.job-update a:hover {
  text-decoration: none !important;
  color: rgb(0, 95, 238);
  float: right;
}

.apply-btn {
  height: 40px;
  background-image: linear-gradient(to right, #6db9ef, #111136);
  padding: 5px;
  border-bottom-left-radius: 5px;
}

.apply-btn .btn-primary {
  padding: 0 30px;
  float: right;
  box-shadow: none !important;
  background: transparent;
  border: 1px solid #fff;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #06baf6;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
}

.pagelink li {
  height: 25px;
  list-style: none;
  width: 25px;
  display: inline-block;
  cursor: pointer;
}

.pagelink li:hover,
.activa {
  color: #fff;
  background-image: linear-gradient(to right, #6db9ef, #7ce08a);
}

.left-arrow {
  color: #999;
}

.right-arrow {
  color: #29b929;
}

.w-100{
    width:100%;
    padding-top:30px;
}

.heading h2{
    padding-top: 20px;
        font-size: 37px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
    position: relative;
    text-transform: capitalize;
    color: #2c2c74;
    /* font-family: 'DM Serif Text', serif; */
}

.service-box_first_child{
    height: 450px !important;
}
.service-box_first_child:hover{
    height: 450px !important;
}
.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #0743c6;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #fff;
            margin:0;
        }
       .inner_padding{
        padding-top:40px
       }
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }


.small_list {
    margin-top: 10px;
    border: 1px dashed;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}

.policies2 h6{
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 38px;
    font-size: 20px;
    text-align: left;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
    color: #2c2c74;
}

.py-30{
    padding: 30px;
}
.iconbox_row {
    float: left;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.icon-con svg, .icon-con img{
    width: 60px;
}
.col-sm {
    width: 18%;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    /* height: 152px; */
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin: 10px;
    text-align: center;
    padding: 10px;
}

.col-sm  h4{
    color: #000;
    font-family: sans-serif;
    font-size: 22px;
    line-height: normal;
}

.fontsize-30{
    font-size: 30px !important;
}

#infrastructureTab .nav-tabs>li.active>a, #infrastructureTab .nav-tabs>li.active>a:hover, #infrastructureTab .nav-tabs>li.active>a:focus {
    color: #0841c6;
    cursor: default;
    background-color: snow;
    border: none;
    border-bottom: 2px solid #0841c6;
}
#infrastructureTab .nav-tabs {
    border-bottom: 2px solid #ddd;
    display: flex;
    justify-content: center;
}
#infrastructureTab .nav-tabs>li>a {
    margin-right: 20px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #636262;
    FONT-WEIGHT: 500;
}

#infrastructureTab .nav>li>a>img {
    max-width: none;
    width: 70px;
    height: 68px;
    padding-bottom: 10px;
}

#infrastructureTab .nav>li>a:hover, #infrastructureTab .nav>li>a:focus{
    background-color: transparent;
}
#infrastructureTab .tab-content>.active{
    padding: 20px;
}

.flex_row{
   display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_row img{
  width: 120px;
  margin: 10px;
}

  .service_box{
            margin:20px 0;
            padding:20px 20px 40px;
            text-align: center;
            border-radius:5px;
            background:#ffff;
            transition: all 0.30s ease 0s;
            border:1px solid #ddd
        }
        .service_box:hover{
            background:#00BFF3;
        }
        .service_box button{
            margin-top: 20px;
        }
       
        .service_box .service_icon{
            width:70px;
            height:70px;
            margin: 0 auto;
            font-size:35px;
            /* background: #00BFF3; */
            line-height:70px;
            border-radius:50px;
            transform: translateY(0);
            transition: all 0.30s ease 0s;
        }
         .service_box:hover .service_icon{
            background:#fff;
        }
        .service_box:hover button{
            display: none;
              margin-top: 0px;

        }
        .service_box:hover .service_icon{
            transform: translateY(-100%);
        }
        .service_box .service_icon i{
            color:#3b3a3a;
        }
        .service_box h3{
            position: relative;
            margin-top: 20px;
            color:#333;
            font-size:22px;
            letter-spacing: normal;
            transform: translateY(0%);
            transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
        }
        .service_box:hover h3{
            top:-40px;
            color:#fff;
             margin-top: 0px;
        }
          .service_box  p{
            display: none;
          }
        .service_box:hover p{
            display: block;
            color:#fff;
            margin:0;
            opacity:0;
            transition: all 0.30s linear 0s;
                font-size: 13px;
    line-height: normal;
    
        margin: 0 0 10px;
        }
        .service_box:hover p{
            opacity:1;
        }

        .bg_gray{
                background: #e8e7eb;
    padding: 35px 50px;
        }
.bg_gray .card-box ul li{
            padding-left: 80px;
                height: 85px;
    margin-bottom: 70px;
    }
   .bg_gray .card-box ul li b {
    display: block;
    color: #000;
    font-size: 18px;
}
.bg_gray .card-box ul li p {
    margin: 0;
    text-align: left;
    color: #000;
    font-size: 16px;
}

.bg_gray .card-box ul li:nth-child(1) {
    background: url(..//images/services/5_2/sprite-icons.png) no-repeat -35px 15px;
}
.bg_gray .card-box ul li:nth-child(2) {
    background: url(..//images/services/5_2/sprite-icons.png) no-repeat -35px -154px;
}
.bg_gray .card-box ul li:nth-child(3) {
    background: url(..//images/services/5_2/sprite-icons.png) no-repeat -35px -294px;
}
.bg_gray .card-box  ul li:nth-child(4) {
    background: url(..//images/services/5_2/sprite-icons.png) no-repeat -35px -459px;
}

.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.col-sm-5col {
    width: 18%;
    margin-right: 25px;
}
.col-sm-5col h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.bg1e232a{
background-color: #1e232a;
padding:20px
}
.text-white{
    color:#fff !important
}
.col-sm-5col:last-child{
    margin-right: 0;
}
@media only screen and (max-width: 768px){
.col-sm-5col {
    width:100%;
    margin-right: 0;
}
}

.bg1e232a p{
    font-size: 16px;
    color: #ccc;
    line-height: normal;
    letter-spacing: normal;
}

.col-sm-3 .service_box .card-circle.bdIco {
           background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0;
    height: 107px;
    width: 125px;
    margin: 0 auto;
}
.bg-odoopaid:after {
    content: '';
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    width: 238px;
    height: 238px;
    z-index: 1;
    right: 75px;
    background-image: url(/../assets/images/services/5_4/odoo-gold-curve.svg);
}
.odoopaid-circle {
    background: #fff;
    width: 167.4px;
    height: 170.03px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.bg-odoopaid {
    background: #FFF0FB;
    border: 0.84px solid #FDD8F3;
    width: 100%;
    height: 371px;
    border-radius: 13px;
    padding: 39px 20px;
    position: relative;
}
.bg-odoopaid  img, svg {
    max-width: 100%;
    object-fit: contain;
}
.odoopaid-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: start;
    color: #323232;
    margin-top: 40px;
}
.scom-index{
    position: relative;
    z-index: 2;
}
.odoopaid-extensive {
    display: flex
;
    gap: 27px;
    width: 100%;
    height: 180px;
    justify-content: start;
    padding: 42px 0px 45px 23px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    background: #FFF6FD;
    border: 0.84px solid #FFF0FB;
    align-items: center;
}
.extodoo-circle {
    font-size: 40.18px;
    font-weight: 500;
    line-height: 17.58px;
    text-align: start;
    color: #323232;
    position: relative;
    z-index: 2;
}
.extodoo-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: start;
    color: #323232;
    position: relative;
    z-index: 2;
}
.odoocust-business:before {
    content: "";

    background-image: url(/../assets/images/services/5_4/odo-cust-curve.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 38px;
    display: flex
;
    justify-content: center;
}
.odoo-cust {
    font-size: 40px;
    font-weight: 500;
    line-height: 28px;
    text-align: start;
    color: #323232;
    position: relative;
    z-index: 2;
}
.odoocust-div {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: start;
    color: #323232;
    position: relative;
    z-index: 2;
    margin-top: 24px;
}
.odoocust-business {
    border: 0.84px solid #FDD8F3;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 42px 55px 91px 32px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
}
.indusodo-served {
    background: #FFF7FD;
    border: 0.84px solid #FDD8F3;
    width: 100%;
    height: 100%;
    padding: 42px 21px 60px 21px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
}
.indusodo-circle {
    font-size: 40px;
    font-weight: 500;
    line-height: 28px;
    text-align: start;
    color: #323232;
    position: relative;
    z-index: 2;
}
.indusodo-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: start;
    color: #323232;
    margin-top: 24px;
    position: relative;
    z-index: 2;
}
.indusodo-served:before {
    content: "";
    background-image: url(/../assets/images/services/5_4/industries-cuver.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 0;
    display: flex
;
    justify-content: center;
}
.odoopaid-industry {
    background: #FFFFFF99;
    border: 0.84px solid #FDD8F3;
    display: flex
;
    gap: 29px;
    width: 100%;
    height: 100%;
    justify-content: start;
    padding: 73px 0px 78px 23px;
    border-radius: 13px;
    position: relative;
    z-index: 2;
    align-items: center;
    margin-top: 13px;
}
.industry-odopaid {
    font-size: 40px;
    font-weight: 500;
    line-height: 28px;
    text-align: start;
    color: #323232;
}
.indpaid-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: start;
    color: #323232;
    position: relative;
    z-index: 2;
}
.erpodoo-ongoing {
    width: 100%;
    height: 100%;
    padding: 47px 55px 48px 32px;
    border-radius: 13px;
    background: #FFF0FB;
    border: 0.84px solid #FDD8F3;
    position: relative;
    z-index: 1;
    display: flex
;
    gap: 29px;
    justify-content: start;
    align-items: center;
    margin-top: 13px;
}
.erpodoo-circle {
    font-size: 40px;
    font-weight: 500;
    line-height: 28px;
    text-align: start;
    position: relative;
    z-index: 2;
}

.erpodoo-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: start;
    position: relative;
    z-index: 2;
}
.odoopaid-industry:before {
    content: "";
    background-image: url(/../assets/images/services/5_4/expertise-it-cuver.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 24px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.odopaid-global {
    width: 100%;
    height: 100%;
    padding: 48px 23px 61px 22px;
    border-radius: 13px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border: 0.84px solid #FDD8F3;
}
.odoglobal-circle {
    color: #323232;
    font-size: 40.176px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}
.odoglobal-title {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.odopaid-global:before {
    content: "";
    background-image: url(/../assets/images/services/5_4/odoo-timecurve.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 24px;
}

.odopaid-repeat {
    width: 100%;
    height: 100%;
    padding: 38px 21px 48px 21px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
    background: #FFF0FB;
    border: 0.84px solid #FDD8F3;
}

.odocode-repeat {
    color: #323232;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
}
.odocode-title {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.odopaid-repeat:before {
    content: "";
    background-image:url(/../assets/images/services/5_4/repeated-curve.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 12px;
}
.retention-odorate {
    border: 0.837px solid #FDD8F3;
    background: #FFF6FD;
    width: 100%;
    height: 100%;
    padding: 48px 21px 61px 32px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
}
.retention-odo.scom-index {
    color: #323232;
    font-size: 40.176px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
}
.odorate-title {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.retention-odorate::before {
    content: "";
    background-image: url(/../assets/images/services/5_4/client-ratecuvre.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    right: 38px;
}
.pt-1 {
    padding-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}


.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #C7E5FF;
}

.center-text p {
  margin-bottom: 30px;
}
.testimonials-item {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.testimonials-item .user {
  top: -15x;
}

.testimonials-item .testimonials-content:before {
  opacity: 1;
}

.testimonials-item .testimonials-content .user-name {
  color: #fff;
}

.testimonials-item .testimonials-content .txt:before, .testimonials-item .testimonials-content .txt:after {
  opacity: .1;
}

.testimonials-item .testimonials-content span, .testimonials-item .testimonials-content p {
  color: #C7E5FF !important;
}

.testimonials-item .user {
  width: 88px;
  height: 88px;
  position: relative;
  position: absolute;
  top: -15px;
  left: 25px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}
.testimonials-item .user img{
  max-width: 100%;
}

.testimonials-item .testimonials-content {
     background-image: linear-gradient(135deg, #004e92 0%, #000428 100%);
  overflow: hidden;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.testimonials-item .testimonials-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(135deg, #004e92 0%, #000428 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonials-item .testimonials-content .user-name {
display: block;
    font-weight: 500;
    font-size: 20px;
    color: #e5e5e5;
    margin-top: 20px;
    padding-left: 30px;
    letter-spacing: 0.69px;
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
}

.testimonials-item .testimonials-content span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  padding-left: 30px;
  padding-right: 25px;
  position: relative;
  z-index: 3;
}

.testimonials-item .testimonials-content .txt {
  position: relative;
  overflow: hidden;
}
.rating{
    display: flex;
        padding-left: 30px;
}
.rating span{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.rating span.fa-star:before{
 color:#ffa500 !important
}
.testimonials-item .testimonials-content .txt:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  left: 25px;
  top: 16px;
  color: #3B566E;
  z-index: 1;
  font-size: 40px;
  opacity: .4;
  color: #e1ecf4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonials-item .testimonials-content .txt:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: #3B566E;
  z-index: 1;
  font-size: 40px;
  opacity: .4;
  color: #e1ecf4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.with_without .site-heading{
        text-align: left;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;

}
.sub_heading{
    color: #2c2c74;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 38px;
    font-size: 20px;
    text-align: left;
    text-shadow: 0px 1px 1px rgba(150, 150, 150, 0.9);
}
.testimonials-item .testimonials-content .txt p {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
  position: relative;
  z-index: 3;
}

.text-left{
    text-align: left;
}

/* .form-select{
        position: relative;
    display: block;
    border: none;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 16px;
    height: 47px;
    -webkit-appearance: none;
    width: 100%;
} */
 .select2{
     width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 16px;
    height: 47px;
    padding: 6px 12px;
}

#securitySolution{
  padding: 100px;
  margin-top: 40px;
}

@media  (max-width: 768px) {
#securitySolution{
  padding: 50px;
}
}

.description {
    overflow: hidden; 
    height: 0; opacity: 0 ;
    transition: height 0ms 400ms, opacity 400ms 0ms !important; 
}
.company-details:hover .description{
       height: auto;
    opacity: 1;
    transition: height 0ms 0ms, opacity 600ms 0ms !important;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 1.6;
    margin-top: 0;
}
.faq-section {
  max-width: 80%;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 24px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

@media  (max-width: 768px) {
    .faq-section {
        max-width: 100%;
    }
}

.contenar_service {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    gap: 1.5rem;
    margin-top: 2rem;
}

.contenar_service .card {
    text-align: center;
    padding: 25px 10px;
    /* border: 2px solid black; */
    border-radius: 1rem;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s , background 0.5s ;
}

.contenar_service .card .bx {
    padding: 10px;
    font-size: 40px;
    margin-top: 10px;
    /* color: #303ef7; */
}

.contenar_service .card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #303ef7;
    padding-bottom: 20px;
    margin: 1.5rem 0 0 0.5rem;
}

.contenar_service .card p {
    margin-top: 4px;
    font-weight: bolder;
    line-height: normal;
    font-weight: normal;
    color: #000;
}

.contenar_service .card:hover {
    background: #303ef7;
    color: #fff;
    transform: scale(1.05);
}
.contenar_service .card:hover h3, .contenar_service .card:hover p{
    color: #fff;
    transform: scale(1.05);
}
.contenar_service .card .bx:hover {
    color: #fff;
}

.contenar_service .card{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 10px;
    padding: 20px;
}
.contenar_service{
    margin-top: 9%;
}

.contenar_service .card img{
    height: 80px;
    width:80px;
    border-radius: 6px;
    padding-top: 0px;
}
