body {
	font-family: 'Open Sans', sans-serif;
    /*font-family: "Poppins", Arial, sans-serif;*/
	font-size: 16px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
    font-weight:400;
	color:#2c2c2c;
}
/*@font-face {
	font-family: 'opensans_regular';
	src: url('../fonts/opensans_regular.eot');
	src: url('../fonts/opensans_regular.eot') format('embedded-opentype'),  url('../fonts/opensans_regular.woff2') format('woff2'),  url('../fonts/opensans_regular.woff') format('woff'),  url('../fonts/opensans_regular.ttf') format('truetype'),  url('../fonts/opensans_regular.svg#opensans_regular') format('svg');
}*/
a{
    text-decoration: none !important;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    outline: none !important;
}
a:hover{text-decoration: none;}
img{max-width: 100%;}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.blue{color:#006cb5 !important;}
.blue-bg{background:#006cb5;}
.white{color:#fff;}
.pink{color:#ed2f59;}
.pink-bg{background:#ed2f59;}
section{width:100%; float:left; position:relative;}
.prelative{position:relative;}
.mrg0{margin:0;}
/*Menu Css*/
.topheader .headinfo{
	display:inline-block;
	font-weight:600;
	color:#006cb5;
	position:relative;
	padding-left:50px;
	margin-left:25px;
	margin-top:13px;
	line-height:40px;
    text-align:left;
}
.topheader .headinfo:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	height:44px;
	width:44px;
	border-radius:50%;
	background:#006cb5 url(../mrimg/mail.png) no-repeat center;
}
.topheader .headinfo:last-child:before{
	background:#006cb5 url(../mrimg/tel.png) no-repeat center;
}
.topheader .headinfo a{
	line-height:normal;
	display:inline-block;
}
.topheader .headinfo a:hover{
	color:#ed2f59;
}
.topheader .headinfo:hover:before{
	background-color:#ed2f59;
}
.topheader .headinfo p{
    display: flex;
    flex-direction: column;
    margin: 0;
}
header{
	background:#006cb5;
	float:left;
	width:100%;
}
nav.navbar.bootsnav{
    background-color: #006cb5;
    padding:0px;
    border: none;
    border-radius:0px;
    float:left;
}
nav.navbar.bootsnav .navbar-collapse{ padding: 0; }
nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 1px;
    padding: 17px 10px 17px 10px;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a{ padding: 17px 25px 17px 10px; }
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{
    color: #006cb5;
    background-color: transparent;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a.dropdown-toggle:active,
nav.navbar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a{
    color: #fff;
    background-color: #ed2f59;
}
nav.navbar.bootsnav ul.nav > li > a>span:before,
nav.navbar.bootsnav ul.nav > li > a>span:after{
    content: '';
    background-color: #fff;
    height: 100%;
    width: 100%;
    border-radius: 7px 7px 0 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    transition: all 0.3s;
}
nav.navbar.bootsnav ul.nav > li > a>span:after{
    background-color: #ed2f59;
    height: 2px;
    width: 80%;
    border-radius:0px;
    transform: translateX(-50%) scaleX(0);
    top: auto;
    bottom: 7px;
    left: 50%;
}
nav.navbar.bootsnav ul.nav > li.active > a>span:before,
nav.navbar.bootsnav ul.nav > li.active > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li > a:hover>span:before,
nav.navbar.bootsnav ul.nav > li.on > a>span:before{
    top: 10px;
}
nav.navbar.bootsnav ul.nav > li.active > a>span:after,
nav.navbar.bootsnav ul.nav > li.active > a:hover>span:after,
nav.navbar.bootsnav ul.nav > li > a:hover>span:after,
nav.navbar.bootsnav ul.nav > li.on > a>span:after{
    transform: translateX(-50%) scaleX(1);
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 17px;
    right: 10px;
    transition: all 0.3s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
	color:#006cb5;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    background-color: #006cb5;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    transform: scaleY(0);
    transform-origin: top center;
    visibility: hidden;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    visibility: visible !important;
    transform: scaleY(1);
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    background-color: #006cb5;
    border: none;
    top: 100%;
    z-index: 1;
    transition: all 0.3s ease;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
    background-color: transparent;
    font-weight: 400;
    padding: 10px;
    border: none;
    position: relative;
    transition: all 0.3s;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{
    background-color: #006cb5;
    overflow: hidden;
    top: 95%;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{ font-size: 14px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a{
    color: #fff;
    background-color: transparent;
    padding-left: 10px;
    margin: 0 0 5px;
    position: relative;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .menu-col li a:hover{
    color: #fff;
    background-color: #ed2f59;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.megamenu-fw.on > a{
    background-color: transparent !important;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{ padding: 0 15px; }
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    color: #ed2f59;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 3px solid #ed2f59;
}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav{ padding: 5px 10px 10px; }
    nav.navbar.bootsnav .navbar-toggle{
        color: #fff;
        background: #ed2f59 !important;
        padding: 3px 8px;
        margin: 0 0 5px 0;
        border-radius: 0;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{ background-color: #006cb5; }
    nav.navbar.bootsnav ul.nav>li{ margin: 0 auto; }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{
        text-align: left;
        padding: 5px 10px 5px 5px;
        margin: 0 0 5px;
        border-radius: 0;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a>span:after{ display: none; }
    nav.navbar.bootsnav ul.nav>li.dropdown>a{ padding: 5px 10px 5px 5px; }
    nav.navbar.bootsnav ul.nav > li.dropdown > ul{ left: -5px; }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
        background-color: #006cb5;
        margin: 0 0 -1px 0 !important;
        z-index: 1;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{
        color: #fff;
        padding-left: 10px;
        border: none;
        position: relative;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a:hover{ color: #fff; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content{ top: 0; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
        color: #ed2f59;
        font-size: 14px;
        font-weight: 600;
        border: none;
        border-bottom: 3px solid #ed2f59;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .content{ border: none; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu.on .title{
        font-weight: 600;
        border-bottom: 3px solid #ed2f59;
    }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .col-menu li a{
       color: #fff;
       background-color: transparent;
       border: none;
       margin-bottom: 5px;
       z-index: 1;
    }
}
ul.social li{
	float:left;
}
ul.social li a{
	color:#fff;
	border:1px solid #fff;
	float:left;
	text-align:center;
	height:30px;
	width:30px;
	line-height:30px;
	font-size:12px;
	margin-top:12px;
	margin-left:8px;
}
ul.social li a:hover{
	background:#ed2f59;
}
section.mrslider{width:100%;float:left;z-index:1px;}
.carousel-indicators li{border:2px solid #fff;background:#006cb5;height:12px;width:12px}
.carousel-indicators .active{background-color:#ed2f59;height:15px;width:15px;}
.carousel-inner img{width:100%;max-height:480px;}
.carousel-control{width:0;}
.carousel-control.left,
.carousel-control.right{opacity:1;filter:alpha(opacity=100);background-image:none;background-repeat:no-repeat;text-shadow:none;}
.carousel-control.left span{padding:7px;font-size:16px;margin:0px;border-top:1px solid;border-bottom:1px solid;border-right:1px solid;}
.carousel-control.right span{padding:7px;font-size:16px;margin:0px;border-top:1px solid;border-bottom:1px solid;border-left:1px solid;}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next{position:absolute;top:45%;z-index:5;display:inline-block;}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev{left:0;}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next{right:0;}
.carousel-control.left span,
.carousel-control.right span{background-color:#737373;display:none;}
.carousel-control.left span:hover,
.carousel-control.right span:hover{opacity:.7;filter:alpha(opacity=70);}
.header-text{
    position: absolute;
    top: 30%;
    left: 8%;
    width: 84%;
    color: #fff;
}
.header-text h2{
	font-size:38px;
	margin:0;
	margin-bottom:10px;
	font-weight:800;
	color:#ed2f59;
	text-shadow: 0 0 5px #fff;
}
.header-text h2:nth-child(2){
	color:#006cb5;
	margin-bottom:30px;
}
.header-text p{
	text-shadow: 0 0 5px #000;
	font-weight:400;
	width:50%;
}
section.whychoosus{
	margin:100px 0px;
}
section.whychoosus span{
	position:relative;
	color:#ed2f59;
	padding-left:65px;
	font-size:18px;
	font-weight:700;
}
section.whychoosus span:before{
	position:absolute;
	content:'';
	width:60px;
	background:#ed2f59;
	height:4px;
	bottom:6px;
	left:0;
}
section.whychoosus h2{
	margin:10px 0px 35px;
	color:#006cb5;
	font-size:18px;
	font-weight:700;
}
ul.wcu li{
	margin-bottom:50px;
	padding-left:30px;
	position:relative;
	cursor:pointer;
}
ul.wcu li:last-child{
	margin-bottom:0px;
}
ul.wcu li:before{
    position: absolute;
    left: -65px;
    top: 0px;
    content: '';
    height: 70px;
    width: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
ul.wcu li:nth-child(1):before{
	background: #fff url(../mrimg/fast.png) no-repeat center;
}
ul.wcu li:hover:nth-child(1):before{
	background: #fff url(../mrimg/fast1.png) no-repeat center;
}
ul.wcu li:nth-child(2):before{
	background: #fff url(../mrimg/safety.png) no-repeat center;
}
ul.wcu li:hover:nth-child(2):before{
	background: #fff url(../mrimg/safety1.png) no-repeat center;
}
ul.wcu li:nth-child(3):before{
	background: #fff url(../mrimg/shipping.png) no-repeat center;
}
ul.wcu li:hover:nth-child(3):before{
	background: #fff url(../mrimg/shipping1.png) no-repeat center;
}
ul.wcu li h4{
	margin:0px;
	color:#006cb5;
	font-size:18px;
	font-weight:700;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
ul.wcu li:hover h4{
	color:#ed2f59;
}
ul.wcu li p{
    font-size: 13px;
    margin: 0px;
    color:rgba(0, 0, 0, 0.6);
    font-weight:600;
    line-height: 16px;
}

section.whatweoffer h2{
	color:#006cb5;
	margin:0;
	font-size:32px;
	font-weight:700;
	position:relative;
	text-align:center;
}
section.whatweoffer h2 span{
    position: absolute;
    bottom: -10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    right: 0;
    text-transform: uppercase;
    left: 0;
}
section.whatweoffer h2:after{
	position:absolute;
	content:'';
	background:#ed2f59;
	bottom:-20px;
	height:4px;
	width:60px;
	left:0;
	right:0;
	margin:0 auto;
}
.wwo{
	background:rgba(0,0,0,0.03);
	padding:30px;
	padding-left:150px;
	margin-top:30px;
	position:relative;
	cursor:pointer;
	-moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.wwo:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.wwo h4{
    margin: 0px;
    color: rgba(0,0,0,1);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.wwo:hover h4{
	color:#006cb5;
}
.wwo p{
    font-size: 12px;
    margin: 0px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    line-height: 16px;
}
.wwo:before{
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    height: 60px;
    width: 100px;
}
.wwo.ccaw:before{
	background: url(../mrimg/ccaw.png) center no-repeat;
}
.wwo.dw:before{
	background: url(../mrimg/dw.png) center no-repeat;
}
.wwo.rt:before{
	background: url(../mrimg/rt.png) center no-repeat;
}
.wwo.dt:before{
	background: url(../mrimg/dt.png) center no-repeat;
}
.wwo.es:before{
	background: url(../mrimg/es.png) center no-repeat;
}
.wwo.ccaw:hover:before{
	background: url(../mrimg/ccaw1.png) center no-repeat;
}
.wwo.dw:hover:before{
	background: url(../mrimg/dw1.png) center no-repeat;
}
.wwo.rt:hover:before{
	background: url(../mrimg/rt1.png) center no-repeat;
}
.wwo.dt:hover:before{
	background: url(../mrimg/dt1.png) center no-repeat;
}
.wwo.es:hover:before{
	background: url(../mrimg/es1.png) center no-repeat;
}
section.industriesweserve{
	margin:100px 0px;
    padding:50px 0px;
    text-align:center;
	background:#006cb5;
}
section.industriesweserve .col-sm-6:first-child{
	padding-top:60px;
	padding-left:100px;
}
section.industriesweserve h3{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
section.industriesweserve h3:before{
	content:'';
	position:absolute;
	left:0;
    right:0;
    margin:0 auto;
	top:-10px;
	width:60px;
	height:4px;
	background:#ed2f59;
}
section.industriesweserve p{
	color:#fff;
	font-size:14px;
	font-weight:500;
	margin:0px;
	margin-top:15px;
}
ul.iwsul{
    width:49.5%;
    float:left;
}
ul.iwsul li{
	font-size:18px;
	font-weight:600;
	color:#fff;
	margin-top:15px;
}
ul.iwsul li:hover{
	color:#ed2f59;
	-webkit-text-stroke: 0.5px #fff;
}
ul.iwsul li img{
	margin-right:15px;
}
section.industriesweserve .col-sm-6:last-child{
	padding-right:0px;
	text-align:right;
}
.servebox{
    margin:30px 0px 15px;
    padding:10px 5px;
    box-shadow:0px 0px 0px 3px rgb(255 255 255 / 100%);
    background:rgba(255,255,255,1);
    border-radius:10px;
    border:1px solid #006cb5;
    position:relative;
    transition:all 0.3s;
    overflow:hidden;
    z-index:1;
}
.servebox img{
    width:50px;
    height:50px;
}
.servebox img:first-child{
    position:absolute;
    top:10px;
    display:none;
    transition:all 0.3s;
}
.servebox:hover img:first-child{
    display:inline-block;
}
.servebox:hover img:nth-child(2){
    opacity:0;
}
.servebox:hover{
    border:1px solid #ed2f59;
}
.servebox p{
    margin:0px !important;
    margin-top:5px !important;
    font-weight:600 !important;
    color:#006cb5 !important;
}
.servebox:hover p{
    color:#ed2f59 !important;
}
section.together{
	padding:30px 0px 30px;
	background:#f5f5f5 url(../mrimg/map.png) no-repeat center bottom;
}
section.together h3{
    color: #ed2f59;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
section.together h1{
    color: rgba(0,0,0,1);
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin: 15px 0px 100px;
    /*line-height: 46px;*/
}
.counter{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom:25px;
}
.counter .counter-icon{
    margin: 0 auto 40px;
}
.counter p{
    color: #ed2f59;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    position:relative;
}
.counter h4{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
section.clients{
	margin:100px 0px;
}
section.clients #testimonial-slider{
    padding:0px;
    background: #fff;
    text-align: center;
}
section.clients .testimonial .description{
    font-size: 18px;
    color: #7e7e7e;
    line-height: 24px;
    font-weight:500;
    position: relative;
}
section.clients .testimonial .title{
    font-size: 24px;
    font-weight:700;
    color: #006cb5;
    text-transform: capitalize;
    margin: 0;
    margin-bottom:25px;
}
section.clients .testimonial .post{
    display: block;
    margin-bottom:15px;
}
section.clients .testimonial .post img{
	height:160px;
	width:160px;
    padding:5px;
	/*border-radius:50%;*/
	border:2px solid rgba(0,0,0,0.05);
}
section.clients .owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
    display:none;
}
section.clients .owl-prev,
section.clients .owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
section.clients .owl-next{
    left: auto;
    right: 0;
}
section.clients .owl-buttons .owl-prev:before,
section.clients .owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
section.clients .owl-buttons .owl-next:before{
    content: "\f105";
}
section.clients .owl-buttons .owl-prev:hover:before,
section.clients .owl-buttons .owl-next:hover:before{
    opacity: 1;
}
section.clients .owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
section.clients .owl-theme .owl-controls{
    margin-top: 50px;
}
section.clients .owl-theme .owl-controls .owl-page span{
    width:60px;
    height:60px;
    margin:10px 20px;
    border-radius: 50%;
    border:2px solid #f1f1f1;
    background: url("../mrimg/partners/jio-mart.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../mrimg/partners/swiggy.png") no-repeat;
    background-size: cover;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../mrimg/partners/cream-bell.png") no-repeat;
    background-size: cover;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(4) span{
    background: url("../mrimg/partners/amul.png") no-repeat;
    background-size: cover;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(5) span{
    background: url("../mrimg/partners/reliance.png") no-repeat;
    background-size: cover;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(6) span{
    background: url("../mrimg/partners/hyfun-foods.png") no-repeat;
    background-size: cover;
}

/*section.clients .owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../mrimg/partners/big-basket.png") no-repeat;
    background-size: cover;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(5) span{
    background: url("../mrimg/partners/mother-dairy.png") no-repeat;
    background-size: cover;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(7) span{
    background: url("../mrimg/partners/top-n-town.png") no-repeat;
    background-size: cover;
}
section.clients .owl-theme .owl-controls .owl-page:nth-child(8) span{
    background: url("../mrimg/partners/dinshaws.png") no-repeat;
    background-size: cover;
}*/

section.clients .owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
section.clients .owl-theme .owl-controls .owl-page.active span,
section.clients .owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #f1f1f1;
    opacity: 1;
    width:80px;
    height:80px;
    margin:0px;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}
footer{
	padding:50px 0px;
	background:#006cb5;
	color:#fff;
	float:left;
	width:100%;
}
footer h4{
	text-transform:uppercase;
	font-size:18px;
	margin:0px;
	margin-bottom:25px;
}
footer p{
	font-size:14px;
	margin:0px;
	margin-bottom:35px;
	line-height:22px;
}
footer .form-control, footer .form-control:focus{
	border-radius:0px;
	color:#fff;
	background:#565f66;
	border:0px;
	box-shadow:inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
	padding:10px;
	height:auto;
}
footer ::placeholder {
	color: #fff !important;
}

footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff !important;
}

footer ::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff !important;
}
footer .btn{
    width: 100%;
    border-radius: 0px;
    background: #ed2f59;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ed2f59;
}
footer .btn:hover{
	border-color:#fff;
	background: #ed2f59;
}
ul.mrul li{
	margin-bottom:12px;
}
ul.mrul li:last-child{
	margin:0px;
}
ul.mrul li a{
	position:relative;
	color:#fff;
	padding-left:15px;
	font-size:14px;
}
ul.mrul li a:before{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	top:0;
	-moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
ul.mrul li a:hover:before{
	content:'\f101';
	left:3px;
}
footer h3{
	margin:0px;
	color:#fff;
	margin-bottom:10px;
}
ul.mrsocial li{
	float:left;
	margin-right:15px;
	background:#006cb5;
	-moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
ul.mrsocial li:last-child{
	margin:0px;
}
ul.mrsocial li:hover{
	box-shadow:0 0 10px rgba(255, 255, 255, 1);
	border-radius:50%;
}
section.innerslide{
    position:relative;
}
section.innerslide img{
    width:100%;
}
section.innerslide:after{
    position:absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgba(0, 0, 0, 0);
}
section.innerslide .slidetext{
    position:absolute;
    top:30%;
    left:0;
    right:0;
    text-align:center;
    color:#fff;
    z-index:1;
}
section.innerslide .slidetext h1{
    font-weight:800;
    margin:0px;
    font-size:64px;
    line-height:normal;
}
section.innerslide .slidetext h1 span{
    color:#ed2f59;
}
section.innerslide .slidetext p{
    margin:0px;
    font-weight:500;
    font-size:14px;
}
.seekingcar{
    margin:100px 0px;
}
.seekingcar h4{
    display:inline-block;
    background:#ed2f59;
    color:#fff;
    -webkit-transform: skew(-15deg,0deg);
    -ms-transform: skew(-15deg,0deg);
    transform: skew(-15deg,0deg);
    margin:0px;
    padding:10px 10px;
    text-transform:uppercase;
    font-weight:600;
    font-size:16px;
}
.seekingcar h4 span{
    display:block;
    -webkit-transform: skew(15deg,0deg);
    -ms-transform: skew(15deg,0deg);
    transform: skew(15deg,0deg);
}
.seekingcar h2{
    font-size:44px;
    color:#1f282c;
    margin:0px;
    margin-top:25px;
    font-weight:bold;
}
.seekingcar p{
    font-size:19px;
    opacity:0.7;
    padding:0px 25px;
    margin:0px;
    margin-top:40px;
}
.seekingcar p.ashort{
    padding:0px 80px;
}
.seekingcar a{
    background:#006cb5;
    color:#fff;
    display:inline-block;
    padding:15px 35px;
    font-weight:600;
    margin-top:40px;
}
.seekingcar a:hover{
    background:#ed2f59;
}
table.careertable th{
    border:0px !important;
    text-align:center;
    font-weight:normal;
    vertical-align:middle !important;
    padding:15px 40px !important;
}
table.careertable th:first-child{
    text-align:left;
}
table.careertable th:last-child{
    width:230px;
}
table.careertable td{
    background:#f5f6f7;
    color:rgba(31,40,44,0.5);
    font-size:14px;
    padding:20px 40px !important;
    text-align:center;
    font-weight:500;
    border:0px !important;
    vertical-align:middle !important;
    border-bottom:20px solid #fff !important;
}
table.careertable td:first-child{
    text-align:left;
    font-size:18px;
    color:#1f282c;
    font-weight:700;
}
table.careertable td a{
    background:#fff;
    color:#ed2f59;
    padding:15px 35px;
    display:inline-block;
    border:1px solid #fff;
    white-space:nowrap;
}
table.careertable td a:hover{
    border:1px solid #ed2f59;
}
section.cucova{
    margin:0px 0px 100px;
}
.ococov{
    box-shadow:0 0 50px 7px rgb(44 45 46 / 6%);
    text-align:center;
    padding:25px;
}
.ococov:hover{
    box-shadow:0 0 30px 7px rgb(44 45 46 / 16%);
}
.ococov img{
    margin-top:-60px;
}
.ococov h4{
    margin:40px 0px 25px;
    font-weight:bold;
    font-size:24px;
}
.ococov p{
    margin:0px;
    font-size:14px;
    opacity:0.7;
    font-weight:500;
    line-height:24px;
}
h2.mrheading{
    margin:25px 0px;
    font-size:44px;
    font-weight:bold;
    color:#1f282c;
}
h2.mrheading span{
    color:#ed2f59;
}
p.ormisstext{
    opacity:0.7;
    line-height:24px;
    font-weight:500;
}
section.orvisi{
    margin:100px 0px;
    position:relative;
}
section.orvisi a{
    position:relative;
    font-size:18px;
    font-weight:600;
    color:#ed2f59;
}
section.orvisi a:before{
    content:"\f060";
    font-family:"FontAwesome";
    position:absolute;
    left:-18px;
    top:2px;
    font-weight:normal;
    font-size:16px;
}
section.orvisi a:hover:before{
    left:-25px;
}
section.orvisi .videoplay{
    position:relative;
    cursor:pointer;
}
section.orvisi .videoplay:before{
    content:"\f144";
    font-family:"FontAwesome";
    position:absolute;
    left:0;
    right:0;
    top:28%;
    font-size:110px;
    line-height:normal;
    text-align:center;
    color:#ed2f59;
    cursor:pointer;
}
.whymrsr{
    margin:100px 0px 0px;
}
.vismis .vismisimg{
    position:absolute;
    width:300px;
    left:0;
}
.vismis p{
    width:70%;
    float:right;
    font-weight:600;
}
.vismis p.dusra{width:65%;}
.vismis h2{
    margin:5px 0px;
    font-size:28px;
}
section.cutru{
    padding:100px 0px 50px;
    background:#1f282c;
    margin:0px;
}
/*section.cutru h3{
    font-size:34px;
    font-weight:500;
    margin:0px;
    color:#fff;
}*/
section.cutru p{
    color:#fff;
    font-size:14px;
    font-weight:600;
    margin:25px 0px 0px;
}
section.cutru .imgborder{
    border-radius:50%;
    padding:25px;
    border:2px solid;
    height:100px;
    width:100px;
    margin:0 auto;
    border-color: #ffffff #006cb5 #ffffff #006cb5;
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}
section.cutru .imgborder img{
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg);
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;

}
section.cutru .col-sm-2:hover .imgborder{
    -ms-transform: rotate(45deg); /* IE 9 */
    transform: rotate(45deg);
}
section.cutru .col-sm-2:hover .imgborder img{
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
}
section.ogrowth{
    margin:100px 0px;
}
.ogrowth .main-timeline{
    position: relative;
    overflow: hidden;
    display: none;
}
.ogrowth .main-timeline:before{
    content: "";
    width: 6px;
    height: 93%;
    border-right: 6px dotted #b2b2b2;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.ogrowth .main-timeline .timeline{
    width: 50.1%;
    float: right;
    padding: 0px 40px 10px 40px;
    position: relative;
}
.ogrowth .main-timeline .timeline:before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ed2f59;
    border: 5px solid #fff;
    box-shadow: 0 0 0 3px #ed2f59;
    position: absolute;
    top: 15px;
    left: -13px;
}
.ogrowth .main-timeline .timeline-content{
    display: block;
    position: relative;
}
.ogrowth .main-timeline .timeline-content:hover{ text-decoration: none; }
.ogrowth .main-timeline .timeline-content .divodd{width:40%;}
.ogrowth .main-timeline .timeline-content .diveven{text-align:left;margin-left:60%;}
.ogrowth .main-timeline .title{
    display: inline-block;
    padding: 5px 25px;
    margin: 3px 3px 10px 3px;
    border: 3px solid #fff;
    border-radius: 25px 25px 25px 0;
    background: #ed2f59;
    box-shadow: 0 0 0 3px #ed2f59;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.ogrowth .main-timeline .description{
    padding: 0;
    font-size: 14px;
    font-weight:500;
    color: rgba(0,0,0,1);
    margin: 0;
    position:relative;
    padding-left:25px;
    margin-bottom:15px;
}
.ogrowth .main-timeline .description.strong{font-weight:800;}
.ogrowth .main-timeline .description i{
    position:absolute;
    font-size:18px;
    left:0;
    top:2px;
    vertical-align:middle;
    color:#ed2f59;
}
.ogrowth .main-timeline .timeline:nth-child(2n) .description i{color:#006cb5;}
.ogrowth .main-timeline .timeline:nth-child(3n) .description i{color:#1f282c;}
.ogrowth .main-timeline .timeline:nth-child(4n) .description i{color:#ed2f59;}
.ogrowth .main-timeline .timeline:nth-child(5n) .description i{color:#006cb5;}

.ogrowth .main-timeline .timeline:nth-child(2n){
    float: left;
    text-align:right;
    padding: 0px 40px 10px 40px;
}
.ogrowth .main-timeline .timeline:nth-child(2n):before{
    left: auto;
    right: -15px;
}
.ogrowth .main-timeline .timeline:nth-child(2n).timeline-content{ text-align: right; }
.ogrowth .main-timeline .timeline:nth-child(2n) .title{
    padding: 5px 25px;
    border-radius: 25px 25px 0 25px;
}
.ogrowth .main-timeline .timeline:nth-child(2n):before,
.ogrowth .main-timeline .timeline:nth-child(2n) .title{
    background: #006cb5;
    box-shadow: 0 0 0 3px #006cb5;
}
.ogrowth .main-timeline .timeline:nth-child(3n):before,
.ogrowth .main-timeline .timeline:nth-child(3n) .title{
    background: #1f282c;
    box-shadow: 0 0 0 3px #1f282c;
}
.ogrowth .main-timeline .timeline:nth-child(4n):before,
.ogrowth .main-timeline .timeline:nth-child(4n) .title{
    background: #ed2f59;
    box-shadow: 0 0 0 3px #ed2f59;
}
.ogrowth .main-timeline .timeline:nth-child(5n):before,
.ogrowth .main-timeline .timeline:nth-child(5n) .title{
    background: #006cb5;
    box-shadow: 0 0 0 3px #006cb5;
}
@media only screen and (max-width: 1200px){
    .ogrowth .main-timeline .title{
        font-size: 20px;
        padding-left: 10px;
    }
    .ogrowth .main-timeline .timeline:nth-child(2n) .title{ padding-right: 10px; }
}
@media only screen and (max-width: 990px){
    .ogrowth .main-timeline .timeline,
    .ogrowth .main-timeline .timeline:nth-child(2n){ padding: 10px 50px; }
}
@media only screen and (max-width: 767px){
    .ogrowth .main-timeline:before{ left: 20px; }
    .ogrowth .main-timeline .timeline,
    .ogrowth .main-timeline .timeline:nth-child(even),
    .ogrowth .main-timeline .timeline:nth-child(odd){
        width: 100%;
        float: none;
        padding: 10px 0px 10px 50px;
    }
    .ogrowth .main-timeline .timeline:before,
    .ogrowth .main-timeline .timeline:nth-child(2n):before{ left: 5px; }
    .ogrowth .main-timeline .timeline:nth-child(2n) .timeline-content{ text-align: left; }
    .ogrowth .main-timeline .timeline:nth-child(2n) .title{
        padding: 8px 55px 8px 10px;
        border-radius: 25px 25px 25px 0;
    }
}
@media only screen and (max-width: 479px){
    .ogrowth .main-timeline .timeline,
    .ogrowth .main-timeline .timeline:nth-child(2n){ padding: 10px 0 10px 55px; }
}
.kool-timeline{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:150px;
    margin-bottom:170px;
}
.kool-timeline .timeline{
    position:relative;
    margin:0 auto;
    text-align:center;
}
.kool-timeline .timeline:before{
    content:"";
    width:3px;
    height:30px;
    position:absolute;
    top:0;
    right:0;
    left:0;
    margin:0 auto;
    z-index:2;
    background:#ed2f59;
}
.kool-timeline .timeline:after{
    content:"";
    height:10px;
    width:11px;
    position:absolute;
    background:#ed2f59;
    top:0;
    border-radius:50%;
    margin:0 auto;
    left:0;
    right:0;
}
.kool-timeline .timeline-icon{
    width:163px;
    height:163px;
    border-radius:50%;
    border:30px solid transparent;
    border-bottom-color:#ed2f59;
    border-right-color:#ed2f59;
    margin:0 auto;
    transform:rotate(45deg);
}
.kool-timeline .year{
    display:block;
    width:103px;
    height:103px;
    line-height:103px;
    border-radius:50%;
    background:#f2f2f2;
     box-shadow:0 0 10px rgb(0 0 0 / 20%); 
    margin:0 auto;
    text-align:center;
    position:absolute;
    transform:rotate(-45deg); 
}
.kool-timeline .timeline-content{z-index:1;position:absolute;bottom:0;margin-bottom:165px;}
.kool-timeline .title{font-size:18px;font-weight:bold;margin:0 0 5px 0;color:#ed2f59;}
.kool-timeline .description{font-size:14px;margin:0;}

.kool-timeline .timeline:nth-child(2n):before{top:auto;bottom:0;background:#006cb5;}
.kool-timeline .timeline:nth-child(2n):after{top:auto;bottom:0;background:#006cb5;}
.kool-timeline .timeline:nth-child(2n) .year{transform: rotate(135deg);}
.kool-timeline .timeline:nth-child(2n) .timeline-icon{
    transform:rotate(-135deg);
    border-top-color:transparent;
    border-right-color:#006cb5;
    border-bottom-color:#006cb5;
    border-left-color:transparent;
}
.kool-timeline .timeline:nth-child(2n) .timeline-content{margin-top:165px;margin-bottom:0;top:0;bottom:auto;}
.kool-timeline .timeline:nth-child(2n) .timeline-content .title{color:#006cb5;}

.kool-timeline .timeline:nth-child(3n):before{background:#7acef3;}
.kool-timeline .timeline:nth-child(3n):after{background:#7acef3;}
.kool-timeline .timeline:nth-child(3n) .timeline-icon{border-right-color:#7acef3;border-bottom-color:#7acef3;}
.kool-timeline .timeline:nth-child(3n) .timeline-content .title{color:#7acef3;}

.kool-timeline .timeline:nth-child(4n):before{background:#ed2f59;}
.kool-timeline .timeline:nth-child(4n):after{background:#ed2f59;}
.kool-timeline .timeline:nth-child(4n) .timeline-icon{border-right-color:#ed2f59;border-bottom-color:#ed2f59;}
.kool-timeline .timeline:nth-child(4n) .timeline-content .title{color:#ed2f59;}

.kool-timeline .timeline:nth-child(5n):before{background:#7acef3;}
.kool-timeline .timeline:nth-child(5n):after{background:#7acef3;}
.kool-timeline .timeline:nth-child(5n) .timeline-icon{border-right-color:#7acef3;border-bottom-color:#7acef3;}
.kool-timeline .timeline:nth-child(5n) .timeline-content .title{color:#7acef3;}

.kool-timeline .timeline:nth-child(6n):before{background:#006cb5;}
.kool-timeline .timeline:nth-child(6n):after{background:#006cb5;}
.kool-timeline .timeline:nth-child(6n) .timeline-icon{border-right-color:#006cb5;border-bottom-color:#006cb5;}
.kool-timeline .timeline:nth-child(6n) .timeline-content .title{color:#006cb5;}

.kool-timeline .timeline:nth-child(1n){right:auto;left:90px;}
.kool-timeline .timeline:nth-child(2n){right:auto;left:60px;}
.kool-timeline .timeline:nth-child(3n){right:auto;left:30px;}
.kool-timeline .timeline:nth-child(4n){right:0px;left:0;}
.kool-timeline .timeline:nth-child(5n){right:30px;left:auto;}
.kool-timeline .timeline:nth-child(6n){right:60px;left:auto;}
.kool-timeline .timeline:nth-child(7n){right:90px;left:auto;}

.teamcontent{padding:25px;position:relative;}

.teamcontent p{
    text-transform: uppercase;
    margin: 0px;
    color: rgba(0,0,0,0.5);
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
    display:inline-block;
    margin-bottom: 8px;
    white-space:nowrap;
}
.teamcontent p:after{
    content: '';
    position: absolute;
    right: -35px;
    top: 3px;
    background: #ed2f59;
    height: 6px;
    width: 25px;
}
.teamcontent h4{
    margin: 0px;
    font-weight: bold;
    font-size: 22px;
    line-height: 17px;
    white-space: nowrap;
}
.teamcontent a{
    position: absolute;
    right: 25px;
    top: 25px;
    font-weight: bold;
    padding: 10px 15px;
    border: 2px solid #000;
    font-size: 12px;
    color: #000;
}
.teamcontent a:hover{
    color:#ed2f59;
    border-color:#ed2f59;
}
.mrteam{
    position:relative;
    overflow:hidden;
}
.mrteam p{
    width: 100%;
    height: 100%;
    position: absolute;
    color:#fff;
    text-align:center;
    align-items:center;
    display:flex;
    top: 0;
    left: 0;
    padding:45px 30px;
    background: rgba(0,0,0,0.7);
    transform: translateX(-100%);
    transition: all 0.20s ease 0s;
}
.mrteam:hover p{
    transform: translateX(0);
}
section.servicemr{
    margin:100px 0px;
}
p.mrp{
    font-size:18px;
    color:rgba(0,0,0,0.5);
    font-weight:500;
    margin-bottom:25px;
}
section.servicemr h3{
    margin:0px;
    position:relative;
    color:rgba(0,0,0,0.6);
    border-left:4px solid #ed2f59;
    padding:5px 0px 5px 15px;
    font-weight:500;
    line-height:34px;
    margin-top:-5px;
}
section.servicemr p{
    font-size:18px;
}
section.mrfew h1{
    margin:0px;
    font-size:38px;
}
section.mrfew h1 span{
    color:#006cb5;
}
a.expmor{
    background: #006cb5;
    color: #fff;
    padding: 15px 35px;
    font-weight: 600;
    margin-top: 15px;
    float:right;
}
a.expmor:hover{
    background:#ed2f59;
}
.fewblock{
    position:relative;
    box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.06);
    padding: 25px;
    margin-top:30px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
.fewblock:hover{
    background:#1f282c;
}
.fewblock h4{
    font-weight: 700;
    font-size: 20px;
    margin: 25px 0px;
    white-space:nowrap;
}
.fewblock p{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 25px 0px;
    position: relative;
}
.fewblock p:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:-25px;
    height:4px;
    background:rgba(31,40,44,0.5);
}
.fewblock:hover h4,.fewblock:hover p{
    color:#fff;
}
.fewblock:hover p:before{
    background:rgba(255,255,255,0.5);
}
.fewblock a{
    color: #ed2f59;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 12px;
    line-height: 13px;
    display: inline-block;
}
.fewblock a:before{
    content:'';
    background:#ed2f59;
    width:4px;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.fewblock a:after{
    content:'';
    background:#ed2f59;
    width:4px;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
}
.fewblock a:hover:before,.fewblock a:hover:after{
    width:8px;
}
.persentkool{
    margin-top:100px;
    background:#006cb5;
    padding:80px 0px;
}
.circle{
    width:100%;
    margin:0px;
    float:left;
    position: relative;
}
.circle canvas {
    vertical-align: top;
    float:left;
    margin-right:0px;
    width: 150px !important;
}
.circle strong, .circle div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    line-height:150px;
    text-align: center;
    font-size: 34px;
    font-weight:600;
    color: #fff;
}
.circle p{
    color: #fff;
    margin:0px;
    font-size:13px;
    letter-spacing:1px;
    float:left;
    width:53%;
    padding:15% 15px 0px;
    /*padding:25px 15px 0px;*/
    line-height:16px;
}
.circle p span{
    text-transform:uppercase;
    color:rgba(255,255,255,0.7);
    font-size:16px;
    display:block;
}
.circle p b{
    font-weight:600;
    font-size:16px;
    display:block;
    margin:7px 0px;
}

section.mradvan{
    margin:100px 0px;
}
a.leta, button.leta{
    padding:5px 50px;
    background:#006cb5;
    color:#fff;
    margin:30px 0px;
    font-size:24px;
    font-weight:500;
    display:inline-block;
    border-radius:10px;
    border:0px;
}
a.leta:hover, button.leta:hover{
    background:#ed2f59;
}
.letstalk{
    float:left;
    text-align:center;
    width:23%;
    margin:30px 1%;
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.08);
    padding:15px 15px;
    border-radius:10px;
}
.letstalk5{
    width:18%;
}
.letstalk h4{
    margin:25px 0px 5px;
    font-size:16px;
    font-weight:600;
    color:#006cb5;
    min-height:40px;
}
.letstalk p{
    margin:0px;
    font-size:13px;
    line-height:22px;
    font-weight:500;
    color:rgba(31,40,44,0.5);
}
.mrtalk{margin-bottom:100px;}
.mrtalk .nav-tabs{
    border-bottom:none;
    margin-bottom:25px;
    text-align:center;
}
.mrtalk .nav-tabs > li{
    border-bottom:none;
    margin-right:5px;
    float:none;
    display:inline-block;
}
.mrtalk .nav-tabs > li > a{
    background:transparent;
    padding: 8px 18px;
    border-radius: 4px;
    color:#006cb5;
    font-weight:500;
    font-size:18px;
    border:0px solid;
    transition:all 0.3s ease 0s;
}
.mrtalk .nav-tabs > li > a:hover{
    background:#f8f8f8;
    border:0px;
    color:#006cb5;
}
.mrtalk .nav-tabs > li.active > a,
.mrtalk .nav-tabs > li.active > a:hover,
.mrtalk .nav-tabs > li.active > a:focus {
    background: #f8f8f8;
    color:#006cb5;
    border:0px;
}
.mrtalk .form-control{
    margin-bottom:25px;
}
.mrtalk input,.mrtalk select,.mrtalk textarea{
    color: rgba(31,40,44,0.6);
    background: #f8f8f8;
    padding: 8px 18px;
    font-size: 16px;
    font-weight:600;
    height: 42px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
}
.mrtalk textarea{
    resize:none;
    height:200px;
}
.mrtalk input::placeholder,.mrtalk textarea::placeholder{
    color: rgba(31,40,44,0.6);
    font-weight:600;
}
.new_form input, .new_form select, .new_form textarea{
    font-size:14px;
    font-weight:normal;
}
.new_form input::placeholder,
.new_form textarea::placeholder,
.new_form select::placeholder{
    font-weight:normal;
    font-size:12px;
}
.new_form label{
    font-size:14px;
    font-weight:400;
}
.new_form fieldset{
    border:1px solid #c0c0c0;
    padding: 0px 30px;
    margin-bottom:30px;
    width:100%;
}
.new_form legend{
    display:inline-block;
    width:auto;
    background:#ed2f59;
    padding:2px 15px;
    border-radius:6px;
    font-size:16px;
    color:#fff;
}
.mrtalk img{
    margin-top:60px;
}
.contactinfo{
    text-align:center;
    margin-bottom:30px;
}
.contactinfo img{width:35px;}
.contactinfo h4{font-weight:600;margin-top:20px;}

ul.esol{
    margin:0px;
}
ul.esol li{
    position:relative;
    padding-left:25px;
    margin-bottom:10px;
}
ul.esol li:before{
    content:'';
    position:absolute;
    background:url(../mrimg/tick.png) center no-repeat;
    background-size:100%;
    height:15px;
    width:15px;
    left:0;
    top:5px;
}
.mrkool_team{
    margin:100px 0px;
}
.mrkool_team .our-team{margin-bottom:30px;}
.mrkool_team .our-team .pic{
    position: relative;
    overflow: hidden;
    background:#dbe9f2;
}
.mrkool_team .our-team .pic img{
    width: 100%;
    height: auto;
}
.mrkool_team .our-team .over-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(0, 108, 181, 0.7);
    transition: all 0.5s ease 0s;
}
.mrkool_team .our-team:hover .over-layer{
    bottom: 0;
}
.mrkool_team .our-team .over-layer:before{
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    top: 5%;
    left: 5%;
    border-top: 5px solid rgba(255,255,255,0.7);
    border-left: 5px solid rgba(255,255,255,0.7);
    border-right: 5px solid rgba(255,255,255,0.7);
    opacity: 0;
    transition: all 0.5s ease 0.5s;
}
.mrkool_team .our-team:hover .over-layer:before{
    opacity: 1;
    height: 90%;
}
.mrkool_team .our-team .team-content{
    background: #f5f5f5;
    padding: 20px 15px;
}
.mrkool_team .our-team .team-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px 0;
}
.mrkool_team .our-team .post{
    display: block;
    font-size: 14px;
    font-style: italic;
    color: rgba(0,0,0,0.5);
}
.mrkool_team .our-team .post:after{
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #ed2f59;
    margin-top: 5px;
}
.mrkool_team .our-team .read{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 8px 8px 15px;
    background: #000;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.mrkool_team .our-team .read:hover{
    background: #ed2f59;
    text-decoration: none;
    color: #fff;
}
.mrkool_team .our-team .read:after{
    content: "";
    width: 36px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: -18px;
    transform: skewX(-45deg);
    z-index: -1;
    transition: all 0.5s ease 0s;
}
.mrkool_team .our-team .read:hover:after{
    background: #ed2f59;
}
@media screen and (max-width:480px){
    .topheader{padding:15px 0px;}
    .topheader p{font-size:14px;font-weight:500;padding-left:30px;margin-left:0px;margin-top:0px;line-height:25px;text-align:left;width:100%;}
    .topheader p:before,.topheader p:last-child:before{height:25px;width:25px;background-size:60%;}
    .topheader p a{line-height:25px;}
    .carousel-inner img{min-height:200px;}
    .carousel-indicators{bottom:-10px;}
    nav.navbar.bootsnav .navbar-header{padding:0px;}
    nav.navbar.bootsnav{padding-left:0px;padding-right:0px;}
    nav.navbar.bootsnav.navbar-mobile ul.nav{border:0px;}
    nav.navbar.bootsnav.navbar-mobile ul.nav>li>a{padding:15px;margin:0px;border-bottom:1px solid rgba(255,255,255,0.5);}
    nav.navbar.bootsnav ul.nav>li.dropdown>a{padding:15px;}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{padding:0 0 0 10px !important;background:#fff;left:0;}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a{color:#006cb5;}
    section.whychoosus,section.industriesweserve,section.clients,.whymrsr,section.ogrowth,.seekingcar,section.servicemr,section.mradvan{margin:50px 0px;}
    section.cutru,.contactinfo img{margin:0px;}
    section.whychoosus span{display:block;margin-top:30px;}
    ul.wcu li:before{left:0;}
    ul.wcu li{padding-left:90px;}
    .wwo{text-align:center;padding:15px;padding-top:90px;}
    .wwo:before{left:0;right:0;top:15px;margin:0 auto;}
    section.together{background-size:auto 60%;}
    section.together h1{margin:15px 0px;}
    section.clients .owl-theme .owl-controls{margin:0px;}
    section.clients .owl-theme .owl-controls .owl-page.active span, section.clients .owl-theme .owl-controls .owl-page.active:hover span{height:50px;width:50px;}
    section.clients .owl-theme .owl-controls .owl-page span{height:40px;width:40px;margin:5px;}
    footer h4{margin-top:30px;}
    footer iframe{margin-top:15px;}
    section.innerslide img{min-height:180px;}
    .vismis .vismisimg{width:150px;left:15px;height:200%;}
    .vismis p,.vismis p.dusra{font-size:13px;line-height:normal;}
    .ogrowth .main-timeline .timeline-content .divodd{width:100%;}
    .ogrowth .main-timeline .timeline-content .diveven{margin:0px;}
    .ococov,.mrtalk{margin-bottom:50px;}
    .seekingcar p.ashort,.seekingcar p{padding:0px;}
    section.servicemr h3{margin-bottom:30px;}
    .letstalk{width:44%;margin:15px 3%}
    .contactinfo{margin:30px 0 0;}
    .letstalk5:last-child{width:100%;}
}












