@media screen and (max-width: 480px)
{
	.navigation
	{
		background-color: var(--black);
	}
	/*
	==============================
	*/
	.topbar .social-media
	{
		display: none;
	}
	.topbar .informations
	{
		justify-content: center;
	}
	.freelancer-row
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(1,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(1,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li
	{
		flex-direction: column;
		align-items: center;
		grid-row-gap: 10px;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text p
	{
		text-align: center;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	section.graphics-recuirter-section .image-for-talent-networks
	{
		margin-top: 15px;
		padding-left: 0;
	}
	section.graphics-recuirter-section .image-for-talent-networks img
	{
		height: 280px;
	}
	section.graphics-recuirter-section
	{
		padding: 40px 0 30px;
	}
	section.graphics-recuirter-section .content-area .heading1 h5
	{
		font-size: 25px;
		text-align: center;
		line-height: 35px;
	}
	section.graphics-recuirter-section .content-area .heading1
	{
		margin-bottom: 30px;
	}


	.header-animations-container #slide-products .carousel-item img
	{
		height: 180px;
		object-fit: cover;
		object-position: center;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002
	{

	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider h3
	{
		font-size: 20px;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions001,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions003
	{
		top: auto;
	    right: auto;
	    width: 90%;
	    left: 5%;
	    bottom: 15px;
	    text-align: center;
	}
	body.home .about-us-section .container
	{
		max-width: 95%; 
	}
	body.home .about-us-section .image-about-orders2
	{
		order: 2;
	}
	body.home .about-us-section .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .about-shape-wrap .image2
	{
		left: -130px;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 25px;
		line-height: 32px;
	}

		.about-us-section .about-content .about-shape-wrap .image1
	{
		display: none !important;
	}

	.about-us-section .about-content .desc p
	{
		font-size: 16px !important;
	}
	.submit-buttons
	{
		text-align: center;
		margin-bottom: 15px;
	}
	.submit-buttons a
	{
		width: 100%;
	}
	

	.about-img-wrap .mask-img-wrap
	{
		height: 320px;
        width: 260px;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
	}


	section.freelancer-sections .about-content .heading1 h5
	{
		font-size: 26px;
	}
	footer .forms
	{
		margin-bottom: 20px;
	}
	footer .forms form .pr-0
	{
		padding-right: 15px !important;
	}
	footer .forms .label-wrapper
	{
		text-align: center;
	}
	footer .forms .submit-form
	{
		margin-top: 0;
	}
	footer .forms .submit-form input
	{
		width: 100%;
	}

	footer .padding-left-links
	{
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.custom-footer .footer-widges
	{
		padding-left: 10px;
	}
	.nothing-div
	{
		display: none;
	}
	.negative_marggin 
	{
		position: static;
	}
	.negative_marggin .copyright-text
	{
		padding-top: 10px;
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
	}
	.custom-footer .footer-widges ul li a
	{
		font-size: 15px;
	}
}


@media screen and (max-width: 992px)
{

/*
	************************************
*/


#offcanvasExample .offcanvas-header
{
	padding:10px 15px 8px !important;
	border-bottom: 1px solid #eaeaea;
	background-color: var(--color1);
}

#offcanvasExample .btn-close
{
    color: var(--white) !important;
    opacity: 2;
    font-size: 23px;
    font-weight: bolder;
    margin-top: -18px;
}

#offcanvasExample .offcanvas-header .offcanvas-title
{
	width: 85%;
}
#offcanvasExample .offcanvas-body .main_ul
{
	padding-left: 0;
}
#offcanvasExample .offcanvas-body .main_ul .main_li
{
	border-bottom: 1px solid #ccc;
	text-align: left;
}
#offcanvasExample .offcanvas-body .main_ul .main_li > a
{
    display: block;
    padding: 7px 13px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
#offcanvasExample .offcanvas-body .main_ul .sub-menu1
{
	background-color:var(--color1);
	padding-left: 0;
	padding: 10px;
	display: none;
}
#offcanvasExample .offcanvas-body .main_ul .sub-menu1 li a
{
    color: var(--bs-white);
    font-size: 16px;
    display: block;
    font-weight: 400;
    padding: 6px 10px;
    border-bottom:1px solid #b32f2c;
}
#offcanvasExample .offcanvas-body .main_ul .megaMenuContainer{
	background-color:var(--color2);
	padding-left: 0;
	padding: 10px;	
	display: none;
}
#offcanvasExample .offcanvas-body .main_ul .megaMenuContainer ul{
	padding-left: 0;
}
#offcanvasExample .offcanvas-body .main_ul .megaMenuContainer .mmWrapper
{
	padding: 10px;
}
#offcanvasExample .offcanvas-body .main_ul .megaMenuContainer .mmWrapper .megaUl
{
	background-color: var(--color1);
	padding: 15px 10px;
	margin-bottom: 10px;
}
#offcanvasExample .offcanvas-body .main_ul .megaMenuContainer .mmWrapper .megaUl h6
{
    color: var(--white);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 7px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ccc;
}
#offcanvasExample .offcanvas-body .main_ul .megaMenuContainer .mmWrapper .megaUl ul li a
{
    color: var(--bs-white);
    font-size: 13px;
    display: block;
    font-weight: 400;
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
}
.navigation .nav-container .navigation-row .logo_area a
{
	width: 100%;
}

#offcanvasExample .offcanvas-body .main_ul .main_li.dropdown1 .sub-menu1 .dropdown2 .sub-menu2
{
	background-color: var(--white) !important;
	padding-left: 0;
}
#offcanvasExample .offcanvas-body .main_ul .main_li.dropdown1 .sub-menu1 .dropdown2 .sub-menu2 li a
{
	color: var(--black);
}
}

/* Navigation Menu */

@media screen and (max-width: 480px)
{
	.navigation
	{
		position: static;
		padding-top: 0;
	}
	.navigation .nav-container
	{
		padding: 5px 0;
	}
	.navigation .nav-container .navigation-row
	{
		flex-direction: column;
	}
	.navigation .nav-container .navigation-row .logo_area a
	{
		width: 80%;
	}
	.navigation .nav-container .navigation-row .logo_area
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		width: 40px;
		height: 40px;
		background-color: transparent;
		text-align: center;
		line-height: 35px;
		cursor: pointer;
		border-radius: 7px;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle i
	{
		color: var(--white);
		font-size: 35px;
		line-height: 40px;
	}
	.navigation .nav-container .navigation-row .navigations
	{
		display: none;
	}

	body.innerpages .innerBanner .bannerImage
	{
		height: 140px;
	}

	.about-inner
	{
		margin-top: 30px;
	}
	.about-img-wrap2
	{
		width: 100%;
		margin-left: 0;
	}
	.about-img-wrap2 img
	{
		height: 270px;
		-webkit-border-radius: 10px 10px 10px 10px;
	    -moz-border-radius: 10px 10px 10px 10px;
	    -o-border-radius: 10px 10px 10px 10px;
	    -ms-border-radius: 10px 10px 10px 10px;
	    border-radius: 10px 10px 10px 10px;
	}

	.innerpages .about-us-section .about-content .desc p
	{
		line-height: 25px;
		font-size: 15px !important;
	}
	.callToActions .bg-wrapper
	{
		padding: 50px 0;
	}

	.callToActions .bg-wrapper .about-content .heading1{
		margin-bottom: 15px;
	}
	.callToActions .bg-wrapper .about-content .heading1 h5 {
		font-size: 25px;
		font-weight: 600;
	}

	.callToActions .bg-wrapper .contents-area ul
	{
		flex-direction: column;
		max-width: 100%;
		grid-column-gap: 0;
		margin-top: 20px;
		padding-left: 0;
	}
	.callToActions .bg-wrapper .contents-area ul li
	{
		width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
	}

	section.mission-vision-section .mission-image img
	{
		max-width: 100%;	
	}
	section.mission-vision-section .mission-image:before
	{
		right: -19px;
	}
	section.mission-vision-section .contents
	{
		width: 100%;
	}
	section.mission-vision-section .contents p span
	{
		font-size: 16px;
		line-height: 25px;
	}

	.contact-section:before
	{
		display: none;
	}
	.contact-section
	{
		padding: 30px 0;
	}
	.contact-section .form_enquiry #contact-form .heading01 h5
	{
		font-size: 30px;
	}
	.contact-section .form_enquiry #contact-form .btn-outline-primary
	{
		width: 100%;
	}
	.contact-section .address-box
	{
		margin-left: 0;
		margin-top: 20px;
	}
	.contact-section .address-box{
		padding: 20px 15px 25px 15px;
	}
	.contact-section .address-box .address-row .values a
	{
		word-break: break-all;
	}
	.contact-section .address-box .address-row .values
	{
		width: calc(100% - 36px);
		font-size: 15px;
	}
	.contact-section .address-box .social a img
	{
		width: 35px;
	}
}



@media screen and (min-width: 481px) and (max-width: 576px)
{
	.navigation
	{
		position: static;
		padding-top: 0;
	}
	.navigation .nav-container
	{
		padding: 5px 0;
	}
	.navigation .nav-container .navigation-row
	{
		flex-direction: column;
		align-items: center;
	}
	.navigation .nav-container .navigation-row .logo_area a
	{
		width: 85%;
	}
	.navigation .nav-container .navigation-row .logo_area
	{
		display: flex;
		justify-content: space-between;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		width: 45px;
		height: 45px;
		background-color: var(--color1);
		text-align: center;
		line-height: 40px;
		cursor: pointer;
		border-radius: 7px;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle i
	{
		color: var(--white);
		font-size: 25px;
	}
	.navigation .nav-container .navigation-row .navigations
	{
		display: none;
	}
}


@media screen and (min-width: 577px) and (max-width: 767px)
{
	.navigation
	{
		position: static;
		padding-top: 0;
	}
	.navigation .nav-container
	{
		padding: 5px 0;
	}
	.navigation .nav-container .navigation-row
	{
		flex-direction: column;
	}
	.navigation .nav-container .navigation-row .logo_area a
	{
		width: 65%;
	}
	.navigation .nav-container .navigation-row .logo_area
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		width: 50px;
		height: 50px;
		background-color: var(--color1);
		text-align: center;
		line-height: 47px;
		cursor: pointer;
		border-radius: 7px;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle i
	{
		color: var(--white);
		font-size: 30px;
	}
	.navigation .nav-container .navigation-row .navigations
	{
		display: none;
	}
}




@media screen and (min-width: 768px) and (max-width: 992px)
{
	.navigation
	{
		position: static;
		padding-top: 0;
	}
	.navigation .nav-container
	{
		padding: 5px 0;
	}
	.navigation .nav-container .navigation-row
	{
		flex-direction: column;
	}
	.navigation .nav-container .navigation-row .logo_area a
	{
		width: 55%;
	}
	.navigation .nav-container .navigation-row .logo_area
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		width: 50px;
		height:50px;
		background-color: var(--color1);
		text-align: center;
		line-height: 50px;
		cursor: pointer;
		border-radius: 7px;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle i
	{
		color: var(--white);
		font-size: 30px;
	}
	.navigation .nav-container .navigation-row .navigations
	{
		display: none;
	}
}



@media screen and (max-width: 993px)
{
/*	.navigation .nav-container .navigation-row .navigations
	{
		display: block!important;
	}
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none !important;
	}*/
}




@media screen and (min-width: 481px) and (max-width: 576px)
{
		.navigation
	{
		background-color: var(--black);
	}
	/*
	==============================
	*/
	.topbar .social-media
	{
		display: none;
	}
	.topbar .informations
	{
		justify-content: center;
	}
	.freelancer-row
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(1,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(1,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li
	{
		flex-direction: column;
		align-items: center;
		grid-row-gap: 10px;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text p
	{
		text-align: center;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	section.graphics-recuirter-section .image-for-talent-networks
	{
		margin-top: 15px;
		padding-left: 0;
	}
	section.graphics-recuirter-section .image-for-talent-networks img
	{
		height: 280px;
	}
	section.graphics-recuirter-section
	{
		padding: 40px 0 30px;
	}
	section.graphics-recuirter-section .content-area .heading1 h5
	{
		font-size: 25px;
		text-align: center;
		line-height: 35px;
	}
	section.graphics-recuirter-section .content-area .heading1
	{
		margin-bottom: 30px;
	}


	.header-animations-container #slide-products .carousel-item img
	{
		height: 180px;
		object-fit: cover;
		object-position: center;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002
	{

	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider h3
	{
		font-size: 28px;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions001,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions003
	{
		top: auto;
	    right: auto;
	    width: 90%;
	    left: 5%;
	    bottom: 15px;
	    text-align: center;
	}
	body.home .about-us-section .container
	{
		max-width: 95%; 
	}
	body.home .about-us-section .image-about-orders2
	{
		order: 2;
	}
	body.home .about-us-section .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .about-shape-wrap .image2
	{
		left: -130px;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 28px;
		line-height: 35px;
		text-align: center;
	}

		.about-us-section .about-content .about-shape-wrap .image1
	{
		display: none !important;
	}

	.about-us-section .about-content .desc p
	{
		font-size: 16px !important;
	}
	.submit-buttons
	{
		text-align: center;
		margin-bottom: 15px;
	}
	.submit-buttons a
	{
		width: 100%;
	}
	

	.about-img-wrap .mask-img-wrap
	{
		height: 440px;
        width: 380px;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
	}

	.about-img-wrap2 img
	{
		height: 400px;
	}
	section.freelancer-sections .about-content .heading1 h5
	{
		font-size: 26px;
	}
	footer .forms
	{
		margin-bottom: 20px;
	}
	footer .forms form .pr-0
	{
		padding-right: 15px !important;
	}
	footer .forms .label-wrapper
	{
		text-align: center;
	}
	footer .forms .submit-form
	{
		margin-top: 0;
	}
	footer .forms .submit-form input
	{
		width: 100%;
	}

	footer .padding-left-links
	{
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.custom-footer .footer-widges
	{
		padding-left: 10px;
	}
	.nothing-div
	{
		display: none;
	}
	.negative_marggin 
	{
		position: static;
	}
	.negative_marggin .copyright-text
	{
		padding-top: 10px;
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
	}
	.custom-footer .footer-widges ul li a
	{
		font-size: 15px;
	}
	.callToActions .bg-wrapper .about-content .heading1 h5
	{
		font-size: 38px;
	}
	.callToActions .bg-wrapper .about-content .heading1
	{
		margin-bottom: 0;
	}
	.callToActions .bg-wrapper .contents-area ul
	{
		padding-left: 0;
		margin-top: 20px;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;	
		flex-direction: column;	
	}
	.callToActions .bg-wrapper .contents-area ul li
	{
		width: 100%;
	}
	.callToActions .bg-wrapper
	{
		padding: 40px 0;
	}
	section.mission-vision-section .mission-image img
	{
		max-width: 90%;
	}
	section.mission-vision-section .mission-image:before
	{
		right: -10px;
	}
	body.innerpages .innerBanner .bannerImage
	{
		height: 140px;
	}
	.contact-section:before
	{
		display: none;
	}
	.contact-section .address-box
	{
		margin-left: 0;
	}
	.custom-footer .footer-widges
	{
		margin-top: 20px;
	}
	.navigation .nav-container .navigation-row .logo_area a
	{
		width: 55%;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px)
{

		.navigation
	{
		background-color: var(--black);
	}
	/*
	==============================
	*/
	.topbar .social-media
	{
		display: none;
	}
	.topbar .informations
	{
		justify-content: center;
	}
	.freelancer-row
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(2,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(2,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li
	{
		flex-direction: column;
		align-items: center;
		grid-row-gap: 10px;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text p
	{
		text-align: center;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	section.graphics-recuirter-section .image-for-talent-networks
	{
		margin-top: 15px;
		padding-left: 0;
	}
	section.graphics-recuirter-section .image-for-talent-networks img
	{
		height: 280px;
	}
	section.graphics-recuirter-section
	{
		padding: 40px 0 30px;
	}
	section.graphics-recuirter-section .content-area .heading1 h5
	{
		font-size: 25px;
		text-align: center;
		line-height: 35px;
	}
	section.graphics-recuirter-section .content-area .heading1
	{
		margin-bottom: 30px;
	}


	.header-animations-container #slide-products .carousel-item img
	{
		height: 180px;
		object-fit: cover;
		object-position: center;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002
	{

	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider h3
	{
		font-size: 28px;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions001,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions003
	{
		top: auto;
	    right: auto;
	    width: 90%;
	    left: 5%;
	    bottom: 15px;
	    text-align: center;
	}
	body.home .about-us-section .container
	{
		max-width: 95%; 
	}
	body.home .about-us-section .image-about-orders2
	{
		order: 2;
	}
	body.home .about-us-section .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .about-shape-wrap .image2
	{
		left: -130px;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 28px;
		line-height: 35px;
		text-align: center;
	}

		.about-us-section .about-content .about-shape-wrap .image1
	{
		display: none !important;
	}

	.about-us-section .about-content .desc p
	{
		font-size: 16px !important;
	}
	.submit-buttons
	{
		text-align: center;
		margin-bottom: 15px;
	}
	.submit-buttons a
	{
		width: 50%;
		margin-left: 0%;
	}
	

	.about-img-wrap .mask-img-wrap
	{
		height: 440px;
        width: 380px;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
	}

	.about-img-wrap2 img
	{
		height: 400px;
	}
	section.freelancer-sections .about-content .heading1 h5
	{
		font-size: 26px;
	}
	footer .forms
	{
		margin-bottom: 20px;
	}
	footer .forms form .pr-0
	{
		padding-right: 15px !important;
	}
	footer .forms .label-wrapper
	{
		text-align: center;
	}
	footer .forms .submit-form
	{
		margin-top: 0;
	}
	footer .forms .submit-form input
	{
		width: 100%;
	}

	footer .padding-left-links
	{
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.custom-footer .footer-widges
	{
		padding-left: 10px;
	}
	.nothing-div
	{
		display: none;
	}
	.negative_marggin 
	{
		position: static;
	}
	.negative_marggin .copyright-text
	{
		padding-top: 10px;
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
	}
	.custom-footer .footer-widges ul li a
	{
		font-size: 15px;
	}
	.callToActions .bg-wrapper .about-content .heading1 h5
	{
		font-size: 38px;
	}
	.callToActions .bg-wrapper .about-content .heading1
	{
		margin-bottom: 0;
	}
	.callToActions .bg-wrapper .contents-area ul
	{
		padding-left: 0;
		margin-top: 20px;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;	
		flex-direction: column;	
	}
	.callToActions .bg-wrapper .contents-area ul li
	{
		width: 100%;
	}
	.callToActions .bg-wrapper
	{
		padding: 40px 0;
	}
	section.mission-vision-section .mission-image img
	{
		max-width: 90%;
	}
	section.mission-vision-section .mission-image:before
	{
		right: -10px;
	}
	body.innerpages .innerBanner .bannerImage
	{
		height: 140px;
	}
	.contact-section:before
	{
		display: none;
	}
	.contact-section .address-box
	{
		margin-left: 0;
	}
	.custom-footer .footer-widges
	{
		margin-top: 20px;
	}
	.navigation .nav-container .navigation-row .logo_area a
	{
		width: 55%;
	}

	.header-animations-container #slide-products .carousel-item .text-captions-slider h3 br
	{
		display: none;
	}
	.col-width-halfs
	{
		width: 50%;
	}
	.about-inner .moving-shapes
	{
		left: 30px;
	}
	.about-inner .moving-shapes img
	{
		width: 70px;
	}
	.callToActions .bg-wrapper .contents-area ul li
	{
		font-size: 17px;
		margin-bottom: 7px;
	}
	section.mission-vision-section .contents p span
	{
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px)
{
		.navigation
	{
		background-color: var(--black);
	}
	/*
	==============================
	*/
	.topbar .social-media
	{
		display: none;
	}
	.topbar .informations
	{
		justify-content: center;
	}
	.freelancer-row
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(2,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul
	{
		grid-row-gap: 25px;
	   grid-template-columns: repeat(2,1fr);
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li
	{
		flex-direction: column;
		align-items: center;
		grid-row-gap: 10px;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text
	{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	section.graphics-recuirter-section .bulett-point-icon-box .custom-ul .custom-li .text p
	{
		text-align: center;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	section.graphics-recuirter-section .image-for-talent-networks
	{
		margin-top: 15px;
		padding-left: 0;
	}
	section.graphics-recuirter-section .image-for-talent-networks img
	{
		height: 280px;
	}
	section.graphics-recuirter-section
	{
		padding: 40px 0 30px;
	}
	section.graphics-recuirter-section .content-area .heading1 h5
	{
		font-size: 25px;
		text-align: center;
		line-height: 35px;
	}
	section.graphics-recuirter-section .content-area .heading1
	{
		margin-bottom: 30px;
	}


	.header-animations-container #slide-products .carousel-item img
	{
		height: 280px;
		object-fit: cover;
		object-position: center;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002
	{

	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider h3
	{
		font-size: 35px;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions001,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions002,
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions003
	{
		top: auto;
	    right: auto;
	    width: 90%;
	    left: 5%;
	    bottom: 35px;
	    text-align: center;
	}
	body.home .about-us-section .container
	{
		max-width: 95%; 
	}
	body.home .about-us-section .image-about-orders2
	{
		order: 2;
	}
	body.home .about-us-section .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .about-shape-wrap .image2
	{
		left: -130px;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 28px;
		line-height: 35px;
		text-align: center;
	}

		.about-us-section .about-content .about-shape-wrap .image1
	{
		display: none !important;
	}

	.about-us-section .about-content .desc p
	{
		font-size: 16px !important;
	}
	.submit-buttons
	{
		text-align: center;
		margin-bottom: 15px;
	}
	.submit-buttons a
	{
		width: 50%;
		margin-left: 0%;
	}
	

	.about-img-wrap .mask-img-wrap
	{
		height: 440px;
        width: 380px;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
	}

	.about-img-wrap2 img
	{
		height: 400px;
	}
	section.freelancer-sections .about-content .heading1 h5
	{
		font-size: 26px;
	}
	footer .forms
	{
		margin-bottom: 20px;
	}
	footer .forms form .pr-0
	{
		padding-right: 15px !important;
	}
	footer .forms .label-wrapper
	{
		text-align: center;
	}
	footer .forms .submit-form
	{
		margin-top: 0;
	}
	footer .forms .submit-form input
	{
		width: 100%;
	}

	footer .padding-left-links
	{
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.custom-footer .footer-widges
	{
		padding-left: 10px;
	}
	.nothing-div
	{
		display: none;
	}
	.negative_marggin 
	{
		position: static;
	}
	.negative_marggin .copyright-text
	{
		padding-top: 10px;
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 15px;
	}
	.custom-footer .footer-widges ul li a
	{
		font-size: 15px;
	}
	.callToActions .bg-wrapper .about-content .heading1 h5
	{
		font-size: 38px;
	}
	.callToActions .bg-wrapper .about-content .heading1
	{
		margin-bottom: 0;
	}
	.callToActions .bg-wrapper .contents-area ul
	{
		padding-left: 0;
		margin-top: 20px;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;	
		flex-direction: column;	
	}
	.callToActions .bg-wrapper .contents-area ul li
	{
		width: 100%;
	}
	.callToActions .bg-wrapper
	{
		padding: 40px 0;
	}
	section.mission-vision-section .mission-image img
	{
		max-width: 90%;
	}
	section.mission-vision-section .mission-image:before
	{
		right: -10px;
	}
	body.innerpages .innerBanner .bannerImage
	{
		height: 140px;
	}
	.contact-section:before
	{
		display: none;
	}
	.contact-section .address-box
	{
		margin-left: 0;
	}
	.custom-footer .footer-widges
	{
		margin-top: 20px;
	}
	.navigation .nav-container .navigation-row .logo_area a
	{
		width: 45%;
	}

	.header-animations-container #slide-products .carousel-item .text-captions-slider h3 br
	{
		display: none;
	}
	.col-width-halfs
	{
		width: 50%;
	}
	.about-inner .moving-shapes
	{
		left: 30px;
	}
	.about-inner .moving-shapes img
	{
		width: 70px;
	}
	.callToActions .bg-wrapper .contents-area ul li
	{
		font-size: 17px;
		margin-bottom: 7px;
	}
	section.mission-vision-section .contents p span
	{
		font-size: 16px;
	}
	section.mission-vision-section .mission-image .experience__box-two
	{
		left: 32px;
	}
	section.mission-vision-section .mission-image .experience__box-two .experience__shape
	{
		display: none;
	}
	section.mission-vision-section .mission-image .experience__box-two .experience__content
	{
		display: none;
	}
	footer .forms
	{
		width: 100% !important;
	}
}

@media screen and (max-width: 480px)
{
	section.freelancer-sections.freelancer-sections5 .freelancer-row
	{
		grid-template-columns: repeat(1, 1fr);
	}
	footer .footer-container .custom_footer_row
	{
		flex-direction: column;
	}
	.navigation .nav-container .navigation-row .logo_area a img.logo-icon
	{
		width: 70px;
	}
	.navigation{
		background-color:#05388B;
	}
	.about-us-section.about-us-section3 .about-content
	{
		padding-left: 0;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 20px;
		line-height: 27px;
		text-align: center;
	}
	.about-us-section .about-content .desc p
	{
		font-size: 14px !important;
		line-height: 24px;
	}
	.submit-buttons a span
	{
		display: block;
		padding: 10px 25px;
		font-size: 12px;
	}
	.submit-buttons
	{
		margin-top: 15px;
	}
	.about-img-wrap .mask-img-wrap
	{
		width: 100%;
		height: 205px;
	}
	.about-us-section3 .about-img-wrap .mask-img-wrap:before
	{
		width: 100%;
		height: 100%;
		bottom: auto;
		top: 0;
		left: 0;
		/*display: none;*/
	}
	.about-us-section3 .about-img-wrap .shape
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .experience-year
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .icon
	{
		display: none;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.missionVisionRow
	{
		flex-direction: column;
		grid-row-gap: 15px;
	}
	.missionVisionRow .mvColom
	{
		width: 100%;
	}
	.missionVisionRow .mvColom .wrapper .icon img
	{
		width: 80px;
	}
	.missionVisionRow .mvColom .wrapper .details h6
	{
		font-size: 18px;
	}
	.missionVisionRow .mvColom .wrapper .details p
	{
		font-size: 15px;
		text-align: justify;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.missionVisionRow .mvColom .wrapper
	{
		padding: 15px 25px;
	}
	section.freelancer-sections .about-content .heading1 h5
	{
		display: inline;
		font-size: 20px;
		line-height: 25px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 16px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area p
	{
	    font-size: 14px;
		line-height: 23px;
	}
	.homepageWhy
	{
		margin-top: 30px;
		max-width: 100%;
		padding: 0 15px 0;
	}
	.homepageWhy .headings01 h4{
	    font-size: 23px;
		line-height: 31px;
	}
	.homepageWhy .icons_box_row
	{
		flex-direction: column;
		grid-row-gap: 10px;
	}
	.homepageWhy .headings01
	{
		margin-bottom: 30px;
	}
	.homepageWhy .icons_box_row .icon_box_col
	{
		width: 100%;
		margin: 0 0 0;
		grid-row-gap: 10px;
		padding-top: 0px;
	}
	.homepageWhy .icons_box_row .icon_box_col .vals
	{
		display: none;
	}
	.homepageWhy .icons_box_row .icon_box_col .icon
	{
		width: 50px;
	}
	.homepageWhy .icons_box_row .icon_box_col .subavl
	{
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
	}
	section.freelancer-sections
	{
		margin-top: 20px;
	}
	section.freelancer-sections
	{
		padding: 30px 0;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .image .image1
	{
		height: 180px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area
	{
		padding: 30px 20px 20px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 17px;
		line-height: 25px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area p
	{
		font-size: 14px;
	}
	footer .footer-container
	{
		padding: 40px 0 0;
	}
	footer .footer-container .custom_footer_row .footer_colom.col2
	{
		width: 100%;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .col4
	{
		width: 100% !important;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4
	{
		padding-left: 0;
		margin-top: 15px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .twoRow
	{
	    grid-template-columns: repeat(1, 1fr);
	}
	footer .footer-container .custom_footer_row .footer_colom.col3
	{
		width: 100% !important;
		margin-top: 10px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .icon i
	{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details b
	{
		font-size: 13px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details span
	{
		font-size: 13px;
	}
	.copyright
	{
		margin-top: 20px;
	}
	.copyright
	{
		font-size: 14px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-us-section.about-us-section3
	{
		padding-top: 35px;
	}
	.about-us-section3 .container
	{
		max-width: 95%;
	}
	.about-content .blockquote h6
	{
		font-size: 16px;
		line-height:26px;
		margin-bottom: 7px;
	}
	.about-content .blockquote
	{
		padding: 22px 20px;
	}
	.about-content .blockquote p
	{
		font-size: 14px;
	}
	body.innerpages .about-us-section
	{
		margin-top: 40px;
	}
	body.innerpages .innerBanner
	{
		overflow: hidden;
	}
	body.innerpages.engmodle .about-us-section
	{
		margin-top: 0;
	}
	.about-content3
	{
		padding-right: 0;
	}
	body.aboutus.engmodle .about-us-section.about-us-section3 .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .heading1
	{
		margin-bottom: 13px;
	}
	.about-us-section .about-content .desc ul
	{
		margin-bottom: 15px;
	}
	.about-us-section .about-content .desc ul li
	{
		font-size: 14px;
		text-align: justify;
		line-height: 23px;
	}
	.academy_detail_section
	{
		margin-top: 30px;
	}
	.academy_detail_section .detial_academy .image_warpper
	{
		margin-bottom: 10px;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		height: auto;
	}
	.academy_detail_section .container
	{
		max-width: 95%;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		border-radius: 5px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h5{
        font-size: 20px;
        font-weight: 600;
		line-height: 25px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper p{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h6
	{
		font-size: 18px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper ul li
	{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.contact-section .form_enquiry #contact-form .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
	}
	.contact-section .form_enquiry #contact-form .heading01
	{
		margin-bottom: 10px;
	}
	.contact-section .form_enquiry #contact-form .form-groups label
	{
		font-size: 13px;
	}
	.contact-section .form_enquiry #contact-form .form-groups .inputs
	{
		padding: 7px 10px;
	}
	.contact-section .form_enquiry #contact-form .btn-outline-primary
	{
		font-size: 14px;
	}
	.mapsss
	{
		margin-top: 20px;
	}
	.mapsss .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
		text-align: center;
	}
	.mapsss .map8
	{
		padding-top: 10px;
	}
	.mapsss
	{
		padding-left: 15px;
	}
	.mapsss .map8
	{
		height: 280px;
	}
	#offcanvasExample .offcanvas-body .main_ul .main_li > a
	{
		font-size: 13px;
	}
	#offcanvasExample .offcanvas-body .main_ul .sub-menu1 li a
	{
		font-size: 13px;
		border-bottom: 1px solid #1f2277;
	}

	/*=================================================*/

	section.newssections .container .customTable .table thead
	{
		display: none;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		display: block;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		font-size: 13px;
		padding: 10px 15px;
		border-bottom: 1px solid #ccc;
	}
	section.newssections .container .customTable .table tbody tr td:last-child
	{
	}
	section.newssections .container .customTable .table tbody tr
	{
		border-bottom: 10px solid #F2F2F9;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.header-animations-container #slide-products .carousel-item .text-captions-slider h3
	{
		font-size: 21px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row
	{
		grid-template-columns: repeat(1, 1fr);
	}
	footer .footer-container .custom_footer_row
	{
		flex-direction: column;
	}
	.navigation .nav-container .navigation-row .logo_area a img.logo-icon
	{
		width: 70px;
	}
	.navigation{
		background-color:#05388B;
	}
	.about-us-section.about-us-section3 .about-content
	{
		padding-left: 0;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 20px;
		line-height: 27px;
		text-align: center;
	}
	.about-us-section .about-content .desc p
	{
		font-size: 14px !important;
		line-height: 24px;
	}
	.submit-buttons a span
	{
		display: block;
		padding: 10px 25px;
		font-size: 12px;
	}
	.submit-buttons
	{
		margin-top: 15px;
	}
	.about-img-wrap .mask-img-wrap
	{
		width: 100%;
		height: 205px;
	}
	.about-us-section3 .about-img-wrap .mask-img-wrap:before
	{
		width: 100%;
		height: 100%;
		bottom: auto;
		top: 0;
		left: 0;
		/*display: none;*/
	}
	.about-us-section3 .about-img-wrap .shape
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .experience-year
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .icon
	{
		display: none;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.missionVisionRow
	{
		flex-direction: column;
		grid-row-gap: 15px;
	}
	.missionVisionRow .mvColom
	{
		width: 100%;
	}
	.missionVisionRow .mvColom .wrapper .icon img
	{
		width: 80px;
	}
	.missionVisionRow .mvColom .wrapper .details h6
	{
		font-size: 18px;
	}
	.missionVisionRow .mvColom .wrapper .details p
	{
		font-size: 15px;
		text-align: justify;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.missionVisionRow .mvColom .wrapper
	{
		padding: 15px 25px;
	}
	section.freelancer-sections .about-content .heading1 h5
	{
		display: inline;
		font-size: 20px;
		line-height: 25px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 16px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area p
	{
	    font-size: 14px;
		line-height: 23px;
	}
	.homepageWhy
	{
		margin-top: 30px;
		max-width: 100%;
		padding: 0 15px 0;
	}
	.homepageWhy .headings01 h4{
	    font-size: 23px;
		line-height: 31px;
	}
	.homepageWhy .icons_box_row
	{
		flex-direction: column;
		grid-row-gap: 10px;
	}
	.homepageWhy .headings01
	{
		margin-bottom: 30px;
	}
	.homepageWhy .icons_box_row .icon_box_col
	{
		width: 100%;
		margin: 0 0 0;
		grid-row-gap: 10px;
		padding-top: 0px;
	}
	.homepageWhy .icons_box_row .icon_box_col .vals
	{
		display: none;
	}
	.homepageWhy .icons_box_row .icon_box_col .icon
	{
		width: 50px;
	}
	.homepageWhy .icons_box_row .icon_box_col .subavl
	{
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
	}
	section.freelancer-sections
	{
		margin-top: 20px;
	}
	section.freelancer-sections
	{
		padding: 30px 0;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .image .image1
	{
		height: 180px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area
	{
		padding: 30px 20px 20px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 17px;
		line-height: 25px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area p
	{
		font-size: 14px;
	}
	footer .footer-container
	{
		padding: 40px 0 0;
	}
	footer .footer-container .custom_footer_row .footer_colom.col2
	{
		width: 100%;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .col4
	{
		width: 100% !important;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4
	{
		padding-left: 0;
		margin-top: 15px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .twoRow
	{
	    grid-template-columns: repeat(1, 1fr);
	}
	footer .footer-container .custom_footer_row .footer_colom.col3
	{
		width: 100% !important;
		margin-top: 10px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .icon i
	{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details b
	{
		font-size: 13px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details span
	{
		font-size: 13px;
	}
	.copyright
	{
		margin-top: 20px;
	}
	.copyright
	{
		font-size: 14px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-us-section.about-us-section3
	{
		padding-top: 35px;
	}
	.about-us-section3 .container
	{
		max-width: 95%;
	}
	.about-content .blockquote h6
	{
		font-size: 16px;
		line-height:26px;
		margin-bottom: 7px;
	}
	.about-content .blockquote
	{
		padding: 22px 20px;
	}
	.about-content .blockquote p
	{
		font-size: 14px;
	}
	body.innerpages .about-us-section
	{
		margin-top: 40px;
	}
	body.innerpages.aboutus .about-us-section
	{
		margin-top: 0px;
	}
	body.innerpages.aboutus .about-us-section.mvss
	{
		padding-top: 40px;
	}
	body.innerpages .innerBanner
	{
		overflow: hidden;
	}
	body.innerpages.engmodle .about-us-section
	{
		margin-top: 0;
	}
	.about-content3
	{
		padding-right: 0;
	}
	body.aboutus.engmodle .about-us-section.about-us-section3 .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .heading1
	{
		margin-bottom: 13px;
	}
	.about-us-section .about-content .desc ul
	{
		margin-bottom: 15px;
	}
	.about-us-section .about-content .desc ul li
	{
		font-size: 14px;
		text-align: justify;
		line-height: 23px;
	}
	.academy_detail_section
	{
		margin-top: 30px;
	}
	.academy_detail_section .detial_academy .image_warpper
	{
		margin-bottom: 10px;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		height: auto;
	}
	.academy_detail_section .container
	{
		max-width: 95%;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		border-radius: 5px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h5{
        font-size: 20px;
        font-weight: 600;
		line-height: 25px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper p{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h6
	{
		font-size: 18px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper ul li
	{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.contact-section .form_enquiry #contact-form .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
	}
	.contact-section .form_enquiry #contact-form .heading01
	{
		margin-bottom: 10px;
	}
	.contact-section .form_enquiry #contact-form .form-groups label
	{
		font-size: 13px;
	}
	.contact-section .form_enquiry #contact-form .form-groups .inputs
	{
		padding: 7px 10px;
	}
	.contact-section .form_enquiry #contact-form .btn-outline-primary
	{
		font-size: 14px;
	}
	.mapsss
	{
		margin-top: 20px;
	}
	.mapsss .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
		text-align: center;
	}
	.mapsss .map8
	{
		padding-top: 10px;
	}
	.mapsss
	{
		padding-left: 15px;
	}
	.mapsss .map8
	{
		height: 280px;
	}
	#offcanvasExample .offcanvas-body .main_ul .main_li > a
	{
		font-size: 13px;
	}
	#offcanvasExample .offcanvas-body .main_ul .sub-menu1 li a
	{
		font-size: 13px;
		border-bottom: 1px solid #1f2277;
	}

	/*=================================================*/

	section.newssections .container .customTable .table thead
	{
		display: none;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		display: block;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		font-size: 15px;
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}
	section.newssections .container .customTable .table tbody tr td:last-child
	{
	}
	section.newssections .container .customTable .table tbody tr
	{
		border-bottom: 10px solid #F2F2F9;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.header-animations-container #slide-products .carousel-item .text-captions-slider h3
	{
		font-size: 25px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row
	{
		grid-template-columns: repeat(1, 1fr);
	}
	footer .footer-container .custom_footer_row
	{
		flex-direction: column;
	}
	.navigation .nav-container .navigation-row .logo_area a img.logo-icon
	{
		width: 70px;
	}
	.navigation{
		background-color:#05388B;
	}
	.about-us-section.about-us-section3 .about-content
	{
		padding-left: 0;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 20px;
		line-height: 27px;
		text-align: center;
	}
	.about-us-section .about-content .desc p
	{
		font-size: 14px !important;
		line-height: 24px;
	}
	.submit-buttons a span
	{
		display: block;
		padding: 10px 25px;
		font-size: 12px;
	}
	.submit-buttons
	{
		margin-top: 15px;
	}
	.about-img-wrap .mask-img-wrap
	{
		width: 100%;
		height: 205px;
	}
	.about-us-section3 .about-img-wrap .mask-img-wrap:before
	{
		width: 100%;
		height: 100%;
		bottom: auto;
		top: 0;
		left: 0;
		/*display: none;*/
	}
	.about-us-section3 .about-img-wrap .shape
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .experience-year
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .icon
	{
		display: none;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.missionVisionRow
	{
		flex-direction: column;
		grid-row-gap: 15px;
	}
	.missionVisionRow .mvColom
	{
		width: 100%;
	}
	.missionVisionRow .mvColom .wrapper .icon img
	{
		width: 80px;
	}
	.missionVisionRow .mvColom .wrapper .details h6
	{
		font-size: 18px;
	}
	.missionVisionRow .mvColom .wrapper .details p
	{
		font-size: 15px;
		text-align: justify;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.missionVisionRow .mvColom .wrapper
	{
		padding: 15px 25px;
	}
	section.freelancer-sections .about-content .heading1 h5
	{
		display: inline;
		font-size: 20px;
		line-height: 25px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 16px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area p
	{
	    font-size: 14px;
		line-height: 23px;
	}
	.homepageWhy
	{
		margin-top: 30px;
		max-width: 100%;
		padding: 0 15px 0;
	}
	.homepageWhy .headings01 h4{
	    font-size: 23px;
		line-height: 31px;
	}
	.homepageWhy .icons_box_row
	{
		/*flex-direction: column;*/
		grid-row-gap: 10px;
	}
	.homepageWhy .headings01
	{
		margin-bottom: 30px;
	}
	.homepageWhy .icons_box_row .icon_box_col
	{
		width: 48%;
		margin: 0 0 0;
		grid-row-gap: 10px;
		padding-top: 0px;
	}
	.homepageWhy .icons_box_row .icon_box_col .vals
	{
		display: none;
	}
	.homepageWhy .icons_box_row .icon_box_col .icon
	{
		width: 50px;
	}
	.homepageWhy .icons_box_row .icon_box_col .subavl
	{
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
	}
	section.freelancer-sections
	{
		margin-top: 20px;
	}
	section.freelancer-sections
	{
		padding: 30px 0;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .image .image1
	{
		height: 180px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area
	{
		padding: 30px 20px 20px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 17px;
		line-height: 25px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area p
	{
		font-size: 14px;
	}
	footer .footer-container
	{
		padding: 40px 0 0;
	}
	footer .footer-container .custom_footer_row .footer_colom.col2
	{
		width: 100%;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .col4
	{
		width: 100% !important;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4
	{
		padding-left: 0;
		margin-top: 15px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .twoRow
	{
	    grid-template-columns: repeat(1, 1fr);
	}
	footer .footer-container .custom_footer_row .footer_colom.col3
	{
		width: 100% !important;
		margin-top: 10px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .icon i
	{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details b
	{
		font-size: 13px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details span
	{
		font-size: 13px;
	}
	.copyright
	{
		margin-top: 20px;
	}
	.copyright
	{
		font-size: 14px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-us-section.about-us-section3
	{
		padding-top: 35px;
	}
	.about-us-section3 .container
	{
		max-width: 95%;
	}
	.about-content .blockquote h6
	{
		font-size: 16px;
		line-height:26px;
		margin-bottom: 7px;
	}
	.about-content .blockquote
	{
		padding: 22px 20px;
	}
	.about-content .blockquote p
	{
		font-size: 14px;
	}
	body.innerpages .about-us-section
	{
		margin-top: 40px;
	}
	body.innerpages.aboutus .about-us-section
	{
		margin-top: 0px;
	}
	body.innerpages.aboutus .about-us-section.mvss
	{
		padding-top: 40px;
	}
	body.innerpages .innerBanner
	{
		overflow: hidden;
	}
	body.innerpages.engmodle .about-us-section
	{
		margin-top: 0;
	}
	.about-content3
	{
		padding-right: 0;
	}
	body.aboutus.engmodle .about-us-section.about-us-section3 .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .heading1
	{
		margin-bottom: 13px;
	}
	.about-us-section .about-content .desc ul
	{
		margin-bottom: 15px;
	}
	.about-us-section .about-content .desc ul li
	{
		font-size: 14px;
		text-align: justify;
		line-height: 23px;
	}
	.academy_detail_section
	{
		margin-top: 30px;
	}
	.academy_detail_section .detial_academy .image_warpper
	{
		margin-bottom: 10px;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		height: auto;
	}
	.academy_detail_section .container
	{
		max-width: 95%;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		border-radius: 5px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h5{
        font-size: 20px;
        font-weight: 600;
		line-height: 25px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper p{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h6
	{
		font-size: 18px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper ul li
	{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.contact-section .form_enquiry #contact-form .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
	}
	.contact-section .form_enquiry #contact-form .heading01
	{
		margin-bottom: 10px;
	}
	.contact-section .form_enquiry #contact-form .form-groups label
	{
		font-size: 13px;
	}
	.contact-section .form_enquiry #contact-form .form-groups .inputs
	{
		padding: 7px 10px;
	}
	.contact-section .form_enquiry #contact-form .btn-outline-primary
	{
		font-size: 14px;
	}
	.mapsss
	{
		margin-top: 20px;
	}
	.mapsss .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
		text-align: center;
	}
	.mapsss .map8
	{
		padding-top: 10px;
	}
	.mapsss
	{
		padding-left: 15px;
	}
	.mapsss .map8
	{
		height: 280px;
	}
	#offcanvasExample .offcanvas-body .main_ul .main_li > a
	{
		font-size: 13px;
	}
	#offcanvasExample .offcanvas-body .main_ul .sub-menu1 li a
	{
		font-size: 13px;
		border-bottom: 1px solid #1f2277;
	}

	/*=================================================*/

	section.newssections .container .customTable .table thead
	{
		display: none;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		display: block;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		font-size: 15px;
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}
	section.newssections .container .customTable .table tbody tr td:last-child
	{
	}
	section.newssections .container .customTable .table tbody tr
	{
		border-bottom: 10px solid #F2F2F9;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.header-animations-container #slide-products .carousel-item .text-captions-slider.captions001
	{
		width: 70% !important;
		left: 15%;
		right: 15%;
	}
	.header-animations-container #slide-products .carousel-item .text-captions-slider h3
	{
		font-size: 25px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row
	{
		grid-template-columns: repeat(2, 1fr);
	}
	footer .footer-container .custom_footer_row
	{
		flex-direction: column;
	}
	.navigation .nav-container .navigation-row .logo_area a img.logo-icon
	{
		width: 70px;
	}
	.navigation{
		background-color:#05388B;
	}
	.about-us-section.about-us-section3 .about-content
	{
		padding-left: 0;
	}
	.about-us-section .about-content .heading1 h5
	{
		font-size: 20px;
		line-height: 27px;
		text-align: center;
	}
	.about-us-section .about-content .desc p
	{
		font-size: 14px !important;
		line-height: 24px;
	}
	.submit-buttons a span
	{
		display: block;
		padding: 10px 25px;
		font-size: 12px;
	}
	.submit-buttons
	{
		margin-top: 15px;
	}
	.about-img-wrap .mask-img-wrap
	{
		width: 100%;
		height: 205px;
	}
	.about-us-section3 .about-img-wrap .mask-img-wrap:before
	{
		width: 100%;
		height: 100%;
		bottom: auto;
		top: 0;
		left: 0;
		/*display: none;*/
	}
	.about-us-section3 .about-img-wrap .shape
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .experience-year
	{
		display: none;
	}
	.about-us-section3 .about-img-wrap .icon
	{
		display: none;
	}
	.about-img-wrap
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.missionVisionRow
	{
		flex-direction: column;
		grid-row-gap: 15px;
	}
	.missionVisionRow .mvColom
	{
		width: 100%;
	}
	.missionVisionRow .mvColom .wrapper .icon img
	{
		width: 80px;
	}
	.missionVisionRow .mvColom .wrapper .details h6
	{
		font-size: 18px;
	}
	.missionVisionRow .mvColom .wrapper .details p
	{
		font-size: 15px;
		text-align: justify;
		line-height: 23px;
		margin-bottom: 15px;
	}
	.missionVisionRow .mvColom .wrapper
	{
		padding: 15px 25px;
	}
	section.freelancer-sections .about-content .heading1 h5
	{
		display: inline;
		font-size: 20px;
		line-height: 25px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 16px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area p
	{
	    font-size: 14px;
		line-height: 23px;
	}
	.homepageWhy
	{
		margin-top: 30px;
		max-width: 100%;
		padding: 0 15px 0;
	}
	.homepageWhy .headings01 h4{
	    font-size: 23px;
		line-height: 31px;
	}
	.homepageWhy .icons_box_row
	{
		/*flex-direction: column;*/
		grid-row-gap: 10px;
	}
	.homepageWhy .headings01
	{
		margin-bottom: 30px;
	}
	.homepageWhy .icons_box_row .icon_box_col
	{
		width: 48%;
		margin: 0 0 0;
		grid-row-gap: 10px;
		padding-top: 0px;
	}
	.homepageWhy .icons_box_row .icon_box_col .vals
	{
		display: none;
	}
	.homepageWhy .icons_box_row .icon_box_col .icon
	{
		width: 50px;
	}
	.homepageWhy .icons_box_row .icon_box_col .subavl
	{
		font-size: 14px;
		padding-left: 25px;
		padding-right: 25px;
	}
	section.freelancer-sections
	{
		margin-top: 20px;
	}
	section.freelancer-sections
	{
		padding: 30px 0;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .image .image1
	{
		height: 180px;
	}
	.freelancer-row .colom-freelancer .wrapper .content-area
	{
		padding: 30px 20px 20px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area h5
	{
		font-size: 17px;
		line-height: 25px;
	}
	section.freelancer-sections.freelancer-sections5 .freelancer-row .colom-freelancer .wrapper .content-area p
	{
		font-size: 14px;
	}
	footer .footer-container
	{
		padding: 40px 0 0;
	}
	footer .footer-container .custom_footer_row .footer_colom.col2
	{
		width: 100%;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets h4
	{
		font-size: 17px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .col4
	{
		width: 100% !important;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4
	{
		padding-left: 0;
		margin-top: 15px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a
	{
		font-size: 13px;
		padding: 3px 10px;
		padding-left: 20px;
	}
	footer .footer-container .custom_footer_row .footer_colom.col4 .widgets ul li a:before
	{
		font-size: 12px;
		top: 4px;
	}
	footer .twoRow
	{
	    grid-template-columns: repeat(1, 1fr);
	}
	footer .footer-container .custom_footer_row .footer_colom.col3
	{
		width: 100% !important;
		margin-top: 10px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .icon i
	{
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details b
	{
		font-size: 13px;
	}
	footer .footer-container .custom_footer_row .footer_colom .widgets .addressRow .details span
	{
		font-size: 13px;
	}
	.copyright
	{
		margin-top: 20px;
	}
	.copyright
	{
		font-size: 14px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-us-section.about-us-section3
	{
		padding-top: 35px;
	}
	.about-us-section3 .container
	{
		max-width: 95%;
	}
	.about-content .blockquote h6
	{
		font-size: 16px;
		line-height:26px;
		margin-bottom: 7px;
	}
	.about-content .blockquote
	{
		padding: 22px 20px;
	}
	.about-content .blockquote p
	{
		font-size: 14px;
	}
	body.innerpages .about-us-section
	{
		margin-top: 40px;
	}
	body.innerpages.aboutus .about-us-section
	{
		margin-top: 0px;
	}
	body.innerpages.aboutus .about-us-section.mvss
	{
		padding-top: 40px;
	}
	body.innerpages .innerBanner
	{
		overflow: hidden;
	}
	body.innerpages.engmodle .about-us-section
	{
		margin-top: 0;
	}
	.about-content3
	{
		padding-right: 0;
	}
	body.aboutus.engmodle .about-us-section.about-us-section3 .about-content
	{
		margin-top: 0;
	}
	.about-us-section .about-content .heading1
	{
		margin-bottom: 13px;
	}
	.about-us-section .about-content .desc ul
	{
		margin-bottom: 15px;
	}
	.about-us-section .about-content .desc ul li
	{
		font-size: 14px;
		text-align: justify;
		line-height: 23px;
	}
	.academy_detail_section
	{
		margin-top: 30px;
	}
	.academy_detail_section .detial_academy .image_warpper
	{
		margin-bottom: 10px;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		height: auto;
	}
	.academy_detail_section .container
	{
		max-width: 95%;
	}
	.academy_detail_section .detial_academy .image_warpper img
	{
		border-radius: 5px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h5{
        font-size: 20px;
        font-weight: 600;
		line-height: 25px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper p{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.academy_detail_section .detial_academy .detailArea .warpper h6
	{
		font-size: 18px;
	}
	.academy_detail_section .detial_academy .detailArea .warpper ul li
	{
	    line-height: 24px;
		font-size: 14px !important;
	}
	.contact-section .form_enquiry #contact-form .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
	}
	.contact-section .form_enquiry #contact-form .heading01
	{
		margin-bottom: 10px;
	}
	.contact-section .form_enquiry #contact-form .form-groups label
	{
		font-size: 13px;
	}
	.contact-section .form_enquiry #contact-form .form-groups .inputs
	{
		padding: 7px 10px;
	}
	.contact-section .form_enquiry #contact-form .btn-outline-primary
	{
		font-size: 14px;
	}
	.mapsss
	{
		margin-top: 20px;
	}
	.mapsss .heading01 h5
	{
		font-size: 22px;
		margin-bottom: 0;
		text-align: center;
	}
	.mapsss .map8
	{
		padding-top: 10px;
	}
	.mapsss
	{
		padding-left: 15px;
	}
	.mapsss .map8
	{
		height: 280px;
	}
	#offcanvasExample .offcanvas-body .main_ul .main_li > a
	{
		font-size: 13px;
	}
	#offcanvasExample .offcanvas-body .main_ul .sub-menu1 li a
	{
		font-size: 13px;
		border-bottom: 1px solid #1f2277;
	}

	.about-img-wrap .mask-img-wrap
	{
		height: auto;
	}

	/*=================================================*/

	section.newssections .container .customTable .table thead
	{
		display: none;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		display: block;
	}
	section.newssections .container .customTable .table tbody tr td
	{
		font-size: 15px;
		padding: 10px 20px;
		border-bottom: 1px solid #ccc;
	}
	section.newssections .container .customTable .table tbody tr td:last-child
	{
	}
	section.newssections .container .customTable .table tbody tr
	{
		border-bottom: 10px solid #F2F2F9;
	}
}

@media screen and (max-width: 768px)
{
	.calltoactions
	{
		margin-top: 20px;
		padding-left: 20px;
	}
	#offcanvasExample .btn-close
	{
		background-image: none;
	}
}