@media screen and (max-width: 1650px) 
{
    #carousel .carousel-item
	{
		height: 600px;
	}
}

@media screen and (max-width: 1400px) 
{
	h1, .h1 {
	  font-size: 50px;
	  line-height: 50px;
	}

	h2, .h2 {
	  font-size:50px;
	  line-height:50px;
	}

	h3, .h3 {
	  font-size: 35px;
	  line-height: 35px;
	}

	h4, .h4 {
	  font-size: 25px;
	  line-height: 30px;
	}

	h5, .h5 {
	  font-size: 20px !important;
	  line-height: 25px;
	}

	h6, .h6 
	{
	  font-size: 18px;
	  line-height: 25px;
	}
	.services-block
	{
		padding: 60px 30px;
	}
	.services-box .number
	{
		margin-bottom: 0px;
		font-size: 100px;
		line-height: 90px;
	}
	
}
@media screen and (max-width: 1200px) 
{
	h1, .h1 {
	  font-size: 50px;
	  line-height: 50px;
	}

	h2, .h2 {
	  font-size:40px;
	  line-height:40px;
	}

	h3, .h3 {
	  font-size: 30px;
	  line-height: 35px;
	}

	h4, .h4 {
	  font-size: 25px;
	  line-height: 30px;
	}

	h5, .h5 {
	  font-size: 20px !important;
	  line-height: 25px;
	}

	h6, .h6 
	{
	  font-size: 18px;
	  line-height: 25px;
	}
	p, li
	{
		font-size: 16px;
	}
	.c-padd-80
	{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.title h4
	{
		margin-bottom: 5px;
	}
	.title .h2
	{
		margin-bottom: 0px;
	}
	.title p
	{
		margin-top: 10px;
	}
	.title
	{
		margin-bottom: 15px;
	}
	.btn-blue, .btn-white
	{
		line-height: 48px;
		padding: 0px 25px;
	}

	.navbar .nav-item
	{
		padding: 0px 0px;
	}
	#carousel .carousel-item
	{
		height: 520px;
	}
	.slider-title
	{
		font-size: 50px;
		line-height: 50px;
	}
	.slider-title-2
	{
		font-size: 25px;
	}
	.services-box .number 
	{
	    margin-bottom: 0px;
	    font-size: 80px;
	    line-height: 70px;
	    margin-top: 20px;
	}
	.home-about-text
	{
		padding-left: 30px;
	}
	.home-about-text .btn-blue
	{
		margin-top: 10px;
	}
	.what-work-text
	{
		padding-right: 30px;
	}

	.why-choose-block img
	{
		max-width: 150px;
	}
	.quick-conatct-form .form-control
	{
		padding: 10px;
	}
	.quick-conatct-form textarea
	{
		height: 100px;
	}
 
}

@media screen and (max-width: 1099px) 
{
	.navbar .nav-link
	{
		padding: 10px 18px !important;
	}
}
@media screen and (max-width: 992px) 
{
	h1, .h1 {
	  font-size: 50px;
	  line-height: 50px;
	}

	h2, .h2 {
	  font-size:40px;
	  line-height:50px;
	}

	h3, .h3 {
	  font-size: 30px;
	  line-height: 35px;
	}

	h4, .h4 {
	  font-size: 22px !important;
	  line-height: 30px;
	}

	h5, .h5 {
	  font-size: 20px !important;
	  line-height: 25px;
	}

	h6, .h6 
	{
	  font-size: 18px;
	  line-height: 25px;
	}

	.navbar .nav-item
	{
		padding: 0px 0px;
		border-bottom: 1px solid #f5f5f5;
	}
	.navbar .nav-item:last-child
	{
		border: none;
	}
	.navbar .nav-link:before
	{
		display: none;
	}
	.navbar .nav-item.dropdown i
	{
	    display:block;
	}
	p 
	{
	  font-size: 16px;
	  line-height: 25px;
	  margin-bottom: 10px;
	}
	li
	{
		font-size: 14px;
		line-height: 25px;
	}
	/*----------------------*/
	/*---- Padding Css ----*/
	/*--------------------*/
	.c-padd-40
	{
		padding: 20px 0px;
	}
	.c-padd-50
	{
		padding: 30px 0px;
	}
	.c-padd-60 
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.c-padd-80
	{
		padding: 40px 0px;
	}
	.c-pb-130
	{
		padding-bottom: 70px;
	}
	/*----------------------*/
	/*----  Margin Css ----*/
	/*--------------------*/
	.mt-10
	{
		margin-top: 5px;
	}
	/*.mb-30
	{
		margin-bottom: 15px;
	}*/
	.mb-50
	{
		margin-bottom: 20px;
	}
	.navbar-nav
	{
		padding-right: 0px;
	}
	.navbar-brand
	{
		padding-left: 15px;
	}
	.navbar .nav-item 
	{
    	padding: 0px 0px;
    }
    .navbar-nav li .dropdown-menu
	{
		display: none;
		box-shadow: none;
	}
	.navbar-nav li .dropdown-menu.show
	{
		display: block;
		opacity: 1;
		visibility: visible;
		transform: scale(1)
	}
	.navbar-nav li .dropdown-menu li 
	{
		border-bottom:1px solid #f5f5f5 ;
	}
	.navbar-nav li .dropdown-menu li:first-child
	{
		border-top: 1px solid #f5f5f5;
	}
	.navbar-nav li .dropdown-menu li:last-child
	{
		border-bottom: none;
	}
	.navbar .nav-item i 
	{
	    top: 0px !important;
	    transform: translateY(0px) !important;
	    line-height: 40px;
	    width: 50px;
	    text-align: center;
	    right: 0px !important;
	    border-left: 1px solid #f5f5f5;
	    cursor: pointer;
	}
	.navbar .nav-item.active.dropdown i
	{
	    color:#ececec  !important;
	    border-left: 1px solid #f5f5f5;
	}
	.navbar .nav-link:hover, .navbar .nav-item.active a.nav-link
	{
	    background: #2a3073;
	    color: #fff !important;
	}
	.navbar .nav-link:after
	{
	    display:none;
	}
    .header-contact
    {
	    position: absolute;
	    right: 50px;
	    top: 40px;
	    border-left: none;
	    padding-left: 0px;
	    padding-right: 20px;
	    /*transform: translateY(-50%);*/
	    transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		display: flex;
    }    
    .contact-number
    {
    	margin-left: 15px;
    }
    .sticky .header-contact
    {
    	 top: 15px;
    }
    .slider-title
    {
    	font-size: 40px; 
    	line-height: 40px;
    }
    .slider-title-2
    {
    	font-size: 25px;
    }
    .services-block
    {
    	width: 33.33%;
    }
    .services-section .row
    {
    	justify-content: center;
    }
    .services-block:nth-child(4)
    {
    	border-left: 1px solid #a6a6a6;
    	border-top: 0px;
    }
    .services-block:nth-child(5)
    {
    	border-left: 0;
    	border-top: 0px;
    }
    #carousel .carousel-item
    {
    	height: 400px;
    	padding: 50px 0px;
    }
    .home-marketplace-section h4
    {
    	margin-bottom: 20px;
    	text-align: center;
    }
   	.why-choose-section:before
   	{
   		display: none;
   	}
   	.why-choose-box
   	{
   		position: relative;
   		padding-bottom: 20px;
   		margin: 15px auto;
   	}
   	.why-choose-box:before
   	{
   		content: "";
		position: absolute;
		width: 100%;
		height: 65%;
		background: #2a3073;
		bottom: 0px;
		left: 0px;
   	}
   	.why-choose-block img
   	{
   		max-width: 100px;
   	}
   	.why-choose-box img, .why-choose-box h5, .why-choose-box p
   	{
   		position: relative;
   	}
   	.why-choose-box p
   	{
   		padding: 0px 15px;
   		margin-bottom: 0px !important;
   	}
   	.why-choose-block:last-child .why-choose-box
   	{
   		margin-bottom: 0px;
   	}
   	.page-header
   	{
   		padding-top: 60px;
   		padding-bottom: 60px;
   	}
   	.about-section:after
   	{
   		display: none;
   	}
   	.about-title
   	{
   		padding-bottom: 30px;
   		padding-top: 35px;
   	}
   	.about-title .title
   	{
   		margin-bottom: 0px;
   	}
   	.about-text
   	{
   		background: #f7f7f7;
   		padding-top: 30px;
   		padding-left: 15px;
   		padding-bottom: 60px;
   	}
   	.about-img-section
   	{
   		margin-top: -40px;
   	}
   	.mission-box
   	{
   		min-height: 175px;
   		margin: 15px auto;
   	}
   	.services-inner-box:nth-child(1), .services-inner-box:nth-child(2)
   	{
   		margin-bottom: 30px
   	}

   	.services-inner-box:nth-child(2):before
   	{
   		display: none;
   	}
  
}
@media screen and (max-width: 768px) {

	h1, .h1 {
	  font-size: 50px;
	  line-height: 50px;
	}

	h2, .h2 {
	  font-size:40px;
	  line-height:50px;
	}

	h3, .h3 {
	  font-size: 30px;
	  line-height: 35px;
	}

	h4, .h4 {
	  font-size: 22px !important;
	  line-height: 30px;
	}

	h5, .h5 {
	  font-size: 20px !important;
	  line-height: 25px;
	}

	h6, .h6 
	{
	  font-size: 18px;
	  line-height: 25px;
	}

	p
	{
	  font-size: 16px;
	  line-height: 25px;
	  margin-bottom: 10px;
	}
	li
	{
		font-size: 16px;
		line-height: 25px;
	}
	/*----------------------*/
	/*---- Padding Css ----*/
	/*--------------------*/
	.c-padd-40
	{
		padding: 30px 0px;
	}
	.c-padd-50, .c-padd-60
	{
		padding: 30px 0px;
	}
	.c-padd-80
	{
		padding: 35px 0px;
	}
	.c-pb-130
	{
		padding-bottom: 40px;
	}
	/*----------------------*/
	/*----  Margin Css ----*/
	/*--------------------*/
	.mt-10
	{
		margin-top: 5px;
	}
	/*.mb-30
	{
		margin-bottom: 15px;
	}*/
	.mb-50
	{
		margin-bottom: 20px;
	}
	

	.top-nav-collapse .navbar-brand, .navbar-brand
	{
		padding-left: 15px;
	} 

    .slider-title
    {
    	font-size:35px; 
    	line-height: 35px;
    }
    .slider-title-2
    {
    	font-size: 22px;
    }
	.services-block
    {
    	width: 50%;
    }
    .services-block:nth-child(5), .services-block:nth-child(3) 
    {
    	border-left: 1px solid #a6a6a6;
    	border-top: 0px;
    }
    .services-block:nth-child(3)
    {
    	border-right: 0px;
    }
    #carousel .carousel-item
    {
    	height: auto;
    	padding: 50px 0px;
    }
    .slider-img
    {
    	padding-top: 30px;
    	text-align: center;
    }
    .slider-img img
    {
    	max-height: 200px;
    }
    .home-about-bg, .home-what-work-bg
    {
    	background: transparent;
    	position: relative;
    	width: 100%;
    }
	.home-about-bg img, .home-what-work-bg img
	{
		display: block;
		margin-bottom: 30px;
	}
	.home-about-text
	{
		padding-left: 15px;
	}
	.what-work-text 
	{
		padding-right: 15px;
	}
	.mission-box
   	{
   		min-height: auto;
   		margin: 15px auto;
   	}
   	.quick-conatct
   	{
   		margin-bottom: 30px;
   	}
   	.services-title-text
   	{
   		margin-top: 30px;
   	}
   	.export-import-box
   	{
   		margin: 15px auto;
   	}
   	.portfolio-filters li {
    border: 1px solid #2c2f74;
    color: #2c2f74;
    font-size: 15px; 
    padding: 5px 10px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;}
    .portfolio-filters
    {
        margin-bottom:0px;
    }
    .privacy-policy-page h4
    {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .copy-right-section p
    {
        line-height:25px;
    }
    
}
@media screen and (max-width: 576px) 
{
	h1, .h1 {
	  font-size: 50px;
	  line-height: 50px;
	}

	h2, .h2 {
	  font-size:35px;
	  line-height:35px;
	}

	h3, .h3 {
	  font-size: 25px;
	  line-height: 35px;
	}

	h4, .h4 {
	  font-size: 20px;
	  line-height: 30px;
	}

	h5, .h5 {
	  font-size: 18px !important;
	  line-height: 25px;
	}

	h6, .h6 
	{
	  font-size: 16px;
	  line-height: 25px;
	}
	.mb-30
	{
		margin: 15px auto;
	}
	.navbar .navbar-brand img
	{
		height: 80px;
	}
	.header-contact
	{
		padding: 0;
		right: 42px;
		top: 30px;
	}
	.contact-number
	{
		display: none;
	}
	.portfolio-block
	{
		width: 50%;
	}
	.title p br
	{
		display: none;
	}
	.services-block
	{
		width: 100%;
		padding: 30px;
	}
  	.services-block:nth-child(2), .services-block:nth-child(3), .services-block:nth-child(4)
  	{
  		border-left: 1px solid #a6a6a6;
  	}
  	.services-block:nth-child(2) 
  	{
  		border-top: 0px;
  	}
  	.services-block:nth-child(3)
  	{
  		border-right: 1px solid #a6a6a6;
  	}
  	.footer-logo 
  	{
  		margin-bottom: 20px;
  	}
  	.copy-right-section p br
    {
     display:block;
    }
    .copy-right-section p span
    {
        display:none;
    }
  	.social-ul
  	{
  		margin-top: 10px;
  	}
  	.social-ul img 
  	{
  		width: 50px;
  	}
  	.page-header 
  	{
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.contact-page h3
	{
		line-height: 25px;
		margin-bottom: 5px;
	}
	.quick-conatct h3 
	{
		margin-bottom: 20px;
	}
	.contact-btn
	{
		padding: 10px;
	}
	.services-img-box h3
	{
		line-height: 25px;
	}
	.services-inner-box h4
	{
		font-size: 22px;
		margin-bottom: 0px;
	}
	.services-inner-box h4 br 
	{
		display: none;
	}
	.services-inner-box
	{
		padding: 15px 15px;
		margin-bottom: 0px !important;
	}
	.services-inner-box:before
	{
		width: 90%;
		height: 1px;
		right: auto;
		bottom: 0px;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.services-inner-box:nth-child(1)
   	{
   		margin-bottom: 0px;
   		padding-top:0px;
   	}
   	.services-inner-box:nth-child(4)
   	{
   		padding-bottom: 0px;
   	}
   	.services-inner-box:nth-child(2):before
   	{
   		display: block;
   	}
   	.export-import-box h4
   	{
   	    font-size: 16px !important;
        line-height: 20px;
   	}
}
@media screen and (max-width: 400px) 
{
	.portfolio-block
	{
		width: 100%;
	}
}