
* {
    outline: none !important;
}

body {
  
    color: #222;

}
h1, h2, h3, h4, h5, h6{
   
}
 
a {
 
}

a:focus, 
a:hover {
    text-decoration: none;
    color: #00ceb8;
}
.mmi-blacktheme .mmi_t-br a, .mmi-blacktheme .mmi-Nav-mb ul li a {
    color: #000;
}.mmi-blacktheme .inn-button ul li.mmi-login a {
    border: #333 1px solid;
    color: #000;
}.mmi-hd-t .mmi_hdr_bar { box-shadow: rgba(0,0,0,0.1) 0px 0px 10px;
    background: rgb(255 255 255 / 20%);
}
.mmi_t-br {
	border-bottom: rgba(0, 0, 0, 0.07) 1px solid;}

.imgLogoBox{box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 5px; transition: all 0.2s; background: #fff; margin: 15px 0px; padding: 0px 0px; background: #f9f9f9;   }

.imgLogoBox:hover{box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;}

.imgLogoBox .titleService{font-size: 16px; padding: 15px 0px;}
 .margin-left0{margin: 0px 15px; padding: 0px;}
.workmateimg_1{height:295px; width: 100%; background: url( ../img/workmate.png) center 90% no-repeat #fff; 
background-size: 80% auto;}

.workmateimg_2{height:295px; width: 100%; background: url( ../img/workmate.png) center 90% no-repeat #fff; 
background-size: 80% auto;}

.workmateimg_3{height:295px; width: 100%; background: url(../img/screen/1.jpg) 0px 0px no-repeat; background-size: 100% auto}
.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.block-title {
    font-weight: 300;
     font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    padding: 0 26px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.OurSolutions   a.com{color: blue;}

.col-sm-6.col-md-4, .OurSolutions{display: flex}

.workmat-head {
    font-weight:500;
    font-size: 28px;
    text-transform: uppercase;
}
.block {
    padding: 40px 0px 40px 0px;
    overflow: hidden;
}
.title-box{
    text-align: center;
    
/*    margin-bottom: 50px;*/
}

.title-box1{
    text-align: center;
    
  margin-bottom: 50px;
}
.bb-top-left {
    position: absolute;
    width:8px;
    height:8px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 8px;
    height: 8px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width:8px;
    height:8px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width:8px;
    height:8px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.workmate {
    display: block;
    color: #fff;
    border: 1px solid #f78a08;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0px; background:#f78a08;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;cursor: pointer
}

.workmate:hover {
	border: 1px solid #fff;
	color: #fff;
}

.learnmore {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0px; background:none;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;cursor: pointer
}

.learnmore:hover {
	border: 1px solid #fff;
	color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background: #3b5764;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #81F89D;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: #84FFB0;
}






.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px;
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
    background-color: #607d8b;
    padding: 0px;
	box-shadow: rgba(0,0,0,0.1) 0px 3px 4px;
}
.logo {
     font-family: 'Montserrat', sans-serif;
    color: #fff;

}
#logo_menu {
    padding: 5px 0px;
}
#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #00ceb8;
    border-color: #00ceb8;
    color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
    background:#fff url(../img/maps-bg.jpg);
/*    background-size: cover;*/
    padding:130px 0 20px 0;

    position: relative;
}


.headings h1 {
    font-size:90px;
    font-weight: 600;
    padding-bottom:0px; color:#3d75b2; text-align: center
}
.headings p {
   font-size: 24px;
    font-weight: 400;
    padding-bottom: 29px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: 30px;
}









/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px) {
	
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;

    }
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .address-list {
    padding: 200px 0px 70px 0px;
    width: 100%;
    max-width: 100%;
    }
    .address {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
  
	
	.workmate-btn {
    font-size:18px;
    font-weight: 100;
    padding:10px 0px;
    margin: 0px 0px 10px 0px;
    transition: 0.4s ease all;
}
	
}

/*768px*/

@media all and (max-width: 768px) {
.block {
    padding:30px 0px 20px 0px;
    
}	
	
	#logo_menu  #menu-toggle{display: block;}
	#logo_menu #mainMenu{display:none;}
    #footer , .copyright{
        text-align: center;
    }
	
	.workmate-btn {
    font-size:18px;
    font-weight: 100;
    padding:10px 0px;
    margin: 0px 0px 10px 0px;
    transition: 0.4s ease all;
}
 
}

 
#menu-toggle{display: none;}
#mainMenu{float: right;}
#mainMenu ul li{display: inline-block; float: left; padding: 10px 15px 0}
#mainMenu ul li a{color: rgba(255,255,255,0.8) ; font-size: 13px;font-weight: 600;  text-shadow:rgba(0,0,0,0.2) 0px 2px 1px;   padding: 10px 15px; text-transform: uppercase;display: block}
#mainMenu ul li a:hover{opacity: 1; color: rgba(255,255,255,1) ;font-weight: 600; }



.text-con{ padding: 20px }
.text-con h4 { font-size:20px; font-weight: 500}
.text-con h5{ font-size:16px; font-weight: 500; line-height: 26px;}
.text-con p{ font-size:14px; font-weight: 400}

.announcements ul {
    padding: 0;
    text-align: center;
    margin: 0;
}

.announcements ul li {
	width: 200px;
    list-style: none;
    line-height: 90px;;
    display: inline-block;
    margin: 0 10px;
}

.list_box{background:#fff; transition: all 0.3s; border-radius: 10px; padding:20px 40px; margin: 20px 12px; border:#dde7f2 1px solid }
.list_box h2{font-size: 24px;
    font-weight: 500;
    padding: 40px 0 14px 0;
    text-align: center;
    color: #000;
    margin-bottom: 0px;}
.list_box p{font-size:16px; margin-top: 0px; color:#000000; font-weight: 400; line-height: 28px; text-align: center; padding: 0 0 10px 0; margin-bottom: 20px }
.thum_box{padding-bottom: 10px;}

.list_box a{    color: #F18F4A;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;}

.OurSolutions a{ transition: all 0.3s;   text-align: center}
.OurSolutions .list_box:hover a{ text-decoration: none; }


@media (max-width:768px) {
	
	#banner {
    padding: 142px 0px 40px;
    
  
	}.headings{ padding: 8vh 0;}
	.headings p{padding: 30px 30px}
	.headings p br{display: none;}
.list_box{padding:20px;  }
.list_box h2{font-size:22px; font-weight: 500; padding: 20px 0 10px 0; text-align: center; color: #000;}
.list_box p{font-size:18px; color:#000000; font-weight: 400; line-height: 26px; text-align: center; padding: 0 0 20px 0; margin-bottom: 10px }

	.OurSolutions a span{display: none;}
.OurSolutions .list_box:hover a{  
  }
	
	
	
}





