@charset "utf-8";
/* CSS Document */

body{margin:0px 0px 0px 0px; font-family: "Sen", serif; font-size:16px; line-height:1.4;
background:#0f1f2f; color: #ffffff;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px;padding-bottom:15px; font-family: 'Poppins', sans-serif; line-height:1.2;} 
h1{font-size: 40px;} h2{font-size: 36px;} h3{font-size: 28px;} h4{font-size: 20px;}
h4{color:#396353; margin-top: 20px;}
p{margin:0px; padding:0px; padding-bottom:15px; line-height:1.4;}
ul,ol{margin:8px 0px; padding:0px;}
li{padding:0px;
background: url("img/arrow.png") 1px 2px no-repeat;
  padding-left: 30px;
  list-style: none;
  margin: 8px 0px;
}
a{color:#fff; text-decoration:none;}
a:hover{color:#fff;}
.clear{clear:both;}
.responsive {
  width: 100%;
  height: auto;
}
.center{text-align:center;}
b, strong{color:#a8c0b1;}
img{border-radius: 08px; text-align: center;}
button{background:#000; text-align: center; border: none; padding: 12px 24px; color:#fff; font-size:18px; border-radius:10px; cursor: pointer; margin: 10px 0px;}
button a{color: #fff;}
/***img{border-top-left-radius:30px; border-bottom-right-radius: 30px;}***/



.wrapper{width:1200px; max-width:100%; margin:0px auto;}
.container{padding:20px 50px;}
header{}
.logo{width: 300px; float: left;}
nav{width:750px; float: right; text-align: right;}
.nav-btn{color:#ffffff !important; background:#3b6155; border-radius:30px;}




/***********************************************Navigation***************************************************/
.inner-menu{color:#000;}
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #333;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #fff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  /*background-color: #555;*/
  color: #fff;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav{background:none;}
  nav{width:100%; float:none;}
  .topnav a, .top-phone{display:none;}
} 
/*******************************************Navigation ended********************************************************/

.page-title{margin-top: 70px; margin-bottom: 30px;}
.page-title-inner{margin-top: 0px; padding: 70px 0px; background: url(img/inner-banner.jpg) no-repeat; background-size: cover;}
.page-title h1{font-size: 50px; padding-bottom: 10px;}
.page-title h2{font-size: 30px;}
.page-title-left{width: 500px; max-width: 100%; float: left;}
.page-title-right{width: 500px;  max-width: 100%; float: right;}
/**************************************Page Title ended*******************************/


.contents-area{margin: 50px 0px; display: flex; flex-wrap: wrap;  align-items:center;}
.contents-left{width: 500px; margin-right: 70px; }
.contents-right{width: 500px;}
.dg-container{margin: 50px 0px; display: flex; flex-wrap: wrap;  align-items:center;}
/***********************************************************/


.services-wrap{display: flex; flex-wrap: wrap; justify-content:center; align-items:center; align-content:center;}
.services{width: 235px; margin: 10px 20px ; text-align: center; border-radius: 08px; padding-bottom: 10px;}
.services img{padding: 20px 0px;}
/********************************************************************/

.benefits-wrap{display: flex; flex-wrap: wrap; justify-content:center;}
.benefits{width: 325px; margin: 10px 20px ; text-align: center; border-radius: 08px; padding-bottom: 10px;}
.benefits img{padding: 20px 0px;}
/********************************************************************/

.box-shadow{box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.72);
padding: 30px 15px;}


.points{
  background: #ff007c;
  color: #fff;
  padding: 5px 15px;
  width: 50px;
  text-align: center;
  border-radius: 22px;
  font-size: 18px; margin-bottom: 15px;
}


details{cursor: pointer;}
summary{padding: 5px 0px; border-bottom: solid 1px #999;}
details p {color:#777; margin-bottom: 10px; padding-top: 10px;}

footer{background: #08263F; padding: 20px 0px 0px 0px; overflow: hidden;}


/***Responsive****/
@media only screen and (min-width:200px) and (max-width:500px){
	.container{padding:20px 20px;}
	.services{padding: 10px 10px; margin:0px; text-align: center; margin-bottom: 10px;}	
	.page-title h1{font-size: 44px;}
	.contents-left{margin-right: 0px;}
	.logos img{width: 100px; margin-bottom: 20px; text-align: center;}
	.points{margin: 0px auto;}
	.dg-container {
    flex-direction: column-reverse;
  }
	section{text-align: center;}
}
